godot-test
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation references downloading the GUT framework from its public GitHub repository (github.com/bitwes/Gut), which is a well-known and standard community tool for Godot developers.
- [COMMAND_EXECUTION]: The skill facilitates running the Godot engine via the command line to execute unit tests using the 'gut_cmdln.gd' runner. This is the intended functionality of the tool for CI/CD and local development.
- [PROMPT_INJECTION]: The skill defines an interface for accepting user-provided paths (project path, test file path, and patterns). These inputs are interpolated into shell commands for the Godot CLI. While this presents an indirect prompt injection surface (Category 8), the risk is low and inherent to the functionality of a test-running utility. No specific boundary markers or sanitization logic is described in the markdown, suggesting the agent must handle input validation during runtime implementation.
Audit Metadata