playwright-cli
Fail
Audited by Snyk on Jun 16, 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 and commands that place secrets (passwords, cookie values/session tokens) directly as literal arguments (e.g., fill e2 "password123", cookie-set session_id abc123, TOKEN=$(playwright-cli --raw cookie-get session_id)), which requires the model to handle and potentially emit secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required runtime workflow can ingest outsider-authored free text from public web pages the agent navigates to (e.g.,
playwright-cli goto/openfetches arbitrary URLs and subsequentsnapshot/eval/--rawcan read DOM text into the LLM context).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata