agent-browser

Fail

Audited by Snyk on Mar 17, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The prompt's examples and API require supplying raw "text" fields (e.g., password, proxy_password) inline in CLI/JSON commands, which would force an LLM to embed secret values verbatim in generated commands/requests, creating exfiltration risk.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Although many links are benign docs/examples, the package includes a remote install pattern (curl | sh https://cli.inference.sh) and direct binary distribution/checksum hosts (dist.inference.sh) on a non‑well‑known domain, which are common malware delivery vectors unless the binaries and checksums are independently verified and the domain is trusted.

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

  • Third-party content exposure detected (high risk: 1.00). The skill explicitly navigates to arbitrary URLs and scrapes page content (via open/snapshot/execute in SKILL.md and references/commands.md) and the provided templates (templates/capture-workflow.sh, templates/form-automation.sh) extract elements_text and document.body.innerText from public websites, which the agent is expected to read and act on—exposing it to untrusted third-party content that could inject instructions.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 17, 2026, 05:39 PM
Issues
3
Security Audit — snyk — agent-browser