game-engines
Warn
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The MCP configuration in
.codebuddy/mcp.jsonutilizesnpxto download the@codergamesters/mcp-unityand@bradypp/godot-mcppackages from the npm registry. - [REMOTE_CODE_EXECUTION]: By using the
npx -ycommand, the skill instructs the agent to automatically download and run code from third-party developers, which represents remote code execution from non-trusted external sources. - [COMMAND_EXECUTION]: The skill contains multiple shell scripts and documentation for executing Unity and Godot binaries. It specifically highlights the use of the
-executeMethodflag in Unity and the-s(script) flag in Godot, which enable the execution of arbitrary C# or GDScript logic within the engine environment.
Audit Metadata