ai-voice-cloning
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.90). The presence of an instruction to run a remote installer via "curl -fsSL https://cli.inference.sh | sh" from the unverified inference.sh domain (while the other links are media/placeholder URLs) makes these URLs a high-risk distribution vector because piping a fetched script to a shell executes arbitrary, unreviewed code from an untrusted host.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start instructs users to run "curl -fsSL https://cli.inference.sh | sh" which fetches and immediately executes remote shell code from https://cli.inference.sh and is required to install the infsh CLI used at runtime, so this URL directly controls execution.
Audit Metadata