mesh-editing-and-bmesh
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Blender mesh manipulation. Analysis of the instructions and code snippets reveals no evidence of prompt injection, data exfiltration, or malicious command execution.
- [SAFE]: All external references point to official Blender documentation (
docs.blender.org), which is appropriate for the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: The skill mentions the
numpypackage, which is a standard library for numerical processing often bundled with Blender. No unverified or suspicious third-party dependencies are introduced. - [SAFE]: Code snippets demonstrate proper resource management, such as the use of
try/finallyblocks withbmesh.free()andto_mesh_clear(), which are standard safety practices to prevent memory leaks in Blender's C-python interface.
Audit Metadata