github-pr-reader
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
gh(GitHub CLI) to interact with repositories and fetch PR data. It also executes a local Python helper script for processing JSON data. These are standard operations for a developer tool meant to automate PR review workflows. The script itself performs safe string manipulation and JSON parsing without dynamic code execution features likeeval()orexec().
Audit Metadata