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 prompt instructs users to download and execute a shell script directly from https://cli.inference.sh (and the inference.sh domain) by piping curl to sh — a high-risk pattern from an unrecognized/nonstandard domain that can run arbitrary code and is not an official package manager or well-known vendor.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start tells users to run "curl -fsSL https://cli.inference.sh | sh" (and references https://inference.sh), which fetches and executes remote installer code at runtime that the skill then relies on to run the infsh commands.
Audit Metadata