One scan for AI risk. `opena2a review` checks an AI project across credentials, shadow agents, MCP servers, and dependencies, returns a score, and routes each finding to the tool that fixes it. Open source.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"opena2a": {
"command": "npx",
"args": [
"-y",
"opena2a-org/opena2a"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add opena2a npx -y opena2a-org/opena2a
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"opena2a": {
"command": "npx",
"args": [
"-y",
"opena2a-org/opena2a"
]
}
}
}
📋 Copy
README Excerpt
> **[OpenA2A](https://github.com/opena2a-org/opena2a)**: [CLI](https://github.com/opena2a-org/opena2a) · [HackMyAgent](https://github.com/opena2a-org/hackmyagent) · [Secretless](https://github.com/opena2a-org/secretless-ai) · [AIM](https://github.com/opena2a-org/agent-identity-management) · [Browser Guard](https://github.com/opena2a-org/AI-BrowserGuard) · [DVAA](https://github.com/opena2a-org/damn-vulnerable-ai-agent)
Topics
agent-security ai-agents ai-security claude-code compliance copilot credential-protection cursor llm-security mcp open-source security-tools tool vulnerability-scanner