gh-cli
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill is a documentation-only reference providing standard usage examples for the official GitHub CLI tool. It does not contain any executable scripts or automation code.
- [COMMAND_EXECUTION]: Provides Linux installation instructions involving
sudoandcurl. These are standard procedures for system-level package installation and target official GitHub infrastructure. - [EXTERNAL_DOWNLOADS]: Fetches GPG keys and packages from GitHub's official package repository (
cli.github.com). - [CREDENTIALS_UNSAFE]: References commands that handle authentication tokens (e.g.,
gh auth token,export GH_TOKEN=...). All examples use placeholders and document legitimate tool functionality for managing credentials.
Audit Metadata