unity-agentic-editor
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on the
unity-agentic-toolsCLI to perform operations. Thescripts/check-setup.mjsscript usesexecSyncto run a static help command to verify the tool's availability.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. It retrieves data from the Unity Editor (e.g., Hierarchy and UI snapshots) that could contain malicious instructions embedded by an attacker in scene objects or UI text.\n - Ingestion points: External data enters the agent context through snapshot commands like
UnityAgenticTools.Util.Hierarchy SnapshotandUnityAgenticTools.Util.UI Snapshot.\n - Boundary markers: There are no explicit instructions or delimiters used to separate Unity project data from agent instructions or to warn the agent about potential embedded commands.\n
- Capability inventory: The skill provides a high-privilege
editor invokecommand that can execute arbitrary static C# methods and properties within the connected Unity Editor session.\n - Sanitization: The skill does not perform any sanitization or validation of the content retrieved from the Unity Editor before presenting it to the agent.
Audit Metadata