new-unity-project
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
unityandgitcommands through thebashtool to handle authentication, project scaffolding, and source control operations.\n- [EXTERNAL_DOWNLOADS]: The skill initiates downloads of the Unity Editor and platform-specific modules from the vendor's official servers via theunity installcommand.\n- [INDIRECT_PROMPT_INJECTION]: The skill incorporates untrusted user data into command-line arguments.\n - Ingestion points: User-provided strings for project names and descriptions are collected using
AskUserQuestionin SKILL.md.\n - Boundary markers: The instructions do not specify any delimiters or safety markers for the user-supplied input.\n
- Capability inventory: The skill utilizes shell execution and file system write capabilities.\n
- Sanitization: No validation or sanitization steps are defined for the user input prior to execution.
Audit Metadata