ai-video-generation
Fail
Audited by Snyk on Mar 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Several items are hosted on an unfamiliar third‑party domain (inference.sh and subdomains) that supplies a remote installer (curl https://cli.inference.sh | sh) and direct binary downloads — a distribution vector that can deliver malware if the domain or binaries aren't independently verified (the other listed file URLs look like placeholders and not trusted CDNs).
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata