image-to-video
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.90). These URLs point to an unrecognized domain that distributes a shell installer and binary artifacts (the Quick Start pipes https://cli.inference.sh to sh and pulls binaries from dist.inference.sh), which is high-risk because running remote scripts/binaries from an unfamiliar site can execute arbitrary code and an on-domain checksums.txt does not by itself prove integrity.
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.
Audit Metadata