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

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.