github-auth
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation for configuring GitHub authentication. It uses official tools and protocols including Git, OpenSSH, and the GitHub CLI (gh).
- [DATA_EXPOSURE]: The skill reads authentication tokens from a local environment file (
~/.hermes/.env). This is an established and safe pattern for managing agent credentials in this environment, keeping secrets out of command history and plaintext source files. - [COMMAND_EXECUTION]: The provided shell commands for generating SSH keys (
ssh-keygen), configuring Git identity (git config), and authenticating the CLI (gh auth login) are standard administrative actions for the stated purpose of the skill.
Audit Metadata