Skip to main content

github-wayback-recovery

Recovers deleted GitHub content using the Wayback Machine and Archive.org APIs, enabling access to lost repositories and files.

Install this skill

or
22/100

Security score

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

Categories Tested

Security Issues

medium line 59

Curl to non-GitHub URL

SourceSKILL.md
59curl -s "https://archive.org/wayback/available?url=github.com/owner/repo" | jq
medium line 64

Curl to non-GitHub URL

SourceSKILL.md
64curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/*&output=json&collapse=urlkey" | head -50
medium line 138

Curl to non-GitHub URL

SourceSKILL.md
138curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/facebook/react/*&matchType=prefix&output=json&collapse=urlkey"
medium line 143

Curl to non-GitHub URL

SourceSKILL.md
143curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/issues/*&output=json&collapse=urlkey&filter=statuscode:200"
medium line 148

Curl to non-GitHub URL

SourceSKILL.md
148curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/blob/*/path/to/file&output=json"
medium line 153

Curl to non-GitHub URL

SourceSKILL.md
153curl -s "https://archive.org/wayback/available?url=github.com/owner/repo&timestamp=20230615"
medium line 173

Curl to non-GitHub URL

SourceSKILL.md
173curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/blob/*/README.md&output=json"
medium line 195

Curl to non-GitHub URL

SourceSKILL.md
195curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/issues/123*&output=json"
medium line 205

Curl to non-GitHub URL

SourceSKILL.md
205curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/issues?state=all&output=json"
medium line 216

Curl to non-GitHub URL

SourceSKILL.md
216curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/network/members&output=json"
medium line 238

Curl to non-GitHub URL

SourceSKILL.md
238curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/wiki*&output=json&collapse=urlkey"
low line 59

External URL reference

SourceSKILL.md
59curl -s "https://archive.org/wayback/available?url=github.com/owner/repo" | jq
low line 64

External URL reference

SourceSKILL.md
64curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/*&output=json&collapse=urlkey" | head -50
low line 69

External URL reference

SourceSKILL.md
69https://web.archive.org/web/{TIMESTAMP}/https://github.com/owner/repo
low line 116

External URL reference

SourceSKILL.md
116https://web.archive.org/cdx/search/cdx?url={URL}&output=json
low line 138

External URL reference

SourceSKILL.md
138curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/facebook/react/*&matchType=prefix&output=json&collapse=urlkey"
low line 143

External URL reference

SourceSKILL.md
143curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/issues/*&output=json&collapse=urlkey&filter=statuscode:200"
low line 148

External URL reference

SourceSKILL.md
148curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/blob/*/path/to/file&output=json"
low line 153

External URL reference

SourceSKILL.md
153curl -s "https://archive.org/wayback/available?url=github.com/owner/repo&timestamp=20230615"
low line 173

External URL reference

SourceSKILL.md
173curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/blob/*/README.md&output=json"
low line 178

External URL reference

SourceSKILL.md
178https://web.archive.org/web/20230615142311/https://github.com/owner/repo/blob/main/README.md
low line 195

External URL reference

SourceSKILL.md
195curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/issues/123*&output=json"
low line 200

External URL reference

SourceSKILL.md
200https://web.archive.org/web/{TIMESTAMP}/https://github.com/owner/repo/issues/123
low line 205

External URL reference

SourceSKILL.md
205curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/issues?state=all&output=json"
low line 216

External URL reference

SourceSKILL.md
216curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/network/members&output=json"
low line 221

External URL reference

SourceSKILL.md
221https://web.archive.org/web/{TIMESTAMP}/https://github.com/owner/repo/network/members
low line 238

External URL reference

SourceSKILL.md
238curl -s "https://web.archive.org/cdx/search/cdx?url=github.com/owner/repo/wiki*&output=json&collapse=urlkey"
low line 243

External URL reference

SourceSKILL.md
243https://web.archive.org/web/{TIMESTAMP}/https://github.com/owner/repo/wiki
low line 244

External URL reference

SourceSKILL.md
244https://web.archive.org/web/{TIMESTAMP}/https://github.com/owner/repo/wiki/Page-Name
low line 256

External URL reference

SourceSKILL.md
256CDX_API = "https://web.archive.org/cdx/search/cdx"
low line 257

External URL reference

SourceSKILL.md
257AVAILABILITY_API = "https://archive.org/wayback/available"
low line 258

External URL reference

SourceSKILL.md
258ARCHIVE_URL = "https://web.archive.org/web"
low line 409

External URL reference

SourceSKILL.md
409- **Archive Team GitHub Project**: https://wiki.archiveteam.org/index.php/GitHub
low line 410

External URL reference

SourceSKILL.md
410- **Internet Archive Python Library**: https://archive.org/services/docs/api/internetarchive/
Scanned on May 31, 2026
View Security Dashboard
Installation guide →