ai-music-generation
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.80). The set contains a remote installer endpoint (https://cli.inference.sh) intended to be piped to sh (curl | sh), which is a high‑risk distribution vector even though the other links are documentation/images; without independent verification or signing this installer should be treated as potentially malicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start runs curl -fsSL https://cli.inference.sh | sh, which fetches and executes a remote installer (https://cli.inference.sh) at runtime and is required for the skill's CLI commands, so it directly executes remote code.
Audit Metadata