gh-cli
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides patterns for using
aws ssm send-commandto execute shell commands on remote AWS instances. This is a powerful administrative capability intended for robust automation and CI environments. - [COMMAND_EXECUTION]: To resolve authentication issues where the GitHub CLI cannot access the OS keychain, the skill instructs the agent to disable process sandboxing (e.g., using the
dangerouslyDisableSandbox: trueconfiguration). This grants the tool direct access to sensitive credential stores on the host system. - [COMMAND_EXECUTION]: Instructions include manipulating the
GH_CONFIG_DIRenvironment variable and searching the file system forhosts.ymlto identify and point to valid GitHub credential directories. - [SAFE]: The skill implements standard GitHub operations (issue, PR, and label management) using the official
ghCLI tool. - [SAFE]: All external references and service patterns target well-known, trusted platforms including GitHub and Amazon Web Services (AWS).
Audit Metadata