All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

OWASP Agent Memory Guard: Open-source runtime defense against AI agent memory poisoning attacks

By

Mirko Zorz

2h ago· 4 min readenNews

Summary

OWASP's Agent Memory Guard is an open-source runtime defense layer that protects AI agents from memory-based attacks. It sits between an agent and its memory store, screening every read and write through a pipeline of detectors. The tool addresses a critical vulnerability where attackers can plant malicious text in an agent's persistent memory (conversation history, vector stores, scratchpads, RAG indexes) to override instructions, extract user data, or manipulate future tool calls. The defense achieves 92.5% recall at just 59µs latency, making it practical for real-time use.

Key quotes

· 3 pulled
An attacker who plants text in the wrong field can override an agent's instructions, pull out user data, or steer future tool calls, and the effect survives across sessions because the memory does.
Agent Memory Guard is an open-source runtime defense layer that sits between an agent and its memory store, screening every read and write through a pipeline of detectors.
The tool achieves 92.5% recall at just 59µs latency, making it practical for real-time use.
Snippet from the RSS feed
AI agent memory security gets a runtime layer: OWASP's Agent Memory Guard screens every write, hitting 92.5% recall at 59µs latency.

You might also wanna read