storyboard-creation
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). They host a remote shell installer and downloadable binaries (curl | sh to https://cli.inference.sh with binaries from dist.inference.sh and checksums on the same domain); piping a remote .sh and trusting checksums served from the same domain without independent code signing is a high supply‑chain risk and 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 skill instructs users to run a remote installer via "curl -fsSL https://cli.inference.sh | sh" (and relies on the infsh CLI hosted at cli.inference.sh/dist.inference.sh), which fetches and executes remote code as a required runtime dependency.
Audit Metadata