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.

rmpgutah/rmpg-flex

https://github.com/rmpgutah/rmpg-flex · scanned 2026-06-15 23:53 UTC (2 months, 3 weeks ago)

1978 raw signals (0 security + 1978 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 1937 actionable findings from 1 signal source. 41 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.7/100 with 100.0% coverage. It contains 22228 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1978 findings — concentrated in quality (1381), frontend (339), api (177). Risk profile is high: 8 critical, 130 high, 175 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 598 of 1937 actionable findings. 1978 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 Possible secret in desktop/main.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
desktop/main.js:21
critical System graph security Secrets conf 1.00 Possible secret in legacy/server-vps/src/routes/arrests.ts
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
legacy/server-vps/src/routes/arrests.ts:72
critical System graph security Secrets conf 1.00 Possible secret in legacy/server-vps/src/utils/arrestScraper.ts
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
legacy/server-vps/src/utils/arrestScraper.ts:72
critical System graph security Secrets conf 1.00 Possible secret in legacy/server-vps/src/utils/clearPathGpsClient.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
legacy/server-vps/src/utils/clearPathGpsClient.ts:35
critical System graph security Secrets conf 1.00 Possible secret in legacy/server-vps/src/utils/msGraphClient.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
legacy/server-vps/src/utils/msGraphClient.ts:66
critical System graph security Secrets conf 1.00 Possible secret in legacy/server-vps/src/utils/traccarClient.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
legacy/server-vps/src/utils/traccarClient.ts:52
critical System graph security Secrets conf 1.00 Possible secret in src/routes/email.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/routes/email.ts:46
critical System graph security Secrets conf 1.00 Possible secret in src/utils/clearpathGps.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/utils/clearpathGps.ts:104
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auth/security/trusted-devices/${id} (client/src/components/security/TrustedDevicesList.tsx:59)
`client/src/components/security/TrustedDevicesList.tsx:59` calls `DELETE /api/auth/security/trusted-devices/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/security/trusted-devices/<p>` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auth/webauthn/credentials/${id} (client/src/components/security/SecurityKeyManager.tsx:139)
`client/src/components/security/SecurityKeyManager.tsx:139` calls `DELETE /api/auth/webauthn/credentials/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/webauthn/credentials/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api${url} (client/src/pages/admin/AdminSystemTab.tsx:1092)
`client/src/pages/admin/AdminSystemTab.tsx:1092` calls `GET /api${url}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/api/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/audit/export?${params} (client/src/pages/admin/AdminAuditTab.tsx:70)
`client/src/pages/admin/AdminAuditTab.tsx:70` calls `GET /api/admin/audit/export?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/audit/export` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/config/branding (tmp/node-pdf-utils/pdfGenerator.ts:57)
`tmp/node-pdf-utils/pdfGenerator.ts:57` calls `GET /api/admin/config/branding` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/config/branding` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/export/full (client/src/pages/admin/AdminGodModeTab.tsx:296)
`client/src/pages/admin/AdminGodModeTab.tsx:296` calls `GET /api/admin/export/full` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/export/full` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/system-settings (client/src/utils/pdfGenerator.ts:162)
`client/src/utils/pdfGenerator.ts:162` calls `GET /api/admin/system-settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/system-settings` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/compliance-report?days=7 (tests/audit.test.ts:138)
`tests/audit.test.ts:138` calls `GET /api/audit/compliance-report?days=7` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/compliance-report` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/compliance-report?days=9999 (tests/audit.test.ts:160)
`tests/audit.test.ts:160` calls `GET /api/audit/compliance-report?days=9999` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/compliance-report` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/index-stats (tests/audit.test.ts:179)
`tests/audit.test.ts:179` calls `GET /api/audit/index-stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/index-stats` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/logs (tests/audit.test.ts:51)
`tests/audit.test.ts:51` calls `GET /api/audit/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/logs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/logs (tests/audit.test.ts:62)
`tests/audit.test.ts:62` calls `GET /api/audit/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/logs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/logs (tests/audit.test.ts:71)
`tests/audit.test.ts:71` calls `GET /api/audit/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/logs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/logs?limit=999999999 (tests/audit.test.ts:107)
`tests/audit.test.ts:107` calls `GET /api/audit/logs?limit=999999999` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/logs` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/logs?page=1&limit=50 (tests/audit.test.ts:88)
`tests/audit.test.ts:88` calls `GET /api/audit/logs?page=1&limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/logs` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/stats (tests/audit.test.ts:122)
`tests/audit.test.ts:122` calls `GET /api/audit/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/reset-password/validate?token=${encodeURIComponent(t)} (client/src/pages/ResetPasswordPage.tsx:30)
`client/src/pages/ResetPasswordPage.tsx:30` calls `GET /api/auth/reset-password/validate?token=${encodeURIComponent(t)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/reset-password/validate` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/security/login-history?limit=${PAGE_SIZE}&offset=${offset} (client/src/components/security/LoginHistoryTable.tsx:49)
`client/src/components/security/LoginHistoryTable.tsx:49` calls `GET /api/auth/security/login-history?limit=${PAGE_SIZE}&offset=${offset}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/security/login-history` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/security/status (client/src/components/security/SecurityStatusCard.tsx:26)
`client/src/components/security/SecurityStatusCard.tsx:26` calls `GET /api/auth/security/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/security/status` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/security/trusted-devices (client/src/components/security/TrustedDevicesList.tsx:46)
`client/src/components/security/TrustedDevicesList.tsx:46` calls `GET /api/auth/security/trusted-devices` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/security/trusted-devices` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/webauthn/credentials (client/src/components/security/SecurityKeyManager.tsx:56)
`client/src/components/security/SecurityKeyManager.tsx:56` calls `GET /api/auth/webauthn/credentials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/webauthn/credentials` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dispatch/geography/codes (client/src/utils/dispatchGuidePdfGenerator.ts:4577)
`client/src/utils/dispatchGuidePdfGenerator.ts:4577` calls `GET /api/dispatch/geography/codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dispatch/geography/codes` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/skiptracer-v2/dossiers/${dossierId}/pdf (client/src/pages/skiptracer/SkipTracerV2Page.tsx:556)
`client/src/pages/skiptracer/SkipTracerV2Page.tsx:556` calls `GET /api/skiptracer-v2/dossiers/${dossierId}/pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skiptracer-v2/dossiers/<p>/pdf` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/updates/check?platform=android&currentVersion=${encodeURIComponent(version)} (client/src/components/AndroidUpdateChecker.tsx:72)
`client/src/components/AndroidUpdateChecker.tsx:72` calls `GET /api/updates/check?platform=android&currentVersion=${encodeURIComponent(version)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/updates/check` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/uploads/sign/${fileId} (client/src/components/FileAttachments.tsx:85)
`client/src/components/FileAttachments.tsx:85` calls `GET /api/uploads/sign/${fileId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uploads/sign/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /geojson/${cfg.file} (client/src/hooks/useGeoJsonLayers.ts:384)
`client/src/hooks/useGeoJsonLayers.ts:384` calls `GET /geojson/${cfg.file}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/geojson/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /geojson/beat.geojson (client/src/hooks/useMapboxResponseTime.ts:61)
`client/src/hooks/useMapboxResponseTime.ts:61` calls `GET /geojson/beat.geojson` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/geojson/beat.geojson` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /geojson/beat.geojson (client/src/pages/map/utils/districtGeoData.ts:109)
`client/src/pages/map/utils/districtGeoData.ts:109` calls `GET /geojson/beat.geojson` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/geojson/beat.geojson` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /geojson/county.geojson (client/src/pages/map/utils/districtGeoData.ts:174)
`client/src/pages/map/utils/districtGeoData.ts:174` calls `GET /geojson/county.geojson` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/geojson/county.geojson` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /geojson/municipality.geojson (client/src/pages/map/utils/districtGeoData.ts:181)
`client/src/pages/map/utils/districtGeoData.ts:181` calls `GET /geojson/municipality.geojson` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/geojson/municipality.geojson` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /RMPG Logo Dark.png (client/src/utils/pdfAssets.ts:101)
`client/src/utils/pdfAssets.ts:101` calls `GET /RMPG Logo Dark.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rmpg logo dark.png` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /RMPG Logo Dark.png (tmp/node-pdf-utils/pdfAssets.ts:92)
`tmp/node-pdf-utils/pdfAssets.ts:92` calls `GET /RMPG Logo Dark.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rmpg logo dark.png` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /rmpg-logo.png (client/src/utils/pdfAssets.ts:64)
`client/src/utils/pdfAssets.ts:64` calls `GET /rmpg-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rmpg-logo.png` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /rmpg-logo.png (tmp/node-pdf-utils/pdfAssets.ts:55)
`tmp/node-pdf-utils/pdfAssets.ts:55` calls `GET /rmpg-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rmpg-logo.png` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /sounds/${key}.wav (client/src/utils/soundAssets.ts:84)
`client/src/utils/soundAssets.ts:84` calls `GET /sounds/${key}.wav` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sounds/<p>.wav` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.fbi.gov/wanted/v1/list?title=${encodeURIComponent(nameQuery)}&pageSize=20 (legacy/server-vps/src/routes/warrants.ts:2640)
`legacy/server-vps/src/routes/warrants.ts:2640` calls `GET https://api.fbi.gov/wanted/v1/list?title=${encodeURIComponent(nameQuery)}&pageSize=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.fbi.gov/wan…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.mapbox.com/geocoding/v5/mapbox.places/${lng},${lat}.json?access_token=${token}&types=address&limit=1 (client/src/components/DashCamVideoPlayer.tsx:143)
`client/src/components/DashCamVideoPlayer.tsx:143` calls `GET https://api.mapbox.com/geocoding/v5/mapbox.places/${lng},${lat}.json?access_token=${token}&types=address&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.open-meteo.com/v1/forecast?latitude=40.7608&longitude=-111.891&current=temperature_2m,weather_code,relative_humidity_2m,wind_speed_10m,wind_direction_10m&temperature_unit=fahrenheit&wind_speed_unit=mph&timezone=America/Denver (legacy/server-vps/src/index.ts:249)
`legacy/server-vps/src/index.ts:249` calls `GET https://api.open-meteo.com/v1/forecast?latitude=40.7608&longitude=-111.891&current=temperature_2m,weather_code,relative_humidity_2m,wind_speed_10m,wind_direction_10m&temperature_unit=fahrenheit&wind_speed_unit=mph&timezone=America/Denver` but no backe…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://do/state (src/routes/dispatch/extensions.ts:982)
`src/routes/dispatch/extensions.ts:982` calls `GET https://do/state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/state` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.microsoft.com/v1.0${path} (src/routes/email.ts:456)
`src/routes/email.ts:456` calls `GET https://graph.microsoft.com/v1.0${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.microsoft.com/v1.0/<p>` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.microsoft.com/v1.0/me (legacy/server-vps/src/utils/msGraphClient.ts:395)
`legacy/server-vps/src/utils/msGraphClient.ts:395` calls `GET https://graph.microsoft.com/v1.0/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.microsoft.com/v1.0/me` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.microsoft.com/v1.0/me (src/routes/emailOauthCallback.ts:103)
`src/routes/emailOauthCallback.ts:103` calls `GET https://graph.microsoft.com/v1.0/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.microsoft.com/v1.0/me` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://graph.microsoft.com/v1.0/me?$select=mail,displayName,userPrincipalName (src/routes/email.ts:393)
`src/routes/email.ts:393` calls `GET https://graph.microsoft.com/v1.0/me?$select=mail,displayName,userPrincipalName` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/graph.microsoft.com/v1.0/me` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://html.duckduckgo.com/html/?${params.toString()} (legacy/server-vps/src/utils/firecrawlClient.ts:383)
`legacy/server-vps/src/utils/firecrawlClient.ts:383` calls `GET https://html.duckduckgo.com/html/?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/html.duckduckgo.com/html` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://omsweb.public-safety-cloud.com/publicroster-api/api/${facilityName}/get-agency-info (legacy/server-vps/src/utils/jailRosterScraper.ts:1046)
`legacy/server-vps/src/utils/jailRosterScraper.ts:1046` calls `GET https://omsweb.public-safety-cloud.com/publicroster-api/api/${facilityName}/get-agency-info` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/o…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://plate-check.p.rapidapi.com/plate-check?${params} (legacy/server-vps/src/routes/records.ts:4792)
`legacy/server-vps/src/routes/records.ts:4792` calls `GET https://plate-check.p.rapidapi.com/plate-check?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/plate-check.p.rapidapi.com/plate-check` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://sheriff.utahcounty.gov/api/search/name/${letter} (src/utils/jailRoster/parsers.ts:295)
`src/utils/jailRoster/parsers.ts:295` calls `GET https://sheriff.utahcounty.gov/api/search/name/${letter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sheriff.utahcounty.gov/api/search/name/<p>` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://ws-public.interpol.int/notices/v1/${type}/${safeId} (src/routes/screening.ts:91)
`src/routes/screening.ts:91` calls `GET https://ws-public.interpol.int/notices/v1/${type}/${safeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/ws-public.interpol.int/notices/v1/<p>/<p>` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://ws-public.interpol.int/notices/v1/${type}/${safeId}/images (src/routes/screening.ts:82)
`src/routes/screening.ts:82` calls `GET https://ws-public.interpol.int/notices/v1/${type}/${safeId}/images` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/ws-public.interpol.int/notices/v1/<p>/<p>/images` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/health/client-error (client/src/components/ErrorBoundary.tsx:66)
`client/src/components/ErrorBoundary.tsx:66` calls `POST /api/admin/health/client-error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/health/client-error` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/dev-chat/chat/stream (client/src/pages/admin/ai/AIDevChatPanel.tsx:322)
`client/src/pages/admin/ai/AIDevChatPanel.tsx:322` calls `POST /api/ai/dev-chat/chat/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/dev-chat/chat/stream` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/narrative (client/src/components/dispatch/NarrativeAssist.tsx:23)
`client/src/components/dispatch/NarrativeAssist.tsx:23` calls `POST /api/ai/narrative` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/narrative` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/smart-search (client/src/components/AISearchButton.tsx:21)
`client/src/components/AISearchButton.tsx:21` calls `POST /api/ai/smart-search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/smart-search` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/alpr/capture (test-workers/alprCapture.test.ts:31)
`test-workers/alprCapture.test.ts:31` calls `POST /api/alpr/capture` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/alpr/capture` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/setup (client/src/components/security/TwoFactorSetupWizard.tsx:29)
`client/src/components/security/TwoFactorSetupWizard.tsx:29` calls `POST /api/auth/2fa/setup` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/setup` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/setup/verify (client/src/components/security/TwoFactorSetupWizard.tsx:61)
`client/src/components/security/TwoFactorSetupWizard.tsx:61` calls `POST /api/auth/2fa/setup/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/setup/verify` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password (client/src/pages/ForgotPasswordPage.tsx:18)
`client/src/pages/ForgotPasswordPage.tsx:18` calls `POST /api/auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password (client/src/pages/LoginPage.tsx:302)
`client/src/pages/LoginPage.tsx:302` calls `POST /api/auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password/reset (client/src/pages/LoginPage.tsx:352)
`client/src/pages/LoginPage.tsx:352` calls `POST /api/auth/forgot-password/reset` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password/reset` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password/verify (client/src/pages/LoginPage.tsx:327)
`client/src/pages/LoginPage.tsx:327` calls `POST /api/auth/forgot-password/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password/verify` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (client/src/context/AuthContext.tsx:934)
`client/src/context/AuthContext.tsx:934` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/refresh (client/src/utils/tokenRefresh.ts:192)
`client/src/utils/tokenRefresh.ts:192` calls `POST /api/auth/refresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/refresh` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/reset-password (client/src/pages/ResetPasswordPage.tsx:68)
`client/src/pages/ResetPasswordPage.tsx:68` calls `POST /api/auth/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/reset-password` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-urls (client/src/utils/signedUrls.ts:44)
`client/src/utils/signedUrls.ts:44` calls `POST /api/auth/sign-urls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sign-urls` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-urls (client/src/utils/signedUrls.ts:94)
`client/src/utils/signedUrls.ts:94` calls `POST /api/auth/sign-urls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sign-urls` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-urls (tmp/node-pdf-utils/signedUrls.ts:44)
`tmp/node-pdf-utils/signedUrls.ts:44` calls `POST /api/auth/sign-urls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sign-urls` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sign-urls (tmp/node-pdf-utils/signedUrls.ts:94)
`tmp/node-pdf-utils/signedUrls.ts:94` calls `POST /api/auth/sign-urls` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sign-urls` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/webauthn/register-options (client/src/components/security/SecurityKeyManager.tsx:73)
`client/src/components/security/SecurityKeyManager.tsx:73` calls `POST /api/auth/webauthn/register-options` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/webauthn/register-options` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/webauthn/register-verify (client/src/components/security/SecurityKeyManager.tsx:93)
`client/src/components/security/SecurityKeyManager.tsx:93` calls `POST /api/auth/webauthn/register-verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/webauthn/register-verify` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/diagnostics/ui-trap (client/src/utils/uiTrapDiagnostic.ts:142)
`client/src/utils/uiTrapDiagnostic.ts:142` calls `POST /api/diagnostics/ui-trap` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/diagnostics/ui-trap` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dl-records/ocr-scan (client/src/pages/DlSearchPage.tsx:641)
`client/src/pages/DlSearchPage.tsx:641` calls `POST /api/dl-records/ocr-scan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dl-records/ocr-scan` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/firecrawl-tools/doc-extract/upload (client/src/components/crm/FirecrawlTab.tsx:7447)
`client/src/components/crm/FirecrawlTab.tsx:7447` calls `POST /api/firecrawl-tools/doc-extract/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/firecrawl-tools/doc-extract/upload` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/firecrawl-tools/pdf-inspect/upload (client/src/components/crm/FirecrawlTab.tsx:3276)
`client/src/components/crm/FirecrawlTab.tsx:3276` calls `POST /api/firecrawl-tools/pdf-inspect/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/firecrawl-tools/pdf-inspect/upload` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/firecrawl-tools/pdf-manipulate/upload (client/src/components/crm/FirecrawlTab.tsx:10010)
`client/src/components/crm/FirecrawlTab.tsx:10010` calls `POST /api/firecrawl-tools/pdf-manipulate/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/firecrawl-tools/pdf-manipulate/upload` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ocr/scan-document (client/src/pages/ServeIntakePage.tsx:366)
`client/src/pages/ServeIntakePage.tsx:366` calls `POST /api/ocr/scan-document` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ocr/scan-document` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pdf-artifacts (client/src/components/PdfReviewModal.tsx:49)
`client/src/components/PdfReviewModal.tsx:49` calls `POST /api/pdf-artifacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pdf-artifacts` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pdf-tools/encrypt (client/src/pages/pdf-editor/PdfEditorPage.tsx:885)
`client/src/pages/pdf-editor/PdfEditorPage.tsx:885` calls `POST /api/pdf-tools/encrypt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pdf-tools/encrypt` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pdf-tools/sign-payload (client/src/utils/pdfIntegrity.ts:157)
`client/src/utils/pdfIntegrity.ts:157` calls `POST /api/pdf-tools/sign-payload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pdf-tools/sign-payload` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/redactions (test-workers/redactions.test.ts:15)
`test-workers/redactions.test.ts:15` calls `POST /api/redactions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/redactions` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/serve-intake/${queueId}/attempts (client/src/components/serve-intake/ServeIntakeAttemptModal.tsx:114)
`client/src/components/serve-intake/ServeIntakeAttemptModal.tsx:114` calls `POST /api/serve-intake/${queueId}/attempts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/serve-intake/<p>/attempts` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tts (client/src/utils/edgeTTS.ts:264)
`client/src/utils/edgeTTS.ts:264` calls `POST /api/tts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tts (tmp/node-pdf-utils/edgeTTS.ts:144)
`tmp/node-pdf-utils/edgeTTS.ts:144` calls `POST /api/tts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/uploads (client/src/pages/document-writer/DocumentWriterPage.tsx:242)
`client/src/pages/document-writer/DocumentWriterPage.tsx:242` calls `POST /api/uploads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uploads` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/uploads (client/src/pages/document-writer/DocumentWriterPage.tsx:731)
`client/src/pages/document-writer/DocumentWriterPage.tsx:731` calls `POST /api/uploads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uploads` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/uploads (client/src/pages/documents/DocumentsAppsShelf.tsx:85)
`client/src/pages/documents/DocumentsAppsShelf.tsx:85` calls `POST /api/uploads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uploads` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/uploads (client/src/pages/DocumentsPage.tsx:84)
`client/src/pages/DocumentsPage.tsx:84` calls `POST /api/uploads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uploads` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/uploads (client/src/pages/pdf-editor/PdfEditorPage.tsx:1543)
`client/src/pages/pdf-editor/PdfEditorPage.tsx:1543` calls `POST /api/uploads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uploads` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/command (client/src/utils/voiceChannel.ts:343)
`client/src/utils/voiceChannel.ts:343` calls `POST /api/voice/command` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/command` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/command (tmp/node-pdf-utils/voiceChannel.ts:310)
`tmp/node-pdf-utils/voiceChannel.ts:310` calls `POST /api/voice/command` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/command` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/dialogue (client/src/utils/voiceChannel.ts:378)
`client/src/utils/voiceChannel.ts:378` calls `POST /api/voice/dialogue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/dialogue` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/parse (client/src/utils/voiceChannel.ts:411)
`client/src/utils/voiceChannel.ts:411` calls `POST /api/voice/parse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/parse` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/parse (tmp/node-pdf-utils/voiceChannel.ts:335)
`tmp/node-pdf-utils/voiceChannel.ts:335` calls `POST /api/voice/parse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/parse` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/read-aloud (client/src/utils/voiceChannel.ts:1340)
`client/src/utils/voiceChannel.ts:1340` calls `POST /api/voice/read-aloud` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/read-aloud` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/statement (client/src/utils/statementRecorder.ts:52)
`client/src/utils/statementRecorder.ts:52` calls `POST /api/voice/statement` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/statement` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice/statement (tmp/node-pdf-utils/statementRecorder.ts:52)
`tmp/node-pdf-utils/statementRecorder.ts:52` calls `POST /api/voice/statement` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice/statement` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://alert-hub/emit (src/utils/alertHub.ts:32)
`src/utils/alertHub.ts:32` calls `POST https://alert-hub/emit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/alert-hub/emit` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/ai/run/${MODEL} (scripts/lawbook/generate-summaries.mjs:67)
`scripts/lawbook/generate-summaries.mjs:67` calls `POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/ai/run/${MODEL}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudflare.com/client/v4…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/d1/database/${DATABASE_ID}/query (scripts/lawbook/export-existing.mjs:26)
`scripts/lawbook/export-existing.mjs:26` calls `POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/d1/database/${DATABASE_ID}/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudflare…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/d1/database/${DATABASE_ID}/query (scripts/lawbook/load-to-d1.mjs:30)
`scripts/lawbook/load-to-d1.mjs:30` calls `POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/d1/database/${DATABASE_ID}/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudflare.com/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT}/ai/run/${MODEL} (training/run-eval.ts:80)
`training/run-eval.ts:80` calls `POST https://api.cloudflare.com/client/v4/accounts/${ACCOUNT}/ai/run/${MODEL}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudflare.com/client/v4/accounts/<p>/ai/run/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudflare.com/client/v4/accounts/${ACCT}/d1/database/${DB}/query (scripts/backfill-trips.mjs:120)
`scripts/backfill-trips.mjs:120` calls `POST https://api.cloudflare.com/client/v4/accounts/${ACCT}/d1/database/${DB}/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudflare.com/client/v4/accounts…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/transcriptions (legacy/server-vps/src/routes/voice.ts:67)
`legacy/server-vps/src/routes/voice.ts:67` calls `POST https://api.openai.com/v1/audio/transcriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/audio/transcriptions` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.rmpgutah.us/__welfare-fire (src/durable-objects/WelfareWatchDO.ts:181)
`src/durable-objects/WelfareWatchDO.ts:181` calls `POST https://api.rmpgutah.us/__welfare-fire` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.rmpgutah.us/__welfare-fire` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/ack (src/routes/welfare.ts:36)
`src/routes/welfare.ts:36` calls `POST https://do/ack` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/ack` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/activity (src/routes/welfare.ts:234)
`src/routes/welfare.ts:234` calls `POST https://do/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/activity` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/activity (src/routes/welfare.ts:72)
`src/routes/welfare.ts:72` calls `POST https://do/activity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/activity` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/help (src/routes/welfare.ts:115)
`src/routes/welfare.ts:115` calls `POST https://do/help` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/help` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/help (src/routes/welfare.ts:214)
`src/routes/welfare.ts:214` calls `POST https://do/help` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/help` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/start (src/routes/deepResearch.ts:46)
`src/routes/deepResearch.ts:46` calls `POST https://do/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/start` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/start (src/routes/deepResearch.ts:81)
`src/routes/deepResearch.ts:81` calls `POST https://do/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/start` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/start (src/routes/welfare.ts:51)
`src/routes/welfare.ts:51` calls `POST https://do/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/start` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://do/start (src/utils/deepResearchMonitor.ts:33)
`src/utils/deepResearchMonitor.ts:33` calls `POST https://do/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/do/start` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://driving-license-verification.p.rapidapi.com/v3/tasks/sync/verify_with_source/ind_driving_license (legacy/server-vps/src/routes/dlRecords.ts:728)
`legacy/server-vps/src/routes/dlRecords.ts:728` calls `POST https://driving-license-verification.p.rapidapi.com/v3/tasks/sync/verify_with_source/ind_driving_license` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://iml.saltlakecounty.gov/IML (legacy/server-vps/src/utils/jailRosterScraper.ts:716)
`legacy/server-vps/src/utils/jailRosterScraper.ts:716` calls `POST https://iml.saltlakecounty.gov/IML` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/iml.saltlakecounty.gov/iml` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://iml.saltlakecounty.gov/IML (src/utils/jailRoster/parsers.ts:96)
`src/utils/jailRoster/parsers.ts:96` calls `POST https://iml.saltlakecounty.gov/IML` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/iml.saltlakecounty.gov/iml` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://inmate.tooelecountysheriff.org/Roster/Search (legacy/server-vps/src/utils/jailRosterScraper.ts:1414)
`legacy/server-vps/src/utils/jailRosterScraper.ts:1414` calls `POST https://inmate.tooelecountysheriff.org/Roster/Search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/inmate.tooelecountysheriff.org/roster/s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/${encodeURIComponent(cfg[KEYS.tenantId])}/oauth2/v2.0/token (src/routes/emailOauthCallback.ts:78)
`src/routes/emailOauthCallback.ts:78` calls `POST https://login.microsoftonline.com/${encodeURIComponent(cfg[KEYS.tenantId])}/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsofto…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/${encodeURIComponent(creds.tenantId)}/oauth2/v2.0/token (src/utils/msGraph.ts:82)
`src/utils/msGraph.ts:82` calls `POST https://login.microsoftonline.com/${encodeURIComponent(creds.tenantId)}/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsoftonline.com/<p>/oa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token (legacy/server-vps/src/utils/msGraphClient.ts:379)
`legacy/server-vps/src/utils/msGraphClient.ts:379` calls `POST https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsoftonline.com/<p>/oau…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token (src/routes/email.ts:194)
`src/routes/email.ts:194` calls `POST https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsoftonline.com/<p>/oauth2/v2.0/token` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token (src/routes/email.ts:372)
`src/routes/email.ts:372` calls `POST https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/login.microsoftonline.com/<p>/oauth2/v2.0/token` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://omsweb.public-safety-cloud.com/publicroster-api/api/${facilityName}/search-offenders (legacy/server-vps/src/utils/jailRosterScraper.ts:1063)
`legacy/server-vps/src/utils/jailRosterScraper.ts:1063` calls `POST https://omsweb.public-safety-cloud.com/publicroster-api/api/${facilityName}/search-offenders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://overpass-api.de/api/interpreter (client/src/pages/navigation/hud/useSpeedLimit.ts:64)
`client/src/pages/navigation/hud/useSpeedLimit.ts:64` calls `POST https://overpass-api.de/api/interpreter` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/overpass-api.de/api/interpreter` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://vision.googleapis.com/v1/images:annotate?key=${apiKey} (legacy/server-vps/src/utils/ocrEngine.ts:553)
`legacy/server-vps/src/utils/ocrEngine.ts:553` calls `POST https://vision.googleapis.com/v1/images:annotate?key=${apiKey}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/vision.googleapis.com/v1/images/<p>` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://vision.googleapis.com/v1/images:annotate?key=${visionKey} (legacy/server-vps/src/routes/dlRecords.ts:124)
`legacy/server-vps/src/routes/dlRecords.ts:124` calls `POST https://vision.googleapis.com/v1/images:annotate?key=${visionKey}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/vision.googleapis.com/v1/images/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/dispatch/calls/${selectedCallRef.current.id} (client/src/pages/dispatch/DispatchPage.tsx:762)
`client/src/pages/dispatch/DispatchPage.tsx:762` calls `PUT /api/dispatch/calls/${selectedCallRef.current.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dispatch/calls/<p>` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/intel/recordings/${id}/chunk?seq=${seq} (client/src/hooks/useInteractionRecorder.ts:44)
`client/src/hooks/useInteractionRecorder.ts:44` calls `PUT /api/intel/recordings/${id}/chunk?seq=${seq}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/intel/recordings/<p>/chunk` If this points at an external API, …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `encrypt` without auth dependency — containers/pdf-tools/server.py:126
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
containers/pdf-tools/server.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_text` without auth dependency — containers/pdf-tools/server.py:248
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
containers/pdf-tools/server.py:248 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in legacy/server-vps/src/models/d1Adapter.ts:17
Found a known-risky pattern (exec_used). Review and replace if possible.
legacy/server-vps/src/models/d1Adapter.ts:17 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — client/public/sw.js:799
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 — client/src/components/AddressAutocomplete.tsx:314
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 — client/src/components/DashCamVideoPlayer.tsx:143
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 — client/src/components/ExportButton.tsx:22
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 — client/src/components/PdfReviewModal.tsx:49
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 — client/src/components/security/SecurityKeyManager.tsx:93
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 — client/src/components/serve/ServeRoutePlanner.tsx:133
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 — client/src/context/AuthContext.tsx:131
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 — client/src/hooks/useAddressAutofill.ts:92
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 — client/src/hooks/useApi.ts:31
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 — client/src/hooks/useMapboxMatrix.ts:94
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 — client/src/hooks/useMapRouting.ts:368
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 — client/src/hooks/useNavGuidanceEngine.ts:171
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 — client/src/pages/admin/AdminAuditTab.tsx:70
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 — client/src/pages/document-writer/DocumentWriterPage.tsx:731
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 — client/src/pages/documents/DocumentsAppsShelf.tsx:85
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 — client/src/pages/map/hooks/useSpeedAnalytics.ts:152
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 — client/src/pages/navigation/hud/useSpeedLimit.ts:64
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 — client/src/pages/pdf-editor/save.ts:691
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 — client/src/pages/ResetPasswordPage.tsx:30
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 — client/src/pages/ServeIntakePage.tsx:187
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 — client/src/pages/SexOffenderRegistryPage.tsx:39
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 — client/src/utils/__tests__/pdfIntegrity.test.ts:2
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 — client/src/utils/edgeTTS.ts:264
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 — client/src/utils/mapboxLoader.ts:267
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 — client/src/utils/pdf/v2DispatchAdapter.ts:38
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 — client/src/utils/pdfGenerator.ts:162
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 — client/src/utils/pdfImageHelpers.ts:94
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 — client/src/utils/radioProcessor.ts:321
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 — client/src/utils/warrantPacket.ts:5
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 — client/src/utils/weather.ts:95
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 — legacy/server-vps/scripts/scrapers.ts:93
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 — legacy/server-vps/src/index.ts:249
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 — legacy/server-vps/src/routes/arrests.ts:620
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 — legacy/server-vps/src/routes/dlRecords.ts:728
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 — legacy/server-vps/src/routes/email.ts:1896
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 — legacy/server-vps/src/routes/firecrawlTools.ts:5891
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 — legacy/server-vps/src/routes/microbilt.ts:317
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 — legacy/server-vps/src/routes/serveIntake.ts:629
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 — legacy/server-vps/src/routes/voice.ts:67
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 — legacy/server-vps/src/routes/warrants.ts:1121
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 — legacy/server-vps/src/utils/firecrawlClient.ts:325
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 — legacy/server-vps/src/utils/ipedManager.ts:776
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 — legacy/server-vps/src/utils/jailRosterScraper.ts:1562
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 — legacy/server-vps/src/utils/msGraphClient.ts:304
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 — legacy/server-vps/src/utils/multiStateWarrantScraper.ts:225
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 — legacy/server-vps/src/utils/ofacScraper.ts:130
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 — proxy/index.ts:1278
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 — scripts/backfill-trips.mjs:120
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 — scripts/lawbook/export-existing.mjs:26
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 — scripts/lawbook/generate-summaries.mjs:67
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/containers/pdfToolsContainer.ts:11
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/durable-objects/AlertHubDO.ts:17
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/durable-objects/DeepResearchDO.ts: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/durable-objects/VoiceHubDO.ts:113
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/index.ts:50
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/routes/deepResearch.ts:46
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/routes/documentIntake.ts:62
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/routes/emailOauthCallback.ts:78
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/routes/geocode.ts:62
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/routes/microbilt.ts:98
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/routes/pdfTools.ts:62
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/routes/screening.ts:82
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/routes/weather.ts:19
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/types.ts:48
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/utils/alertHub.ts:32
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/utils/anthropic.ts:76
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/utils/courtRecordsLookup.ts:98
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/utils/deepResearchMonitor.ts:33
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/utils/eta.ts:92
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/utils/jailRoster/parsers.ts:134
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/utils/msGraph.ts:82
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/utils/warrantSources/configRegistry.ts:89
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/utils/warrantSources/paging.ts:3
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/utils/warrantSources/runScan.ts:72
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 — tmp/node-pdf-utils/edgeTTS.ts:144
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 — tmp/node-pdf-utils/pdfGenerator.ts:57
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 — tmp/node-pdf-utils/pdfImageHelpers.ts:50
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 — tools/jail-scraper/index.mjs:36
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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: .mcp.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.mcp.json VerificationMcp config
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
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 quality Integrity conf 1.00 Frontend route `/intel/person/:id` has no Link/navigate to it — client/src/pages/__tests__/PersonDossierPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/intel/reports/:id` has no Link/navigate to it — client/src/pages/intel/__tests__/NewIntelReportPage.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 28 occurrences Frontend route `/reset-password` has no Link/navigate to it — client/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
28 occurrences
repo-level (28 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `x` has no Link/navigate to it — client/src/pages/intel/__tests__/IntelPortalLayout.test.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 9 occurrences GitHub Action is tag-pinned rather than SHA-pinned
github/codeql-action/init@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 9 locations
.github/workflows/deploy.yml:58, 65, 95, 118 (4 hits)
.github/workflows/codeql-analysis.yml:33, 40, 43 (3 hits)
.github/workflows/codeql.yml:55, 62 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in CLAUDE.md:124
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
CLAUDE.md:124 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in legacy/server-vps/src/index.ts:185
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
legacy/server-vps/src/index.ts:185 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/routes/mapData.ts:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/routes/mapData.ts:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/routes/tiles.ts:47
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/routes/tiles.ts:47 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in client/src/hooks/useMapboxGeocode.ts:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
client/src/hooks/useMapboxGeocode.ts:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in client/src/pages/map/hooks/useMapMarkers.ts:127
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
client/src/pages/map/hooks/useMapMarkers.ts:127 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in client/src/pages/map/MapPage.tsx:2868
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
client/src/pages/map/MapPage.tsx:2868 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in client/src/pages/document-writer/docxExport.ts:255
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
client/src/pages/document-writer/docxExport.ts:255 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in client/src/pages/document-writer/exporters.ts:21
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
client/src/pages/document-writer/exporters.ts:21 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in client/src/pages/document-writer/features/index.ts:102
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
client/src/pages/document-writer/features/index.ts:102 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in client/src/components/UserProfileModal.tsx:406
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
client/src/components/UserProfileModal.tsx:406 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in deploy/webhook-listener.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
deploy/webhook-listener.js:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in desktop/main.js:836
Found a known-risky pattern (node_child_process). Review and replace if possible.
desktop/main.js:836 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in desktop/scripts/afterPack.cjs:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
desktop/scripts/afterPack.cjs:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/routes/adminSystems.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/routes/adminSystems.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/routes/documentIntake.ts:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/routes/documentIntake.ts:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/routes/fleet.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/routes/fleet.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/routes/personnel.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/routes/personnel.ts:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/routes/serveIntake.ts:38
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/routes/serveIntake.ts:38 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/aiSystemHealth.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/aiSystemHealth.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/documentIntake/index.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/documentIntake/index.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/ipedManager.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/ipedManager.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/pdfEncrypt.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/pdfEncrypt.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/serveIntakeOcr.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/serveIntakeOcr.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/videoBurner.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/videoBurner.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/server-vps/src/utils/videoOverlay.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/server-vps/src/utils/videoOverlay.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/build-baseline.mjs:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/build-baseline.mjs:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-new-date.js:36
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-new-date.js:36 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/encode-guide-shots.mjs:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/encode-guide-shots.mjs:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sync-d1-schema.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sync-d1-schema.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sync-d1.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sync-d1.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/theme-hex-audit.mjs:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/theme-hex-audit.mjs:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in training/label-servemanager.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
training/label-servemanager.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in training/verify-labels.ts:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
training/verify-labels.ts:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in client/src/components/EvidenceFormModal.tsx:545
Found a known-risky pattern (weak_hash). Review and replace if possible.
client/src/components/EvidenceFormModal.tsx:545 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in client/src/pages/admin/AdminIPEDTab.tsx:548
Found a known-risky pattern (weak_hash). Review and replace if possible.
client/src/pages/admin/AdminIPEDTab.tsx:548 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in client/src/pages/ForensicLabPage.tsx:112
Found a known-risky pattern (weak_hash). Review and replace if possible.
client/src/pages/ForensicLabPage.tsx:112 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in client/src/pages/IpedPage.tsx:404
Found a known-risky pattern (weak_hash). Review and replace if possible.
client/src/pages/IpedPage.tsx:404 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in client/src/pages/recon-connect/categories.ts:62
Found a known-risky pattern (weak_hash). Review and replace if possible.
client/src/pages/recon-connect/categories.ts:62 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in client/src/pages/records/EvidenceTab.tsx:482
Found a known-risky pattern (weak_hash). Review and replace if possible.
client/src/pages/records/EvidenceTab.tsx:482 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in legacy/server-vps/hash-sets/README.md:9
Found a known-risky pattern (weak_hash). Review and replace if possible.
legacy/server-vps/hash-sets/README.md:9 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in legacy/server-vps/src/utils/totp.ts:64
Found a known-risky pattern (weak_hash). Review and replace if possible.
legacy/server-vps/src/utils/totp.ts:64 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in legacy/server-vps/src/utils/totpService.ts:18
Found a known-risky pattern (weak_hash). Review and replace if possible.
legacy/server-vps/src/utils/totpService.ts:18 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in src/utils/totp.ts:102
Found a known-risky pattern (weak_hash). Review and replace if possible.
src/utils/totp.ts:102 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — training/train_modal.py:76
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1412 placeholder/mock markers across 311 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 network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/stale.yml Ports
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/stale.yml Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/codeql.yml Ports
medium System graph network Security conf 1.00 Privileged port 587 in use
Port 587 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
legacy/server-vps/src/utils/smtpClient.ts Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 50 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AI_PROVIDER`, `ANTHROPIC_API_KEY`, `BASELINE_RAW`, `BASE_SHA`, `CHANGED_MIGRATIONS`, `CLAUDE_MODEL`, `CLEARPATHGPS_WEBHOOK_SECRET`, `CLOUDFLARE_ACCOUNT_ID` + 42 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't brea…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 698 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
containers/pdf-tools/Dockerfile:15 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
5 files, 7 locations
.github/workflows/dependency-review.yml:17, 52 (2 hits)
.github/workflows/security-audit.yml:24, 27 (2 hits)
.github/workflows/codeql-analysis.yml:30
.github/workflows/codeql.yml:52
.github/workflows/main-typecheck-guardrail.yml:67
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — client/src/pages/document-writer/components/AnalysisPanel.tsx:62
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — client/src/pages/document-writer/components/CommentsSidebar.tsx:74
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — client/src/pages/document-writer/components/OutlinePane.tsx:24
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — client/src/pages/document-writer/components/SnapshotsPanel.tsx:47
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Tests conf 1.00 Low test-to-source ratio
445 tests / 1908 src (ratio 0.23).
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: tools/jail-scraper/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
tools/jail-scraper/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `aamvaOld` in client/src/utils/aamvaParser.ts:147
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 quality Integrity conf 1.00 Old/deprecated-named symbol `certified_copy` in client/src/pages/dispatch/DispatchPage.tsx:141
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 quality Integrity conf 1.00 Old/deprecated-named symbol `cleanupOld` in client/src/pages/NotificationsPage.tsx:186
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 quality Integrity conf 1.00 Old/deprecated-named symbol `config_backup` in src/utils/clearpathGps.ts:149
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 quality Integrity conf 1.00 Old/deprecated-named symbol `days_old` in legacy/server-vps/src/routes/notifications.ts:508
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 quality Integrity conf 1.00 Old/deprecated-named symbol `decryptLegacy` in src/routes/microbilt.ts:47
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 quality Integrity conf 1.00 Old/deprecated-named symbol `deleteOld` in legacy/server-vps/src/routes/admin.ts:432
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 quality Integrity conf 1.00 Old/deprecated-named symbol `dispatch_backup` in src/utils/aiDispatcher.ts:266
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 quality Integrity conf 1.00 Old/deprecated-named symbol `dispatch_backup` in src/utils/dispatcherAwareness.ts:662
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 quality Integrity conf 1.00 Old/deprecated-named symbol `dispatch_backup` in tests/aiDispatcherSafety.test.ts:4
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 quality Integrity conf 1.00 Old/deprecated-named symbol `firecrawl_llmstxt_v2` in legacy/server-vps/src/routes/firecrawlTools.ts:521
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 quality Integrity conf 1.00 Old/deprecated-named symbol `getDecryptedLegacy` in legacy/server-vps/src/routes/skiptracer-v2/sources/microbilt.ts:84
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 quality Integrity conf 1.00 Old/deprecated-named symbol `hasOld` in legacy/server-vps/src/models/database.ts:1639
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

Showing first 300 of 598. Refine filters or use the findings page for deep search.

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/3b78d1f8-7224-4f90-a085-4730df336655/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3b78d1f8-7224-4f90-a085-4730df336655/

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.