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/coreand@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
npxandnpmfollows standard developer workflows for the Motion Canvas framework. - [NO_CODE] (SAFE): The included Python utility scripts (
package_skill.pyandquick_validate.py) are well-structured and use secure practices, such asyaml.safe_load()for parsing configuration files.
Audit Metadata