codex-github
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to manage the local developer environment.
- Environment Verification: Executes
git --versionandgh --versionto check for required tools. - Authentication: Runs
gh auth login --webto trigger the official GitHub authentication flow. - Global Configuration: Modifies the user's global environment by setting
user.nameanduser.emailviagit config --global. - Repository Management: Automates the creation and pushing of a test repository to verify the connection and permissions.
Audit Metadata