create-music-elevenlabs
Audited by Socket on Aug 10, 2026
1 alert found:
AnomalyNo definitive malicious payload is evident in the visible fragment (no eval/exec, no shell invocation, no direct exfiltration logic). However, the code exhibits meaningful security risks: insecure temporary path handling via tempfile.mktemp (TOCTOU race), direct embedding of user-controlled values into ffmpeg’s -af filter expression (broadens parsing/execution attack surface), and fully user-controlled output path (potential overwrite risk depending on privileges). The largest remaining uncertainty is the black-box eleven_music function, which receives the untrusted prompt and could perform network/file actions; without its implementation, the supply-chain/malicious behavior cannot be ruled out.