ue5-debug-validation
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes a workflow for debugging Unreal Engine projects through documentation and local helper scripts. No malicious behaviors such as prompt injection, data exfiltration, or remote code execution were found.\n- [SAFE]: The script
scripts/quick_asset_check.pyperforms existence checks for assets within the local file system. It is a utility for validating project structure and does not perform network operations or unsafe execution.\n- [SAFE]: The scriptscripts/scan_output_log.pyparses Unreal Engine logs to summarize error and warning counts. By extracting only specific metadata (verbosity and category) via regex, the script avoids piping arbitrary log content directly into the agent's context, which reduces the risk of indirect prompt injection from malicious log entries.
Audit Metadata