cli-hub-matrix-game-development
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Python script and shell commands to perform environment discovery. It checks for the availability of various Python packages (such as pygame and panda3d) and system binaries (such as godot and ffmpeg) required for game development.
- [DATA_EXFILTRATION]: The skill checks for the presence of environment variables containing API keys and credentials for platforms like Steam, itch.io, and OpenAI. The implementation only verifies if these variables are initialized (set or unset) and does not attempt to read or transmit their actual values.
- [EXTERNAL_DOWNLOADS]: The skill references numerous external dependencies, including specialized game engines, assets creation tools, and cloud-based AI APIs. It provides instructions to install the game development capabilities via the cli-hub command-line interface.
- [SAFE]: The instructions explicitly guide the agent to request user confirmation before performing sensitive actions like publishing to game stores or using paid APIs. It also recommends security best practices, such as using dedicated build accounts for credential management.
Audit Metadata