storyboard-creation
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These are downloads from an untrusted/unknown domain that instruct users to curl a script and execute it (cli.inference.sh → downloads binaries from dist.inference.sh) and provide checksums hosted on the same domain—which makes it high risk because piping a remote script to sh and running unsigned executables from a single third‑party host can deliver arbitrary malware even if checksums match.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata