Adoption path
Move from first scan to CI gate without changing your runtime.
AgentReady Community is free and available for browser, CLI and GitHub Action usage. The adoption path is static and local-first: scan a contract, read the report, fix the contract, then enforce policy in CI.
- 1. Pick the contract surface. Use OpenAPI scanner for REST APIs and MCP scanner for MCP tool definitions. The browser scanners keep selected files local and do not call endpoints.
- 2. Reproduce with the CLI. Run
npx @timeproofs/agentready@alpha scan openapi ./openapi.json --out ./agentready-output --min-score 75 --fail-on criticalor the equivalent MCP command. - 3. Review the outputs. Use agentready.json for structured CI evidence and Markdown reports for human review.
- 4. Fix the contract. Add confirmation boundaries, bounded parameters, clear tool descriptions, rollback guidance and narrow permissions where findings require them.
- 5. Add CI. Use the GitHub Action with
permissions: contents: readand pin by immutable tag or full SHA. - 6. Keep limitations visible. A PASS is release evidence for selected static rules and policy, not a certification or runtime guarantee.
No account or upload required for Community.
The current Community path does not require signup, a TimeProofs backend, API upload, secret, Pro purchase or billing setup. Pro is planned and not purchasable.
Controlled high findings may remain visible even when the recommended policy passes. Treat the report as engineering evidence for review, not as proof of complete safety.
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.
AgentReady at a glance
AgentReady adoption can begin with a browser scan, continue with CLI reproduction and then become a read-only CI gate. AgentReady is a product and candidate open standard for static pre-deployment analysis. It is not a runtime firewall, independent certification, official standards-body standard or guaranteed-safety system.
- Availability
- AgentReady Community is free and available. AgentReady Pro is planned and not purchasable.
- Language
- English is the current canonical language. No translated alternate route is published for this page.
