skill-installer
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches skill content from OpenAI's official GitHub repository and user-provided sources via the GitHub API and ZIP archive downloads. It also utilizes
git clonefor sparse checkouts.- [COMMAND_EXECUTION]: Executes thegitcommand-line tool usingsubprocess.run. The script passes arguments as a list, which is a secure practice that prevents shell injection.- [REMOTE_CODE_EXECUTION]: The skill installs executable code from remote repositories into the agent's environment. It implements path validation and ZipSlip protections to ensure files are extracted only to the intended destination.- [CREDENTIALS_UNSAFE]: AccessesGITHUB_TOKENorGH_TOKENenvironment variables to authenticate with the GitHub API. The implementation includes logic to ensure these credentials are only transmitted togithub.comandapi.github.comdomains.
Audit Metadata