issue-triage
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from GitHub issue descriptions and comments which could contain malicious instructions intended to manipulate the agent.
- Ingestion points: Untrusted data enters the agent context via the
gh issue viewcommand used in SKILL.md. - Boundary markers: The instructions do not use delimiters or specific guidelines to treat issue content as data rather than instructions.
- Capability inventory: The skill possesses capabilities to modify repository state, including labeling issues (
gh issue edit), posting comments (gh issue comment), and closing issues (gh issue close). - Sanitization: No sanitization, escaping, or validation is performed on the content retrieved from GitHub before it is provided to the agent.
Audit Metadata