godot-builder
Fail
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill generates temporary GDScript files (e.g., in
add_node.py,collision_generator.py,ui_assembler.py) by interpolating CLI arguments directly into code templates. These scripts are then executed via the Godot engine's CLI (-sflag). A malicious actor could provide input designed to execute arbitrary code within the Godot environment, which has system-level access through Godot's internal APIs. - [COMMAND_EXECUTION]: The
GodotBaseclass inscripts/base.pyand thestop_project.pyscript utilizesubprocess.runto execute shell commands. While used for legitimate build tasks, this capability combined with the dynamic script generation creates a path for unauthorized system command execution. - [PROMPT_INJECTION]: The skill is highly vulnerable to indirect prompt injection. Because it processes external data (such as filenames and resource types) by embedding them directly into executable scripts, a malicious file or data source could be used to compromise the agent's execution environment.
Recommendations
- AI detected serious security threats
Audit Metadata