godot
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured guidance for Godot engine development, including scene architecture, GDScript idioms, and pattern implementations.
- [SAFE]: Includes explicit security best practices for developers, specifically advising against passing unvalidated user-provided strings to the
load()function to prevent path injection. - [DYNAMIC_EXECUTION]: Documents the use of Godot's
Expressionclass for runtime-evaluated logic (e.g., mod support or dynamic formulas). The documentation correctly identifies the risk of sandbox escapes and provides a safe implementation pattern that omits thebase_instanceto restrict the execution scope. This is treated as a safe educational pattern relevant to the skill's primary purpose. - [SAFE]: No network operations, sensitive file access, or persistence mechanisms were found across the instructions or reference files.
Audit Metadata