agent-browser-agent-browser
Fail
Audited by Snyk on Mar 15, 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 that embed plaintext passwords and secrets directly in CLI commands (e.g., agent-browser fill "password123", echo "pass" | agent-browser auth save, fill @e2 "$PASSWORD"), which requires the LLM to handle and potentially output secret values verbatim, creating exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). This skill explicitly navigates and ingests arbitrary web pages (e.g., "agent-browser open ", "agent-browser snapshot -i", "agent-browser get text body", and eval usage) as shown in SKILL.md and templates/capture-workflow.sh / templates/authenticated-session.sh, so untrusted public web content can be read and directly drive subsequent agent interactions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata