elevenlabs-voice-isolator
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.70). Mostly harmless media and a GitHub raw doc, but the presence of an unfamiliar CLI domain (inference.sh) and a raw install doc that may instruct users to download/execute shell scripts makes this a potentially risky distribution vector for installers or malware.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's SKILL.md explicitly instructs using arbitrary public audio URLs (e.g., infsh app run elevenlabs/voice-isolator --input '{"audio": "https://noisy-recording.mp3"}') and even shows a "Clean → Transcribe" workflow, so untrusted third‑party audio is fetched and transcribed (read/interpreted) and could contain instructions that materially influence downstream actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires and invokes the inference.sh service at runtime (e.g., via "infsh app run elevenlabs/voice-isolator" and the referenced https://inference.sh), which fetches and executes remote app code on that platform, so it depends on external code execution.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata