social-media-carousel
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.80). These URLs point to an unfamiliar domain offering a curl | sh installer that fetches platform binaries from dist.inference.sh — the presence of a checksums.txt helps, but piping and executing an unvetted remote shell script and installing unsigned binaries from an unknown source is a significant supply‑chain/security risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start installs the CLI by running "curl -fsSL https://cli.inference.sh | sh" (which downloads/executes remote install code and pulls binaries from dist.inference.sh), so the skill requires and executes remote code from https://cli.inference.sh at runtime.
Audit Metadata