Agent Memory Guard: Security middleware for LlamaIndex memory/state (OWASP project) #21852
vgudur-dev
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.
-
What I built
Agent Memory Guard — an open-source Python middleware that screens memory reads/writes in AI agent systems for injection attacks, data poisoning, and exfiltration.
Why LlamaIndex users should care
If you use LlamaIndex with persistent memory (chat stores, vector stores for agent context, or the Context workflow pattern), your agents are vulnerable to memory poisoning — classified as OWASP ASI-06.
Attack scenario:
Integration with LlamaIndex
Key features
Links
Would love feedback from the LlamaIndex community. Especially interested in the best integration points — should this be a callback handler, a custom retriever wrapper, or a workflow step?
Beta Was this translation helpful? Give feedback.
All reactions