agent-memory-guard / README.md
vgudur's picture
fix: pin python_version to 3.11 to resolve audioop import error
8652d45 verified
|
Raw
History Blame Contribute Delete
1.26 kB
---
title: OWASP Agent Memory Guard Playground
emoji: πŸ›‘οΈ
colorFrom: blue
colorTo: yellow
sdk: gradio
sdk_version: 4.44.1
python_version: "3.11"
app_file: app.py
pinned: true
license: apache-2.0
tags:
- security
- ai-safety
- owasp
- memory-poisoning
- prompt-injection
- agent-security
---
# OWASP Agent Memory Guard β€” Interactive Playground
Test memory entries against AMG's threat detection engine in real-time. This Space demonstrates detection of:
- **Prompt Injection** β€” system token injection, chat-ML delimiters
- **Secret Leakage** β€” API keys, tokens, private keys
- **Role Hijacking** β€” identity manipulation attempts
- **Instruction Override** β€” "ignore previous instructions" patterns
- **Data Exfiltration** β€” outbound data transfer attempts
- **Integrity Tampering** β€” fact manipulation in stored memories
## Links
- [OWASP Project Page](https://owasp.org/www-project-agent-memory-guard/)
- [GitHub Repository](https://github.com/OWASP/www-project-agent-memory-guard)
- [PyPI Package](https://pypi.org/project/agent-memory-guard/)
- [Research Paper (arXiv)](https://arxiv.org/abs/2505.15849)
- [Dataset: Memory Poisoning Attack Corpus](https://huggingface.co/datasets/vgudur/memory-poisoning-attack-corpus)