github-integration
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to configure environment hooks or setup scripts that execute shell commands (
apt update && apt install -y gh) to prepare the cloud session. These commands are limited to installing the official GitHub CLI tool. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the GitHub CLI (
gh) from official Ubuntu package repositories, which are recognized as well-known and trusted sources. - [CREDENTIALS_UNSAFE]: The skill provides clear guidance on managing GitHub Personal Access Tokens (PATs) using the
GH_TOKENenvironment variable. It correctly advises using platform-native environment settings instead of committing secrets to the repository.
Audit Metadata