Agent Memory Guard: Security middleware to prevent memory poisoning in multi-agent systems (OWASP) #2934
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 AG2 users should care
In multi-agent conversations, agents share context and build on each other's outputs. This creates a unique attack surface: if one agent's memory is poisoned, it can cascade to all downstream agents in the group chat.
This is classified as OWASP ASI-06 (Agentic Memory Threats).
Attack scenario in AG2:
Integration with AG2
Key features
Links
Would love feedback from the AG2 community — especially on the best hook points for message filtering in group chats.
Beta Was this translation helpful? Give feedback.
All reactions