Skip to main content

codebase-recon

Facilitates comprehensive codebase reconnaissance by leveraging multiple repository platforms to discover and document high-quality reference code.

Install this skill

or
50/100

Security score

The codebase-recon skill was audited on May 21, 2026 and we found 50 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 52

External URL reference

SourceSKILL.md
52- **Code Search API**: `GET https://api.github.com/search/code?q=<query>+language:<lang>`
low line 53

External URL reference

SourceSKILL.md
53- **Repository Search**: `GET https://api.github.com/search/repositories?q=<topic>&sort=stars`
low line 59

External URL reference

SourceSKILL.md
59- **Repository Search**: `GET https://gitlab.com/api/v4/search?scope=projects&search=<query>`
low line 60

External URL reference

SourceSKILL.md
60- **Code/Blob Search**: `GET https://gitlab.com/api/v4/search?scope=blobs&search=<query>`
low line 61

External URL reference

SourceSKILL.md
61- **Group Search**: `GET https://gitlab.com/api/v4/groups/<id>/search?scope=blobs&search=<query>`
low line 65

External URL reference

SourceSKILL.md
65- **Repository Search**: `GET https://api.bitbucket.org/2.0/repositories?q=name~"<query>"`
low line 69

External URL reference

SourceSKILL.md
69- **Repository Search**: `GET https://codeberg.org/api/v1/repos/search?q=<query>&limit=20`
low line 70

External URL reference

SourceSKILL.md
70- **Code Search**: `GET https://codeberg.org/api/v1/repos/search?topic=true&q=<topic>`
low line 78

External URL reference

SourceSKILL.md
78- **GraphQL API**: `POST https://sourcegraph.com/.api/graphql`
low line 85

External URL reference

SourceSKILL.md
85- **Search API**: `GET https://searchcode.com/api/search/?q=<query>&lan=<language_id>`
low line 86

External URL reference

SourceSKILL.md
86- **Code Result API**: `GET https://searchcode.com/api/result/<result_id>/`
low line 91

External URL reference

SourceSKILL.md
91- **Web**: `https://grep.app/search?q=<query>&filter[lang][0]=<Language>`
low line 96

External URL reference

SourceSKILL.md
96- **Search API**: `GET https://libraries.io/api/search?q=<query>&platforms=<platform>&api_key=<key>`
low line 97

External URL reference

SourceSKILL.md
97- **Project API**: `GET https://libraries.io/api/<platform>/<package>?api_key=<key>`
low line 106

External URL reference

SourceSKILL.md
106- **Project Search API**: `GET https://sourceforge.net/api/project/get/?q=<query>&limit=20&api_key=<key>`
low line 111

External URL reference

SourceSKILL.md
111- **API**: `GET https://gitea.com/api/v1/repos/search?q=<query>&limit=20`
low line 115

External URL reference

SourceSKILL.md
115- **API**: `https://meta.sr.ht/api/` with per-service endpoints (git.sr.ht, builds.sr.ht)
low line 119

External URL reference

SourceSKILL.md
119- **API**: `GET https://pagure.io/api/0/projects?pattern=<query>`
low line 123

External URL reference

SourceSKILL.md
123- **API**: `GET https://gitee.com/api/v5/search/repositories?q=<query>&access_token=<token>`
low line 127

External URL reference

SourceSKILL.md
127- **Conduit API**: `POST https://<instance>/api/diffusion.repository.search`
low line 131

External URL reference

SourceSKILL.md
131- **REST API**: `GET https://<gerrit-host>/r/projects/?d&type=CODE`
low line 132

External URL reference

SourceSKILL.md
132- **Code Search**: `GET https://cs.android.com/` (Android code search)
low line 136

External URL reference

SourceSKILL.md
136- **REST API**: `GET https://forge-allura.apache.org/rest/p/<project>/`
low line 140

External URL reference

SourceSKILL.md
140- **Browse**: `https://savannah.gnu.org/search/?type_of_search=soft&Search=<query>`
low line 144

External URL reference

SourceSKILL.md
144- `GET https://notabug.org/api/v1/repos/search?q=<query>`
low line 148

External URL reference

