cli-anything-unrealinsights
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interfaces with the local system to execute Unreal Engine binaries, including UnrealEditor.exe and UnrealInsights.exe, to capture and process trace data.
- [COMMAND_EXECUTION]: The ensure-insights command facilitates the local compilation of tools by executing Build.bat within a specified Unreal Engine root directory.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data which could potentially contain instructions, though the risk is low due to the use of structured output.
- Ingestion points: Processes external trace files (.utrace) and exports data to CSV and JSON formats.
- Boundary markers: Encourages the use of the --json flag for structured communication, which helps separate data from agent instructions.
- Capability inventory: The skill can launch external processes, read/write files to the local disk, and manage process lifecycles.
- Sanitization: Structured JSON output is used to maintain data integrity when returning results to the agent.
Audit Metadata