skills/akiojin/skills/gh-pr-check/Gen Agent Trust Hub

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 git and gh (GitHub CLI), to inspect local and remote repository states. It retrieves branch names, commit hashes, and working tree status using commands like git rev-parse, git status, and git rev-list.
  • [EXTERNAL_DOWNLOADS]: The skill synchronizes with GitHub's official servers via git fetch origin and gh pr list to 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 status to 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
Risk Level
SAFE
Analyzed
Mar 2, 2026, 03:07 PM