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.

byte4team-star/Emprestflow

https://github.com/byte4team-star/Emprestflow · scanned 2026-06-17 01:44 UTC (1 month, 1 week ago)

169 raw signals (0 security + 169 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -22.9 (diff) · 167 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: 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 53.8/100 with 66.7% coverage. It contains 861 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 169 findings — concentrated in api (111), frontend (30), quality (18). Risk profile is high: 4 critical, 61 high, 18 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 154 of 167 actionable findings. 169 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in supabase/functions/make-server-bd42bc02/index.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 351, 3304
supabase/functions/make-server-bd42bc02/index.ts:351, 3304 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in supabase/functions/server/index.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 351, 3304
supabase/functions/server/index.tsx:351, 3304 (2 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /clients/${clientId}/documents/${key} (src/app/components/MediaGalleryUploader.tsx:253)
`src/app/components/MediaGalleryUploader.tsx:253` calls `DELETE /clients/${clientId}/documents/${key}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>/documents/<p>` If this points at an external…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /contracts/${id} (src/app/pages/ContractForm.tsx:154)
`src/app/pages/ContractForm.tsx:154` calls `DELETE /contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts/<p>` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /financial/transactions/${id} (src/app/pages/TransactionDetails.tsx:84)
`src/app/pages/TransactionDetails.tsx:84` calls `DELETE /financial/transactions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /financial/transactions/${transactionToDelete.id} (src/app/pages/Financial.tsx:239)
`src/app/pages/Financial.tsx:239` calls `DELETE /financial/transactions/${transactionToDelete.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions/<p>` If this points at an external AP…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/${userToDelete.id} (src/app/pages/Security.tsx:234)
`src/app/pages/Security.tsx:234` calls `DELETE /users/${userToDelete.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/${userToDelete.id} (src/app/pages/Users.tsx:192)
`src/app/pages/Users.tsx:192` calls `DELETE /users/${userToDelete.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users/<p>` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /billing/calendar?year=${year}&month=${month} (src/app/pages/BillingCalendar.tsx:113)
`src/app/pages/BillingCalendar.tsx:113` calls `GET /billing/calendar?year=${year}&month=${month}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/billing/calendar` If this points at an external API, prefix i…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /client-portal/my-data (src/app/pages/ClientPortal.tsx:141)
`src/app/pages/ClientPortal.tsx:141` calls `GET /client-portal/my-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/client-portal/my-data` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /client-portal/my-data (src/app/pages/ClientPortalFirstAccess.tsx:162)
`src/app/pages/ClientPortalFirstAccess.tsx:162` calls `GET /client-portal/my-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/client-portal/my-data` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients (src/app/pages/Clients.tsx:60)
`src/app/pages/Clients.tsx:60` calls `GET /clients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients (src/app/pages/ContractForm.tsx:100)
`src/app/pages/ContractForm.tsx:100` calls `GET /clients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients (src/app/pages/TransactionForm.tsx:96)
`src/app/pages/TransactionForm.tsx:96` calls `GET /clients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${clientId} (src/app/pages/ClientForm.tsx:126)
`src/app/pages/ClientForm.tsx:126` calls `GET /clients/${clientId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${clientId}/documents/${documentType} (src/app/pages/ClientForm.tsx:154)
`src/app/pages/ClientForm.tsx:154` calls `GET /clients/${clientId}/documents/${documentType}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>/documents/<p>` If this points at an external API, pre…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${clientId}/documents/${key}?_t=${timestamp} (src/app/components/MediaGalleryUploader.tsx:96)
`src/app/components/MediaGalleryUploader.tsx:96` calls `GET /clients/${clientId}/documents/${key}?_t=${timestamp}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>/documents/<p>` If this points at…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${clientId}?_t=${timestamp} (src/app/components/MediaGalleryUploader.tsx:221)
`src/app/components/MediaGalleryUploader.tsx:221` calls `GET /clients/${clientId}?_t=${timestamp}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it wi…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${clientId}?_t=${timestamp} (src/app/components/MediaGalleryUploader.tsx:56)
`src/app/components/MediaGalleryUploader.tsx:56` calls `GET /clients/${clientId}?_t=${timestamp}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it wit…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${id} (src/app/pages/ClientDetails.tsx:38)
`src/app/pages/ClientDetails.tsx:38` calls `GET /clients/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${id} (src/app/pages/ClientForm.tsx:101)
`src/app/pages/ClientForm.tsx:101` calls `GET /clients/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /clients/${id}?refresh=true (src/app/pages/ClientDetails.tsx:95)
`src/app/pages/ClientDetails.tsx:95` calls `GET /clients/${id}?refresh=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /contracts (src/app/pages/Contracts.tsx:22)
`src/app/pages/Contracts.tsx:22` calls `GET /contracts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /contracts/${id} (src/app/pages/ContractDetails.tsx:38)
`src/app/pages/ContractDetails.tsx:38` calls `GET /contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /contracts/${id} (src/app/pages/ContractForm.tsx:75)
`src/app/pages/ContractForm.tsx:75` calls `GET /contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /dashboard/stats (src/app/pages/Dashboard.tsx:93)
`src/app/pages/Dashboard.tsx:93` calls `GET /dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/dashboard/stats` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /financial/transactions/${id} (src/app/pages/TransactionDetails.tsx:68)
`src/app/pages/TransactionDetails.tsx:68` calls `GET /financial/transactions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions/<p>` If this points at an external API, prefix it wi…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /financial/transactions/${id} (src/app/pages/TransactionForm.tsx:105)
`src/app/pages/TransactionForm.tsx:105` calls `GET /financial/transactions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions/<p>` If this points at an external API, prefix it with…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /financial?period=${selectedPeriod} (src/app/pages/Financial.tsx:89)
`src/app/pages/Financial.tsx:89` calls `GET /financial?period=${selectedPeriod}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /reminders/due-installments (src/app/pages/DueReminders.tsx:102)
`src/app/pages/DueReminders.tsx:102` calls `GET /reminders/due-installments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/reminders/due-installments` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /users (src/app/pages/Security.tsx:120)
`src/app/pages/Security.tsx:120` calls `GET /users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET /users (src/app/pages/Users.tsx:110)
`src/app/pages/Users.tsx:110` calls `GET /users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/auth/me (src/app/components/AuthDiagnostic.tsx:150)
`src/app/components/AuthDiagnostic.tsx:150` calls `GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/functions/v1/m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/auth/me (src/app/pages/ClientPortalDashboard.tsx:42)
`src/app/pages/ClientPortalDashboard.tsx:42` calls `GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/functions/v1/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/my-data (src/app/pages/ClientPortalDashboard.tsx:61)
`src/app/pages/ClientPortalDashboard.tsx:61` calls `GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/my-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/dashboard/stats (src/app/pages/AuthDebug.tsx:137)
`src/app/pages/AuthDebug.tsx:137` calls `GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/dashboard/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/functions/v1/mak…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/health (src/app/components/AuthDiagnostic.tsx:79)
`src/app/components/AuthDiagnostic.tsx:79` calls `GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/functions/v1/mak…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/public-test (src/app/components/AuthDiagnostic.tsx:110)
`src/app/components/AuthDiagnostic.tsx:110` calls `GET https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/public-test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/functions/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /users/me/password (src/app/pages/ChangePassword.tsx:68)
`src/app/pages/ChangePassword.tsx:68` calls `PATCH /users/me/password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users/me/password` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /users/me/password (src/app/pages/ClientPortal.tsx:277)
`src/app/pages/ClientPortal.tsx:277` calls `PATCH /users/me/password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users/me/password` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /client-portal/delete-account (src/app/pages/ClientPortal.tsx:231)
`src/app/pages/ClientPortal.tsx:231` calls `POST /client-portal/delete-account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/client-portal/delete-account` If this points at an external API, prefix it with…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /clients (src/app/pages/ClientForm.tsx:218)
`src/app/pages/ClientForm.tsx:218` calls `POST /clients` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /clients/${clientId}/documents (src/app/components/DocumentUploader.tsx:56)
`src/app/components/DocumentUploader.tsx:56` calls `POST /clients/${clientId}/documents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>/documents` If this points at an external API, prefix it wi…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /clients/${clientId}/documents (src/app/components/MediaGalleryUploader.tsx:176)
`src/app/components/MediaGalleryUploader.tsx:176` calls `POST /clients/${clientId}/documents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>/documents` If this points at an external API, prefix …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /contracts (src/app/pages/ContractForm.tsx:135)
`src/app/pages/ContractForm.tsx:135` calls `POST /contracts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /contracts/${id}/installments/${paymentDialog.installment.number}/pay (src/app/pages/ContractDetails.tsx:52)
`src/app/pages/ContractDetails.tsx:52` calls `POST /contracts/${id}/installments/${paymentDialog.installment.number}/pay` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts/<p>/installments/<p>/pay` I…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /contracts/${selected.contractId}/installments/${selected.number}/pay (src/app/pages/BillingCalendar.tsx:213)
`src/app/pages/BillingCalendar.tsx:213` calls `POST /contracts/${selected.contractId}/installments/${selected.number}/pay` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts/<p>/installments/<p>/pay` …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /financial/transactions (src/app/pages/Financial.tsx:210)
`src/app/pages/Financial.tsx:210` calls `POST /financial/transactions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /financial/transactions (src/app/pages/TransactionForm.tsx:140)
`src/app/pages/TransactionForm.tsx:140` calls `POST /financial/transactions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /seed (src/app/pages/Clients.tsx:80)
`src/app/pages/Clients.tsx:80` calls `POST /seed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/seed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /seed (src/app/pages/Dashboard.tsx:188)
`src/app/pages/Dashboard.tsx:188` calls `POST /seed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/seed` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /users (src/app/pages/Users.tsx:291)
`src/app/pages/Users.tsx:291` calls `POST /users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/${userToReset.id}/reset-password (src/app/pages/Security.tsx:262)
`src/app/pages/Security.tsx:262` calls `POST /users/${userToReset.id}/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users/<p>/reset-password` If this points at an external API, prefix it wi…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/${userToReset.id}/reset-password (src/app/pages/Users.tsx:217)
`src/app/pages/Users.tsx:217` calls `POST /users/${userToReset.id}/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/users/<p>/reset-password` If this points at an external API, prefix it with …
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST /whatsapp/send-reminder (src/app/pages/ContractDetails.tsx:85)
`src/app/pages/ContractDetails.tsx:85` calls `POST /whatsapp/send-reminder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/whatsapp/send-reminder` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/delete-account (src/app/pages/ClientPortalDashboard.tsx:137)
`src/app/pages/ClientPortalDashboard.tsx:137` calls `POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/delete-account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.su…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/signup (src/app/pages/ClientPortalSignup.tsx:80)
`src/app/pages/ClientPortalSignup.tsx:80` calls `POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/signup` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/fu…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/upload-document (src/app/pages/ClientPortalDashboard.tsx:174)
`src/app/pages/ClientPortalDashboard.tsx:174` calls `POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/client-portal/upload-document` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/create-admin (src/app/components/AuthDiagnostic.tsx:222)
`src/app/components/AuthDiagnostic.tsx:222` calls `POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/create-admin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/function…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/fix-user-profiles (src/app/components/AuthDiagnostic.tsx:250)
`src/app/components/AuthDiagnostic.tsx:250` calls `POST https://${projectId}.supabase.co/functions/v1/make-server-bd42bc02/fix-user-profiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>.supabase.co/fun…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /clients/${id} (src/app/pages/ClientForm.tsx:210)
`src/app/pages/ClientForm.tsx:210` calls `PUT /clients/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/clients/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: PUT /contracts/${id} (src/app/pages/ContractForm.tsx:127)
`src/app/pages/ContractForm.tsx:127` calls `PUT /contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/contracts/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:apicall
high System graph api Wiring conf 1.00 Dangling fetch: PUT /financial/transactions/${id} (src/app/pages/TransactionForm.tsx:134)
`src/app/pages/TransactionForm.tsx:134` calls `PUT /financial/transactions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:apiCall Normalized path used for matching: `/financial/transactions/<p>` If this points at an external API, prefix it with…
Dangling fetchHelper:apicall
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/components/ui/chart.tsx:83
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/lib/auth-context.tsx:158
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/pages/ClientPortalDashboard.tsx:42
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/pages/ClientPortalFirstAccess.tsx:446
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/make-server-bd42bc02/billing_routes.tsx:386
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/make-server-bd42bc02/index.ts:672
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/server/billing_routes.tsx:386
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/server/index.tsx:672
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/make-server-bd42bc02/index.ts:73
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/make-server-bd42bc02/index.ts:73 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/server/index.tsx:73
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/server/index.tsx:73 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/components/ui/chart.tsx:83
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/components/ui/chart.tsx:83 Dangerous innerhtml
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 79 placeholder/mock markers across 19 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 104 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 601 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dateOld` in test-date-correction.js:139
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/App.tsx:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/components/DocumentUploader.tsx:68
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/components/MediaGalleryUploader.tsx:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/lib/auth-context.tsx:7
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/lib/supabase.ts:54
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ChangePassword.tsx:66
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ClientDetails.tsx:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ClientForm.tsx:82
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ClientPortal.tsx:111
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ClientPortalFirstAccess.tsx:102
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ClientPortalLogin.tsx:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/ContractForm.tsx:123
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/Dashboard.tsx:162
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/DueReminders.tsx:101
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/pages/Financial.tsx:128
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/make-server-bd42bc02/billing_routes.tsx:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/make-server-bd42bc02/index.ts:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/server/billing_routes.tsx:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — supabase/functions/server/index.tsx:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test-date-correction.js:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /make-server-bd42bc02/clients/:id/documents/:type
`supabase/functions/make-server-bd42bc02/index.ts` declares `DELETE /make-server-bd42bc02/clients/:id/documents/:type` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /make-server-bd42bc02/contracts/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `DELETE /make-server-bd42bc02/contracts/: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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /make-server-bd42bc02/financial/transactions/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `DELETE /make-server-bd42bc02/financial/transactions/: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 r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /make-server-bd42bc02/users/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `DELETE /make-server-bd42bc02/users/: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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /make-server-bd42bc02/users/:userId
`supabase/functions/make-server-bd42bc02/index.ts` declares `DELETE /make-server-bd42bc02/users/:userId` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02` 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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/audit-logs
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/audit-logs` 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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/auth/me
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/auth/me` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/auth/profile
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/auth/profile` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/clients
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/clients` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/clients/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/clients/: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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/clients/:id/documents/:type
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/clients/:id/documents/:type` 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 rem…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/contracts
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/contracts` 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 documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/contracts/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/contracts/: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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/dashboard/stats
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/dashboard/stats` 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 doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/debug/env
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/debug/env` 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 documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/diagnostic/data
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/diagnostic/data` 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 doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/financial
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/financial` 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 documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/financial/transactions/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/financial/transactions/: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 remo…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/health
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/health/detailed
`supabase/functions/make-server-bd42bc02/health.tsx` declares `GET /make-server-bd42bc02/health/detailed` 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 d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/ping
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/ping` 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 wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/public-test
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/public-test` 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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/reminders/due-installments
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/reminders/due-installments` 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 remo…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /make-server-bd42bc02/users
`supabase/functions/make-server-bd42bc02/index.ts` declares `GET /make-server-bd42bc02/users` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /make-server-bd42bc02/users/me/password
`supabase/functions/make-server-bd42bc02/index.ts` declares `PATCH /make-server-bd42bc02/users/me/password` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/auth/forgot-password
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/auth/forgot-password` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/auth/reset-password
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/auth/reset-password` 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 o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/auth/signup
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/auth/signup` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/clients
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/clients` 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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/clients/:id/documents
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/clients/:id/documents` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/contracts
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/contracts` 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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/contracts/:id/installments/:number/pay
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/contracts/:id/installments/:number/pay` 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 — …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/create-admin
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/create-admin` 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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/debug/decode
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/debug/decode` 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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/financial/transactions
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/financial/transactions` 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 removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/fix-user-profiles
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/fix-user-profiles` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/public/register
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/public/register` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/public/register/:id/documents
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/public/register/:id/documents` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/seed
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/seed` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/users
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/users` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/users/:id/reset-password
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/users/:id/reset-password` 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 remov…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/users/:userId/reset-password
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/users/:userId/reset-password` 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 r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/users/migrate-operators
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/users/migrate-operators` 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 removi…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/whatsapp/send-location
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/whatsapp/send-location` 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 removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /make-server-bd42bc02/whatsapp/send-reminder
`supabase/functions/make-server-bd42bc02/index.ts` declares `POST /make-server-bd42bc02/whatsapp/send-reminder` 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 removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /make-server-bd42bc02/clients/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `PUT /make-server-bd42bc02/clients/: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 documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /make-server-bd42bc02/contracts/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `PUT /make-server-bd42bc02/contracts/: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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /make-server-bd42bc02/financial/transactions/:id
`supabase/functions/make-server-bd42bc02/index.ts` declares `PUT /make-server-bd42bc02/financial/transactions/: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 remo…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /*
`supabase/functions/make-server-bd42bc02/index.ts` declares `USE /*` 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.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: src/app/pages/ClientPortalFirstAccess.tsx (1405 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: supabase/functions/make-server-bd42bc02/index.ts (4241 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: supabase/functions/server/index.tsx (4241 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/18d35954-c832-4b61-836f-5e0a0ad46b0b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/18d35954-c832-4b61-836f-5e0a0ad46b0b/

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.