ai-video-generation
Fail
Audited by Snyk on Feb 24, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The URLs mostly point to media and documentation on an unvetted domain (inference.sh) and the skill instructs users to pipe a remote script to sh (curl … | sh), which is a high‑risk pattern for delivering arbitrary executables or malware even if many links are just images/videos.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start instructs running "curl -fsSL https://cli.inference.sh | sh", which fetches and directly executes a remote shell script at runtime (https://cli.inference.sh), so this is a required external dependency that runs remote code.
Audit Metadata