procedural-materials-and-shaders
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively uses the
bpy(Blender Python) API to manipulate material datablocks and shader node trees. No malicious command execution or sensitive file access is attempted. - [SAFE]: External references are restricted to official Blender documentation and release notes (
blender.org), which are trusted sources for API information. - [SAFE]: The skill provides defensive coding practices, such as socket name shims to handle renamed inputs across different Blender versions, reducing the risk of runtime errors in generated scripts.
- [SAFE]: The instructions explicitly discourage the use of
bpy.opsin loops and recommend the faster, more securebpy.datapath for headless asset generation.
Audit Metadata