storyboard-creation
Fail
Audited by Snyk on Mar 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). High risk — they instruct running a remote install script (curl | sh) from an unvetted third‑party domain that downloads native binaries from its dist subdomain (only plain checksums provided, no independently verifiable signatures), so executing them could easily deliver 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