What it contains
- Source type: OpenAPI or MCP.
- Generated timestamp.
- Score and interpretation.
- Severity counts.
- Tool or endpoint findings.
- Risk categories and recommendations.
The AgentReady report is for humans. agentready.json is for tools, reviews, CI pipelines and future automation that need structured risk data.
{
"agentready_version": "1.0",
"source_type": "openapi",
"summary": {
"score": 62,
"status": "Needs fixes",
"risk_counts": {
"critical": 2,
"high": 4,
"medium": 7,
"low": 9
}
},
"tools": [
{
"operation_id": "refundCustomer",
"risk_level": "critical",
"requires_human_confirmation": true
}
]
}TimeProofs AgentReady does not guarantee that an AI agent will never fail. It identifies structural risks that may cause AI agents to misuse APIs, tools or MCP servers.