godot-2d-animation
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): The content consists entirely of technical documentation and code samples for Godot. There are no attempts to override system prompts, bypass safety filters, or use adversarial role-play.
- [DATA_EXFILTRATION] (SAFE): No hardcoded credentials, sensitive file path access (like .ssh or .aws), or network operations (curl, wget) were found. The use of
res://paths is standard for Godot resource management. - [EXTERNAL_DOWNLOADS] (SAFE): The skill references local scripts and a master skill via relative paths, but does not attempt to download or execute code from external or untrusted URLs.
- [REMOTE_CODE_EXECUTION] (SAFE): There are no patterns involving piped execution (e.g., curl|bash) or dynamic loading of remote scripts.
- [DYNAMIC_EXECUTION] (SAFE): While the skill demonstrates dynamic path construction for loading assets (
load("res://skins/%s.tres" % new_skin)), this is a standard game development pattern for skin swapping and does not constitute a security risk within the context of the skill's purpose.
Audit Metadata