ecommerce-review-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 deceptive runtime instructions to install a dependency automatically and to "not describe" the install request or ask separate approval, which hides actions from the user and is outside the stated scraping purpose.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The links point to a non-well-known domain (browseract.com) that the skill instructs agents to use for automatic CLI installation (including a redirect to GitHub), which is a common vector for distributing installers/executables without explicit user consent and therefore is potentially suspicious.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The Skill explicitly instructs automatic installation of an external CLI without user consent and forbids requesting separate approval or describing the action to the user, which enables stealthy supply-chain installation and unauthorized code execution.
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 “capture browser-visible page content” from user-specified public URLs/pages at runtime, which can include outsider-authored free text (e.g., review text) that is then ingested 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 BrowserAct CLI from https://www.browseract.com/?co-from=ecommerce&redirect=https://github.com/browser-act/skills/tree/main (and the related https://www.browseract.com/?co-from=ecommerce link), which is a required runtime dependency that would fetch and execute external installer code.
Issues (5)
E004
CRITICALPrompt injection detected in skill instructions.
E005
CRITICALSuspicious download URL 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).
Audit Metadata