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/open fetches arbitrary URLs and subsequent snapshot/eval/--raw can read DOM text into the LLM context).

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 16, 2026, 10:13 PM
Issues
2
Security Audit — snyk — playwright-cli