Ai Music Generation
PassAudited by VirusTotal on May 15, 2026.
Findings (1)
The SKILL.md instructs the AI agent to execute `curl -fsSL https://cli.inference.sh | sh` for CLI installation and `npx skills add` for installing related skills. Both `curl | sh` and `npx` commands involve downloading and executing arbitrary code from remote servers, which introduces significant supply chain risks and potential for remote code execution if the remote endpoints (inference.sh, npm registry) are compromised. While the stated purpose of the skill is benign (AI music generation), these instructions represent high-risk capabilities that could be exploited, classifying the skill as suspicious rather than benign or malicious.
