manimgl-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (LOW): Multiple files in the
templates/andexamples/directories (e.g.,templates/basic_scene.py,templates/3d_scene.py) includeos.system()calls withinif __name__ == '__main__':blocks. These commands are intended to facilitate the local rendering of animations using themanimglCLI tool but represent a vector for command execution. - [EXTERNAL_DOWNLOADS] (LOW): The skill documentation in
SKILL.mdinstructs users to install themanimgllibrary viapip. Additionally, several 3D examples (e.g.,rules/3d.md,examples/parallax_starfield.py) include URLs toupload.wikimedia.orgto download texture assets for 3D models. - [COMMAND_EXECUTION] (LOW): The skill describes the use of ManimGL's interactive development features, specifically
self.embed()andcheckpoint_paste(). These functions drop the user into an IPython shell or execute code from the clipboard, which allows for dynamic execution of arbitrary Python code during the animation development process.
Audit Metadata