nick-heo-eg/aiproof
Verify AI coding claims against runtime evidence. Comment PASS/MISMATCH/UNVERIFIED on the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| claim | AI claim to verify (e.g. "tests pass") | no | tests pass |
| evidence-cmd | Command to run as evidence (e.g. "pytest tests/") | yes | — |
| cwd | Working directory for evidence-cmd | no | . |
| timeout | Timeout in seconds | no | 600 |
| comment-on-pr | Post a comment on the PR with the verdict | no | true |
| fail-on-mismatch | Fail the job if verdict is MISMATCH | no | true |
Outputs
| name | description |
|---|---|
| verdict | PASS | MISMATCH | UNVERIFIED | ERROR |
| evidence-hash | sha256 (first 16 chars) of evidence |