puppeteer-skill
Fail
Audited by Snyk on Mar 5, 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 hardcoded credentials (e.g., page.type('#password','password123') and setCookie value 'abc'), which encourages generating scripts that embed secret values verbatim instead of using environment variables or secure stores.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's core workflow and examples explicitly drive a browser to arbitrary external URLs (e.g., SKILL.md shows page.goto('https://example.com') and reference/playbook.md uses page.goto(url)), then evaluate and act on page content and API responses (page.evaluate, page.$eval, page.waitForResponse), so untrusted public web content can directly influence automation decisions and tool use.
Audit Metadata