create-issues
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill uses dynamic context markers (
!) inSKILL.mdto execute shell commands likegit status,git branch,gh issue list, andgh auth statusat load time. These commands are informational and used to provide context to the agent; they do not involve untrusted input or exfiltration. - [COMMAND_EXECUTION]: The skill instructs the agent to execute repository management commands, including
gh issue create,gh label create, and quality validation tools such aspytestandnpm test. These operations are well-scoped to the skill's primary function. - [INDIRECT_PROMPT_INJECTION]: The skill has a theoretical attack surface for indirect prompt injection as it processes external repository content.
- Ingestion points: Reads
.github/ISSUE_TEMPLATE/,CONTRIBUTING.md, and other repository guidelines mentioned inreferences/repository-templates.md. - Boundary markers: None; the skill does not specify delimiters to separate template content from system instructions.
- Capability inventory: The skill has the capability to write to the repository via issue and label creation.
- Sanitization: No sanitization or content validation is performed on the ingested repository files.
Audit Metadata