video-prompting-guide
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.80). The site includes normal documentation and an image URL, but the presence of a curl | sh install command pointing to https://cli.inference.sh (a remote shell script fetched and executed) is a high-risk pattern because it can run arbitrary code from an unverified source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes a runtime command that pipes a remote script to the shell ("curl -fsSL https://cli.inference.sh | sh"), which fetches and executes code from https://cli.inference.sh and is presented as a required installation/runtime dependency.
Audit Metadata