agent-browser
Fail
Audited by Snyk on Feb 16, 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 instructs and exemplifies placing plaintext credentials directly into CLI commands (e.g., agent-browser fill @e2 "password123") and saving session state, which would require the LLM to emit secrets verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly navigates arbitrary URLs via commands like "agent-browser open " and ingests page content through "agent-browser snapshot -i", "agent-browser get text @e1", and similar commands, which exposes the agent to untrusted public web content (pages, social/forums, or user-provided sites) that could carry indirect prompt injection.
Audit Metadata