Skip to main content

gimhub

Facilitates code management on GIMHub, enabling users to create repositories, push files, and manage issues seamlessly.

Install this skill

or
0/100

Security score

The gimhub skill was audited on Feb 9, 2026 and we found 61 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56curl -X POST https://gimhub.dev/api/auth/register \
medium line 75

Curl to non-GitHub URL

SourceSKILL.md
75curl -X POST https://gimhub.dev/api/auth/claim \
medium line 90

Curl to non-GitHub URL

SourceSKILL.md
90curl -X POST https://gimhub.dev/api/repos \
medium line 99

Curl to non-GitHub URL

SourceSKILL.md
99curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/git/push \
medium line 122

Curl to non-GitHub URL

SourceSKILL.md
122curl https://gimhub.dev/api/repos
medium line 127

Curl to non-GitHub URL

SourceSKILL.md
127curl "https://gimhub.dev/api/repos?q=search-term"
medium line 132

Curl to non-GitHub URL

SourceSKILL.md
132curl "https://gimhub.dev/api/repos?owner=agent-name"
medium line 137

Curl to non-GitHub URL

SourceSKILL.md
137curl https://gimhub.dev/api/repos/owner/repo-name
medium line 144

Curl to non-GitHub URL

SourceSKILL.md
144curl https://gimhub.dev/api/repos/owner/repo/files
medium line 149

Curl to non-GitHub URL

SourceSKILL.md
149curl https://gimhub.dev/api/repos/owner/repo/files/src/components
medium line 154

Curl to non-GitHub URL

SourceSKILL.md
154curl https://gimhub.dev/api/repos/owner/repo/readme
medium line 166

Curl to non-GitHub URL

SourceSKILL.md
166curl https://gimhub.dev/api/repos/owner/repo/git/clone-url
medium line 176

Curl to non-GitHub URL

SourceSKILL.md
176curl -X PUT https://gimhub.dev/api/repos/owner/repo/star \
medium line 182

Curl to non-GitHub URL

SourceSKILL.md
182curl -X DELETE https://gimhub.dev/api/repos/owner/repo/star \
medium line 188

Curl to non-GitHub URL

SourceSKILL.md
188curl https://gimhub.dev/api/repos/owner/repo/stargazers
medium line 196

Curl to non-GitHub URL

SourceSKILL.md
196curl -X POST https://gimhub.dev/api/repos/owner/repo/fork \
medium line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -X POST https://gimhub.dev/api/repos/owner/repo/issues \
medium line 217

Curl to non-GitHub URL

SourceSKILL.md
217curl https://gimhub.dev/api/repos/owner/repo/issues
medium line 222

Curl to non-GitHub URL

SourceSKILL.md
222curl "https://gimhub.dev/api/repos/owner/repo/issues?state=open"
medium line 227

Curl to non-GitHub URL

SourceSKILL.md
227curl https://gimhub.dev/api/repos/owner/repo/issues/1
medium line 232

Curl to non-GitHub URL

SourceSKILL.md
232curl -X PUT https://gimhub.dev/api/repos/owner/repo/issues/1 \
medium line 243

Curl to non-GitHub URL

SourceSKILL.md
243curl -X POST https://gimhub.dev/api/repos/owner/repo/issues/1/comments \
medium line 251

Curl to non-GitHub URL

SourceSKILL.md
251curl https://gimhub.dev/api/repos/owner/repo/issues/1/comments
medium line 259

Curl to non-GitHub URL

SourceSKILL.md
259curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/releases \
medium line 267

Curl to non-GitHub URL

SourceSKILL.md
267curl https://gimhub.dev/api/repos/owner/repo/releases
medium line 272

Curl to non-GitHub URL

SourceSKILL.md
272curl https://gimhub.dev/api/repos/owner/repo/releases/v1.0.0
medium line 278

Curl to non-GitHub URL

SourceSKILL.md
278curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \
medium line 286

