Skip to main content

building-github-index

Generates structured indexes for GitHub repositories, enhancing project knowledge retrieval and documentation referencing.

Install this skill

or
87/100

Security score

The building-github-index skill was audited on Feb 9, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 64

Curl to non-GitHub URL

SourceSKILL.md
64curl -sL "https://api.github.com/repos/OWNER/REPO/git/trees/BRANCH?recursive=1"
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -s "https://api.github.com/repos/OWNER/REPO/contents/PATH?ref=BRANCH" \
low line 71

Base64 decode operation

SourceSKILL.md
71python3 -c "import sys,json,base64; print(base64.b64decode(json.load(sys.stdin)['content']).decode())"
low line 64

External URL reference

SourceSKILL.md
64curl -sL "https://api.github.com/repos/OWNER/REPO/git/trees/BRANCH?recursive=1"
low line 69

External URL reference

SourceSKILL.md
69curl -s "https://api.github.com/repos/OWNER/REPO/contents/PATH?ref=BRANCH" \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →