initialize-ai-navigation
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes an
evaltool to perform operations within the Unity Editor, such as querying scene components and triggering package installations via theUnityEditor.PackageManagerAPI. - [EXTERNAL_DOWNLOADS]: The skill references the official Unity Package Registry at
packages.unity.comto verify version availability for thecom.unity.ai.navigationpackage. This is a standard and safe procedure for managing Unity dependencies. - [INDIRECT_PROMPT_INJECTION]: The skill processes data fetched from an external source (the Unity Package Registry) to determine package versions.
- Ingestion points: Package version information is retrieved from
https://packages.unity.com/com.unity.ai.navigation. - Boundary markers: No specific boundary markers are defined for the version string when integrated into the project manifest.
- Capability inventory: The agent has file-writing capabilities (modifying
manifest.json) and code execution capabilities via theevaltool. - Sanitization: The skill relies on the integrity of the official vendor-managed registry for its inputs.
Audit Metadata