github-issues
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard GitHub issue management workflows. It correctly prioritizes using the 'gh' CLI for authenticated sessions and falls back to a GITHUB_TOKEN environment variable. Accessing tokens from '.env' files within the HERMES_HOME directory follows common development practices for secret management. Network operations are exclusively directed at official GitHub API endpoints (api.github.com) or use the official 'gh' tool. Command execution is limited to standard git, gh, and python3 for JSON processing, all of which are used for their intended purposes without signs of obfuscation or privilege escalation.
Audit Metadata