image-to-video
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.90). These are unrecognized third‑party domains serving an install script and downloadable CLI binaries (the skill even suggests curl | sh), with checksums hosted on the same domain—piping remote scripts to a shell and same‑domain checksum verification without independent reputation or verification are high‑risk for malware distribution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). Yes — the Quick Start uses "curl -fsSL https://cli.inference.sh | sh" which fetches and immediately executes remote installer code (and then pulls binaries from https://dist.inference.sh), so these URLs are runtime-executed external dependencies.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata