agent-browser
Fail
Audited by Snyk on Apr 11, 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 explicit examples and commands that embed passwords/credentials verbatim (e.g., fill "password123", set credentials user pass, cookies set name value), which would require the LLM to handle/output secret values directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly opens arbitrary URLs and ingests page content (see SKILL.md commands like "agent-browser open " and "agent-browser snapshot", "get text", "get html", "eval"), then uses returned element refs and page-derived text to drive interactions, so untrusted third-party web content can directly influence the agent's actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata