The same-origin policy collapses to the quality of the injection defense
The web's foundational security boundary assumes code from one site can't act on another. An agent with your session privileges, taking instructions from page content, quietly dissolves that boundary: independent research shows that across multiple agentic browsers, a successful prompt injection re-enables cross-origin data theft that decades of browser security were built to prevent. The browser's safety is now only as good as its ability to tell your instructions from a webpage's.
Documented, serious exploits
Security researchers (Brave, Zenity, and others) demonstrated indirect prompt injection against Comet — including paths to operating inside an authenticated password-manager session and zero-click compromise via something as mundane as a malicious calendar invite, all while returning normal-looking output to the user. Fixes have been issued, but the pattern is structural, not a one-off bug.
Hidden-instruction surface is enormous
Injection can hide in white-on-white text, sub-pixel fonts, zero-width characters, CSS-positioned content — anything the model reads but the user can't see. In one comparison, an agentic browser blocked a small fraction of malicious pages where traditional browsers blocked roughly half. You can't fully sanitize the open web.
The market and regulators have noticed
A court blocked Comet's agent from acting in Amazon accounts, establishing that user permission to an agent isn't the same as platform authorization — and analysts have advised enterprises to block AI browsers outright over injection risk. Even OpenAI's security leadership has called prompt injection a frontier, unsolved problem. The capability is shipping ahead of the trust model.