infinitetalk
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download approximately 30GB of model weights from Hugging Face repositories, specifically targeting models from Wan-AI, TencentGameMate, MeiGen-AI, and hexgrad. These are standard resources required for the skill's stated purpose of video generation.
- [COMMAND_EXECUTION]: The inference script
scripts/infer_infinitetalk.pyutilizessubprocess.runto call theffmpegutility for extracting audio from video files. The command is constructed as a list, which is a secure practice that avoids shell interpolation and potential command injection. - [COMMAND_EXECUTION]: Documentation in
references/environment_setup.mdandreferences/model_download.mdincludes standard instructions for system-level setup, such as installing dependencies viasudo apt-getand preparing model directories usingmkdir.
Audit Metadata