Add agent-memory-guard#3182
Closed
vgudur-dev wants to merge 1 commit into
Closed
Conversation
Collaborator
|
@vgudur-dev Thanks for your submission. However, this project does not meet our acceptance criteria: Repository age: The repository was created 4 months ago. We require a minimum of 6 months for Hidden Gem submissions to ensure project stability. GitHub stars: 34 stars (minimum 100 required, or strong justification for Hidden Gem). Please see our CONTRIBUTING.md for full requirements. You're welcome to resubmit once the project has matured and gained community traction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category
Security > Web Security
Project
agent-memory-guard - Runtime security scanning for AI agent memory stores detecting injection, poisoning, and leakage.
Checklist
Add project-name- [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
Agent Memory Guard is the only runtime security scanner specifically designed for AI agent memory stores. It's an official OWASP Incubator Project (the reference implementation for OWASP ASI06 — Memory Poisoning in the OWASP Top 10 for Agentic AI).
Why it qualifies as a Hidden Gem:
Solves a unique, critical problem — As AI agents gain persistent memory (LangChain, AutoGen, CrewAI, mem0), there's no other tool that scans memory writes for prompt injection, data leakage, privilege escalation, and poisoning at runtime. This is the first and only library in this space.
Production-ready quality — v0.3.0 ships with CLI scanner (
amg scan), REST API server, ML-based detection, 6 detector categories, YAML policy engine, and LangChain middleware. 92.5% detection rate, 0% false positives, 59µs median latency.Real-world usage — 4,100+ PyPI downloads, LangChain middleware integration published, GitHub Action for CI/CD scanning, used in production by teams building agentic AI systems.
OWASP backing — Official OWASP project with structured governance, not a weekend project. Repository is 4+ months old with 155 commits and consistent activity.
Zero dependencies — Pure Python, no API keys, runs locally. Drop-in integration with any framework via the
MemoryStoreprotocol.How It Differs
No similar entry exists in awesome-python. The closest entries are in the "AI and Agents > Data Layer" section (mem0, llama-index, instructor) — but those are memory providers. Agent Memory Guard is a security scanner that wraps any memory provider to detect attacks. It's complementary, not competitive.