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 bpy API is not thread-safe and offering the correct pattern using bpy.app.timers and queue.Queue to 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 bgl module 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
Risk Level
SAFE
Analyzed
Jun 24, 2026, 06:53 PM
Security Audit — agent-trust-hub — blender-core-runtime