Skip to main content
Part of the security infrastructure for AI agents

The AI agent security lifecycle.

Open source tools covering build, scan, protect, verify, monitor, and train. Each tool runs standalone. The OpenA2A CLI ties them together.

$ npx opena2a-cli review

30 second security assessment. No account required.

All tools.

Each tool works standalone. The OpenA2A CLI ties them together through a unified interface.

OpenA2A CLI

Build

Unified entry point that orchestrates every OpenA2A tool through adapter commands.

WHODeveloper / DevOps / Security
HOWCLI
$ npx opena2a-cli review
  • Trust score 0 to 100
  • Scope drift detection
  • Config integrity signing
  • Shadow AI discovery

HackMyAgent

Scan

310 static checks across 69 categories, 29 NanoMind semantic checks across 7 analyzers, and 164 adversarial payloads across 16 categories, with auto remediation and rollback.

WHOSecurity / Developer
HOWCLI / Library
$ npx hackmyagent scan
  • 310 static checks across 69 categories
  • 29 NanoMind semantic checks across 7 analyzers
  • 164 adversarial payloads across 16 categories
  • Auto remediation with rollback
  • OASB compliance reports

Secretless AI

Protect

Keeps credentials out of AI context windows across Claude Code, Cursor, Copilot, and Windsurf.

WHODeveloper / DevOps
HOWCLI / Hook
$ npx secretless-ai init
  • 57 credential patterns
  • Multi backend storage
  • MCP server encryption
  • Transcript DLP scanning

AIM

Build

Cryptographic identity, capability policies, trust scoring, and audit logging for AI agents.

WHOEnterprise / DevOps / Security
HOWDocker / SDK / API
$ docker compose up
  • Ed25519 identity
  • Policy as code
  • 9 factor trust score
  • MCP attestation

OASB

Scan

222 attack scenarios across 10 test categories, mapped to 15 MITRE ATLAS techniques. OASB-1 standard: 46 controls in 10 categories at 3 maturity levels.

WHOSecurity / Compliance
HOWCLI / Library
$ npx opena2a-cli benchmark
  • 222 attack scenarios
  • 10 test categories
  • 15 MITRE ATLAS techniques
  • Compliance reports

Runtime Protection

Monitor

Runtime process, network, and filesystem monitoring with protocol aware AI endpoint detection.

WHODevOps / Security
HOWCLI
$ npx opena2a-cli runtime start
  • Process monitoring
  • Network inspection
  • MCP, A2A, and OpenAI detection
  • Filesystem watching

AI Browser Guard

Protect

Chrome extension that detects and monitors AI agents in your browser, blocks scripted navigations, form submissions, and downloads best-effort for in-page automation, and closes agent tabs with a kill switch.

WHOEnd User / Security
HOWChrome Extension
$ Install from Chrome Web Store
  • 3 layer agent detection
  • Kill switch closes agent tabs
  • Delegation wizard
  • Session timeline

DVAA

Train

Deliberately vulnerable AI agent platform with 21 agents, 22 CTF challenges, and 3 protocol types.

WHOSecurity / Trainer
HOWDocker
$ docker pull opena2a/dvaa
  • 21 vulnerable agents
  • 12 vulnerability categories
  • 22 CTF challenges
  • MCP, A2A, and OpenAI

ai-trust

Verify

Trust verification CLI for AI packages. Queries OpenA2A community trust data for security scans, dependency risk, and known advisories.

WHODeveloper / DevOps
HOWCLI
$ npx ai-trust check <package>
  • Single package trust lookup
  • Dependency audit
  • Batch verification
  • 5 trust levels
  • Scan on demand
  • Community contributions

aicomply

Protect

Inline classifier for agent I/O. Detects PII, credentials, regulated data, and prompt-injection attempts before content reaches a hosted LLM.

WHODeveloper / Security / Compliance
HOWCLI / Library
$ npx @opena2a/aicomply scan
  • PII, credential, and regulated-data detection
  • Deterministic regex plus semantic layer
  • Masked output and CI exit codes
  • npm and PyPI packages

Coverage matrix.

Map your threat model to the right tools. Every row is covered by at least two tools.

ThreatCLIHMASecretlessAIMOASBRuntimeai-trustaicomplyGuardDVAA
Hardcoded credentials......
Prompt injection......
MCP config tampering......
Scope drift........
Unauthorized agent access.......
Supply chain risk.......
Data exfiltration......
Privilege escalation.......

One command. Every tool.

The OpenA2A CLI version 0.10.13 delegates to HackMyAgent 0.32.0, Secretless AI, AIM, and ai-trust through a single interface. Pick a tool above or run the unified review.

$ npx opena2a-cli review