Skip to main content

How Legba browser isolation works

Shield runs the page in an isolated browser. That browser is off your device. See what happens when you open the tab. See what ends when you close it.

Estimated reading time: 4 min read
Security Research

How Shield isolates a page

Shield opens the page in an isolated browser off your device. You still use the page inside Chrome. The page code runs in that separate browser. Close the tab, and the isolated session is destroyed.

That changes the execution boundary. The page does not run inside your everyday browser environment. Your other tabs and local browser state stay outside the isolated session.

Ghost changes the route

Ghost does a different job. It gives your browser a private route. Only the browser uses that route. Other apps on your device keep their normal connection.

Use Ghost when location or browser-only routing is the job. Use Shield when the page should run away from your device. One mode changes the route. The other changes where the page runs.

QuestionGhostShield
What changes?The browser routeThe page execution location
What stays local?The browser and page executionYour Chrome controls and interaction
Best fitPrivate browser routingPages you do not trust

What isolation does not promise

Isolation is a boundary, not a verdict. It does not make a phishing page honest. If you type a secret into a malicious form, the site can still receive it. Verify login URLs and keep phishing-resistant authentication in place.

Legba also does not route every app on your device. Ghost is browser only. Shield isolates the page you open. Neither mode replaces a VPN for private-network access or whole-device routing.

A fresh isolated session also does not guarantee anonymity. A site can identify you when you sign in or provide identifying information. Isolation changes where code runs. It does not erase every signal.

The same boundary for agents

Agent builders reach the same routing and isolation through a ready skill. The skill is the current public path for agent use. The API documentation remains a preview until a production host and tested contract are public.

The next suspicious page belongs nowhere near your computer. Open it with Shield. Use Ghost when a private route is enough.

Compare browser isolation, disposable sessions, and the limits of local browsing.

Free for 30 days. No card required.

Pick a mode. Open the page.

Legba is a Chrome extension with two modes. Ghost gives you a private browser route. Shield opens a page in an isolated browser off your device.

Read the docs

About the authors.

Try it on the next page you do not trust

Legba is a Chrome extension with two modes. Ghost gives you a private browser route. Shield opens a page in an isolated browser off your device.

Free for 30 days. No card required.

Ghost. A private route for your browser. Shield. An isolated browser, off your device. Choose the mode. Close when finished.