blender-impl-addons

Pass

Audited by Gen Agent Trust Hub on Mar 24, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as a technical reference and template library for Blender addon development, following official documentation and security best practices.
  • [SAFE]: Instructions explicitly discourage dangerous anti-patterns, such as runtime dependency installation (Anti-Pattern 8) and manual system path manipulation (Anti-Pattern 3).
  • [SAFE]: Examples demonstrate mandatory security controls for extensions, such as checking 'bpy.app.online_access' before performing network operations to respect user privacy settings.
  • [SAFE]: The skill correctly recommends 'bpy.utils.extension_path_user()' for persistent data storage, ensuring that addons do not attempt to write to protected system directories or installation folders.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 24, 2026, 01:55 AM