github
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively uses official GitHub CLI (
gh) commands, ensuring operations are performed within the user's authenticated session without exposing credentials.\n- [SAFE]: Installation instructions point to standard, trusted package managers (Homebrew, APT, Winget) to obtain the officialghbinary, avoiding untrusted third-party scripts.\n- [SAFE]: Authentication is handled via the officialgh auth loginflow. The documentation correctly identifies required OAuth scopes, following the principle of least privilege by not requesting administrative scopes unless necessary.\n- [SAFE]: The skill demonstrates secure patterns for data handling by preferring machine-readable JSON output and using the--jqflag to filter data at the source, reducing the risk of accidental data exposure.
Audit Metadata