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

A newer version of the Gradio SDK is available: 6.20.0

Upgrade
metadata
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