bug
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the GitHub CLI (
gh) andgitto interact with repositories. These operations are restricted to the primary purpose of managing issues and labels as described in the documentation. - [COMMAND_EXECUTION]: The skill uses
gh apiandgh repo viewto retrieve repository metadata. This is used solely for determining if issue types are supported and identifying the target repository. - [COMMAND_EXECUTION]: The skill writes temporary files to
/tmp/bug_body.mdto preserve bug report formatting before submission. This is a standard practice for multi-line inputs in CLI-based workflows.
Audit Metadata