From 53b9bbc5a064f152b7019c1be16b450035d3db78 Mon Sep 17 00:00:00 2001 From: vgudur-dev Date: Thu, 14 May 2026 09:53:26 -0700 Subject: [PATCH] Add OWASP Agent Memory Guard - runtime defense for AI agent memory security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81eff0edb4..33c493a3c9 100644 --- a/README.md +++ b/README.md @@ -1110,6 +1110,7 @@ _Libraries for application-layer web security._ - [secure](https://github.com/TypeError/secure) - HTTP security headers for Python web applications with ASGI and WSGI middleware. +* [OWASP Agent Memory Guard](https://github.com/OWASP/www-project-agent-memory-guard) - Runtime defense against memory poisoning attacks in AI agents (OWASP ASI06). **Other** ### Hardware