Tamper-evident audit trails for ADK agents via asqav #5174
jagmarques
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built an integration that signs every ADK tool call with ML-DSA-65 (quantum-safe). Each action gets a cryptographic signature chained to the previous one, creating a tamper-evident audit trail.
The hook sits in before/after tool callbacks:
Every tool execution gets signed. The chain is exportable as JSON for compliance teams. Useful if you are building ADK agents for finance, healthcare, or any domain where EU AI Act Article 12 applies.
GitHub: https://github.com/jagmarques/asqav-sdk
Docs: https://asqav.com/docs/
Beta Was this translation helpful? Give feedback.
All reactions