blender-animation
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses entirely on using the official Blender Python API (
bpy) to manage keyframes, constraints, and armatures. All operations are local to the Blender environment. - [COMMAND_EXECUTION]: While the skill generates scripts for command-line execution (
blender --background --python script.py), these are standard workflows for the intended purpose. The scripts themselves do not attempt to execute arbitrary system commands outside of the Blender context. - [DATA_EXFILTRATION]: No network-related functions or external requests were identified. The file write operations identified in the examples are limited to saving project files in the
/tmpdirectory, which is typical for demonstration purposes. - [DYNAMIC_EXECUTION]: The use of 'SCRIPTED' drivers in Blender is a built-in feature for expression-based animation. In the provided context, the expressions are safe mathematical formulas.
Audit Metadata