OWASP Agent Memory Guard – Protect OpenAI Agent Memory from Poisoning Attacks #3337
vgudur-dev
started this conversation in
Show and tell
Replies: 1 comment
-
|
v0.3.0 Update — just shipped a major release with new capabilities: New in v0.3.0:
Detection rate improved to 94.2% on AgentThreatBench with ML enabled. # New CLI usage
pip install agent-memory-guard
amg scan agent_memories.json --format sarif
# Or as a sidecar API
amg serve --port 8000
curl -X POST localhost:8000/scan -d '{"content": "..."}'Full changelog: https://github.com/OWASP/www-project-agent-memory-guard |
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.
-
What is it?
OWASP Agent Memory Guard (AMG) is an open-source Python library that protects AI agent memory from poisoning attacks. If you're building agents with OpenAI's API that use persistent memory (conversation history, RAG, vector stores), AMG scans every memory write for:
Quick Start
Results
Links
Beta Was this translation helpful? Give feedback.
All reactions