Skip to main content

gh-issues

Automates the management of GitHub issues by fetching, fixing, and monitoring PRs using sub-agents for efficient issue resolution.

Install this skill

or
34/100

Security score

The gh-issues skill was audited on May 12, 2026 and we found 26 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97```
medium line 365

Template literal with variable interpolation in command context

SourceSKILL.md
365First, ensure GH_TOKEN is set. Check: `echo $GH_TOKEN`. If empty, read from config:
medium line 400

Template literal with variable interpolation in command context

SourceSKILL.md
400```
medium line 405

Template literal with variable interpolation in command context

SourceSKILL.md
405```
medium line 730

Template literal with variable interpolation in command context

SourceSKILL.md
730```
medium line 770

Template literal with variable interpolation in command context

SourceSKILL.md
770```
medium line 227

Curl to non-GitHub URL

SourceSKILL.md
227curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer $GH_TOKEN" https://api.github.com/user
medium line 665

Curl to non-GitHub URL

SourceSKILL.md
665curl -s -H "Authorization: Bearer $GH_TOKEN" https://api.github.com/user | jq -r '.login'
medium line 134

Access to hidden dotfiles in home directory

SourceSKILL.md
134> "GitHub authentication failed. Please check your apiKey in the OpenClaw dashboard or in the active OpenClaw config path (`$OPENCLAW_CONFIG_PATH`, default `~/.openclaw/openclaw.json`) under `skills.e
medium line 232

Access to hidden dotfiles in home directory

SourceSKILL.md
232> "GitHub authentication failed. Please check your apiKey in the OpenClaw dashboard or in the active OpenClaw config path (`$OPENCLAW_CONFIG_PATH`, default `~/.openclaw/openclaw.json`) under `skills.e
low line 118

External URL reference

SourceSKILL.md
118"https://api.github.com/repos/{SOURCE_REPO}/issues?per_page={limit}&state={state}&{query_params}"
low line 209

External URL reference

SourceSKILL.md
209git remote add fork https://x-access-token:[email protected]/{PUSH_REPO}.git
low line 227

External URL reference

SourceSKILL.md
227curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer $GH_TOKEN" https://api.github.com/user
low line 239

External URL reference

SourceSKILL.md
239"https://api.github.com/repos/{SOURCE_REPO}/pulls?head={PUSH_REPO_OWNER}:fix/issue-{N}&state=open&per_page=1"
low line 255

External URL reference

SourceSKILL.md
255"https://api.github.com/repos/{PUSH_REPO}/branches/fix/issue-{N}"
low line 449

External URL reference

SourceSKILL.md
449git remote set-url {PUSH_REMOTE} https://x-access-token:[email protected]/{PUSH_REPO}.git
low line 468

External URL reference

SourceSKILL.md
468https://api.github.com/repos/{SOURCE_REPO}/pulls \
low line 613

External URL reference

SourceSKILL.md
613"https://api.github.com/repos/{SOURCE_REPO}/pulls?state=open&per_page=100"
low line 630

External URL reference

SourceSKILL.md
630"https://api.github.com/repos/{SOURCE_REPO}/pulls/{pr_number}/reviews"
low line 637

External URL reference

SourceSKILL.md
637"https://api.github.com/repos/{SOURCE_REPO}/pulls/{pr_number}/comments"
low line 644

External URL reference

SourceSKILL.md
644"https://api.github.com/repos/{SOURCE_REPO}/issues/{pr_number}/comments"
low line 655

External URL reference

SourceSKILL.md
655"https://api.github.com/repos/{SOURCE_REPO}/pulls/{pr_number}"
low line 665

External URL reference

SourceSKILL.md
665curl -s -H "Authorization: Bearer $GH_TOKEN" https://api.github.com/user | jq -r '.login'
low line 798

External URL reference

SourceSKILL.md
798git remote set-url {PUSH_REMOTE} https://x-access-token:[email protected]/{PUSH_REPO}.git
low line 807

External URL reference

SourceSKILL.md
807https://api.github.com/repos/{SOURCE_REPO}/pulls/{pr_number}/comments/{comment_id}/replies \
low line 814

External URL reference

SourceSKILL.md
814https://api.github.com/repos/{SOURCE_REPO}/issues/{pr_number}/comments \
Scanned on May 12, 2026
View Security Dashboard
Installation guide →