Skip to main content

github-harvester

Extracts and processes data from GitHub repositories for documentation and code analysis.

Install this skill

or
95/100

Security score

The github-harvester 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

low line 99

Base64 decode operation

SourceSKILL.md
99content = base64.b64decode(readme.content).decode('utf-8')
low line 130

Base64 decode operation

SourceSKILL.md
130content = base64.b64decode(item.content).decode('utf-8')
low line 155

Base64 decode operation

SourceSKILL.md
155content = base64.b64decode(item.content).decode('utf-8')
low line 202

Base64 decode operation

SourceSKILL.md
202content = base64.b64decode(item.content).decode('utf-8')
low line 25

External URL reference

SourceSKILL.md
25# or: https://cli.github.com/
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →