agent-issue-tracker
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from GitHub issue bodies, titles, and comments, which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: The skill uses
mcp__github__list_issues,mcp__github__get_issue, andmcp__github__search_issuesas defined inSKILL.mdto bring external content into the context. - Boundary markers: The instructions do not define clear delimiters (e.g., XML tags or triple backticks) or specific "ignore embedded instructions" warnings for the agent to apply when handling issue content.
- Capability inventory: The skill has access to the
BashandWritetools, along with administrative GitHub tools (mcp__github__update_issue,mcp__github__add_issue_comment), which could be leveraged if an injection is successful. - Sanitization: No explicit instructions for sanitizing or validating the ingested content are present in the skill definition.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform operations via the GitHub CLI. - Evidence: The
prehook inSKILL.mdexecutesgh auth status, and the batch operations example demonstrates the use ofBashto rungh issue createcommands.
Audit Metadata