agent-browser
Fail
Audited by Snyk on Feb 18, 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's examples and workflows instruct the agent to fill forms and run CLI commands that embed credentials directly (e.g., fill @e2 "password123" and agent-browser fill @e2 "$PASSWORD"), which requires the LLM to include secret values verbatim in generated commands and outputs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's core commands (e.g., "agent-browser open ", "agent-browser snapshot -i", "agent-browser get text @e1", and "agent-browser get text body > page.txt") explicitly navigate to and scrape arbitrary public websites, meaning the agent will ingest untrusted third‑party (user‑generated/public web) content as part of its workflow.
Audit Metadata