triage-issue
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses established GitHub CLI tools to perform administrative tasks within a repository. No evidence of credential theft, data exfiltration, or malicious command execution was found.
- [PROMPT_INJECTION]: The skill is subject to indirect prompt injection as it ingests untrusted data from GitHub issue titles and bodies.
- Ingestion points: Issue content is retrieved via
gh issue viewinSKILL.md. - Boundary markers: There are no explicit markers or instructions to the agent to ignore instructions found within the issue content.
- Capability inventory: The skill has the ability to modify repository state via
gh issue editand post comments viagh issue commentinSKILL.md. - Sanitization: No sanitization of the input data is performed before the agent generates triage labels or comments.
Audit Metadata