Skip to main content

github-access

Enables programmatic access to GitHub repositories using gh CLI or REST API for efficient issue and pull request management.

Install this skill

or
85/100

Security score

The github-access skill was audited on Feb 12, 2026 and we found 15 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 77

External URL reference

SourceSKILL.md
77https://api.github.com/repos/OWNER/REPO/issues/ISSUE_NUMBER
low line 105

External URL reference

SourceSKILL.md
105https://api.github.com/repos/OWNER/REPO/pulls/PR_NUMBER/reviews
low line 112

External URL reference

SourceSKILL.md
112https://api.github.com/repos/OWNER/REPO/pulls/PR_NUMBER/comments
low line 119

External URL reference

SourceSKILL.md
119https://api.github.com/repos/OWNER/REPO/issues/PR_NUMBER/comments
low line 126

External URL reference

SourceSKILL.md
126https://api.github.com/repos/OWNER/REPO/pulls/PR_NUMBER/reviews/REVIEW_ID/comments
low line 155

External URL reference

SourceSKILL.md
155https://api.github.com/repos/OWNER/REPO/pulls/PR_NUMBER)
low line 164

External URL reference

SourceSKILL.md
164https://api.github.com/repos/OWNER/REPO/commits/$HEAD_SHA/check-runs
low line 171

External URL reference

SourceSKILL.md
171"https://api.github.com/repos/OWNER/REPO/actions/runs?head_sha=$HEAD_SHA")
low line 180

External URL reference

SourceSKILL.md
180"https://api.github.com/repos/OWNER/REPO/actions/runs/$FAILED_RUN_ID/jobs?filter=failed"
low line 187

External URL reference

SourceSKILL.md
187"https://api.github.com/repos/OWNER/REPO/actions/runs/$FAILED_RUN_ID/jobs?filter=failed" | jq -r '.jobs[0].id')
low line 193

External URL reference

SourceSKILL.md
193https://api.github.com/repos/OWNER/REPO/actions/jobs/$JOB_ID/logs
low line 221

External URL reference

SourceSKILL.md
221"https://api.github.com/search/issues?q=QUERY+repo:OWNER/REPO+type:issue"
low line 228

External URL reference

SourceSKILL.md
228"https://api.github.com/search/issues?q=is:open+label:bug+repo:OWNER/REPO+type:issue"
low line 256

External URL reference

SourceSKILL.md
256"https://api.github.com/search/issues?q=QUERY+repo:OWNER/REPO+type:pr"
low line 263

External URL reference

SourceSKILL.md
263"https://api.github.com/search/issues?q=is:open+author:USERNAME+repo:OWNER/REPO+type:pr"
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →