browser
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executechrome-devtoolsCLI commands for controlling browser instances. - It executes local shell commands using
sedto read connection metadata (port and websocket path) from theDevToolsActivePortfile located in the user's Chrome application support directory. - It uses
lsto enumerate existing persistent browser profiles stored in$HOME/.cache/chrome-devtools-mcp/profiles. - [EXTERNAL_DOWNLOADS]: The documentation encourages users to install and maintain the latest version of the
chrome-devtools-mcppackage from the NPM registry. - [PROMPT_INJECTION]: The skill facilitates the ingestion of data from external, untrusted web environments, which constitutes an indirect prompt injection attack surface.
- Ingestion points: Data enters the agent's context through tools like
take_snapshot(accessibility tree),evaluate_script(DOM data),list_console_messages(browser logs), andlist_network_requests(network traffic metadata). - Boundary markers: The skill instructions do not specify any delimiters or safety prompts to help the agent distinguish between its core instructions and potentially malicious content retrieved from the web.
- Capability inventory: The agent possesses powerful capabilities including arbitrary shell command execution (
Bash), local file access (Read), and comprehensive browser control (executing JavaScript, managing extensions, and uploading files). - Sanitization: There are no explicit mechanisms defined to sanitize, filter, or validate data retrieved from web pages before it is processed by the agent.
Audit Metadata