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.70). These endpoints host an unattended install flow (curl | sh -> downloads platform-specific binaries from dist.inference.sh) and, while they serve SHA256 checksums over HTTPS (mitigating), the lack of a well-known publisher reputation and absence of cryptographic signing of releases combined with the unsafe pattern of piping remote shell scripts makes this a potentially risky download source.

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
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 08:21 PM