unity-package-management
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill queries the official Unity package registry at
https://packages.unity.comto verify package identifiers and retrieve available versions. - [COMMAND_EXECUTION]: The skill generates C# scripts (e.g.,
PackageInstaller.cs,PackageSearch.cs) and executes them via the Unity Editor binary using the-executeMethodargument. This is a standard and expected pattern for Unity project automation. - [COMMAND_EXECUTION]: The skill uses the
unityCLI tool and local shell commands (such aspython3for JSON parsing) to determine the installation path of the Unity Editor and stream log output.
Audit Metadata