Open-source AI Agent Security resource , fully on the @LangChain 🦜 stack.
It shows real attacks (prompt injection, Indirect prompt injection, tenant data exfiltration, memory poisoning) and the security architecture how to defend against each one. 🔐
EVERY FIX is a single LangChain middleware class dropped into create_agent().
Flip one env var to go from vulnerable to hardened. All mapped to the OWASP Top 10 for LLM Applications.
https://github.com/emarco177/agent-security

