agent-browser
Fail
Audited by Snyk on Apr 7, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt includes examples and workflows that embed plaintext credentials directly in CLI commands (e.g., agent-browser fill @e2 "password123" and echo "pass" | agent-browser auth save ...), which would require an LLM to place secret values verbatim into generated commands—creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly navigates to arbitrary URLs (agent-browser open in SKILL.md and commands.md) and then snapshots/gets page text (snapshot -i, get text, templates/capture-workflow.sh and form-automation.sh) so the agent ingests and acts on untrusted public web content that could contain instructions influencing subsequent actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata