explainer-video-guide

Fail

Audited by Snyk on Mar 8, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). Suspicious: these URLs point to an unverified third‑party CLI installer (the skill uses "curl https://cli.inference.sh | sh") with binaries/checksums served from a private dist subdomain — a common and risky distribution pattern because a remote install script and plain checksums (not signed) can deliver malware or perform unwanted actions despite HTTPS.

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
Risk Level
CRITICAL
Analyzed
Mar 8, 2026, 02:51 AM