ai-music-generation

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.80). They point to a single non-major domain that instructs users to curl | sh a remote installer which then downloads platform binaries and same-domain checksums — executing remote shell scripts and trusting checksums served from the same domain (without independent signatures) is a common malware distribution vector and therefore carries elevated risk.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start directs users to run "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote installer code (and pulls binaries from dist.inference.sh) at runtime, making https://cli.inference.sh a required external dependency that executes remote code.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 8, 2026, 02:51 AM