motion-canvas

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS] (SAFE): The skill documentation correctly identifies necessary dependencies such as @motion-canvas/core and @motion-canvas/2d. It provides standard commands for project initialization (npm init @motion-canvas@latest) and dependency installation (npm install).
  • [COMMAND_EXECUTION] (SAFE): Includes routine shell commands for starting a development server (npm start) and managing skill installation. These actions are consistent with the primary purpose of a development-oriented skill.
  • [REMOTE_CODE_EXECUTION] (SAFE): No unauthorized or suspicious remote code execution patterns were found. The use of npx and npm follows standard developer workflows for the Motion Canvas framework.
  • [NO_CODE] (SAFE): The included Python utility scripts (package_skill.py and quick_validate.py) are well-structured and use secure practices, such as yaml.safe_load() for parsing configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:41 PM