drivers-and-app-handlers

Pass

Audited by Gen Agent Trust Hub on Sep 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides documentation and examples for standard Blender API usage, specifically bpy.types.Driver and bpy.app.handlers. These are documented features of the Blender 3D software suite.
  • [SAFE]: The content includes explicit security warnings regarding Blender's driver expression security model, correctly explaining that arbitrary Python execution is blocked by default to prevent malicious code execution when opening .blend files.
  • [SAFE]: Code examples for registering and unregistering application handlers (e.g., save_pre, load_post) follow standard Blender add-on development best practices, including the use of the @persistent decorator.
  • [SAFE]: No malicious patterns such as obfuscation, remote code execution, unauthorized data access, or command injection were detected in the instructions or code snippets.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 21, 2026, 05:18 AM
Security Audit — agent-trust-hub — drivers-and-app-handlers