create-music-elevenlabs
Fail
Audited by Snyk on Aug 10, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The code intentionally transmits user-provided prompts and diagnostic payloads to a remote api_base (via gw_log and proxy requests), which is deliberate telemetry/exfiltration of potentially sensitive input.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). Outsider-authored free text is ingested at runtime only as the user-supplied
--promptpassed toscripts/gen_music.py, which is then forwarded as JSON{"prompt": prompt}inmedia_proxy.eleven_musicto the ElevenLabs proxy; the workflow does not monitor or automatically read from public feeds or queues.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata