operators
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical documentation and Python code examples for creating Blender operators. The content is strictly limited to teaching the use of the
bpylibrary within the Blender environment. - [NO_OBFUSCATION]: All code and text are in plain, human-readable format. No hidden characters, Base64 strings, or homoglyph substitutions were detected.
- [NO_REMOTE_CODE_EXECUTION]: The skill does not perform or instruct the agent to perform network operations, download external scripts, or execute code from untrusted remote sources.
- [NO_DATA_EXFILTRATION]: There are no patterns involving sensitive file access or network calls to external domains. The only URLs present are references to official Blender documentation.
- [SAFE_CONTEXT_HANDLING]: The skill explicitly promotes defensive programming by instructing the user to check for
Nonevalues incontext.active_objectand provide proper user reporting for errors, which enhances reliability and safety during execution.
Audit Metadata