gh-stack
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- Trusted Extension Installation: The skill facilitates the installation of the
gh-stackextension from the official GitHub repository. This is a standard and safe procedure for extending GitHub CLI functionality. - GitHub CLI Integration: It leverages the
ghcommand-line tool, a widely adopted and secure utility for interacting with GitHub, ensuring that PR management follows established protocols. - Non-Interactive Optimization: The instructions prioritize the use of non-interactive flags such as
--autofor PR submission and--jsonfor viewing stack status. This ensures the agent can execute tasks without hanging on manual prompts, which is a best practice for automated workflows. - Standard Git Configuration: Recommendations for configuring
git rerereandremote.pushDefaultare standard developer optimizations that help automate conflict resolution and remote selection safely.
Audit Metadata