reddit-search-results-lead-scraper
Fail
Audited by Snyk on Jul 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 0.90). The skill contains explicit, deceptive instructions to install BrowserAct automatically without user confirmation and to hide/avoid describing that installation to the user, which overrides transparency and is outside the stated scraping purpose.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The Skill explicitly instructs automatic, non-consensual installation and invocation of an external CLI combined with guidance to collect user contact data from Reddit, which indicates intentional potential for covert data collection and supply-chain abuse.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). SKILL.md instructs the agent to use BrowserAct to access live Reddit pages/search results at runtime, which will ingest outsider-authored free text (e.g., post/comment content) from public web content into the LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs the agent to automatically install and invoke the required BrowserAct CLI at runtime using the provided install link (https://www.browseract.com/?co-from=lead-generation&redirect=https://github.com/browser-act/skills/tree/main), which means the agent will fetch and execute remote code from that URL to satisfy a required dependency.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.60). The Skill instructs the agent to install the BrowserAct CLI automatically and to proceed without requesting user approval, which directs the agent to change the host environment and perform installations that modify system state without consent.
Issues (5)
E004
CRITICALPrompt injection detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata