image-to-video
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.90). These URLs are suspicious because they instruct executing a remote install script (curl | sh) from an untrusted, non‑well‑known domain and point to direct binary distribution (dist.inference.sh) with only a plaintext checksum—an arrangement that enables arbitrary code execution and is commonly used to distribute malware if the source is not verified.
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