▲ | ryanjshaw 5 days ago | ||||||||||||||||
Maybe the article was updated but right now it says “The browser should isolate agentic browsing from regular browsing” | |||||||||||||||||
▲ | ec109685 5 days ago | parent | next [-] | ||||||||||||||||
That was my point about dropping privileges. It can still be exploited if the summary contains a link to an image that the attacker can control via text on the page that the LLM sees. It’s just a lot of Swiss cheese. That said, it’s definitely the best approach listed. And turns that exploit into an XSS attack on reddit.com, which is still bad. | |||||||||||||||||
▲ | skaul 5 days ago | parent | prev | next [-] | ||||||||||||||||
That was in the blog from the starting, and it's also the most important mitigation we identified immediately when starting to think about building agentic AI into the browser. Isolating agentic browsing while still enabling important use-cases (which is why users want to use agentic browsing in the first place) is the hard part, which is presumably why many browsers are just rolling out agentic capabilities in regular browsing. | |||||||||||||||||
| |||||||||||||||||
▲ | mapontosevenths 4 days ago | parent | prev [-] | ||||||||||||||||
Tabs in general should be security boundaries. Anything else should propmt for permission. |