video-prompting-guide
Fail
Audited by Snyk on Feb 19, 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 point to a single third‑party domain and include an explicit instruction to pipe a remote shell script (https://cli.inference.sh) directly to sh — a common, high‑risk malware distribution pattern — while the other links are documentation and an image on the same site, which does not mitigate the danger of executing an unverified remote script.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes the command "curl -fsSL https://cli.inference.sh | sh" which fetches and executes a remote installer (https://cli.inference.sh) required to run the skill's CLI commands, so remote code is executed at runtime and controls the agent environment.
Audit Metadata