agent-browser
Fail
Audited by Snyk on Jun 20, 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 contains examples that embed credentials directly into commands (e.g., fill @e2 "password123") and shows patterns that would require substituting variables like $PASSWORD into generated commands, forcing the LLM to handle or output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required runtime workflow uses
agent-browser open <url>followed byagent-browser snapshot -iandagent-browser get text body, which ingests readable free text from the navigated page (public web content / outsider-authored page text) into the agent’s LLM context.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata