Create and manage GitHub issues, pull requests, workflows, and repositories using the gh CLI. Use when asked to open a PR, merge a pull request, check repo actions, list issues, create a branch, or manage GitHub projects.
90
90%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
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's SKILL.md and scripts/github.py explicitly run gh CLI commands (e.g., gh issue view, gh pr view, gh search, gh run view) to fetch and format public GitHub issues, PRs, comments and repo content (user-generated/untrusted) for the agent to read and act on, which could allow indirect prompt-injection from that third-party content.