contributor-setup
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses system shell commands to probe the local environment for the GitHub CLI (
gh), check authentication status (gh auth status), and retrieve or set global Git configuration (git config). - [COMMAND_EXECUTION]: It offers to execute installation commands via Bash using platform-specific package managers such as Homebrew (
brew install gh), winget (winget install --id GitHub.cli), and scoop (scoop install gh). - [EXTERNAL_DOWNLOADS]: It facilitates the installation of the GitHub CLI tool, directing users to official documentation at GitHub's own domain (cli.github.com). These downloads and references originate from a well-known service and are considered safe practice for developer onboarding.
- [COMMAND_EXECUTION]: User input for Git identity (name and email) is interpolated into shell commands. This is standard behavior for interactive configuration scripts.
Audit Metadata