Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

GitNexus

https://github.com/abhigyanpatwari/GitNexus.git · scanned 2026-05-17 03:05 UTC (13 hours, 13 minutes ago) · 10 languages

520 findings (59 legacy + 461 scanner) 8/10 scanners ran 93rd percentile · Typescript · large (100-500K LoC) Scanner says 69 (higher by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 13 hours, 13 minutes ago · v1 · 520 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Severity distribution — click a segment to filter
Active filters: layer: api × excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 69.1/100 with 100.0% coverage. It contains 9925 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 461 findings — concentrated in quality (290), frontend (60), software (53). Risk profile is high: 0 critical, 23 high, 24 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 49 of 520 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/fixtures/lang-resolution/api-e2e-test/components/GrantsList.tsx:2)
`gitnexus/test/fixtures/lang-resolution/api-e2e-test/components/GrantsList.tsx:2` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `htt…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/fixtures/lang-resolution/api-e2e-test/hooks/useGrants.ts:2)
`gitnexus/test/fixtures/lang-resolution/api-e2e-test/hooks/useGrants.ts:2` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `https://` …
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/fixtures/lang-resolution/api-e2e-test/hooks/useMulti.ts:3)
`gitnexus/test/fixtures/lang-resolution/api-e2e-test/hooks/useMulti.ts:3` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `https://` s…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/fixtures/lang-resolution/nextjs-route-mapping/hooks/useGrants.ts:2)
`gitnexus/test/fixtures/lang-resolution/nextjs-route-mapping/hooks/useGrants.ts:2` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `ht…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/unit/call-processor.test.ts:1908)
`gitnexus/test/unit/call-processor.test.ts:1908` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `https://` so the matcher skips it.
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/unit/call-processor.test.ts:2039)
`gitnexus/test/unit/call-processor.test.ts:2039` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `https://` so the matcher skips it.
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/grants (gitnexus/test/unit/call-processor.test.ts:2073)
`gitnexus/test/unit/call-processor.test.ts:2073` calls `GET /api/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/grants` If this points at an external API, prefix it with `https://` so the matcher skips it.
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/organizations/${slug}/grants (gitnexus/test/fixtures/lang-resolution/nextjs-route-mapping/components/GrantsList.tsx:2)
`gitnexus/test/fixtures/lang-resolution/nextjs-route-mapping/components/GrantsList.tsx:2` calls `GET /api/organizations/${slug}/grants` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/organizations/<p>/grants` If thi…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/secure (gitnexus/test/fixtures/lang-resolution/api-e2e-test/hooks/useMulti.ts:4)
`gitnexus/test/fixtures/lang-resolution/api-e2e-test/hooks/useMulti.ts:4` calls `GET /api/secure` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/secure` If this points at an external API, prefix it with `https://` s…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/test (gitnexus/test/unit/shape-check.test.ts:68)
`gitnexus/test/unit/shape-check.test.ts:68` calls `GET /api/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/test` If this points at an external API, prefix it with `https://` so the matcher skips it.
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users (gitnexus/src/core/ingestion/workers/parse-worker.ts:1671)
`gitnexus/src/core/ingestion/workers/parse-worker.ts:1671` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher ski…
wiringdangling-fetchaxios
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users (gitnexus/test/fixtures/group/test-frontend/src/api/users.ts:2)
`gitnexus/test/fixtures/group/test-frontend/src/api/users.ts:2` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matche…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users (gitnexus/test/fixtures/lang-resolution/shape-check-integration/components/UserList.tsx:2)
`gitnexus/test/fixtures/lang-resolution/shape-check-integration/components/UserList.tsx:2` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it wi…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users (gitnexus/test/unit/group/http-route-extractor.test.ts:261)
`gitnexus/test/unit/group/http-route-extractor.test.ts:261` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher sk…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users (gitnexus/test/unit/group/http-route-extractor.test.ts:287)
`gitnexus/test/unit/group/http-route-extractor.test.ts:287` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher sk…
wiringdangling-fetchaxios
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users (gitnexus/test/unit/receiver-extraction.test.ts:82)
`gitnexus/test/unit/receiver-extraction.test.ts:82` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
wiringdangling-fetchaxios
high 9-layer api wiring conf 1.00 Dangling fetch: GET /api/users/${id} (gitnexus/test/fixtures/group/test-frontend/src/api/users.ts:16)
`gitnexus/test/fixtures/group/test-frontend/src/api/users.ts:16` calls `GET /api/users/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users/<p>` If this points at an external API, prefix it with `https://` so…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: POST /api/gdpr/export (gitnexus/test/fixtures/lang-resolution/shape-check-integration/components/GdprExport.tsx:2)
`gitnexus/test/fixtures/lang-resolution/shape-check-integration/components/GdprExport.tsx:2` calls `POST /api/gdpr/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gdpr/export` If this points at an external AP…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: POST /api/orders (gitnexus/test/fixtures/group/test-monorepo/services/gateway/src/api.ts:2)
`gitnexus/test/fixtures/group/test-monorepo/services/gateway/src/api.ts:2` calls `POST /api/orders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/orders` If this points at an external API, prefix it with `https://`…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: POST /api/orders (gitnexus/test/unit/group/http-route-extractor.test.ts:359)
`gitnexus/test/unit/group/http-route-extractor.test.ts:359` calls `POST /api/orders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios-obj Normalized path used for matching: `/orders` If this points at an external API, prefix it with `https://` so the mat…
wiringdangling-fetchaxios-obj
high 9-layer api wiring conf 1.00 Dangling fetch: POST /api/users (gitnexus/test/fixtures/group/test-frontend/src/api/users.ts:7)
`gitnexus/test/fixtures/group/test-frontend/src/api/users.ts:7` calls `POST /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the match…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: POST /api/users (gitnexus/test/unit/group/http-route-extractor.test.ts:266)
`gitnexus/test/unit/group/http-route-extractor.test.ts:266` calls `POST /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher s…
wiringdangling-fetchfetch
high 9-layer api wiring conf 1.00 Dangling fetch: PUT /api/defaults (gitnexus/test/unit/group/http-route-extractor.test.ts:372)
`gitnexus/test/unit/group/http-route-extractor.test.ts:372` calls `PUT /api/defaults` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios-obj Normalized path used for matching: `/defaults` If this points at an external API, prefix it with `https://` so the …
wiringdangling-fetchaxios-obj
low 9-layer api wiring conf 1.00 Unused endpoint: ALL /api/mcp
`gitnexus/src/server/mcp-http.ts` declares `ALL /api/mcp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: DELETE /api/analyze/:jobId
`gitnexus/src/server/api.ts` declares `DELETE /api/analyze/:jobId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: DELETE /api/embed/:jobId
`gitnexus/src/server/api.ts` declares `DELETE /api/embed/:jobId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: DELETE /api/repo
`gitnexus/src/server/api.ts` declares `DELETE /api/repo` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET
`gitnexus/src/core/ingestion/call-processor.ts` declares `GET ` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /
`gitnexus/src/server/api.ts` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/analyze/:jobId
`gitnexus/src/server/api.ts` declares `GET /api/analyze/:jobId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/cluster
`gitnexus/src/server/api.ts` declares `GET /api/cluster` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/clusters
`gitnexus/src/server/api.ts` declares `GET /api/clusters` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/embed/:jobId
`gitnexus/src/server/api.ts` declares `GET /api/embed/:jobId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/file
`gitnexus/src/server/api.ts` declares `GET /api/file` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/graph
`gitnexus/src/server/api.ts` declares `GET /api/graph` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/grep
`gitnexus/src/server/api.ts` declares `GET /api/grep` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/health
`gitnexus/src/server/api.ts` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/heartbeat
`gitnexus/src/server/api.ts` declares `GET /api/heartbeat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/info
`gitnexus/src/server/api.ts` declares `GET /api/info` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/process
`gitnexus/src/server/api.ts` declares `GET /api/process` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/processes
`gitnexus/src/server/api.ts` declares `GET /api/processes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/repo
`gitnexus/src/server/api.ts` declares `GET /api/repo` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /api/repos
`gitnexus/src/server/api.ts` declares `GET /api/repos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /prefix/:id
`gitnexus/src/core/group/extractors/http-patterns/node.ts` declares `GET /prefix/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: GET /prefix/path
`gitnexus/src/core/group/extractors/http-patterns/node.ts` declares `GET /prefix/path` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: POST /api/analyze
`gitnexus/src/server/api.ts` declares `POST /api/analyze` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: POST /api/embed
`gitnexus/src/server/api.ts` declares `POST /api/embed` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: POST /api/query
`gitnexus/src/server/api.ts` declares `POST /api/query` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
low 9-layer api wiring conf 1.00 Unused endpoint: POST /path
`gitnexus/src/core/ingestion/tree-sitter-queries.ts` declares `POST /path` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
wiringunused-endpoint
{# ── 2026-05-17 Round 14: AI-agent bridge footer ────────────────────── Discoverability: the /agents/voting/ guide + MCP manifest exist but aren't linked from anywhere users actually land. Small, opt-in footer. #}
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/82add7fd-bbe5-41de-a489-334bbd732e67/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/82add7fd-bbe5-41de-a489-334bbd732e67/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.