ai-video-generation
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.80). The URLs include a remote installer script (https://cli.inference.sh) and downloadable binaries/checksums hosted on a third‑party domain (dist.inference.sh/cloud.inference.sh), and while many links are just media/docs, executing a remote .sh or binaries from an untrusted domain is inherently risky even if checksums are provided (they can be spoofed or the host compromised).
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