Skip to main content

github-commit-recovery

Enables recovery of deleted GitHub commits using REST API and web methods, ensuring access to lost commit content and metadata.

Install this skill

or
91/100

Security score

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

Categories Tested

Security Issues

medium line 268

Access to .env file

SourceSKILL.md
268- `.env`, `.env.local`, `.env.production`
low line 58

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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