Artificial intelligence is fundamentally altering how people navigate the internet, with new agentic LLM browsers moving beyond simple page display to actively read content, execute tasks, and even complete complex user requests. This evolution, while promising enhanced productivity, has exposed significant security vulnerabilities, according to Varonis Threat Labs. These advanced browsers, like Comet by Perplexity, Atlas by OpenAI, Microsoft Edge Copilot, and Brave Leo AI, grant AI models direct access to internal browser systems, blurring the lines between user commands and automated actions.
Researchers at Varonis Threat Labs have identified critical architectural weaknesses inherent in these agentic browsers. The very design that empowers them to perform tasks like booking meetings or summarizing emails by interacting directly with web elements, clicking buttons, and filling forms without explicit user approval for each step, also creates substantial security risks. The same mechanisms that allow for seamless AI interaction bypass the traditional security layers carefully implemented in web browsers over decades.
The Security Cost of AI-Powered Browsing
Agentic LLM browsers function by establishing a direct connection between the AI model and the browser’s internal processes. This connection, often facilitated through privileged extensions and internal communication channels, creates a control pathway that conventional security frameworks were not built to manage. Varonis researchers found that these design choices, while powerful, also render the browsers susceptible to exploitation.
The attack surface exposed by these vulnerabilities is extensive. A common web exploit, such as Cross-Site Scripting (XSS), which typically affects a single website in a standard browser environment, can now potentially grant an attacker complete command over the entire browsing session. This amplified impact stems from the AI’s privileged access and its ability to interpret and execute commands without constant user oversight.
A key method of exploitation identified is indirect prompt injection. In this scenario, a malicious webpage embeds hidden instructions within the AI’s view. These instructions are invisible to the user but are executed by the AI without question. Such commands can compel the AI to perform actions with significant security implications, including reading sensitive local files, sending emails using the user’s credentials, directing the user to phishing sites, or silently downloading malware onto the device. The damage potential far exceeds the scope of traditional browser attacks.
How Communication Bridges Become Weapons
A particularly concerning aspect is the trusted communication channel established between the AI backend and the browser’s internal components. For instance, Comet utilizes a feature called `externally_connectable`, which allows approved domains, such as perplexity.ai, to send direct commands to a powerful background extension. This extension often holds debugger permissions, granting it comprehensive programmatic control over the browser.
This control includes the ability to click, scroll, type, and read content across any open tab. Crucially, this extension can run unobtrusively and cannot be disabled through standard browser settings. If an attacker successfully injects malicious JavaScript onto an approved domain, they can leverage this trusted origin to push unauthorized commands through the same channel, effectively bypassing security checks.
Varonis Threat Labs demonstrated this by confirming that an XSS vulnerability on a trusted domain could enable an attacker to utilize the `GetContent` tool. This tool, designed for legitimate AI functions, could be misused to extract local files from the user’s computer. Similarly, Microsoft Edge Copilot faces comparable risks, where a tool like `Edge.Context.GetDocumentBody` could be manipulated into a continuous loop, capturing live page data and exfiltrating it to an external server, turning a reading tool into a sophisticated surveillance instrument.
Mitigation and Future Outlook
The implications of these findings are significant for both individual users and organizations. Security teams are advised to closely monitor browser processes for any unusual activities, such as unexpected file reads, abnormal outbound network connections, or browser actions that exhibit user-level authority without explicit user initiation. The use of AI in browsing introduces a new layer of potential threats that traditional security monitoring might miss.
For developers, adhering to least-privilege policies for all extensions with elevated permissions is paramount. Rigorous validation of any external data processed by the AI is also essential to prevent malicious inputs from being executed. Developers must be mindful of the inherent risks when granting AI broad access to browser functionalities.
Individual users should consistently update their browsers to the latest versions. Varonis noted that a prompt injection vulnerability they identified, embedded within page titles, was patched during their research period, highlighting the importance of timely updates in addressing newly discovered security flaws. Keeping software current is a critical line of defense against evolving cyber threats.
Organizations are also encouraged to deploy data-aware detection tools. These tools can identify browser activity that may appear legitimate on the surface but lacks genuine user intent, helping to flag potentially malicious AI-driven actions. As agentic LLM browsers continue to evolve, so too must the security measures designed to protect users and their data.
The ongoing development of AI-powered browsers presents a complex landscape of innovation and security challenges. While these tools promise to streamline online tasks, the potential for misuse necessitates a vigilant approach from developers, security professionals, and end-users alike. Future advancements will likely focus on developing more robust security architectures and detection mechanisms to ensure these powerful new browsing capabilities can be utilized safely and effectively.

