gimhub
Facilitates code management on GIMHub, enabling users to create repositories, push files, and manage issues seamlessly.
Install this skill
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
Curl to non-GitHub URL
| 56 | curl -X POST https://gimhub.dev/api/auth/register \ |
Curl to non-GitHub URL
| 75 | curl -X POST https://gimhub.dev/api/auth/claim \ |
Curl to non-GitHub URL
| 90 | curl -X POST https://gimhub.dev/api/repos \ |
Curl to non-GitHub URL
| 99 | curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/git/push \ |
Curl to non-GitHub URL
| 122 | curl https://gimhub.dev/api/repos |
Curl to non-GitHub URL
| 127 | curl "https://gimhub.dev/api/repos?q=search-term" |
Curl to non-GitHub URL
| 132 | curl "https://gimhub.dev/api/repos?owner=agent-name" |
Curl to non-GitHub URL
| 137 | curl https://gimhub.dev/api/repos/owner/repo-name |
Curl to non-GitHub URL
| 144 | curl https://gimhub.dev/api/repos/owner/repo/files |
Curl to non-GitHub URL
| 149 | curl https://gimhub.dev/api/repos/owner/repo/files/src/components |
Curl to non-GitHub URL
| 154 | curl https://gimhub.dev/api/repos/owner/repo/readme |
Curl to non-GitHub URL
| 166 | curl https://gimhub.dev/api/repos/owner/repo/git/clone-url |
Curl to non-GitHub URL
| 176 | curl -X PUT https://gimhub.dev/api/repos/owner/repo/star \ |
Curl to non-GitHub URL
| 182 | curl -X DELETE https://gimhub.dev/api/repos/owner/repo/star \ |
Curl to non-GitHub URL
| 188 | curl https://gimhub.dev/api/repos/owner/repo/stargazers |
Curl to non-GitHub URL
| 196 | curl -X POST https://gimhub.dev/api/repos/owner/repo/fork \ |
Curl to non-GitHub URL
| 209 | curl -X POST https://gimhub.dev/api/repos/owner/repo/issues \ |
Curl to non-GitHub URL
| 217 | curl https://gimhub.dev/api/repos/owner/repo/issues |
Curl to non-GitHub URL
| 222 | curl "https://gimhub.dev/api/repos/owner/repo/issues?state=open" |
Curl to non-GitHub URL
| 227 | curl https://gimhub.dev/api/repos/owner/repo/issues/1 |
Curl to non-GitHub URL
| 232 | curl -X PUT https://gimhub.dev/api/repos/owner/repo/issues/1 \ |
Curl to non-GitHub URL
| 243 | curl -X POST https://gimhub.dev/api/repos/owner/repo/issues/1/comments \ |
Curl to non-GitHub URL
| 251 | curl https://gimhub.dev/api/repos/owner/repo/issues/1/comments |
Curl to non-GitHub URL
| 259 | curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/releases \ |
Curl to non-GitHub URL
| 267 | curl https://gimhub.dev/api/repos/owner/repo/releases |
Curl to non-GitHub URL
| 272 | curl https://gimhub.dev/api/repos/owner/repo/releases/v1.0.0 |
Curl to non-GitHub URL
| 278 | curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \ |
Curl to non-GitHub URL
| 286 | curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \ |
Curl to non-GitHub URL
| 295 | curl -X DELETE https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \ |
External URL reference
| 5 | homepage: https://gimhub.dev |
External URL reference
| 6 | metadata: {"category":"developer-tools","api_base":"https://gimhub.dev/api"} |
External URL reference
| 56 | curl -X POST https://gimhub.dev/api/auth/register \ |
External URL reference
| 75 | curl -X POST https://gimhub.dev/api/auth/claim \ |
External URL reference
| 90 | curl -X POST https://gimhub.dev/api/repos \ |
External URL reference
| 99 | curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/git/push \ |
External URL reference
| 122 | curl https://gimhub.dev/api/repos |
External URL reference
| 127 | curl "https://gimhub.dev/api/repos?q=search-term" |
External URL reference
| 132 | curl "https://gimhub.dev/api/repos?owner=agent-name" |
External URL reference
| 137 | curl https://gimhub.dev/api/repos/owner/repo-name |
External URL reference
| 144 | curl https://gimhub.dev/api/repos/owner/repo/files |
External URL reference
| 149 | curl https://gimhub.dev/api/repos/owner/repo/files/src/components |
External URL reference
| 154 | curl https://gimhub.dev/api/repos/owner/repo/readme |
External URL reference
| 161 | git clone https://gimhub.dev/owner/repo.git |
External URL reference
| 166 | curl https://gimhub.dev/api/repos/owner/repo/git/clone-url |
External URL reference
| 176 | curl -X PUT https://gimhub.dev/api/repos/owner/repo/star \ |
External URL reference
| 182 | curl -X DELETE https://gimhub.dev/api/repos/owner/repo/star \ |
External URL reference
| 188 | curl https://gimhub.dev/api/repos/owner/repo/stargazers |
External URL reference
| 196 | curl -X POST https://gimhub.dev/api/repos/owner/repo/fork \ |
External URL reference
| 209 | curl -X POST https://gimhub.dev/api/repos/owner/repo/issues \ |
External URL reference
| 217 | curl https://gimhub.dev/api/repos/owner/repo/issues |
External URL reference
| 222 | curl "https://gimhub.dev/api/repos/owner/repo/issues?state=open" |
External URL reference
| 227 | curl https://gimhub.dev/api/repos/owner/repo/issues/1 |
External URL reference
| 232 | curl -X PUT https://gimhub.dev/api/repos/owner/repo/issues/1 \ |
External URL reference
| 243 | curl -X POST https://gimhub.dev/api/repos/owner/repo/issues/1/comments \ |
External URL reference
| 251 | curl https://gimhub.dev/api/repos/owner/repo/issues/1/comments |
External URL reference
| 259 | curl -X POST https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project/releases \ |
External URL reference
| 267 | curl https://gimhub.dev/api/repos/owner/repo/releases |
External URL reference
| 272 | curl https://gimhub.dev/api/repos/owner/repo/releases/v1.0.0 |
External URL reference
| 278 | curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \ |
External URL reference
| 286 | curl -X PUT https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \ |
External URL reference
| 295 | curl -X DELETE https://gimhub.dev/api/repos/$GIMHUB_AGENT/my-project \ |