Gemini-powered “agentic browsing” is coming to Chrome — and Google has rolled out a new security architecture to help protect users as the browser gains more automation capabilities.
Why a New Security Approach Was Needed
-
The main risk: “indirect prompt injection.” This refers to malicious instructions hidden in website content — such as third-party code, ads in iframes, or even user-generated content (comments, reviews) — that could trick the AI agent into performing unwanted actions, like making a payment or leaking sensitive data.
-
With browsers becoming more “agentic” — i.e., able to act on behalf of users (navigating, filling forms, making purchases, etc.) — such threats become more serious because a compromised agent could exploit the user’s privileges.
What Chrome’s New Security Layers Do
Google has introduced a multi-layered defense system before enabling full agentic features. Key components include:
-
User Alignment Critic (UAC): A separate internal AI model that reviews every action proposed by the main “planning” agent. The UAC only sees metadata about the action — not the untrusted page content — and vetoes any action that doesn’t align with the user’s stated goal or looks suspicious.
-
Origin-Isolation / Agent Origin Sets: The agent is restricted to interact only with a limited set of “origins” (websites or web page parts) relevant to the user’s task. Unrelated or potentially dangerous origins (ads, third-party modules, unknown iframes) are off-limits by default.
-
Prompt-Injection Detection: A classifier runs in real time (alongside existing protections like Safe Browsing) to detect if a webpage is trying to inject misleading or malicious instructions for the agent. If detected, the agent can be blocked from proceeding.
-
User Confirmation for Sensitive Actions: For any high-risk or consequential step — such as logging into a site, making a payment, or signing in via password manager — Chrome will require explicit user confirmation before proceeding.
-
Transparency and Control: The agent logs its proposed actions, giving the user a “work log” and the ability to intervene or take control at any point.
What This Means for Users
-
Browsing with AI assistance in Chrome can become more useful and powerful — but the new protections aim to make it safer and more predictable.
-
Users retain control over critical decisions, especially where money, personal data, passwords or sign-ins are involved — preventing fully autonomous actions without consent.
-
Even if malicious content tries to manipulate the agent (via hidden prompts, shady ads, or compromised pages), the layered defenses — from content scanning to isolation to vetting — make it much harder for attacks to succeed.
-
For those hesitant about letting AI “take over” parts of browsing, Google’s approach balances automation convenience with security safeguards.