browser-automation
Audited by Gen Agent Trust Hub on Feb 13, 2026
================================================================================
🔴 VERDICT: HIGH
This skill enables browser automation using the agent-browser CLI. While the tool itself is from a trusted source, the skill explicitly grants the agent broad permissions, including the ability to execute arbitrary shell commands (Bash), read files (Read), and write files (Write). This creates a significant risk for command execution and data exfiltration if the agent is compromised or prompted maliciously.
Total Findings: 4
🔴 HIGH Findings: • COMMAND_EXECUTION
- Line 10: The skill's metadata explicitly lists
allowedTools: [Bash, Read, Write]. GrantingBashaccess means the agent can execute arbitrary shell commands. While the skill itself does not contain malicious commands, this capability allows for potential command injection if the agent is prompted to execute user-controlled input or if the agent's reasoning is compromised. • DATA_EXFILTRATION - Line 10: The
allowedToolsalso includeReadandWrite. Theagent-browserCLI provides astate save <file>command (Line 60), which can persist browser session data (cookies, local storage) to a file. WithReadandWritepermissions, an agent could be prompted to save sensitive browser state and then exfiltrate the resulting file usingBashcommands.
🔵 LOW Findings: • Unverifiable Dependencies
- Line 17: The skill instructs
npm install -g agent-browserandagent-browser install, and referencesnpx skills add vercel-labs/agent-browser(Line 20). Theagent-browsertool is fromvercel-labs/agent-browser, which is a trusted GitHub repository. This specific finding is downgraded to LOW severity as per the trusted source policy.
ℹ️ TRUSTED SOURCE References: • Trusted External Dependency
- Line 17:
npm install -g agent-browserrefers tovercel-labs/agent-browser, a trusted GitHub repository. • Trusted External Dependency - Line 18:
agent-browser installrefers tovercel-labs/agent-browser, a trusted GitHub repository. • Trusted External Dependency - Line 20:
npx skills add vercel-labs/agent-browserrefers tovercel-labs/agent-browser, a trusted GitHub repository. • Trusted External Dependency - Line 79:
github.com/vercel-labs/agent-browseris a trusted GitHub repository.
================================================================================
- AI detected serious security threats