Skip to content

feat: add Agent Memory Guard — memory poisoning defense integration - #81

Open
vgudur-dev wants to merge 1 commit into
crewAIInc:mainfrom
vgudur-dev:add-agent-memory-guard
Open

feat: add Agent Memory Guard — memory poisoning defense integration#81
vgudur-dev wants to merge 1 commit into
crewAIInc:mainfrom
vgudur-dev:add-agent-memory-guard

Conversation

@vgudur-dev

Copy link
Copy Markdown

What This Adds

Agent Memory Guard — a runtime defense layer that screens every read/write to CrewAI agent memory, blocking prompt injection, secret exfiltration, and integrity attacks that persist across sessions.

Why It Fits

  • Open-source (MIT), maintained by an individual developer
  • OWASP Incubator project — reference implementation for ASI06 (Memory Poisoning)
  • Drop-in CrewAI integration with 59µs median latency
  • Addresses a real security gap: agents that persist memory can be permanently compromised through tool responses and shared stores

Links

@vgudur-dev

Copy link
Copy Markdown
Author

Hi team — this adds Agent Memory Guard (OWASP Incubator, 5,400+ downloads) to the awesome-crewai list. It provides memory poisoning defense that integrates directly with CrewAI's memory system. Would appreciate a review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant