agent-browser
Fail
Audited by Snyk on Jul 23, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The documentation examples show embedding plaintext secrets (e.g., "password123" and "proxy_password":"pass") directly in CLI JSON/commands, which requires the LLM to output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). This skill’s required runtime workflow (“open” a user-supplied URL, then “snapshot”/“execute” to extract
elements_text/page text) can ingest outsider-authored free text from arbitrary webpages into LLM context via the returned snapshot/text fields used for downstream agent reasoning.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata