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.80). Suspicious: these are an unknown .sh domain serving a curl|sh installer and direct binary distribution from a custom "dist" host—patterns commonly used to deliver unwanted executables; the presence of a checksums.txt helps but does not fully mitigate risk without verifiable signatures and known provenance.
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 directs users to run "curl -fsSL https://cli.inference.sh | sh" (and thereafter relies on the infsh CLI for all runtime operations), which fetches and immediately executes remote code from https://cli.inference.sh, so this URL is a runtime external dependency that executes remote code.
Audit Metadata