ai-video-generation
Fail
Audited by Snyk on Feb 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). The URLs include non-standard domains (inference.sh and subdomains) offering an installer via a piped shell script and direct binary downloads (dist.inference.sh), which is a common malware distribution pattern (remote shell execution and unsigned binaries), while other links are innocuous media/docs — overall the presence of a remote install script and downloadable binaries from an unverified provider makes this moderately suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start asks users to run a remote installer via curl -fsSL https://cli.inference.sh | sh (which downloads binaries from dist.inference.sh), meaning the skill requires fetching and executing remote code at runtime from https://cli.inference.sh and https://dist.inference.sh.
Audit Metadata