blender-addon-engineer
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [SAFE]: The skill provides Python templates and instructions for Blender automation which follow standard development practices. All code examples use the official Blender API (
bpy) to perform intended scene management tasks. - [COMMAND_EXECUTION]: The provided scripts include Blender operators that execute internal commands, such as
bpy.ops.export_scene.gltf. These are standard methods for exporting assets within the Blender environment and do not involve arbitrary shell command execution. - [DATA_EXFILTRATION]: While the skill includes file export functionality, it is restricted to the local filesystem as directed by the user within the Blender UI. No patterns for unauthorized data transmission or external network communication were detected.
Audit Metadata