yeet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data (GitHub issue comments, PR bodies, and git logs) to generate summaries and responses, which creates a surface for indirect prompt injection.
- Ingestion points:
gh issue view,gh pr view,git diff, andgit logcommands across multiple reference files includingreferences/comment-issue.md,references/update-pr.md, andreferences/commons.md. - Boundary markers: The skill employs single-quoted HEREDOC syntax (
'EOF') to prevent shell expansion of generated content and requires explicit user confirmation viaAskUserQuestionbefore performing any write operations. - Capability inventory: The skill uses
ghandgitCLI tools to create, update, and comment on GitHub issues, pull requests, and discussions. - Sanitization: The skill relies on the agent's internal filtering and user oversight for the content of generated text; it implements robust shell-level sanitization via HEREDOC quoting to prevent command injection from the generated content.
Audit Metadata