Skip to main content

github-code-search

Enables efficient searching of GitHub code repositories using grep.app to find code patterns and implementations.

Install this skill

or
73/100

Security score

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

Categories Tested

Security Issues

medium line 109

Curl to non-GitHub URL

SourceSKILL.md
109curl -s "https://grep.app/api/search?q=useOptimistic+hook&l=TypeScript" | jq '.hits.hits[:5] | .[] | {repo: .repo.raw, path: .path.raw}'
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s "https://grep.app/api/search?q=%22use%20cache%22&l=TypeScript" | jq '.hits.hits[:10] | .[] | {repo: .repo.raw, path: .path.raw}'
medium line 132

Curl to non-GitHub URL

SourceSKILL.md
132curl -s "https://grep.app/api/search?q=catch.*error.*log&regexp=true&l=TypeScript" | jq '.hits.total'
medium line 138

Curl to non-GitHub URL

SourceSKILL.md
138curl -s "https://grep.app/api/search?q=cacheLife&r=vercel/next.js" | jq '.hits.hits[] | {path: .path.raw, lines: .content.lines}'
low line 90

Fetch to external URL

SourceSKILL.md
90const response = await fetch(
low line 25

External URL reference

SourceSKILL.md
25claude mcp add --transport http grep https://mcp.grep.app
low line 91

External URL reference

SourceSKILL.md
91'https://grep.app/api/search?q=useOptimistic&l=TypeScript'
low line 109

External URL reference

SourceSKILL.md
109curl -s "https://grep.app/api/search?q=useOptimistic+hook&l=TypeScript" | jq '.hits.hits[:5] | .[] | {repo: .repo.raw, path: .path.raw}'
low line 126

External URL reference

SourceSKILL.md
126curl -s "https://grep.app/api/search?q=%22use%20cache%22&l=TypeScript" | jq '.hits.hits[:10] | .[] | {repo: .repo.raw, path: .path.raw}'
low line 132

External URL reference

SourceSKILL.md
132curl -s "https://grep.app/api/search?q=catch.*error.*log&regexp=true&l=TypeScript" | jq '.hits.total'
low line 138

External URL reference

SourceSKILL.md
138curl -s "https://grep.app/api/search?q=cacheLife&r=vercel/next.js" | jq '.hits.hits[] | {path: .path.raw, lines: .content.lines}'
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →