product-hunt-launch
Fail
Audited by Snyk on Mar 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs host an installer script and binary distribution on an unfamiliar domain (including a curl | sh installer and checksums served from the same site) which is inherently risky because piping remote scripts to a shell and downloading executables from an unvetted domain can deliver malware and the provided checksums on the same host do not prove integrity or provenance.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). SKILL.md explicitly instructs the agent to run infsh apps like "tavily/search-assistant" and "exa/search" (see Quick Start and Research for Preparation) to fetch and analyze public Product Hunt/search results and community sentiment, i.e., untrusted third‑party web/user-generated content that the agent is expected to read and that can materially influence launch decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start explicitly runs a remote install command that fetches and executes code via "curl -fsSL https://cli.inference.sh | sh" (and the infsh CLI then invokes remote apps hosted under inference.sh/dist), so https://cli.inference.sh is a runtime external dependency that executes remote code.
Audit Metadata