product-hunt-launch
Fail
Audited by Snyk on Feb 19, 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 a private domain offering a curl | sh installer and downloadable binaries with checksums hosted on the same domain — a common and convenient delivery pattern but inherently risky unless the publisher is independently verified (curl | sh executes remote code and checksums on the same host can be spoofed if the site or account is compromised).
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