ue-live-debugging
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
ue_execute_pythontool to perform single-line Python scripting within a live Unreal Engine session. This is used to inspect game world state, player controllers, and Gameplay Ability System (GAS) components. - [COMMAND_EXECUTION]: The skill uses local shell utilities like
grep,find, andtailvia theBashtool to triage crash reports and logs stored in the project'sSaved/directory. These operations are restricted to the local file system. - [SAFE]: No obfuscation, data exfiltration to unauthorized domains, or remote code execution from untrusted sources was detected. All tools are part of the JetBrains Rider MCP ecosystem.
- [SAFE]: The skill includes explicit safety gates requiring the agent to verify the presence of a
.uprojectfile and check build configurations before proceeding with debugging tasks.
Audit Metadata