ADR

ADR

ADR is an enterprise-grade AI agent security system providing observability, security benchmarking, and threat detection.

MCPBusinessOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 1.2k
Source
mcp-github

Overview

ADR is an enterprise-grade AI agent security system that helps organizations protect AI agents used by employees and customers. It safeguards AI agents through four complementary capabilities: observing agent activities, assessing defensive measures, detecting threats, and preventing unsafe behaviors. ADR has been deployed in Uber's production environment and was presented in a paper at MLSys 2026. The system is suitable for enterprises needing to protect internal automation tools and customer support agents.

Capabilities

  • Observe agent activities
  • Assess defensive measures
  • Detect threats
  • Prevent unsafe behaviors

Use cases

Protect internal automation toolsProtect customer support agentsDetect and respond to AI agent attacks

Setup

Requires: ANTHROPIC_API_KEYOPENAI_API_KEY
git clone https://github.com/uber/ADR; cd ADR/Detection; uv sync; export ANTHROPIC_API_KEY="..." OPENAI_API_KEY="..."

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What are ADR's main features?

ADR provides observability, security benchmarking, and threat detection to protect enterprise AI agents.

How do I get started with ADR Detection?

Clone the repository, navigate to the Detection directory, sync dependencies, and set up API keys.

Related skills