chrome-devtools
Fail
Audited by Snyk on Mar 12, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill's examples and workflows explicitly pass sensitive values (e.g., passwords) as literal CLI arguments like
--value "secret", which instructs the agent to generate commands containing secrets verbatim, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). This skill autonomously navigates to and ingests arbitrary public URLs (e.g., SKILL.md examples like "node navigate.js --url https://example.com" and scripts such as evaluate.js, snapshot.js, network.js, console.js) and then reads/evaluates page content and executes JS in-page, so untrusted user-generated webpage content can directly influence script actions and subsequent decisions.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill instructs running installation scripts and explicit sudo apt-get commands (e.g., ImageMagick and system libraries via install-deps.sh), which modify system state and require elevated privileges, so it risks compromising the host.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata