find-unplanned-issues
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the GitHub CLI (
gh) to list, view, and edit issues. All commands are constructed using static arguments or validated user input (e.g., GitHub issue URLs verified against a regex). Execution is limited to the functionality of the authenticated GitHub user. - [SAFE]: The skill interacts exclusively with GitHub's infrastructure via official tooling. Scripts include robust error handling, cycle detection, and a
concurrencylimit to prevent rate-limiting or service abuse. The--applyflag in the pruning script requires explicit user activation and includes post-modification verification to ensure the issue hierarchy remains consistent.
Audit Metadata