Back to wellknown-audit-corpus
Card snapshot
wellknown-audit-corpus.mtree.workers.dev
·
2026-05-21 00:12:05 UTC
·
90d0f1460e3ad55eeba3e0d8130f5138ba31ce0cd7a3b932235a559168e34581
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "wellknown-audit-corpus",
"description": "Hosted agent-readiness corpus. Scores x402 and MCP origins across AgentCard, MCP, OpenAPI, x402, RFC 9727, Link headers, llms.txt, health, schema, and pricing metadata.",
"url": "https://wellknown-audit-corpus.mtree.workers.dev",
"version": "0.1.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "readiness_report",
"name": "Discovery readiness report",
"description": "Score one origin across machine-readable discovery surfaces and return missing fixes.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"refresh": {
"type": "boolean"
}
},
"required": [
"url"
]
},
"payment": {
"protocol": "x402",
"network": "base",
"amount": "0.05",
"asset": "USDC"
}
},
{
"id": "compare",
"name": "Compare agent readiness",
"description": "Compare discovery readiness across up to 20 origins.",
"inputSchema": {
"type": "object",
"properties": {
"urls": {
"type": "array",
"items": {
"type": "string"
}
},
"refresh": {
"type": "boolean"
}
},
"required": [
"urls"
]
},
"payment": {
"protocol": "x402",
"network": "base",
"amount": "0.10",
"asset": "USDC"
}
}
]
}