It depends entirely on what you let the browser do. An AI feature that only reads a page and answers questions about it is close to a normal browsing risk. An agentic browser that clicks, navigates, fills forms, and acts inside sessions you are already logged into is a different category, and multiple published security investigations have shown that hidden text on a webpage can redirect that agent to do things you never asked for, using your own authenticated access. This is not one vendor's bug. It is a structural property of putting trusted instructions and untrusted page content into the same context window, and no vendor has demonstrated a general fix. The practical answer for now is to use agentic browsing deliberately and narrowly, in a profile that is not signed into anything sensitive, and to review actions rather than assume they were the ones you requested.
Are AI browsers safe to use?
Reading-only AI features in a browser carry roughly ordinary risk. Agentic modes, where the browser acts on your behalf inside your logged-in sessions, carry a different and unresolved risk: published research has repeatedly shown hidden instructions on a page hijacking the agent and using the user's own authenticated sessions. The flaw is architectural rather than a single patchable bug, so the safe posture is to separate agentic browsing from everyday browsing, keep it out of banking, email, health, and work accounts, and treat every action it takes as something you have to approve.
Published · Updated · Evidence-linked, not search-volume ranked.
Why this question is current
Exact query-volume data was unavailable, so RepoRadar uses these as current demand and intent signals rather than a claimed volume ranking.
- is ai browser safe / ai browser security · Google Suggest (autocomplete) via suggestqueries.google.com · United States, English (gl=us, hl=en) · checked 2026-09-05T22:35:00Z
Live completions returned a dense safety-intent cluster: is ai browser safe, is comet ai browser safe, is comet ai browser safe reddit, is perplexity ai browser safe, is opera ai browser safe, is genspark ai browser safe, plus ai browser security risks, ai browser security vulnerabilities, ai browser security flaws, should i use comet ai browser, and prompt injection agentic browser. A current demand and intent signal from live autocomplete, not an exact search-volume figure. - ai browser · Hacker News Algolia search API · global English-language developer community · checked 2026-09-05T22:40:00Z
nbHits 2905. The highest-scoring story in the set is Comet AI browser can get prompt injected from any site, drain your bank account (648 points, 2025-08-24, id 45004846), with AI browser extensions are a security nightmare (260 points) also in the top results. Corroborates sustained security-framed attention, not an exact search volume. - agentic browser · Hacker News Algolia search API · global English-language developer community · checked 2026-09-05T22:40:00Z
nbHits 651 across 33 pages, including Scamlexity - When agentic AI browsers get scammed (204 points, 2025-08-25, id 45011096), Agentic Browser Security - Indirect Prompt Injection in Perplexity Comet (97 points, id 45000894), and Agentic AI browsers are highly susceptible to prompt injection attacks (2025-10-25, id 45706153). Corroboration of practitioner interest.
Who this helps
- anyone deciding whether to install an AI or agentic browser
- power users who want the automation without handing over their sessions
- developers and security leads assessing browser agents at work
- AI-curious readers trying to separate real risk from headlines
Two very different things are called an AI browser
Most of the confusion in this question comes from one word covering two capability levels with very different risk profiles.
The first is assistive: a sidebar or panel that reads the page you are on and answers questions, summarizes, or explains. The information flow is mostly one way, out of the page and into a model. The main concerns are ordinary ones - what gets sent to a server, what is retained, and what the vendor's data policy says.
The second is agentic: the browser acts. It navigates, clicks, types into forms, and completes multi-step tasks. Crucially, it does this inside the browser session you are already authenticated in, so it inherits your access to email, banking, work systems, and cloud storage. Everything difficult about this question lives in that second mode.
What researchers actually demonstrated
This is not a hypothetical concern, and it is worth stating precisely what was shown rather than paraphrasing headlines.
In August 2025, Brave's security team published an attack against Perplexity's Comet. Instructions were hidden in ordinary web content - white text on a white background, HTML comments, or a comment on a social platform the attacker did not control. When the user clicked summarize, the assistant read those hidden instructions and could not tell them apart from the user's request. The published proof of concept had the assistant read the user's account email, trigger a one-time password through a lookalike domain created by adding a trailing dot, retrieve that code from the user's already logged-in Gmail, and post both back as a public reply.
An October 2025 follow-up widened the picture: instructions hidden inside a screenshot as faint light blue text on yellow were recovered by text recognition and executed, and in another browser simply asking to visit a site was enough to send page content to the model without any explicit summarize request. A 2026 report extended the same failure to a cloud web-automation API and to a fully on-device macOS assistant, showing that running the model locally does not remove the exposure.
Why this is structural, not a bug queue
The reason these reports keep landing is that they all describe the same underlying failure rather than a series of independent mistakes.
An agent receives your instruction and the page's content in the same context window, as one flat stream of tokens. The model has no reliable way to tell which part came from you and which part came from a stranger's webpage, and its willingness to follow instructions is simultaneously the product feature and the attack surface. The obvious mitigation - separate the user's instructions from the page content and treat page content as untrusted - is correct in principle, but as Simon Willison points out, nobody has demonstrated a convincing general method for enforcing that boundary inside a language model.
The consequence is that long-standing web protections stop helping. Same-origin policy and CORS assume the danger is code from one site reaching another. Here the agent is operating with your full privileges across every authenticated session, and the instruction that starts the chain is plain natural language sitting in a comment.
How to decide what to let one do
The useful question is not whether AI browsers are safe in the abstract but what you are willing to hand a system that may follow a stranger's instructions.
The strongest recommendation coming out of this research is separation: agentic capability should be isolated from regular browsing, and you should never end up in agentic mode by accident. That principle translates into practical settings you control today.
- Keep agentic browsing in a separate browser or profile that is not signed into email, banking, health, or work accounts
- Do not invoke summarize or agent actions on pages carrying untrusted user-generated content when you are logged into anything sensitive
- Prefer modes that ask for confirmation before navigating off-site, submitting a form, or making a purchase, and read what is being confirmed
- Treat the assistant reading a page as the trigger, not just the moment you type a command - navigation alone has been enough in at least one tested browser
- Check what browsing memory the product retains and whether you can view, archive, or delete it
- Assume any AI-browser product may change or be discontinued: the ChatGPT Atlas announcement page now carries a deprecation notice
What this answer does not claim
RepoRadar has not tested any of these browsers hands-on, and nothing here is a hands-on result. Every attack described above is attributed to the published research that demonstrated it.
Vulnerability status changes. Vendors ship mitigations, researchers defeat some of them, and specific findings age. Several of the disclosures cited here record exactly that pattern, including fixes that were later bypassed. Do not read a dated disclosure as a statement about a product's current build.
Most of the public research in this area comes from a browser vendor that also builds an agentic feature of its own. The technical demonstrations are concrete and reproducible in their descriptions, but that commercial position is worth knowing when you read the recommendations. This answer also makes no claim about any product's pricing, and it names no vulnerability that a cited source did not publish.
A useful next action
If you already use an AI browser, spend two minutes finding out which mode you are actually in. Check whether the assistant can only read the page or can also navigate and act, and check whether it acts inside your main signed-in profile.
If it can act, create a second profile for it with nothing sensitive signed in, and move your agentic use there. That one change removes the entire class of attack that depends on borrowing your authenticated sessions, and it costs you nothing but a second window.
Sources checked
- Brave - Agentic Browser Security: Indirect Prompt Injection in Perplexity Comet ↗ checked · global browser-vendor security research
Primary disclosure describing a four-stage attack: instructions hidden in page content using white-on-white text, HTML comments, or user-generated content such as a Reddit comment; triggered when the user asks the assistant to summarize the page; processed as commands because the assistant does not separate page content from user instructions; then executed using the assistant's browser tools. The published proof of concept chained a hidden Reddit comment into reading the user's account email, triggering a one-time password using a lookalike domain formed by a trailing dot, reading that code from an already logged-in Gmail session, and posting both back as a Reddit reply. Published 2025-08-20.
- Brave - Unseeable prompt injections in screenshots ↗ checked · global browser-vendor security research
Second disclosure in the same series, establishing the problem as systemic across the category rather than specific to one product. Documents injection through a screenshot, where text camouflaged as faint light blue on yellow is imperceptible to the user but recovered by text recognition and passed to the model as instructions, and a separate case where merely asking the browser to visit a site caused page content to be sent to the model without any explicit summarize request. Published 2025-10-21, updated 2025-10-31.
- Brave - Indirect Prompt Injection remains a fundamental security challenge for AI ↗ checked · global browser-vendor security research
2026 research showing the risk does not depend on where the model runs. In the cloud case, a routine summarize request to Mozilla Tabstack was hijacked by hidden page instructions that navigated to an attacker-controlled domain, filled a form with the conversation context, and submitted it. In the local case, instructions embedded in a local document manipulated the on-device macOS assistant Cotypist into suggesting inaccurate content and surfacing credentials inline. The report notes the local tool has a smaller blast radius because it shapes what the model says rather than what it does, and that a human keystroke sits between suggestion and use. Both vendors were notified under responsible disclosure. Published 2026-06-08.
- Simon Willison - Indirect Prompt Injection in Perplexity Comet ↗ checked · global independent developer commentary
Independent analysis explaining why the commonly proposed mitigation of separating user instructions from page content is harder than it sounds: to the model, trusted instructions and untrusted content arrive concatenated into the same stream of tokens, and no convincing general method of distinguishing them has been demonstrated. Also records that Perplexity's initial fixes were later defeated. Published 2025-08-25.
- OpenAI - Introducing ChatGPT Atlas ↗ checked · global official vendor announcement
First-party announcement of a browser with an agent mode that can research, automate tasks, and book appointments while the user browses, with optional browser memories that can be viewed or archived and are deleted with browsing history. The page as fetched on 2026-09-05 also carries an explicit notice that Atlas has since been deprecated, which is why availability claims about specific AI browser products go stale quickly. Originally published 2025-10-21.
RepoRadar separates factual source claims from analysis. Recheck vendor docs before purchase, deployment, or policy decisions.