GitHub Repo File Spider#
Scan a GitHub repo, user, or organization for required files (for example
renovate.json or .github/CODEOWNERS) and get fast match stats.
What It Checks#
- Target: one repo (
owner/repo) or all accessible repos under a user/org. - File set: comma/newline separated paths.
- Policy mode:
Any filemeans at least one listed file marks a repo as matched.All filesmeans every listed file must exist for a match.
Personal access tokens (PATs)#
GitHub API limits unauthenticated requests quickly. Provide a PAT when scanning larger orgs or private repos.
- Token is stored only in
localStorageon your browser. - Use the tool’s
Clear tokenbutton to remove it. - Token is never written into the URL state.
Dependencies#
This tool relies on 1 dependencies.
| # | Library | Version | Via |
|---|---|---|---|
| 1 | js-yaml | 4.1.0 | cdn.jsdelivr.net |
Changelog#
b1e661e - February 11, 2026 18:57#
- feat: add GitHub repo file spider tool