skills/impertio-studio/blender-bonsai-ifcopenshell-sverchok-claude-skill-package/blender-core-runtime/Gen Agent Trust Hub
blender-core-runtime
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides accurate technical guidance on Blender's threading model, explaining that the
bpyAPI is not thread-safe and offering the correct pattern usingbpy.app.timersandqueue.Queueto synchronize operations. - [SAFE]: Instructions regarding undo/redo boundaries correctly warn users against storing Python references to Blender data objects, which is a standard documented safety practice for Blender addon developers.
- [SAFE]: The skill correctly documents API changes in Blender 5.0, such as the removal of the
bglmodule and changes to property access, helping developers maintain cross-version compatibility safely. - [SAFE]: Analysis of all code snippets and reference files found no instances of obfuscation, remote code execution, unauthorized data access, or network exfiltration.
Audit Metadata