manim-video
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/check_setup.pyexecutes shell commands usingsubprocess.runto verify the presence and versions of system dependencies such as Manim, ffmpeg, and pdflatex. These calls use static arguments and avoid shell execution, posing no risk of command injection. - [COMMAND_EXECUTION]: The skill requires the execution of shell commands (
manimandffmpeg) to render Python scripts and stitch video segments into a final output. This is the core functionality for producing animated content as requested by the user. - [SAFE]: The skill metadata and documentation provide standard installation instructions for third-party tools via official package managers. These are intended for user-guided setup and do not involve unauthorized software installation or privilege escalation.
Audit Metadata