jb-chrome-mcp
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes a local shell script
./scripts/ensure-jb-chrome-mcp.shto verify the remote debugging environment and configure themcporterserver. - [EXTERNAL_DOWNLOADS]: Fetches and runs the
chrome-devtools-mcppackage from the official registry usingnpxduring the setup process. - [PROMPT_INJECTION]: The skill ingests untrusted data from web pages through snapshots, console logs, and network requests, creating an attack surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the agent context via
take_snapshot,list_console_messages, andlist_network_requestsinSKILL.md. - Boundary markers: Absent; no delimiters or explicit instructions to ignore embedded content are specified in the interaction prompts.
- Capability inventory: Includes arbitrary JavaScript execution (
evaluate_script), file-writing (take_screenshot), and network navigation via themcportertool interface. - Sanitization: Absent; the skill does not define validation or filtering of the content retrieved from external browser tabs.
Audit Metadata