issue-label
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from GitHub issues. \n
- Ingestion points: The skill fetches the title and body of a GitHub issue via the
gh issue viewcommand inSKILL.md. \n - Boundary markers: The skill lacks delimiters or instructions to ignore potential commands embedded in the issue content. \n
- Capability inventory: The skill uses the
Bashtool and can modify repository states viagh issue edit. \n - Sanitization: No sanitization is performed on fetched content before analysis. \n- [COMMAND_EXECUTION]: The skill dynamically constructs shell commands using variables like
{label}that are derived from untrusted issue content. If the agent is manipulated into selecting a label containing shell metacharacters, it could lead to arbitrary command execution on the user's system.
Audit Metadata