youtube-thumbnail-design
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.80). These URLs point to a small/unknown domain that hosts a remote install script (cli) and downloadable binaries (dist) — piping a script from https://cli.inference.sh to sh and trusting checksums served from the same domain is a risky distribution pattern that could be used to deliver malware absent independent verification or reputation.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs runtime execution of a remote install script via "curl -fsSL https://cli.inference.sh | sh" (which downloads from cli.inference.sh/dist.inference.sh), so the skill relies on and executes remote code from that URL to run its infsh commands.
Audit Metadata