Feature Area
Core functionality
Is your feature request related to a an existing bug? Please link it here.
- Manual input validation before passing to crew (doesn't catch encoded attacks)
- Prompt-level instructions to agents to "ignore suspicious content" (easily bypassed)
- External guardrails like NeMo Guardrails (heavy infrastructure, not memory-specific)
- Using OWASP Agent Memory Guard as standalone middleware wrapping CrewAI (works but not native)
Describe the solution you'd like
References:
This is especially critical for CrewAI because:
- Multiple agents share the same memory pool
- One compromised agent can poison memory for all others
- Long-running crews accumulate more attack surface over time
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request
Feature Area
Core functionality
Is your feature request related to a an existing bug? Please link it here.
Describe the solution you'd like
References:
pip install agent-memory-guardThis is especially critical for CrewAI because:
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request