agent-browser-helper
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
chrome.shexecutes local browser binaries (such asgoogle-chromeorchromium) to start a managed instance. It uses an array-based execution method to safely pass arguments, protecting against shell injection. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of the
agent-browserCLI from Vercel Labs, which is a trusted organization. No unverified remote code is downloaded or executed. - [SAFE]: The skill manages local files in
~/.agent-browser-helperto track process IDs (PID) and store browser profiles, including cookies and history, which is necessary for the stated purpose of maintaining persistent sessions. - [SAFE]: The configuration includes the
--no-sandboxflag by default. While this reduces browser-level security by disabling the sandbox, it is a common requirement for running browsers in containerized or restricted automation environments.
Audit Metadata