image-to-video

Fail

Audited by Snyk on Apr 4, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). These URLs point to an unverified third‑party domain that delivers an install script (cli.inference.sh) which downloads platform binaries from dist.inference.sh — the presence of a checksums file is a mitigating sign, but piping a remote .sh to a shell and fetching executables from an unknown domain is inherently risky and could be used to distribute malware.

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
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Apr 4, 2026, 09:10 PM
Issues
2
Security Audit — snyk — image-to-video