Working with GitHub Pull Requests using the gh CLI. Use for fetching PR details, review comments, CI status, and understanding the difference between PR-level comments vs inline code review comments.
90
89%
Does it follow best practices?
Impact
85%
1.06xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The gh-pr-info script explicitly uses gh api REST and GraphQL calls (e.g., repos/${REPO}/pulls/${PR_NUMBER}, commits/${HEAD_SHA}/check-runs, and GraphQL queries for timelineItems and reviewThreads in scripts/gh-pr-info) to fetch PR reviews, inline review threads and comments from GitHub—user-generated, potentially public content—which the agent parses and acts on to determine unresolved items, so untrusted third-party content could materially influence behavior.
aed1afb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.