unity-technologies-skills
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/audit-pack.pyutilizes thesubprocess.runfunction to executegitcommands. This is used exclusively for retrieving repository metadata, such as the current commit hash (rev-parse HEAD) and the remote origin URL (config --get remote.origin.url), ensuring the repository matches the audited snapshot. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading the official
Unity-Technologies/skillsrepository from GitHub and uses theskillsCLI tool vianpx. These references target a well-known organization and established developer tools, and the instructions emphasize pinning specific commits to ensure reproducibility and safety. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from the official Unity repository, including
SKILL.mdfrontmatter and support files. - Ingestion points: Repository metadata and skill definition files parsed by
scripts/audit-pack.pyand thenpx skillsCLI. - Boundary markers: The instructions mandate a 'read-only audit' mode to establish a trust boundary before installation and explicitly warn against executing unreviewed upstream code.
- Capability inventory: The skill can perform shell commands via
git, use thenpxpackage runner, and perform file system operations for installation. - Sanitization: The audit script implements a custom parser to validate skill names and detect malformed frontmatter, blocking installation if anomalies are detected.
Audit Metadata