🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

agent-browser-plugin-allow-loopback

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-browser-plugin-allow-loopback

agent-browser launch mutator that allows Chrome localhost handoff flows by treating loopback addresses as public for Local Network Access.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

agent-browser-plugin-allow-loopback

Launch mutator plugin for agent-browser that allows Chrome localhost handoff flows by treating loopback addresses as public for Local Network Access.

The plugin appends one Chrome launch argument:

--ip-address-space-overrides=127.0.0.0/8=public,[::1]/128=public

This is useful for SSO/native app handoff flows that connect from a website to a local helper on 127.0.0.1 or ::1. Because the plugin returns a structured JSON array through launch.mutate, the comma in the Chrome flag is preserved.

Install

agent-browser plugin add agent-browser-plugin-allow-loopback

Manual config:

{
  "plugins": [
    {
      "name": "allow-loopback",
      "command": "agent-browser-plugin-allow-loopback",
      "capabilities": ["launch.mutate"]
    }
  ]
}

Security

This plugin changes Chrome's address-space classification for all loopback targets in the launched browser process. It is process-wide, not origin-scoped. Use LoopbackNetworkAllowedForUrls managed policy when you need a narrower origin-scoped exception.

Keywords

agent-browser

FAQs

Package last updated on 07 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts