issue-to-pr-resolver
Warn
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interpolates the user-provided
$ARGUMENTSdirectly into shell commands withinSKILL.md. Examples includegh issue view "$ARGUMENTS"andgit worktree add "worktree/issue-$ARGUMENTS". If the input is not strictly validated, an attacker could supply malicious shell metacharacters to execute unauthorized commands in the agent's environment. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from GitHub issues and PR comments, which can be authored by any GitHub user. This data is processed by an agent with broad system capabilities including shell access and file modification. \n * Ingestion points: GitHub issue content via
gh issue viewand PR comments viagh api. \n * Boundary markers: None identified; the skill does not instruct the agent to ignore or delimit instructions found within the issue or comment bodies. \n * Capability inventory: The skill usesBash,Write,Edit,Glob, andGreptools, allowing for extensive system interaction. \n * Sanitization: No sanitization or filtering of the fetched content is performed before processing.
Audit Metadata