AIAny
AI Agent2026
Icon for item

ADR

Monitors and detects risky behavior in enterprise AI agents via high-fidelity telemetry, security benchmarking, and a two-tier detector. Comprises ADR Sensor, ADR-Bench, and ADR Detector; deployed in production at Uber and validated on public benchmarks.

Introduction

Large-scale agentic AI deployments expose new enterprise attack surfaces — static EDR signals miss agent reasoning, and LLM-based checks are costly to run at scale. ADR takes a systems-first approach: capture rich agent telemetry, stress-test agents with a dedicated benchmark, then apply a two-stage detection pipeline that triages at high recall and reasons contextually only on flagged sessions. In production at Uber, ADR processed thousands of agent sessions daily and localized hundreds of credential exposures with high precision, showing that an engineering-minded detection stack can scale where naive rule lists or always-on LLM inference cannot.

What Sets It Apart
  • Observability-first design: collects intent, tool use, and execution traces across multiple agent clients and OSes to reconstruct multi-step prompt-injection and exfiltration chains — so detection uses richer context than file I/O or network heuristics.
  • Two-tier detection pipeline: a fast, high-recall triage stage reduces volume for a more expensive context-aware reasoning stage — so you get production-grade precision without prohibitive inference cost.
  • Benchmarked and production-validated: ADR-Bench (hundreds of tasks, 133 MCP servers) and internal deployments report strong trade-offs (high precision with competitive recall), and on public prompt-injection benchmarks ADR achieves near-complete detection with minimal false alarms.
  • Modular, repo-scoped components: the open-source release includes the ADR Sensor, ADR-Bench fixtures, and the ADR Detector so teams can adopt observability and evaluation without shipping ADR’s offline red-teaming engine or prevention components.
Who It's For and Trade-offs

Great fit if you run or evaluate agentic AI at scale in an enterprise environment and need pragmatic detection that balances cost and precision. Security engineers, platform teams, and SREs who must trace multi-step agent reasoning or reproduce attacks for remediation will find ADR’s telemetry and benchmark assets especially useful.

Look elsewhere if your needs are limited to endpoint file/network forensics only, or if you require an integrated prevention/blocking plane (ADR’s prevention component is not included in the open-source release). Also, ADR is engineered for integrating with MCP-style model-tooling flows; it’s less relevant for single-user consumer chat apps with no agent tooling or telemetry surface.

Information

  • Websitegithub.com
  • OrganizationsUber
  • AuthorsChenning Li, Pan Hu, Justin Xu, Baris Ozbas, Olivia Liu, Caroline Van, Manxue Li, Wei Zhou, Mohammad Alizadeh, Pengyu Zhang
  • Published date2026/04/19

More Items

Hugging Face
AI Model2026

A 2.6B causal LLM post-trained for agentic workloads and long-context on-device text generation. Key features: 128K context window and vocabulary, function-calling/tool use support, agentic RL/post-training pipeline, and optimized CPU/Apple inference and multiple deployment formats; suited for agents, RAG and long-context extraction.

GitHub
AI Agent2026

Maintains a local, durable control-plane state that preserves objectives, typed todos, gates, evidence logs, quotas, and verifiable handoffs for long-running AI agent work. Designed to coordinate multi-day agent loops across Codex, Claude Code, Cursor or custom runners while keeping human judgment, auditability, and safe fallbacks explicit.

GitHub
AI Agent2026

Runs a persistent, self-modifying AI agent locally with durable identity, memory, and versioned history across tasks. Provides native desktop and headless CLI runtimes, coordinated subagent swarms, configurable remote or local GGUF models, and reviewed self-evolution via Git.