unity-scene-inspect
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute shell commands using
unity-cli. It specifically mentions usingcargo runto execute code within the current workspace as a fallback when no global binary is installed (as seen inreferences/runtime-checklist.md). - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting and processing data from Unity scenes, which could contain instructions intended to influence the agent's behavior.
- Ingestion points: Scene hierarchy, component values, and animator states are retrieved through
unity-clisubcommands inSKILL.md. - Boundary markers: No explicit delimiters or instructions to treat ingested scene data as untrusted are included in the skill.
- Capability inventory: The agent can execute commands via
Bashand access the file system viaRead, providing a path for potential exploitation of injected instructions. - Sanitization: The instructions do not define any validation or sanitization steps for the data retrieved from Unity before it is presented to the agent.
Audit Metadata