landing-page-design
Fail
Audited by Snyk on Mar 25, 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 point to an unknown third‑party domain distributing a CLI via a curl | sh installer and self‑hosted binaries (dist.inference.sh); while a plaintext checksums.txt is better than nothing, there are no verifiable cryptographic signatures or well‑known vendor provenance and piping remote scripts to sh/self‑hosted executables are high‑risk indicators.
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