agent-browser
Fail
Audited by Snyk on Mar 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 skill prompt includes examples and CLI flags that embed credentials verbatim (e.g., proxy URLs with user:pass, filling passwords in commands, setting headers with key values), which would require the LLM to output secret values directly and thus is high risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly opens and scrapes arbitrary public web pages (e.g., "agent-browser open " and "agent-browser snapshot -i" in SKILL.md and templates/capture-workflow.sh / form-automation.sh), so the agent reads untrusted third-party page content and uses it to drive interactions and decisions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata