Agent Memory Guard: Protect Haystack agent memory from poisoning attacks (OWASP) #11490
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 Haystack users should care
If you use Haystack's ConversationMemory, ChatMessageWriter, or any pipeline with persistent state, your agents are vulnerable to memory poisoning — classified as OWASP ASI-06.
Attack scenario:
Integration with Haystack
Key features
Links
Would love feedback from the Haystack community — especially on the best integration points (custom component? pipeline hook?).
Beta Was this translation helpful? Give feedback.
All reactions