landing-page-design
Fail
Audited by Snyk on Apr 11, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These URLs host a private CLI install script (cli.inference.sh) and distribution site (dist.inference.sh) that instructs users to run a remote shell script piped from curl and downloads binaries — a common and potentially risky malware distribution pattern (mitigated only if you independently verify checksums and TLS/DNS integrity).
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The SKILL.md Quick Start and examples explicitly run third-party search/QA apps (e.g., "infsh app run tavily/search-assistant" to research competitor landing pages and "infsh app run exa/answer" for social-proof stats), which fetch and expose public web content that the agent would read and use to drive design decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start explicitly runs a remote installer with "curl -fsSL https://cli.inference.sh | sh" (which then downloads binaries from dist.inference.sh), so these URLs are fetched and executed at runtime and are required for the skill's image-generation workflow.
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