Agent Memory Guard: Prevent memory poisoning in Semantic Kernel agents (OWASP project) #14048
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 Semantic Kernel users should care
If you use Semantic Kernel's chat history, memory connectors, or the new Agent framework with persistent state, your agents are vulnerable to memory poisoning — classified as OWASP ASI-06.
Attack scenario:
Integration example (Python SDK)
Key features
Links
Would love feedback from the SK community — especially on the best hook points for the .NET SDK integration (middleware pipeline? filter?).
Beta Was this translation helpful? Give feedback.
All reactions