godot-export-builds

Pass

Audited by Gen Agent Trust Hub on Mar 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/headless_build.sh executes the godot binary with the --headless flag to automate project exports. This is the primary intended function of the skill and follows standard Godot CLI practices.
  • [EXTERNAL_DOWNLOADS]: The GitHub Actions configuration in SKILL.md references well-known resources including standard GitHub actions and the community-maintained barichello/godot-ci Docker image. These are trusted components in Godot development workflows.
  • [INDIRECT_PROMPT_INJECTION]: The scripts/headless_build.sh script represents an ingestion surface for untrusted data as it accepts command-line arguments ($1 for platform and $2 for version) which are used in sed and mkdir operations. Boundary markers and sanitization are absent in the script, though the potential impact is limited to the local build environment and is common for such automation tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 09:39 PM