SourceSKILL.md
148- **API**: `GET https://api.launchpad.net/1.0/projects?ws.op=searchProjects&text=<query>`
low line 152

External URL reference

SourceSKILL.md
152- **HTTP API**: `GET https://seed.radicle.xyz/api/v1/repos`
low line 161

External URL reference

SourceSKILL.md
161| **npm** | `https://registry.npmjs.org/-/v1/search?text=<query>` | JavaScript/TypeScript |
low line 162

External URL reference

SourceSKILL.md
162| **npms.io** | `https://api.npms.io/v2/search?q=<query>` | JS quality scoring |
low line 164

External URL reference

SourceSKILL.md
164| **crates.io** | `https://crates.io/api/v1/crates?q=<query>` | Rust |
low line 165

External URL reference

SourceSKILL.md
165| **Maven Central** | `https://search.maven.org/solrsearch/select?q=<query>&wt=json` | JVM |
low line 166

External URL reference

SourceSKILL.md
166| **Hex.pm** | `https://hex.pm/api/packages?search=<query>` | Elixir/Erlang |
low line 167

External URL reference

SourceSKILL.md
167| **Pub.dev** | `https://pub.dev/api/search?q=<query>` | Dart/Flutter |
low line 168

External URL reference

SourceSKILL.md
168| **Packagist** | `https://packagist.org/search.json?q=<query>` | PHP/Composer |
low line 169

External URL reference

SourceSKILL.md
169| **RubyGems** | `https://rubygems.org/api/v1/search.json?query=<query>` | Ruby |
low line 170

External URL reference

SourceSKILL.md
170| **NuGet** | `https://azuresearch-usnc.nuget.org/query?q=<query>` | .NET |
low line 171

External URL reference

SourceSKILL.md
171| **Go Modules** | `https://pkg.go.dev/search?q=<query>` | Go |
low line 179

External URL reference

SourceSKILL.md
179- **Hugging Face Hub**: `GET https://huggingface.co/api/models?search=<query>` — ML model repos with code
low line 180

External URL reference

SourceSKILL.md
180- **Papers with Code**: `https://paperswithcode.com/api/v1/papers/?q=<query>` — Academic implementations
low line 181

External URL reference

SourceSKILL.md
181- **Software Heritage**: `https://archive.softwareheritage.org/api/1/origin/search/<query>/` — Universal source archive
low line 182

External URL reference

SourceSKILL.md
182- **Zenodo**: `GET https://zenodo.org/api/records?q=<query>&type=software` — Citable research software
low line 183

External URL reference

SourceSKILL.md
183- **OpenHub / Open Hub**: `GET https://www.openhub.net/projects.xml?query=<query>&api_key=<key>` — OSS project analytics
low line 184

External URL reference

SourceSKILL.md
184- **OSS Insight**: `https://ossinsight.io/` — GitHub analytics, trending repos, language stats
low line 188

External URL reference

SourceSKILL.md
188- **Debian / Salsa**: `https://salsa.debian.org/api/v4/projects?search=<query>` — Debian packaging
low line 189

External URL reference

SourceSKILL.md
189- **Fedora / dist-git**: `https://src.fedoraproject.org/api/0/projects?pattern=<query>` — Fedora packages
low line 190

External URL reference

SourceSKILL.md
190- **GNOME GitLab**: `https://gitlab.gnome.org/api/v4/projects?search=<query>` — GNOME ecosystem
low line 191

External URL reference

SourceSKILL.md
191- **KDE Invent**: `https://invent.kde.org/api/v4/projects?search=<query>` — KDE/Qt ecosystem
low line 192

External URL reference

SourceSKILL.md
192- **freedesktop.org**: `https://gitlab.freedesktop.org/api/v4/projects?search=<query>` — X11, Wayland, Mesa
low line 193

External URL reference

SourceSKILL.md
193- **Android AOSP**: `https://android.googlesource.com/?format=JSON` — Android source tree
low line 194

External URL reference

SourceSKILL.md
194- **Chromium**: `https://chromium.googlesource.com/?format=JSON` — Chrome/Chromium
Scanned on May 21, 2026
View Security Dashboard
Installation guide →