From 53b9bbc5a064f152b7019c1be16b450035d3db78 Mon Sep 17 00:00:00 2001 From: vgudur-dev Date: Thu, 14 May 2026 09:53:26 -0700 Subject: [PATCH 1/2] 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 From 0aee2d2aed3c691ae5efde437762432558d4b7a8 Mon Sep 17 00:00:00 2001 From: vgudur-dev <194662684+vgudur-dev@users.noreply.github.com> Date: Wed, 20 May 2026 13:28:47 -0400 Subject: [PATCH 2/2] Add OWASP Agent Memory Guard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33c493a3c9..a6f4ef0e7e 100644 --- a/README.md +++ b/README.md @@ -1143,6 +1143,7 @@ Where to discover learning resources or new Python libraries. ### Newsletters +- [OWASP Agent Memory Guard](https://github.com/OWASP/www-project-agent-memory-guard) - Official OWASP reference implementation for defending AI agents against memory poisoning (ASI06) and indirect prompt injection attacks. - [Awesome Python Newsletter](https://python.libhunt.com/newsletter) - [Pycoder's Weekly](https://pycoders.com/) - [Python Tricks](https://realpython.com/python-tricks/)