image-to-video

Fail

Audited by Snyk on Mar 4, 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 belong to an unfamiliar domain that hosts a downloadable CLI and a remote checksum file and the skill explicitly instructs piping the remote installer (https://cli.inference.sh) to sh — a high‑risk pattern (remote install script + direct binary downloads) that can easily be abused to distribute malware unless the domain and binaries are independently 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
Risk Level
CRITICAL
Analyzed
Mar 4, 2026, 12:29 PM