bacoul/AgentReady CI Gate by TimeProofs
Static CI gate for agent-facing OpenAPI and MCP contracts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 12, 2026
- License
- None
Pinned Snippet
uses: bacoul/timeproofs@2a724373f823063c8e6afc4d913842026d43aada # v0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the OpenAPI document or MCP tools JSON file to scan. | yes | — |
| type | Scan type. Must be openapi or mcp. | yes | — |
| min-score | Minimum AgentReady score required for the gate to pass. | no | 75 |
| fail-on | Fail when risks at or above this severity are detected. Use critical, high, medium, low, or none. | no | critical |
| out | Directory where AgentReady report and contract files are written. | no | agentready-output |
Outputs
| name | description |
|---|---|
| score | AgentReady score returned by the scan. |
| status | AgentReady status returned by the scan. |
| report-path | Path to the generated Markdown report. |
| contract-path | Path to the generated agentready.json contract. |