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
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 27, 2026, 02:29 PM
Issues
2