explainer-video-guide

Fail

Audited by Snyk on Mar 4, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.85). These URLs point to an unverified/third‑party domain that distributes a remote install script (cli.inference.sh) and prebuilt binaries (dist.inference.sh) and the skill explicitly pipes a downloaded script to sh — a high‑risk distribution pattern despite an in‑domain checksums.txt (no independent code signing or established reputation).

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 4, 2026, 12:29 PM