Godot Dev Guide

PassAudited by ClawScan on May 1, 2026.

Overview

The artifacts describe a coherent, instruction-only Godot development guide with no evidenced credential access, installation code, data exfiltration, or destructive behavior.

This appears safe to install as a Godot reference skill. Be aware that it may auto-activate on broad development terms, and treat its CLI snippets as commands to run manually and only in trusted Godot projects.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

NoteHigh Confidence
ASI01: Agent Goal Hijack
What this means

The guide may be invoked in some non-Godot discussions that mention generic terms like scene or node.

Why it was flagged

Automatic high-priority activation with some generic triggers can influence the agent's context when those terms appear, though the content remains Godot-focused and does not instruct the agent to override user goals.

Skill content
autoInvoke: true
priority: high
triggers:
  - "godot"
  - "gdscript"
  - "scene"
  - "node"
Recommendation

Keep the skill enabled for Godot work; if it appears outside Godot tasks, narrow or disable automatic triggering.

What this means

If followed, these commands may execute the local Godot project or write export artifacts.

Why it was flagged

The skill documents local Godot CLI commands that can run, validate, test, or export a project. These are user-directed examples and align with the stated development-guide purpose.

Skill content
godot --path .
godot --path . --check-only --script path/to/script.gd
godot --path . --headless --quit
godot --path . --export-release "Preset Name" builds/game.exe
Recommendation

Run the commands only inside projects you trust and review export paths or presets before exporting.