lazyweb
Fail
Audited by Snyk on Jul 13, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The skill instructs running a remote shell installer via "curl ... | bash" from https://www.lazyweb.com/install.sh, which is a direct .sh download from an unverified domain — a common high-risk malware distribution pattern.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). SKILL.md’s required “First Run” and routing steps call Lazyweb MCP endpoints (e.g.,
lazyweb_get_workflowsandlazyweb_generate_report), which can return web-fetched/outsider-authored free text that the agent then includes in the LLM context; the spec also includes “Refero Styles”/“React Bits” links indicating web research as part of the evidence pipeline.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs running remote code at runtime with "curl -fsSL https://www.lazyweb.com/install.sh | bash", which fetches and executes external code (https://www.lazyweb.com/install.sh).
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata