rejnyx/Codeceipt
Verify an AI-authored PR by execution and publish a public, re-runnable receipt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Codeceipt API base URL (where receipts are published). | no | https://codeceipt.dev |
| openai-api-key | Optional key to enable the llm_judge intent check. Omit to stay fully deterministic. | no | — |
| ingest-token | Bearer token required by your Codeceipt instance to publish receipts. | no | — |
| fail-on-block | Fail the check run when a blocking criterion fails. | no | false |
Outputs
| name | description |
|---|---|
| verdict | pass | fail |
| label | VERIFIED | FAILED | PARTIAL |
| fingerprint | Deterministic verification fingerprint. |
| receipt-url | Public receipt URL, if published. |