unity-mcp
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Provides tools to execute Unity Editor menu items (
execute_menu_item) and control editor states such as Play, Stop, and Pause (manage_editor). - [REMOTE_CODE_EXECUTION]: Includes capabilities to create, modify, and validate C# scripts (
create_script,script_apply_edits,validate_script) which are subsequently compiled and executed within the Unity Editor environment as part of the intended development workflow. - [EXTERNAL_DOWNLOADS]: Directs users to install the Unity MCP package from the developer's official GitHub repository (
https://github.com/CoplayDev/unity-mcp.git) using the standard Unity Package Manager. - [SAFE]: The skill implements a resource-first workflow that encourages the agent to check the editor state and existing project structure before performing operations, promoting safe and context-aware automation.
Audit Metadata