dcc-mcp-blender-setup
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/setup_dcc_mcp_blender.pyutilizes thesubprocessmodule to execute system commands necessary for environment configuration. These operations include checking the Blender version, ensuringpipis installed, and installing thedcc-mcp-blenderpackage. - [EXTERNAL_DOWNLOADS]: The setup process involves downloading the
dcc-mcp-blenderpackage from the Python Package Index (PyPI). This is a standard administrative task for dependency management and utilizes the official registry for a package associated with the skill's author. - [SAFE]: No malicious patterns such as obfuscation, credential exfiltration, or unauthorized persistence mechanisms were detected. The skill's behavior matches its described functionality for developer environment setup.
Audit Metadata