Skip to main content

github-commit-recovery

Recovers deleted commits from GitHub using REST API and git fetch, enabling access to commit content and diffs.

Install this skill

or
91/100

Security score

The github-commit-recovery skill was audited on Feb 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 267

Access to .env file

SourceSKILL.md
267- `.env`, `.env.local`, `.env.production`
low line 57

External URL reference

SourceSKILL.md
57https://api.github.com/repos/org/repo/commits/FULL_COMMIT_SHA
low line 102

External URL reference

SourceSKILL.md
102GET https://api.github.com/repos/{owner}/{repo}/commits/{ref}
low line 109

External URL reference

SourceSKILL.md
109https://api.github.com/repos/org/repo/commits/abc123def456
low line 207

External URL reference

SourceSKILL.md
207"https://api.github.com/repos/org/repo/commits/SHA" | \
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →