headless-batch-scripting
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation for Blender's command-line interface, focusing on headless execution using the
--backgroundand--pythonflags. - [SAFE]: Code examples demonstrate best practices for Blender API interaction, specifically recommending direct data manipulation through
bpy.datainstead of UI-dependent operators, which improves script stability and security in non-interactive environments. - [SAFE]: The included batch rendering script correctly handles external input using the standard
argparselibrary, including safe type conversion for frame numbers. - [SAFE]: No indicators of credential exposure, data exfiltration, persistence mechanisms, or remote code execution were found. All file operations (directory creation and render output) are localized to the user-specified paths.
Audit Metadata