Installation globally deploys an npm package and runs its browser installer
Source references: 2The instructions call for `npm i -g agent-browser` followed by `agent-browser install`. A global npm installation deploys executable software into the user's environment and may run package lifecycle scripts; the second command installs additional components not enumerated in the evidence.
This persistently changes the global development environment and executes third-party code not supplied for review. If the selected package, version, or a dependency is compromised, user files, credentials, or the system environment could be affected. No version pin or integrity check is shown.
The installation line globally installs an unpinned npm package and then runs that package's own install subcommand. The evidence does not identify what the subcommand downloads or changes, and does not show that it ran; however, executing the line would run software outside the source reviewed here. Users can request its dependency list, install scripts, and destination paths.
Fast browser automation CLI for AI agents. Chrome/Chromium via CDP with accessibility-tree snapshots and compact `@eN` element refs.Install: `npm i -g agent-browser && agent-browser install`Show 1 other places
Install: `npm i -g agent-browser && agent-browser install`