triage-issue
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes the GitHub CLI (
gh) to interact with the repository. It executes commands to view, close, and label issues based on user-provided arguments. These operations are scoped to thedocker/docsrepository. - Processing External Content: The skill is designed to read and analyze untrusted external data in the form of GitHub issue bodies and comments. While this data is used to inform triage decisions (such as whether to close or label an issue), the skill does not execute code from these sources.
- Network Operations: The agent is instructed to fetch and verify URLs discovered within GitHub issues. This includes checking
docs.docker.comfor content availability and status, as well as accessing external references relevant to the issue triage. - Issue Management: The skill possesses the capability to modify issue metadata and state (e.g., closing issues or adding labels) via the GitHub API. These actions are standard for issue triage workflows.
Audit Metadata