gh-pr-check
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development tools, including
gitandgh(GitHub CLI), to inspect local and remote repository states. It retrieves branch names, commit hashes, and working tree status using commands likegit rev-parse,git status, andgit rev-list. - [EXTERNAL_DOWNLOADS]: The skill synchronizes with GitHub's official servers via
git fetch originandgh pr listto retrieve Pull Request metadata. These operations target well-known, trusted infrastructure associated with the GitHub service. - [DATA_EXPOSURE]: The skill performs an authentication check using
gh auth statusto verify the environment is configured correctly. It does not access sensitive local files such as SSH keys, environment secrets, or configuration files outside the repository context.
Audit Metadata