manimce-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of pedagogical documentation (markdown) and Python example scripts focused exclusively on the Manim animation engine. The content is well-structured and follows standard open-source development patterns.
- [EXTERNAL_DOWNLOADS]: The skill correctly identifies standard dependencies for its functionality, including
manim,numpy, andscipy. It provides installation instructions usingpip, which is the official and expected method for this library. - [DYNAMIC_EXECUTION]: In
examples/attention/scenes.py, the code usessys.path.insertto allow the script to import a local utility module (helpers.py). This is a common and safe practice in standalone Python scripts for managing local dependencies without relying on complex package structures.
Audit Metadata