ai-marketing-videos
Fail
Audited by Snyk on Jul 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The SKILL.md quick-start pipes a remote installer into sh (curl -fsSL https://cli.inference.sh | sh), meaning the cli.inference.sh endpoint can deliver arbitrary code at install time and is a high-risk download/execute vector.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.99). The Quick Start contains a direct installer command "curl -fsSL https://cli.inference.sh | sh" which downloads and immediately executes remote code from https://cli.inference.sh during runtime, creating a high-risk network-to-shell execution path.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata