explainer-video-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). These URLs point to an unverified domain and the skill explicitly instructs running a remote install script via "curl ... | sh" from https://cli.inference.sh — a high-risk pattern because it executes code fetched from an external site without verification (no checksums, signatures, or package-manager alternatives).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start instructs users to run "curl -fsSL https://cli.inference.sh | sh", which fetches and immediately executes remote shell code (https://cli.inference.sh) required to install/run the infsh CLI that controls prompt-driven app runs, constituting a runtime dependency that can execute remote code.
Audit Metadata