joy7758/Verify Agent Execution Receipt
Validate signed agent execution receipts against evidence bundles.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| receipt | Path to execution_receipt.json | yes | — |
| evidence | Path to evidence_bundle.json | yes | — |
| public-key | Path to public key PEM file | yes | — |
| audience | Expected audience value for the receipt | no | demo-validator |
| output | Path to the generated verification report JSON | no | verification_report.json |
| package-version | verifiable-tool-invocation-flow package version to install | no | 0.1.1 |
| python-version | Python version used for validator execution | no | 3.13 |
| fail-on-invalid | Exit nonzero when the validation verdict is invalid | no | true |
Outputs
| name | description |
|---|---|
| verdict | Validation verdict, valid or invalid |
| report-path | Path to the generated verification report |