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.

ssraminder/cethos_app_figma_design_v1

https://github.com/ssraminder/cethos_app_figma_design_v1 · scanned 2026-06-16 00:21 UTC (2 months, 2 weeks ago)

865 raw signals (0 security + 865 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 748 actionable findings from 1 signal source. 117 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 54.3/100 with 100.0% coverage. It contains 5966 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 865 findings — concentrated in quality (442), frontend (173), security (142). Risk profile is high: 3 critical, 102 high, 363 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 492 of 748 actionable findings. 865 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 security conf 1.00 Insecure pattern 'private_key_in_repo' in supabase/functions/_shared/google-auth.ts:46
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
supabase/functions/_shared/google-auth.ts:46 Private key in repo
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in supabase/functions/_shared/google-storage.ts:155
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
supabase/functions/_shared/google-storage.ts:155 Private key in repo
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in supabase/functions/ocr-process-next/index.ts:428
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
supabase/functions/ocr-process-next/index.ts:428 Private key in repo
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/settings.local.json
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/settings.local.json:121 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: DELETE https://storage.googleapis.com/storage/v1/b/${encodeURIComponent(bucket)}/o/${encodeURIComponent(objectName)} (supabase/functions/_shared/google-storage.ts:114)
`supabase/functions/_shared/google-storage.ts:114` calls `DELETE https://storage.googleapis.com/storage/v1/b/${encodeURIComponent(bucket)}/o/${encodeURIComponent(objectName)}` 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.assemblyai.com/v2/transcript/${transcriptId} (supabase/functions/transcription-process/index.ts:980)
`supabase/functions/transcription-process/index.ts:980` calls `GET https://api.assemblyai.com/v2/transcript/${transcriptId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.assemblyai.com/v2/transcript/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://ipapi.co/json/ (client/components/quote/Step4ReviewCheckout.tsx:1163)
`client/components/quote/Step4ReviewCheckout.tsx:1163` calls `GET https://ipapi.co/json/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/ipapi.co/json` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.er-api.com/v6/latest/USD (client/pages/admin/ExchangeRates.tsx:119)
`client/pages/admin/ExchangeRates.tsx:119` calls `GET https://open.er-api.com/v6/latest/USD` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/open.er-api.com/v6/latest/usd` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://open.er-api.com/v6/latest/USD (supabase/functions/fetch-exchange-rates/index.ts:37)
`supabase/functions/fetch-exchange-rates/index.ts:37` calls `GET https://open.er-api.com/v6/latest/USD` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/open.er-api.com/v6/latest/usd` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://us.sentry.io/api/0/projects/${SENTRY_ORG}/${project}/issues/?query=is:unresolved&sort=date&limit=25 (supabase/functions/check-open-issues/index.ts:54)
`supabase/functions/check-open-issues/index.ts:54` calls `GET https://us.sentry.io/api/0/projects/${SENTRY_ORG}/${project}/issues/?query=is:unresolved&sort=date&limit=25` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/analyse-ocr-batch/index.ts:623)
`supabase/functions/analyse-ocr-batch/index.ts:623` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/analyse-ocr-next/index.ts:233)
`supabase/functions/analyse-ocr-next/index.ts:233` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/cvp-suggest-vendor-rate/index.ts:187)
`supabase/functions/cvp-suggest-vendor-rate/index.ts:187` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/generate-order-instructions/index.ts:283)
`supabase/functions/generate-order-instructions/index.ts:283` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/generate-order-instructions/index.ts:314)
`supabase/functions/generate-order-instructions/index.ts:314` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/parse-cat-analysis/index.ts:259)
`supabase/functions/parse-cat-analysis/index.ts:259` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/qms-auto-qualify/index.ts:107)
`supabase/functions/qms-auto-qualify/index.ts:107` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/qms-request-documents-bulk/index.ts:97)
`supabase/functions/qms-request-documents-bulk/index.ts:97` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/rc-auto-transcribe/index.ts:219)
`supabase/functions/rc-auto-transcribe/index.ts:219` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/rc-call-intelligence-report/index.ts:221)
`supabase/functions/rc-call-intelligence-report/index.ts:221` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/rc-call-recording/index.ts:221)
`supabase/functions/rc-call-recording/index.ts:221` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/transcription-ai-check/index.ts:60)
`supabase/functions/transcription-ai-check/index.ts:60` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/transcription-ai-compare/index.ts:157)
`supabase/functions/transcription-ai-compare/index.ts:157` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/transcription-ai-proofread/index.ts:206)
`supabase/functions/transcription-ai-proofread/index.ts:206` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/transcription-ai-translate/index.ts:129)
`supabase/functions/transcription-ai-translate/index.ts:129` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/transcription-process/index.ts:1728)
`supabase/functions/transcription-process/index.ts:1728` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/transcription-process/index.ts:1811)
`supabase/functions/transcription-process/index.ts:1811` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/vendor-iso17100-assess/index.ts:226)
`supabase/functions/vendor-iso17100-assess/index.ts:226` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (supabase/functions/vendor-negotiate-counter/index.ts:481)
`supabase/functions/vendor-negotiate-counter/index.ts:481` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.assemblyai.com/v2/transcript (supabase/functions/transcription-process/index.ts:956)
`supabase/functions/transcription-process/index.ts:956` calls `POST https://api.assemblyai.com/v2/transcript` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.assemblyai.com/v2/transcript` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/_shared/notify-counter.ts:102)
`supabase/functions/_shared/notify-counter.ts:102` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/_shared/notify-staff-assignment.ts:170)
`supabase/functions/_shared/notify-staff-assignment.ts:170` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/_shared/notify-step-lifecycle.ts:165)
`supabase/functions/_shared/notify-step-lifecycle.ts:165` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/_shared/notify-vendor-assignment.ts:335)
`supabase/functions/_shared/notify-vendor-assignment.ts:335` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/_shared/notify-vendor-assignment.ts:587)
`supabase/functions/_shared/notify-vendor-assignment.ts:587` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/_shared/transcription.ts:185)
`supabase/functions/_shared/transcription.ts:185` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/analyse-ocr-next/index.ts:532)
`supabase/functions/analyse-ocr-next/index.ts:532` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/cal-integrations/index.ts:244)
`supabase/functions/cal-integrations/index.ts:244` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/cancel-order/index.ts:395)
`supabase/functions/cancel-order/index.ts:395` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/create-deposit-payment-link/index.ts:297)
`supabase/functions/create-deposit-payment-link/index.ts:297` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/customer-approve-quote-ar/index.ts:55)
`supabase/functions/customer-approve-quote-ar/index.ts:55` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/kiosk-send-quote-email/index.ts:123)
`supabase/functions/kiosk-send-quote-email/index.ts:123` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/negotiation-hitl-reminder/index.ts:174)
`supabase/functions/negotiation-hitl-reminder/index.ts:174` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/notify-customer-order-confirmed/index.ts:315)
`supabase/functions/notify-customer-order-confirmed/index.ts:315` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/notify-customer-quote-ack/index.ts:276)
`supabase/functions/notify-customer-quote-ack/index.ts:276` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/notify-staff-new-lead/index.ts:292)
`supabase/functions/notify-staff-new-lead/index.ts:292` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/notify-vendor-instructions-changed/index.ts:150)
`supabase/functions/notify-vendor-instructions-changed/index.ts:150` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/ocr-process-next/index.ts:546)
`supabase/functions/ocr-process-next/index.ts:546` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/rc-call-intelligence-report/index.ts:287)
`supabase/functions/rc-call-intelligence-report/index.ts:287` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/review-draft-file/index.ts:1034)
`supabase/functions/review-draft-file/index.ts:1034` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/review-draft-file/index.ts:1096)
`supabase/functions/review-draft-file/index.ts:1096` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/review-draft-file/index.ts:1160)
`supabase/functions/review-draft-file/index.ts:1160` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/review-draft-file/index.ts:1266)
`supabase/functions/review-draft-file/index.ts:1266` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/secure-upload-otp-send/index.ts:237)
`supabase/functions/secure-upload-otp-send/index.ts:237` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-customer-login-otp/index.ts:212)
`supabase/functions/send-customer-login-otp/index.ts:212` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-customer-message/index.ts:480)
`supabase/functions/send-customer-message/index.ts:480` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-deposit-reminder/index.ts:238)
`supabase/functions/send-deposit-reminder/index.ts:238` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-email/index.ts:64)
`supabase/functions/send-email/index.ts:64` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-final-deliverable/index.ts:362)
`supabase/functions/send-final-deliverable/index.ts:362` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-invoice-email/index.ts:349)
`supabase/functions/send-invoice-email/index.ts:349` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-payment-email/index.ts:235)
`supabase/functions/send-payment-email/index.ts:235` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-quote-link-email/index.ts:403)
`supabase/functions/send-quote-link-email/index.ts:403` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-staff-message/index.ts:405)
`supabase/functions/send-staff-message/index.ts:405` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/send-step-draft-to-customer/index.ts:181)
`supabase/functions/send-step-draft-to-customer/index.ts:181` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/staff-submit-bug-report/index.ts:140)
`supabase/functions/staff-submit-bug-report/index.ts:140` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/stripe-webhook/index.ts:64)
`supabase/functions/stripe-webhook/index.ts:64` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/tr-vendor-share-create/index.ts:141)
`supabase/functions/tr-vendor-share-create/index.ts:141` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/upload-complete/index.ts:549)
`supabase/functions/upload-complete/index.ts:549` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-acceptance-reminders/index.ts:221)
`supabase/functions/vendor-acceptance-reminders/index.ts:221` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-auth-otp-send/index.ts:220)
`supabase/functions/vendor-auth-otp-send/index.ts:220` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-auth-otp-send/index.ts:306)
`supabase/functions/vendor-auth-otp-send/index.ts:306` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-deadline-reminders/index.ts:192)
`supabase/functions/vendor-deadline-reminders/index.ts:192` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-doc-request-reminder/index.ts:297)
`supabase/functions/vendor-doc-request-reminder/index.ts:297` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-request-documents/index.ts:291)
`supabase/functions/vendor-request-documents/index.ts:291` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-send-activation-emails/index.ts:183)
`supabase/functions/vendor-send-activation-emails/index.ts:183` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-send-activation-emails/index.ts:315)
`supabase/functions/vendor-send-activation-emails/index.ts:315` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-send-cv-nda-reminder/index.ts:228)
`supabase/functions/vendor-send-cv-nda-reminder/index.ts:228` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.brevo.com/v3/smtp/email (supabase/functions/vendor-send-cv-nda-reminder/index.ts:410)
`supabase/functions/vendor-send-cv-nda-reminder/index.ts:410` calls `POST https://api.brevo.com/v3/smtp/email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.brevo.com/v3/smtp/email` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepgram.com/v1/listen?${params.toString()} (supabase/functions/transcription-process/index.ts:1161)
`supabase/functions/transcription-process/index.ts:1161` calls `POST https://api.deepgram.com/v1/listen?${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:/api.deepgram.com/v1/listen` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/auth/token/revoke (supabase/functions/dropbox-oauth/index.ts:187)
`supabase/functions/dropbox-oauth/index.ts:187` calls `POST https://api.dropboxapi.com/2/auth/token/revoke` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/auth/token/revoke` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/files/create_folder_v2 (supabase/functions/dropbox-files/index.ts:117)
`supabase/functions/dropbox-files/index.ts:117` calls `POST https://api.dropboxapi.com/2/files/create_folder_v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/files/create_folder_v2` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/files/create_folder_v2 (supabase/functions/dropbox-sync/index.ts:615)
`supabase/functions/dropbox-sync/index.ts:615` calls `POST https://api.dropboxapi.com/2/files/create_folder_v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/files/create_folder_v2` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/files/get_metadata (supabase/functions/dropbox-files/index.ts:249)
`supabase/functions/dropbox-files/index.ts:249` calls `POST https://api.dropboxapi.com/2/files/get_metadata` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/files/get_metadata` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/files/list_folder (supabase/functions/dropbox-files/index.ts:171)
`supabase/functions/dropbox-files/index.ts:171` calls `POST https://api.dropboxapi.com/2/files/list_folder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/files/list_folder` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/oauth2/token (supabase/functions/dropbox-files/index.ts:83)
`supabase/functions/dropbox-files/index.ts:83` calls `POST https://api.dropboxapi.com/2/oauth2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/oauth2/token` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings (supabase/functions/dropbox-files/index.ts:202)
`supabase/functions/dropbox-files/index.ts:202` calls `POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/sharing…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings (supabase/functions/dropbox-sync/index.ts:345)
`supabase/functions/dropbox-sync/index.ts:345` calls `POST https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/sharing/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/sharing/list_shared_links (supabase/functions/dropbox-files/index.ts:221)
`supabase/functions/dropbox-files/index.ts:221` calls `POST https://api.dropboxapi.com/2/sharing/list_shared_links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/sharing/list_shared_li…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/sharing/list_shared_links (supabase/functions/dropbox-sync/index.ts:368)
`supabase/functions/dropbox-sync/index.ts:368` calls `POST https://api.dropboxapi.com/2/sharing/list_shared_links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/sharing/list_shared_lin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/2/users/get_current_account (supabase/functions/dropbox-oauth/index.ts:100)
`supabase/functions/dropbox-oauth/index.ts:100` calls `POST https://api.dropboxapi.com/2/users/get_current_account` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/<p>/users/get_current_acco…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/oauth2/token (supabase/functions/dropbox-oauth/index.ts:67)
`supabase/functions/dropbox-oauth/index.ts:67` calls `POST https://api.dropboxapi.com/oauth2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/oauth2/token` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.dropboxapi.com/oauth2/token (supabase/functions/dropbox-sync/index.ts:759)
`supabase/functions/dropbox-sync/index.ts:759` calls `POST https://api.dropboxapi.com/oauth2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dropboxapi.com/oauth2/token` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/speech-to-text (supabase/functions/rc-auto-transcribe/index.ts:184)
`supabase/functions/rc-auto-transcribe/index.ts:184` calls `POST https://api.elevenlabs.io/v1/speech-to-text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.elevenlabs.io/v1/speech-to-text` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/speech-to-text (supabase/functions/rc-call-recording/index.ts:168)
`supabase/functions/rc-call-recording/index.ts:168` calls `POST https://api.elevenlabs.io/v1/speech-to-text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.elevenlabs.io/v1/speech-to-text` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/speech-to-text (supabase/functions/transcription-process/index.ts:1105)
`supabase/functions/transcription-process/index.ts:1105` calls `POST https://api.elevenlabs.io/v1/speech-to-text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.elevenlabs.io/v1/speech-to-text` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/transcriptions (supabase/functions/transcription-process/index.ts:1041)
`supabase/functions/transcription-process/index.ts:1041` 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 t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.stripe.com/v1/checkout/sessions (supabase/functions/transcription-upload/index.ts:315)
`supabase/functions/transcription-upload/index.ts:315` calls `POST https://api.stripe.com/v1/checkout/sessions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.stripe.com/v1/checkout/sessions` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.stripe.com/v1/payment_links (supabase/functions/generate-quote-pdf/index.ts:386)
`supabase/functions/generate-quote-pdf/index.ts:386` calls `POST https://api.stripe.com/v1/payment_links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.stripe.com/v1/payment_links` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://content.dropboxapi.com/2/files/upload (supabase/functions/dropbox-files/index.ts:145)
`supabase/functions/dropbox-files/index.ts:145` calls `POST https://content.dropboxapi.com/2/files/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/content.dropboxapi.com/<p>/files/upload` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://content.dropboxapi.com/2/files/upload (supabase/functions/dropbox-sync/index.ts:225)
`supabase/functions/dropbox-sync/index.ts:225` calls `POST https://content.dropboxapi.com/2/files/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/content.dropboxapi.com/<p>/files/upload` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://lmzoyezvsjgsxveoakdr.supabase.co/functions/v1/handle-stripe-invoice-payment (client/pages/customer/CustomerInvoicePayment.tsx:28)
`client/pages/customer/CustomerInvoicePayment.tsx:28` calls `POST https://lmzoyezvsjgsxveoakdr.supabase.co/functions/v1/handle-stripe-invoice-payment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/lmzoyezvsj…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (supabase/functions/_shared/google-auth.ts:166)
`supabase/functions/_shared/google-auth.ts:166` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (supabase/functions/_shared/google-auth.ts:69)
`supabase/functions/_shared/google-auth.ts:69` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (supabase/functions/ocr-process-next/index.ts:444)
`supabase/functions/ocr-process-next/index.ts:444` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://storage.googleapis.com/storage/v1/b/${encodeURIComponent(name)} (supabase/functions/_shared/google-storage.ts:48)
`supabase/functions/_shared/google-storage.ts:48` calls `POST https://storage.googleapis.com/storage/v1/b/${encodeURIComponent(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/storage.googleapis.com/sto…
Dangling fetchFetch
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — client/components/admin/VendorActivationEmailModal.tsx:321
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — client/components/ui/chart.tsx:79
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — client/pages/admin/vendor-detail/VendorNdaTab.tsx:485
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — client/components/admin/BalanceResolutionModal.tsx:270
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/components/admin/CustomerARSummary.tsx:54
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/components/admin/EmailLogAccordion.tsx:207
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/components/admin/MessageCustomerModal.tsx: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 — client/components/admin/OrderInvoiceCard.tsx:887
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/components/admin/OriginalsModal.tsx:99
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/components/admin/RecordPaymentModal.tsx:777
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/components/admin/RecordVendorPaymentModal.tsx:12
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/components/admin/WorkflowPipeline.tsx:674
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/components/customer/PaymentModal.tsx: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 — client/components/messaging/MessageComposer.tsx:87
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/components/quote/Step3Contact.tsx:110
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/components/quote/Step4ReviewCheckout.tsx:1902
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/components/shared/analysis/OcrResultsModal.tsx:851
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/components/shared/CustomerSearch.tsx:4
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/components/shared/document-flow/DocumentFlowEditor.tsx: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 — client/context/BrandingContext.tsx: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 — client/context/CustomerAuthContext.tsx:66
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/context/UploadContext.tsx:405
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/hooks/useAdminAuth.ts:87
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/lib/payment-api.ts:15
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/pages/admin/AdminCreateOrder.tsx:1281
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/pages/admin/AdminInvoiceDetail.tsx: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/pages/admin/AdminMessages.tsx:540
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/pages/admin/AdminOrderDetail.tsx:853
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/pages/admin/AdminPaymentHistory.tsx:379
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/pages/admin/AdminProjectDetail.tsx:194
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/pages/admin/AdminQuoteDetail.tsx:1390
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/pages/admin/FastQuoteCreate.tsx:923
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/pages/admin/invoices/CreateInvoice.tsx:357
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/pages/admin/OCRWordCountPage.tsx:660
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/pages/admin/PreprocessOCRPage.tsx:704
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/pages/admin/PublicSubmissionsPage.tsx:194
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/pages/admin/RecruitmentRegradeBackfill.tsx:24
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/pages/admin/settings/CallRecordingSettings.tsx:230
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/pages/admin/settings/WorkflowTemplatesSettings.tsx:386
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — client/pages/admin/transcription/TranscriptionDashboard.tsx:156
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/pages/admin/vendor-detail/VendorAuthTab.tsx:80
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/pages/admin/vendor-detail/VendorRatesTab.tsx:284
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/pages/admin/VendorPaymentsList.tsx:21
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/pages/customer/CustomerMessages.tsx:103
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/pages/Index.tsx:69
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/pages/quote/QuoteRevisionPage.tsx:193
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/utils/pdfOperations.ts:408
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 — services/audio-extractor/index.js:137
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/_shared/google-auth.ts:69
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/_shared/google-storage.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 — supabase/functions/_shared/ringcentral.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 — supabase/functions/_shared/tr-claude.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 — supabase/functions/_shared/word-to-pdf.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 — supabase/functions/analyse-ocr-next/index.ts:233
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/cal-integrations/index.ts:244
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/cancel-order/index.ts:395
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/create-deposit-payment-link/index.ts:297
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/customer-approve-quote-ar/index.ts:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/delete-staff-quote-file/index.ts:13
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/dropbox-files/index.ts:83
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/dropbox-oauth/index.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 — supabase/functions/dropbox-sync/index.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 — supabase/functions/fetch-exchange-rates/index.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 — supabase/functions/generate-order-instructions/index.ts:283
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/generate-quote-pdf/index.ts:386
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/get-brevo-email-events/index.ts:54
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/get-order-workflow/index.ts:517
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/kiosk-send-quote-email/index.ts:123
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/manage-customer-payments/index.ts:437
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/ocr-process-next/index.ts:444
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/parse-cat-analysis/index.ts:259
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/pdf-to-word-convert/index.ts: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 — supabase/functions/pdf-to-word-mistral/index.ts:237
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/process-invoice-queue/index.ts:59
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/provision-tm-job/index.ts:126
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/qms-auto-qualify/index.ts:107
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/qms-request-documents-bulk/index.ts:230
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/rc-auto-transcribe/index.ts:166
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/rc-call-intelligence-report/index.ts:221
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/rc-call-recording/index.ts:105
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/rc-sync-calls/index.ts:148
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/review-draft-file/index.ts:1034
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/scan-public-submission/index.ts:205
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/secure-upload-otp-send/index.ts:237
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/send-customer-message/index.ts:480
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/send-deposit-reminder/index.ts:238
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/send-email/index.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 — supabase/functions/send-invoice-email/index.ts:349
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/send-staff-message/index.ts:405
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/staff-submit-bug-report/index.ts:140
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/stripe-webhook/index.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 — supabase/functions/transcription-ai-check/index.ts:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/transcription-ai-compare/index.ts:157
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/transcription-poll-google-batch/index.ts:103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/transcription-process/index.ts:863
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/transcription-upload/index.ts:315
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/upload-complete/index.ts:549
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/vendor-auth-otp-send/index.ts:220
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/vendor-iso17100-assess/index.ts:226
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/vendor-negotiate-counter/index.ts:315
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — supabase/functions/vendor-send-cv-nda-reminder/index.ts:228
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 instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, 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 hardware Security conf 1.00 Dockerfile runs as root: services/audio-extractor/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 118 occurrences Frontend route `/login/verify` has no Link/navigate to it — client/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.
118 occurrences
repo-level (118 hits)
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/_shared/customer-quote.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/_shared/customer-quote.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/_shared/kiosk-auth.ts:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/_shared/kiosk-auth.ts:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/_shared/ringcentral.ts:212
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/_shared/ringcentral.ts:212 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/_shared/tr.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/_shared/tr.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/_shared/transcription.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/_shared/transcription.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-create-order/index.ts:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-create-order/index.ts:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-impersonate-customer/index.ts:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-impersonate-customer/index.ts:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-impersonate-vendor/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-impersonate-vendor/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-manage-customer/index.ts:35
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-manage-customer/index.ts:35 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-record-qualification/index.ts:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-record-qualification/index.ts:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/admin-respond-counter-offer/index.ts:19
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/admin-respond-counter-offer/index.ts:19 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ai-allocate-payment/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ai-allocate-payment/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ai-paystub-allocate/index.ts:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ai-paystub-allocate/index.ts:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/analyse-ocr-batch/index.ts:14
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/analyse-ocr-batch/index.ts:14 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/analyse-ocr-next/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/analyse-ocr-next/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/apostille-consult-sms-reminders/index.ts:34
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/apostille-consult-sms-reminders/index.ts:34 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/apply-affidavit-and-finalize/index.ts:34
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/apply-affidavit-and-finalize/index.ts:34 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/assign-order-workflow/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/assign-order-workflow/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/cal-integrations/index.ts:52
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/cal-integrations/index.ts:52 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/cancel-order/index.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/cancel-order/index.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/check-open-issues/index.ts:18
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/check-open-issues/index.ts:18 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/convert-submission-to-quote/index.ts:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/convert-submission-to-quote/index.ts:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-checkout-session/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-checkout-session/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-deposit-payment-link/index.ts:39
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-deposit-payment-link/index.ts:39 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-fast-quote/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-fast-quote/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-payment-link/index.ts:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-payment-link/index.ts:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-vendor/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-vendor/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/crm-create-order/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/crm-create-order/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/customer-approve-quote-ar/index.ts:27
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/customer-approve-quote-ar/index.ts:27 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/customer-resolve-impersonation/index.ts:19
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/customer-resolve-impersonation/index.ts:19 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/cvp-suggest-vendor-rate/index.ts:41
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/cvp-suggest-vendor-rate/index.ts:41 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/delete-staff-quote-file/index.ts:32
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/delete-staff-quote-file/index.ts:32 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/dropbox-files/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/dropbox-files/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/dropbox-oauth/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/dropbox-oauth/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/dropbox-sync/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/dropbox-sync/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/expire-stale-offers/index.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/expire-stale-offers/index.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/fetch-exchange-rates/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/fetch-exchange-rates/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/find-matching-vendors/index.ts:18
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/find-matching-vendors/index.ts:18 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/generate-invoice-pdf/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/generate-invoice-pdf/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/generate-order-instructions/index.ts:14
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/generate-order-instructions/index.ts:14 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/generate-quote-pdf/index.ts:83
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/generate-quote-pdf/index.ts:83 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/generate-step-draft-pdf/index.ts:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/generate-step-draft-pdf/index.ts:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/generate-tax-report/index.ts:33
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/generate-tax-report/index.ts:33 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-brevo-email-events/index.ts:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-brevo-email-events/index.ts:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-customer-dashboard/index.ts:26
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-customer-dashboard/index.ts:26 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-customer-files/index.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-customer-files/index.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-customer-order-detail/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-customer-order-detail/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-customer-orders/index.ts:38
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-customer-orders/index.ts:38 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-customer-quote-detail/index.ts:28
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-customer-quote-detail/index.ts:28 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-customer-quotes/index.ts:34
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-customer-quotes/index.ts:34 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-order-workflow/index.ts:11
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-order-workflow/index.ts:11 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-signed-urls/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-signed-urls/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-staff-tasks/index.ts:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-staff-tasks/index.ts:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/get-vendor-detail/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/get-vendor-detail/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/handle-stripe-invoice-payment/index.ts:18
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/handle-stripe-invoice-payment/index.ts:18 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/list-vendor-qms/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/list-vendor-qms/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-ar-aging/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-ar-aging/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-customer-payments/index.ts:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-customer-payments/index.ts:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-order-workflow-steps/index.ts:11
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-order-workflow-steps/index.ts:11 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-receivables/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-receivables/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-sops/index.ts:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-sops/index.ts:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-staff-competence/index.ts:18
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-staff-competence/index.ts:18 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-staff-notes/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-staff-notes/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-vendor-payables/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-vendor-payables/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/manage-vendor-payments/index.ts:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/manage-vendor-payments/index.ts:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/negotiation-hitl-reminder/index.ts:36
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/negotiation-hitl-reminder/index.ts:36 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/notify-customer-order-confirmed/index.ts:54
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/notify-customer-order-confirmed/index.ts:54 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/notify-customer-quote-ack/index.ts:45
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/notify-customer-quote-ack/index.ts:45 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/notify-staff-new-lead/index.ts:54
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/notify-staff-new-lead/index.ts:54 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/notify-vendor-instructions-changed/index.ts:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/notify-vendor-instructions-changed/index.ts:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ocr-batch-create/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ocr-batch-create/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ocr-batch-results/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ocr-batch-results/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ocr-process-mistral/index.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ocr-process-mistral/index.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/ocr-process-next/index.ts:31
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/ocr-process-next/index.ts:31 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/parse-cat-analysis/index.ts:43
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/parse-cat-analysis/index.ts:43 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/pdf-to-word-convert/index.ts:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/pdf-to-word-convert/index.ts:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/pdf-to-word-mistral/index.ts:45
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/pdf-to-word-mistral/index.ts:45 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/process-inbound-email/index.ts:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/process-inbound-email/index.ts:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/process-invoice-queue/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/process-invoice-queue/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/process-quote-documents/index.ts:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/process-quote-documents/index.ts:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/promote-step-delivery-to-draft/index.ts:31
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/promote-step-delivery-to-draft/index.ts:31 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/provision-tm-job/index.ts:11
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/provision-tm-job/index.ts:11 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/qms-auto-qualify/index.ts:36
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/qms-auto-qualify/index.ts:36 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/qms-request-documents-bulk/index.ts:25
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/qms-request-documents-bulk/index.ts:25 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/recalculate-quote-pricing/index.ts:26
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/recalculate-quote-pricing/index.ts:26 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/recover-quote-by-token/index.ts:37
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/recover-quote-by-token/index.ts:37 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/review-draft-file/index.ts:61
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/review-draft-file/index.ts:61 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/scan-public-submission/index.ts:27
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/scan-public-submission/index.ts:27 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/secure-upload-otp-send/index.ts:41
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/secure-upload-otp-send/index.ts:41 Cors wildcard

Showing first 300 of 492. 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/9af81b35-cd7b-4f47-8ba7-d299a5a0ac06/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9af81b35-cd7b-4f47-8ba7-d299a5a0ac06/

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.