product-hunt-launch
Fail
Audited by Snyk on Mar 13, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). Both domains host an install script that the skill instructs you to fetch and pipe to sh (curl ... | sh), which is a high-risk pattern because it downloads and executes code from an unverified/small domain and can be used to distribute malware.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The SKILL.md explicitly instructs running web-search apps (e.g., "infsh app run tavily/search-assistant" and "infsh app run exa/search" in the Quick Start and Research for Preparation sections) to fetch public Product Hunt/community/web results that the agent is expected to read and use to inform launch decisions, exposing it to untrusted third‑party content that could carry indirect prompt injection.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start instructs executing "curl -fsSL https://cli.inference.sh | sh" at runtime, which downloads and pipes remote code to a shell and is required for the subsequent infsh commands, so https://cli.inference.sh is a high-confidence risky runtime dependency.
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