chrome-devtools
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill configuration instructs the agent to download and run the
chrome-devtools-mcppackage usingnpx -y. While targeting a recognized package from the Chrome DevTools team, this pattern involves executing code fetched from a remote registry. - [PROMPT_INJECTION]: The skill is designed to navigate to and process content from arbitrary web pages, which is a primary vector for indirect prompt injection.
- Ingestion points: Untrusted data enters the context through
navigate_pageand element snapshots provided bytake_snapshotinSKILL.md. - Boundary markers: The instructions do not define delimiters or specific warnings to ignore instructions embedded within the page content.
- Capability inventory: The skill provides extensive capabilities including
evaluate_script,click,fill_form, andupload_fileas described intool-reference.md. - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from web pages before it is processed by the agent.
- [COMMAND_EXECUTION]: The
evaluate_scripttool allows for the execution of arbitrary JavaScript functions within the context of the loaded web page. This provides a high degree of control over the browser environment. - [DATA_EXFILTRATION]: The skill allows for the inspection of sensitive browser data, including network logs via
list_network_requests, console messages, and page content. The documentation correctly identifies privacy risks associated with persistent browser profiles and recommends the use of clean or isolated profiles to mitigate accidental data exposure.
Audit Metadata