gh-pr-close
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill employs the GitHub CLI (
gh) via the Bash tool to manage pull requests. The commands provided, such asgh pr closeandgh pr view, are standard operations for repository maintenance. - [DATA_EXPOSURE]: The skill retrieves pull request metadata (number, title, and state) using
gh pr view. This data is used solely for verifying the state of the PR and does not involve accessing sensitive system files or credentials. - [EXTERNAL_DOWNLOADS]: References the official documentation for the GitHub CLI at
https://cli.github.com/manual/, which is a well-known and trusted resource.
Audit Metadata