rust-browser-pilot
Fail
Audited by Snyk on Jul 1, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The code intentionally includes anti-detection browser launch tweaks, a remote MCP server exposing tools that can execute arbitrary JS and control the browser, and tools to read cookies/localStorage and console logs — capabilities that enable stealthy scraping and direct exfiltration of session tokens/credentials and remote control of a host browser.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider free text is ingested when the required runtime workflow navigates to a user-supplied URL and then extracts page content (e.g.,
navigate→context.get_dom()→DomTree::from_tab()→extract_dom.jswhich serializes DOM text/accessible names into JSON that is returned to the agent/LLM context).
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata