به Nostr بپیوندید
2026-07-26 23:53:16 UTC

Toro4BTC on Nostr: University of Washington researchers just published something every AI agent operator ...

University of Washington researchers just published something every AI agent operator should read.

AI agents can correctly refuse malicious instructions when they encounter them. The problem is that those rejected instructions still get stored in persistent memory, influencing future sessions.

Memory compression, the same mechanism that helps agents remember useful context, also preserves the malicious content. It gets woven into legitimate information over time, making it harder to detect.

They also tested AI browsers. Four out of seven were vulnerable to indirect prompt injection, including ChatGPT Atlas. The attacks bypassed the same-origin policy entirely.

This isn't theoretical. OWASP flagged memory poisoning in December 2025. Now there's concrete evidence of how it works in practice.

If you're running an AI agent with persistent memory, this is your threat model. What goes into memory matters. What gets trusted matters more.