godot-mcp-native
Fail
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: HIGHDYNAMIC_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DYNAMIC_EXECUTION]: The skill provides several tools that allow an AI agent to generate and execute code on the host machine within the Godot Engine environment.
- The
execute-scripttool permits the execution of arbitrary GDScript expressions in the editor context. - The
evaluate-runtime-expressiontool allows for the execution of code within the context of a running game instance. - The
modify-scriptandcreate-scripttools allow the agent to write or overwrite GDScript files (.gd), which can then be executed by the engine. - [REMOTE_CODE_EXECUTION]: The manual installation instructions direct users to clone a repository from an external, unverified source (
github.com/yurineko73/Godot-MCP-Native.git), which constitutes the execution of unvetted third-party code. - [COMMAND_EXECUTION]: The installation and configuration guide requires the use of shell commands that download and run external software, including
git clone,npm install mcp-remote, andnpx mcp-remote. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a high-risk attack surface for indirect prompt injection due to the combination of data-reading and code-execution capabilities.
- Ingestion points: The agent reads untrusted data via
read-script,analyze-script, andget-editor-logs(SKILL.md). - Boundary markers: There are no instructions or delimiters defined to prevent the agent from obeying malicious commands embedded as comments or strings within the files it analyzes.
- Capability inventory: The agent has access to sensitive tools including
execute-script,modify-script, andrun-project(SKILL.md). - Sanitization: No sanitization or validation logic is described for handling script content before it is processed or executed.
- [EXTERNAL_DOWNLOADS]: The skill facilitates the download of external assets and plugins from the Godot Asset Library and GitHub without built-in integrity verification.
Recommendations
- AI detected serious security threats
Audit Metadata