chrome-devtools
Fail
Audited by Snyk on Mar 6, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes examples that embed plaintext secrets directly into scripts/commands (e.g., page.type('#password', 'secret') and fill.js --value "secret"), which would require the agent to handle and output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's CLI scripts (e.g., navigate.js, aria-snapshot.js, snapshot.js, evaluate.js, network.js, console.js) explicitly navigate to and ingest arbitrary public URLs (--url) and extract/execute page content (ARIA snapshots, DOM snapshots, response bodies, evaluated JS), so untrusted third‑party web content can directly influence subsequent interactions and tool actions.
Audit Metadata