๐Ÿ“ฐ Story

hackernews_ai ยท Jun 3, 2026 ยท news

โ† Live feed ๐Ÿ“ฐ Daily recap ๐Ÿ—“๏ธ Weekly recap ๐Ÿ”” RSS

Show HN: Agent-browser-shield โ€“ free extension to protect AI agents on the web

I've been experimenting with Claude Code, ChatGPT Agent, and OpenClaw to perform more open-ended tasks for me online. A big blocker I've hit on shopping and research tasks is the agent getting a key piece of info wrong. For example, in one case, my agent decided to add a brand I don't like to the cart because the site flagged it as almost sold out The HN crowd is probably pretty aware of the threats and can avoid them while browsing. But what about their agents? I tried prompting, but it was ineffective, because once the AI saw the threat, it polluted/distracted its context Looking at the research, I came across a couple of papers, SusBench and Decepticon. The Deception research benchmarks indicate that increased reasoning can perform worse, because the model rationalizes the dark pattern So it seems the best approach has to be removing the information before it can pollute/poison the context In my day job, we have a browser extension that started as a productivity extension. However, contact centers started using us for neutralizing insider, fraud, and social engineering threats. So my team set out to create a browser extension to neutralize all the threats AI agents face We're focusing on open-ended tasks, because the best practice for routine tasks is to have the agent script repeat actions It's also a tricky area since AI agents view the web in different ways: DOM, a11y tree, and visually. So we needed to account for those differences in how we detect and neutralize threa

Read the original at github.com โ†’Open in live feed

Related stories 4 items