LOGO

Google Details Chrome Security for Agentic Features

December 8, 2025
Google Details Chrome Security for Agentic Features

Chrome's Enhanced Security for Agentic Features

A growing trend sees web browsers incorporating agentic functionalities. These features empower browsers to perform actions on a user’s behalf, such as completing purchases or securing event tickets.

However, the introduction of these agentic capabilities introduces potential security vulnerabilities. These risks could potentially result in data breaches or financial loss.

Google’s Security Approach

Google has outlined its strategy for ensuring user security within Chrome, utilizing observer models and requiring consent before actions are taken. The company initially previewed Chrome’s agentic features in September, with a phased rollout planned for the coming months.

Utilizing Gemini for Alignment

Google is employing multiple models to maintain control over agentic actions. A User Alignment Critic, powered by Gemini, is used to evaluate the tasks generated by the planning model.

If the critic determines that the proposed tasks do not align with the user’s intended goal, it prompts the planner model to revise its approach. Importantly, the critic model only analyzes task metadata, not the actual content of webpages.

google details security measures for chrome’s agentic featuresAgent Origin Sets for Restricted Access

To prevent agents from accessing inappropriate or unreliable websites, Google is implementing Agent Origin Sets. These sets define access restrictions, differentiating between read-only and read-writeable origins.

Read-only origins represent data sources the Gemini model can access for information. For example, product listings on an e-commerce site are relevant, while banner advertisements are not. The agent is also limited to interacting with specific iframes on a webpage.

“This distinction ensures that only data from a defined set of origins is available to the agent, and this data can only be transferred to writable origins. This limits the potential for cross-origin data leaks and allows the browser to enforce this separation by filtering data sent to the model,” Google explained in a blog post.

Monitoring and User Control

Google is also actively monitoring page navigation through an additional observer model. This process helps to prevent redirection to potentially harmful URLs generated by the model.

google details security measures for chrome’s agentic featuresFor sensitive operations, Google is prioritizing user control. When an agent attempts to access sites containing sensitive information, such as banking or medical records, user confirmation is required.

For websites requiring login credentials, the user will be prompted to authorize Chrome to utilize the password manager. Google emphasizes that the agent model does not have direct access to password data. User approval will also be sought before completing purchases or sending messages.

Additional Security Measures

Beyond these measures, Google is employing a prompt-injection classifier to mitigate unwanted actions. They are also rigorously testing agentic capabilities against attacks developed by security researchers.

Industry-Wide Focus on Security

The importance of security in AI-powered browsers is also being recognized by other companies. Perplexity, for example, recently released a new open-source content detection model designed to defend against prompt injection attacks targeting agents.

#Chrome#Google#security#agentic features#browser security#AI