Provides comprehensive GitHub operations using gh CLI and GitHub API. Activates when working with pull requests, issues, repositories, workflows, or GitHub API operations including creating/viewing/merging PRs, managing issues, querying API endpoints, and handling GitHub workflows in enterprise or public GitHub environments.
90
86%
Does it follow best practices?
Impact
95%
1.11xAverage 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.80). The skill explicitly calls and parses public, user-generated GitHub content (e.g., gh api repos/{owner}/{repo}/pulls, gh pr view --json, gh issue view, gh workflow view --yaml and downloading run logs) as shown in SKILL.md and references/api_reference.md, and those fetched PRs, issues, comments, workflow YAML and logs are then used in automation examples (auto-merge, review/approve, trigger workflows), so untrusted third-party content can influence agent actions.
392d34c
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.