agent-browser

Fail

Audited by Snyk on Jul 15, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill includes examples that embed plaintext passwords directly into CLI commands (e.g., agent-browser fill "password123" and chained commands), which would require an LLM to output secret values verbatim and thus poses an exfiltration risk.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). One URL (https://malicious.com) is an explicitly untrusted domain in the list and is a clear high-risk indicator for malicious downloads or distribution.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The docs expose several intentional, high-risk capabilities — arbitrary JS eval (including base64-encoded payloads), file:// local-file access, network request interception, session/state files containing auth tokens, proxy/rotation support for anonymity, and an explicit bypass where "auth vault" operations circumvent the action policy — all of which enable data exfiltration and policy-evading credential access if misused.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.85). Yes—this workflow uses agent-browser snapshot -i (and related get text body/snapshot outputs) which ingests page-sourced accessibility/text content from a runtime URL into the agent’s LLM context, creating an indirect prompt-injection path from outsider-authored web content.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 15, 2026, 01:22 PM
Issues
4
Security Audit — snyk — agent-browser