ai-video-generation
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 direct users to download and execute code from a non-standard single domain (inference.sh and its subdomains/cloud links) — including a remote install script piped to sh and direct binary distribution — which is a high-risk vector for malware unless the publisher and checksums are independently verified.
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