paper-cutout-remotion
Fail
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCREDENTIALS_UNSAFEREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/lib_apiz.pyexecutes theapizcommand-line interface usingsubprocess.runto handle image and speech generation tasks. Similarly,scripts/gen_tts.pyexecutesffprobeto validate and measure the duration of downloaded audio files. - [EXTERNAL_DOWNLOADS]: The skill performs automated downloads of image and audio assets from
apiz.aiandapi.minimaxi.comduring the asset generation phase of the video production pipeline. - [DATA_EXFILTRATION]: The
uploadandtransferfunctions inscripts/lib_apiz.pyenable the transmission of local files to theapizCDN. While required for certain image editing workflows, this feature facilitates outbound data transfer to a third-party service. - [CREDENTIALS_UNSAFE]: The function
find_minimax_keyinscripts/gen_tts.pyprogrammatically scans the filesystem (current and parent directories) for.envfiles to extract theminimaxiAPI key. - [REMOTE_CODE_EXECUTION]: Automated security scans detected a risk where media files downloaded from
api.minimaxi.comare immediately processed by a local subprocess (ffprobe) inscripts/gen_tts.py, a pattern that can lead to remote code execution if the downloaded content is maliciously crafted.
Recommendations
- HIGH: Downloads and executes remote code from: https://api.minimaxi.com/v1/t2a_v2, unknown (check file) - DO NOT USE without thorough review
Audit Metadata