Spaces:
Sleeping
Sleeping
File size: 1,691 Bytes
245e747 4a7b4cf 245e747 4a7b4cf 245e747 4a7b4cf 89a73d4 4a7b4cf 89a73d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
title: Agent Receipt Validator
emoji: "🧾"
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: "5.49.1"
app_file: app.py
pinned: false
license: mit
short_description: Validate signed agent receipts.
---
# Agent Receipt Validator
This Space demonstrates validation of signed agent execution receipts against evidence bundles using the `verifiable-tool-invocation-flow` Python package.
## Related public assets
* Core CrewAI Flow template: [https://github.com/joy7758/verifiable-tool-invocation-flow](https://github.com/joy7758/verifiable-tool-invocation-flow)
* Core PyPI package: [https://pypi.org/project/verifiable-tool-invocation-flow/0.1.1/](https://pypi.org/project/verifiable-tool-invocation-flow/0.1.1/)
* GitHub Marketplace Action: [https://github.com/marketplace/actions/verify-agent-execution-receipt](https://github.com/marketplace/actions/verify-agent-execution-receipt)
* MCP server package: [https://pypi.org/project/agent-receipt-validator-mcp/0.1.1/](https://pypi.org/project/agent-receipt-validator-mcp/0.1.1/)
* MCP server repository: [https://github.com/joy7758/agent-receipt-validator-mcp](https://github.com/joy7758/agent-receipt-validator-mcp)
The MCP server provides local stdio tools for MCP-compatible clients that need to validate signed agent execution receipts.
This demo validates signed execution evidence.
It does not prove semantic correctness of the tool output.
It does not prove that the policy itself is correct.
It does not protect against a compromised signer.
It does not replace sandboxing, IAM, access control, monitoring, or human approval.
Do not upload secrets, private keys, confidential evidence bundles, or production receipts. |