github-activity
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands to gather data and system state.
- It uses
gh repo viewto resolve the current repository name. - It uses
emacsclientto fetch the user's terminal/editor foreground color for chart styling. - The
analyze.pyscript shells out to the GitHub CLI (gh) to fetch PRs, issues, and reaction data viasubprocess.run. - All commands use static arguments or validated repository identifiers, with no evidence of unsafe user input injection into the shell.
Audit Metadata