addon-scaffolding
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code templates for Blender add-on development. It strictly follows official Blender API guidelines for the Extensions Platform (Blender 4.2+).
- [SAFE]: No external network operations or remote code executions are defined. URL references point to official Blender documentation and a generic GitHub placeholder for the vendor (TMHSDigital).
- [SAFE]: Python code snippets utilize standard Blender API calls (
bpy.utils.register_classes_factory) and do not perform any file system or system-level operations outside of the intended add-on registration scope.
Audit Metadata