Spaces:
Sleeping
Sleeping
Add MCP server links
Browse files
README.md
CHANGED
|
@@ -15,13 +15,19 @@ short_description: Validate signed agent receipts.
|
|
| 15 |
|
| 16 |
This Space demonstrates validation of signed agent execution receipts against evidence bundles using the `verifiable-tool-invocation-flow` Python package.
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
This demo validates signed execution evidence.
|
| 23 |
It does not prove semantic correctness of the tool output.
|
| 24 |
It does not prove that the policy itself is correct.
|
| 25 |
It does not protect against a compromised signer.
|
| 26 |
It does not replace sandboxing, IAM, access control, monitoring, or human approval.
|
| 27 |
-
Do not upload secrets, private keys, confidential evidence bundles, or production receipts.
|
|
|
|
| 15 |
|
| 16 |
This Space demonstrates validation of signed agent execution receipts against evidence bundles using the `verifiable-tool-invocation-flow` Python package.
|
| 17 |
|
| 18 |
+
## Related public assets
|
| 19 |
+
|
| 20 |
+
* Core CrewAI Flow template: [https://github.com/joy7758/verifiable-tool-invocation-flow](https://github.com/joy7758/verifiable-tool-invocation-flow)
|
| 21 |
+
* 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/)
|
| 22 |
+
* GitHub Marketplace Action: [https://github.com/marketplace/actions/verify-agent-execution-receipt](https://github.com/marketplace/actions/verify-agent-execution-receipt)
|
| 23 |
+
* 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/)
|
| 24 |
+
* MCP server repository: [https://github.com/joy7758/agent-receipt-validator-mcp](https://github.com/joy7758/agent-receipt-validator-mcp)
|
| 25 |
+
|
| 26 |
+
The MCP server provides local stdio tools for MCP-compatible clients that need to validate signed agent execution receipts.
|
| 27 |
|
| 28 |
This demo validates signed execution evidence.
|
| 29 |
It does not prove semantic correctness of the tool output.
|
| 30 |
It does not prove that the policy itself is correct.
|
| 31 |
It does not protect against a compromised signer.
|
| 32 |
It does not replace sandboxing, IAM, access control, monitoring, or human approval.
|
| 33 |
+
Do not upload secrets, private keys, confidential evidence bundles, or production receipts.
|