onyx_agent_registry
Signed verified-registry audit. Fetches a public A2A agent registry (default a2aregistry.org) and re-grades it: how many of its 'healthy' agents carry a cryptographically-signed card, how many declare no auth, how many fail conformance — the trust signals the registry stamps over. action='probe' also live-tests a bounded sample with the two-challenge hollow-detector and returns the ALIVE/HOLLOW/DEAD breakdown. Ed25519-signed, timestamped, recomputable. Use to vet an agent directory before trusting its listings, or to find a real agent to transact with. (price: $0.05 USDC, tier: metered)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | 'census' = fast structural audit (no live calls). 'probe' = census + live hollow-detection on a sample. | census |
| sample | No | For action='probe': how many agents to live-test (bounded 1-12, default 5). Probed in listed order. | |
| registry_url | No | Registry agents API. Default a2aregistry.org. | https://www.a2aregistry.org/api/agents?limit=500 |