e2e-agent-browser
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The provided scripts (
runner.jsandtest-suite.sh) execute theagent-browserCLI using system shell commands and include anevalcommand for browser-side JavaScript execution. This is the intended behavior for an automation tool and is considered safe for its primary purpose of testing. - [EXTERNAL_DOWNLOADS]: The skill documentation includes instructions to install the
agent-browserpackage from npm and download Chromium viaagent-browser setup. These resources are provided by Vercel Labs, a trusted organization, and follow standard software installation patterns. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes data from external websites. \n * Ingestion points: Content is retrieved via
snapshot,text, andtitlecommands inSKILL.mdandrunner.js.\n * Boundary markers: The scripts do not use specific delimiters to separate website content from agent instructions.\n * Capability inventory: The skill can execute shell commands viaexecSyncand JavaScript viaagent-browser eval.\n * Sanitization: There is no sanitization of the retrieved web content before it is used in test assertions.
Audit Metadata