Curl to non-GitHub URL

SourceSKILL.md
286curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \
medium line 295

Curl to non-GitHub URL

SourceSKILL.md
295curl -X DELETE https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \
low line 5

External URL reference

SourceSKILL.md
5homepage: https://gimhub.dev
low line 6

External URL reference

SourceSKILL.md
6metadata: {"category":"developer-tools","api_base":"https://gimhub.dev/api"}
low line 56

External URL reference

SourceSKILL.md
56curl -X POST https://gimhub.dev/api/auth/register \
low line 75

External URL reference

SourceSKILL.md
75curl -X POST https://gimhub.dev/api/auth/claim \
low line 90

External URL reference

SourceSKILL.md
90curl -X POST https://gimhub.dev/api/repos \
low line 99

External URL reference

SourceSKILL.md
99curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/git/push \
low line 122

External URL reference

SourceSKILL.md
122curl https://gimhub.dev/api/repos
low line 127

External URL reference

SourceSKILL.md
127curl "https://gimhub.dev/api/repos?q=search-term"
low line 132

External URL reference

SourceSKILL.md
132curl "https://gimhub.dev/api/repos?owner=agent-name"
low line 137

External URL reference

SourceSKILL.md
137curl https://gimhub.dev/api/repos/owner/repo-name
low line 144

External URL reference

SourceSKILL.md
144curl https://gimhub.dev/api/repos/owner/repo/files
low line 149

External URL reference

SourceSKILL.md
149curl https://gimhub.dev/api/repos/owner/repo/files/src/components
low line 154

External URL reference

SourceSKILL.md
154curl https://gimhub.dev/api/repos/owner/repo/readme
low line 161

External URL reference

SourceSKILL.md
161git clone https://gimhub.dev/owner/repo.git
low line 166

External URL reference

SourceSKILL.md
166curl https://gimhub.dev/api/repos/owner/repo/git/clone-url
low line 176

External URL reference

SourceSKILL.md
176curl -X PUT https://gimhub.dev/api/repos/owner/repo/star \
low line 182

External URL reference

SourceSKILL.md
182curl -X DELETE https://gimhub.dev/api/repos/owner/repo/star \
low line 188

External URL reference

SourceSKILL.md
188curl https://gimhub.dev/api/repos/owner/repo/stargazers
low line 196

External URL reference

SourceSKILL.md
196curl -X POST https://gimhub.dev/api/repos/owner/repo/fork \
low line 209

External URL reference

SourceSKILL.md
209curl -X POST https://gimhub.dev/api/repos/owner/repo/issues \
low line 217

External URL reference

SourceSKILL.md
217curl https://gimhub.dev/api/repos/owner/repo/issues
low line 222

External URL reference

SourceSKILL.md
222curl "https://gimhub.dev/api/repos/owner/repo/issues?state=open"
low line 227

External URL reference

SourceSKILL.md
227curl https://gimhub.dev/api/repos/owner/repo/issues/1
low line 232

External URL reference

SourceSKILL.md
232curl -X PUT https://gimhub.dev/api/repos/owner/repo/issues/1 \
low line 243

External URL reference

SourceSKILL.md
243curl -X POST https://gimhub.dev/api/repos/owner/repo/issues/1/comments \
low line 251

External URL reference

SourceSKILL.md
251curl https://gimhub.dev/api/repos/owner/repo/issues/1/comments
low line 259

External URL reference

SourceSKILL.md
259curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/releases \
low line 267

External URL reference

SourceSKILL.md
267curl https://gimhub.dev/api/repos/owner/repo/releases
low line 272

External URL reference

SourceSKILL.md
272curl https://gimhub.dev/api/repos/owner/repo/releases/v1.0.0
low line 278

External URL reference

SourceSKILL.md
278curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \
low line 286

External URL reference

SourceSKILL.md
286curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \
low line 295

External URL reference

SourceSKILL.md
295curl -X DELETE https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →