lazyweb-paywall-cta
Fail
Audited by Snyk on Jun 22, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Suspicious — the domain hosts a direct install.sh (a raw shell script intended to be downloaded/executed), which combined with the prompt's curl|bash instruction is a high-risk distribution vector; the /mcp and /report endpoints are less directly dangerous but share the same untrusted domain, so the overall source should be treated as untrusted.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The required runtime workflow calls
lazyweb_paywall_cta_research(and possiblylazyweb_search/lazyweb_search_ab_tests) to retrieve evidence from external/public sources, which can include outsider-authored free text (e.g., scraped web pages or community/third-party A/B writeups) that the agent then embeds intowork/report-data.jsonand passes tolazyweb_render_reportas LLM-readable content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs running remote install code at runtime via "curl -fsSL https://www.lazyweb.com/install.sh | bash" (and depends on the hosted Lazyweb MCP at https://www.lazyweb.com/mcp), which fetches and executes remote code and is required for the skill to function.
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