Signed audit trail for knowledge graph ingestion and queries #2562
jagmarques
started this conversation in
Show and tell
Replies: 2 comments
-
|
@jagmarques looks awesome! Can you add it to the core repo? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Minimal hook in cognee core that fires on ingest/query events so any audit sink can subscribe, rather than pinning asqav as a core dep. Keeps core light; the asqav-cognee integration lives at |
Beta Was this translation helpful? Give feedback.
0 replies
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 a wrapper that signs every cognee ingestion and query operation, creating a hash-chained audit trail you can use for compliance.
The problem: when you ingest documents and build a knowledge graph, how do you prove later that specific data was ingested at a specific time and not modified afterward?
Every entry gets an ML-DSA-65 signature chained to the previous one. Export as JSON for auditors.
Useful if your knowledge graph processes sensitive or regulated data and you need to prove what went in and what came out.
Repo: https://github.com/Upsonic/Upsonic
Beta Was this translation helpful? Give feedback.
All reactions