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, and scipy. It provides installation instructions using pip, which is the official and expected method for this library.
  • [DYNAMIC_EXECUTION]: In examples/attention/scenes.py, the code uses sys.path.insert to 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
Risk Level
SAFE
Analyzed
Sep 14, 2026, 05:13 PM
Security Audit — agent-trust-hub — manimce-best-practices