Trust Data
Query community trust scores, run security scans, and contribute anonymized findings to the OpenA2A trust registry.
Overview
The OpenA2A trust registry is a community-driven database of security scan results, trust scores, and known advisories for MCP servers, A2A agents, and AI tools. You can query trust data before installing a package, run scans that contribute back to the community, and verify package integrity.
Query Trust Data
npx ai-trust check server-filesystemnpx ai-trust audit package.json --min-trust 3npx ai-trust batch express lodash chalk --min-trust 2You can also query trust data through the OpenA2A CLI with the --registry flag:
opena2a detect --registryopena2a registry expressTrust Levels
| Level | Label | Meaning |
|---|---|---|
| 0 | Blocked | Package is blocked due to security concerns |
| 1 | Warning | Package has known issues or advisories |
| 2 | Listed | Package is listed but not yet scanned |
| 3 | Scanned | Package has been scanned by HackMyAgent |
| 4 | Verified | Package is verified by the publisher |
Contribute Scan Results
When you scan packages locally, you can contribute anonymized results back to the community registry. This helps other developers make informed decisions about the tools they install.
opena2a self-registeropena2a baselines --package your-mcp-serveropena2a claim your-agent-nameVerify Package Integrity
opena2a verify expressopena2a trust expressFor the full ai-trust CLI reference and installation guide, see the ai-trust tool page.