videogen
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of
subprocess.runto interact with system utilities for video processing and project management. Specifically, it callsffmpegfor media encoding,ffprobefor metadata extraction, and theremotionCLI for video rendering within the project context. - [EXTERNAL_DOWNLOADS]: The script
scripts/render_video.pyexecutesnpm installto set up the necessary React and Remotion dependencies defined in the project'spackage.json. This follows standard developer workflows for Node.js-based projects. - [COMMAND_EXECUTION]: The
scripts/synthesize_f5_speech.pyscript employsos.execvto re-initialize itself within a detected local Python virtual environment. This mechanism is used to ensure thef5_ttsmachine learning dependency is correctly loaded from its specific environment without requiring global installation. - [COMMAND_EXECUTION]: Local command discovery in
scripts/common.pysearches for executables in standard user paths, including Node.js version managers like NVM, Volta, and Bun, which is consistent with maintaining compatibility across different developer environments.
Audit Metadata