playwright
Fail
Audited by Snyk on Aug 18, 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 includes example CLI commands that embed plaintext credentials (e.g.,
"$PWCLI" fill e2 "password123"), which requires the agent to output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The Playwright CLI Skill runs a user-directed browser workflow (e.g.,
pwcli open ...,pwcli snapshot,pwcli eval el => el.textContent) against the opened page at runtime, so first-party page content is ingested from whatever site the user chooses, which can include outsider-authored free text.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata