address-pr-comments
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted pull request comments, creating a surface for Indirect Prompt Injection (Category 8).
- Ingestion points: PR comments are loaded from three separate surfaces (inline, top-level, and reviews) using the
gh apicommand inSKILL.md. - Boundary markers: The instructions establish a "reception discipline" requiring every claim to be verified against the codebase and restated in the agent's own words, rather than using explicit string delimiters.
- Capability inventory: Includes command execution via the
ghCLI, repository write access throughgitpush/commit, and the ability to invoke other skills likerun-tests. - Sanitization: The skill mandates a triage process where the agent must reproduction failures and understand the root cause before applying any changes.
- [COMMAND_EXECUTION]: The skill makes extensive use of the GitHub CLI (
gh) to interact with the repository and PR metadata. - Uses
gh apiwith pagination and JQ for fetching comments and users. - Uses
gh api graphqlfor resolving review threads and checking resolution status. - Uses
gh pr checksandgh pr viewfor CI and state tracking. - These commands are legitimate and required for the skill's primary purpose of automating developer workflows.
Audit Metadata