automating-browser
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/install.shscript andBROWSER-AGENT.mdinstructions install theagent-browserutility from Vercel Labs via the npm registry. As Vercel Labs is a recognized trusted organization, this dependency is verified and safe. - [COMMAND_EXECUTION]: The skill facilitates the execution of browser automation commands such as navigation, form interaction, and screenshot capture using the installed
agent-browserCLI tool. - [REMOTE_CODE_EXECUTION]: The tool supports the
evalcommand, which allows the agent to execute JavaScript within the browser's context. This is a standard feature for advanced web automation and DOM manipulation. - [DATA_EXFILTRATION]: Documentation provides examples for managing browser state (cookies and local storage) using
state saveandstate loadcommands. These operations are performed on the local filesystem and are intended for maintaining authenticated sessions during automation tasks.
Audit Metadata