codely-plan-create-github
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the GitHub CLI (
gh) to manage issues and interact with the GitHub REST API. Specifically, it uses:gh issue viewto retrieve task descriptions from parent issues.gh issue createandgh issue editto build and structure implementation plans.gh apito programmatically link child issues as native sub-issues of the parent. These commands are localized to the repository of the current working directory and align with the skill's stated purpose.
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface by processing data from existing GitHub issues.
- Ingestion points: The task description is retrieved from a parent GitHub issue via the
gh issue viewcommand as described inSKILL.md. - Boundary markers: The skill appends metadata to the issue body using a
---horizontal rule as a separator, but it does not implement explicit delimiters or instructions for the model to ignore embedded commands within the ingested task text. - Capability inventory: The agent has the capability to create new repository content (
gh issue create) and modify existing issues (gh issue edit). - Sanitization: There is no evidence of automated filtering or sanitization of the issue content before it is used to generate new issues. This risk is addressed by a mandatory human-in-the-loop requirement; the skill explicitly stops for user review and approval of the proposed plan before any issues are created or modified.
- Ingestion points: The task description is retrieved from a parent GitHub issue via the
Audit Metadata