explainer-video-guide
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.85). These URLs point to an unrecognized domain that distributes a CLI via a curl | sh installer and downloadable binaries (with checksums hosted on the same site) — a high-risk pattern because piping remote scripts to sh and single-site checksum hosting can be used to distribute malware if the site or upstream is compromised.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start directs users to run "curl -fsSL https://cli.inference.sh | sh" (and thereafter relies on the infsh CLI for all runtime operations), which fetches and immediately executes remote code from https://cli.inference.sh, so this URL is a runtime external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata