VirusTotal for AI packages. ai-trust check <pkg> returns a 0-100 trust score from the OpenA2A Registry trust graph, covering security scans, advisories, and dependency risk. For MCP servers, A2A agents, skills, and LLM packages.
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": {
"ai-trust": {
"command": "npx",
"args": [
"-y",
"opena2a-org/ai-trust"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-trust npx -y opena2a-org/ai-trust
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-trust": {
"command": "npx",
"args": [
"-y",
"opena2a-org/ai-trust"
]
}
}
}
📋 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
ai-agents ai-security llm-security mcp-security package-security registry supply-chain-security tool trust-score