youtube-thumbnail-design
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 domains inference.sh and cli.inference.sh serve an unverified installer endpoint used with "curl ... | sh" (directly downloading and executing a remote .sh), which is a high‑risk pattern because it can deliver arbitrary code from an untrusted source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). Flagged because the Quick Start explicitly runs "curl -fsSL https://cli.inference.sh | sh" which fetches and executes remote code at runtime (and the skill then relies on the resulting infsh CLI to run model prompts), so https://cli.inference.sh (and https://inference.sh) are runtime-executed external dependencies.
Audit Metadata