Agentic Browsers, MCPs and Security: What "Prompt Injection" Means
quickchat.ai·7h·
Discuss: Hacker News
Flag this post

There’s been a lot of talk about security lately. MCPs, agentic browsers, AI in general. Let’s unpack what people actually mean.

Why traditional browsers feel “safe”: sandboxing & the same-origin policy

Most computer security reduces to this: someone is trying to make your computer do something.

Computers are useful because they run code. We want other people’s code to run on our machines but only the right code, in the right place, with the right limits. That’s the tricky bit.

When you open a website, you do run external code. The server returns data that your browser renders. Maybe there are animations or audio. Browsers may display things you don’t like, but it’s safe because it’s contained inside the browser tab.

The key is isolation. Browsers have b…

Similar Posts

Loading similar posts...