youtube-thumbnail-design
Fail
Audited by Snyk on Mar 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The URLs point to a non-well‑known domain that instructs users to pipe a remote install script (curl https://cli.inference.sh | sh) which then fetches binaries from dist.inference.sh — a common and risky distribution pattern (checksums are present but not independently signed), so it could be used to distribute malware.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata