blender-python-addon

Pass

Audited by Gen Agent Trust Hub on Sep 5, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as an educational resource for Blender Python development. It promotes secure practices such as using relative paths, avoiding destructive operations without user consent, and following the official Blender API lifecycle.
  • [COMMAND_EXECUTION]: The skill describes creating Blender Operators and Panels. These are standard UI and functional components within the Blender environment and do not involve shell command execution or system-level risk.
  • [DATA_EXPOSURE]: The skill recommends storing configuration and credentials (like API keys) within AddonPreferences. This is the standard, secure method provided by the Blender API to handle sensitive user data at the add-on level. No hardcoded secrets are present.
  • [EXTERNAL_DOWNLOADS]: The skill does not reference or download any external scripts, binaries, or untrusted packages. It relies solely on the Python standard library (random) and Blender's internal API (bpy).
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 5, 2026, 03:58 PM
Security Audit — agent-trust-hub — blender-python-addon