mix-master
Warn
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/mix.shis vulnerable to command injection through the use of unsanitized input in dynamic Python execution. Specifically, the variablesVO_VOLUMEandTOTALare directly interpolated intopython3 -ccommand strings at lines 135 and 147. A malicious user or an automated process providing a crafted value (e.g.,1.0; import os; os.system('ls')) for the--vo-volumeor--total-durationflags could execute arbitrary Python and system commands. - [COMMAND_EXECUTION]: The skill executes
ffmpegandffprobeusing several file paths provided as inputs (--video,--vo,--music,--sfx,--output). These paths are not validated, which could lead to unauthorized file access or exploitation of FFmpeg's protocol handling if malicious paths are supplied.
Audit Metadata