github-labels
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the GitHub API by executing shell commands through the GitHub CLI (
gh). - It uses
gh repo viewto automatically detect the current repository context. - It uses
gh label createwith the--forceflag to ensure label creation is idempotent. - [SAFE]: The skill implements safety checkpoints and uses trusted tooling.
- It requires explicit user confirmation of the target repository and the specific label groups to be installed before execution.
- All labels, colors, and descriptions are statically defined within the skill file, reducing the risk of external data poisoning.
- The skill relies on the user's existing
ghauthentication rather than requesting or storing credentials.
Audit Metadata