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.

thecubiqo/thecubiqo

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

217 raw signals (0 security + 217 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 217 actionable findings from 1 signal source. 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 59.7/100 with 100.0% coverage. It contains 3241 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 217 findings — concentrated in api (112), quality (74), frontend (20). Risk profile is high: 1 critical, 109 high, 49 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 193 of 217 actionable findings. 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 src/app/api/admin/analytics/google/route.ts:49
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
src/app/api/admin/analytics/google/route.ts:49 Private key in repo
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/connectors/${connector.platform}/disconnect (src/components/connectors/ConnectorCard.tsx:66)
`src/components/connectors/ConnectorCard.tsx:66` calls `DELETE /api/connectors/${connector.platform}/disconnect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/<p>/disconnect` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/journal/${normalized.id} (frontend/src/App.js:633)
`frontend/src/App.js:633` calls `DELETE /api/journal/${normalized.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/journal/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/signals (frontend/src/App.js:4185)
`frontend/src/App.js:4185` calls `DELETE /api/signals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/signals` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/actions/events?since=${encodeURIComponent(since)} (frontend/src/App.js:1254)
`frontend/src/App.js:1254` calls `GET /api/actions/events?since=${encodeURIComponent(since)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/actions/events` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/actions/execute?job_state=1 (frontend/src/components/JobPipeline.js:694)
`frontend/src/components/JobPipeline.js:694` calls `GET /api/actions/execute?job_state=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/actions/execute` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/capsule-briefing/${signalId} (frontend/src/components/DuoModeDashboard.js:644)
`frontend/src/components/DuoModeDashboard.js:644` calls `GET /api/capsule-briefing/${signalId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/capsule-briefing/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/comms/settings (src/components/comms/CommsDashboard.tsx:53)
`src/components/comms/CommsDashboard.tsx:53` calls `GET /api/comms/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/comms/settings` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connectors (src/hooks/connectors/useConnectors.ts:21)
`src/hooks/connectors/useConnectors.ts:21` calls `GET /api/connectors` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/connectors/status (frontend/src/components/DuoModeDashboard.js:185)
`frontend/src/components/DuoModeDashboard.js:185` calls `GET /api/connectors/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/status` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cron/job-scan (frontend/src/components/JobPipeline.js:728)
`frontend/src/components/JobPipeline.js:728` calls `GET /api/cron/job-scan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cron/job-scan` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard (frontend/src/App.js:917)
`frontend/src/App.js:917` calls `GET /api/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/diagnostics (frontend/src/App.js:3863)
`frontend/src/App.js:3863` calls `GET /api/diagnostics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/diagnostics` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/duo/approvals?status=pending&limit=5 (src/components/overlays/CubiQoOverlays.tsx:122)
`src/components/overlays/CubiQoOverlays.tsx:122` calls `GET /api/duo/approvals?status=pending&limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/approvals` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/duo/projects/${pid} (frontend/src/components/DuoModeDashboard.js:603)
`frontend/src/components/DuoModeDashboard.js:603` calls `GET /api/duo/projects/${pid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/duo/projects/${pid} (frontend/src/components/DuoModeDashboard.js:672)
`frontend/src/components/DuoModeDashboard.js:672` calls `GET /api/duo/projects/${pid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/duo/stream/${projectId} (src/hooks/useDuoStream.ts:34)
`src/hooks/useDuoStream.ts:34` calls `GET /api/duo/stream/${projectId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/stream/<p>` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/duo/tasks?status=awaiting_user&limit=5 (src/components/overlays/CubiQoOverlays.tsx:123)
`src/components/overlays/CubiQoOverlays.tsx:123` calls `GET /api/duo/tasks?status=awaiting_user&limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/tasks` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/jobs/pipeline?limit=60 (frontend/src/components/JobPipeline.js:693)
`frontend/src/components/JobPipeline.js:693` calls `GET /api/jobs/pipeline?limit=60` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/pipeline` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/journal?limit=5 (frontend/src/App.js:321)
`frontend/src/App.js:321` calls `GET /api/journal?limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/journal` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notifications?limit=${limit} (src/components/notifications/NotificationBell.tsx:20)
`src/components/notifications/NotificationBell.tsx:20` calls `GET /api/notifications?limit=${limit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/rgy/context-card (src/components/overlays/CubiQoOverlays.tsx:124)
`src/components/overlays/CubiQoOverlays.tsx:124` calls `GET /api/rgy/context-card` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rgy/context-card` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/signals (frontend/src/App.js:4120)
`frontend/src/App.js:4120` calls `GET /api/signals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/signals` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/signals (frontend/src/App.js:4154)
`frontend/src/App.js:4154` calls `GET /api/signals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/signals` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${domain}/admin/api/${SHOPIFY_API_VERSION}${path} (src/app/api/_lib/shopify-client.ts:85)
`src/app/api/_lib/shopify-client.ts:85` calls `GET https://${domain}/admin/api/${SHOPIFY_API_VERSION}${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/admin/api/<p>/<p>` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${storeUrl}/admin/api/${SHOPIFY_API_VERSION}${path} (src/app/api/_lib/shopify-pod-operations.ts:301)
`src/app/api/_lib/shopify-pod-operations.ts:301` calls `GET https://${storeUrl}/admin/api/${SHOPIFY_API_VERSION}${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/admin/api/<p>/<p>` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${storeUrl}/admin/api/${SHOPIFY_API_VERSION}/shop.json (src/app/api/_lib/shopify-pod-operations.ts:589)
`src/app/api/_lib/shopify-pod-operations.ts:589` calls `GET https://${storeUrl}/admin/api/${SHOPIFY_API_VERSION}/shop.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/admin/api/<p>/shop.json` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.runpod.ai/v2/${RUNPOD_ENDPOINT_ID}/status/${jobId} (src/app/api/image/route.ts:117)
`src/app/api/image/route.ts:117` calls `GET https://api.runpod.ai/v2/${RUNPOD_ENDPOINT_ID}/status/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.runpod.ai/v2/<p>/status/<p>` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(query)}&count=${max} (src/app/api/_lib/web-search.ts:45)
`src/app/api/_lib/web-search.ts:45` calls `GET https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(query)}&count=${max}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.search.brave.com/r…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vercel.com/v2/deployments/${deploymentId}/events${teamQ} (src/app/api/self-heal/route.ts:66)
`src/app/api/self-heal/route.ts:66` calls `GET https://api.vercel.com/v2/deployments/${deploymentId}/events${teamQ}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vercel.com/v2/deployments/<p>/events/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.vercel.com/v6/deployments?projectId=${VERCEL_PROJECT_ID}&limit=${limit}${teamQ} (src/app/api/self-heal/route.ts:54)
`src/app/api/self-heal/route.ts:54` calls `GET https://api.vercel.com/v6/deployments?projectId=${VERCEL_PROJECT_ID}&limit=${limit}${teamQ}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.vercel.com/v6/dep…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${m.id}?format=metadata&metadataHeaders=Subject&metadataHeaders=From&metadataHeaders=Date (src/app/api/connectors/google/gmail/route.ts:91)
`src/app/api/connectors/google/gmail/route.ts:91` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${m.id}?format=metadata&metadataHeaders=Subject&metadataHeaders=From&metadataHeaders=Date` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fet…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${messageId}?format=metadata&metadataHeaders=Subject&metadataHeaders=From&metadataHeaders=Date (src/app/api/connectors/google/gmail/route.ts:69)
`src/app/api/connectors/google/gmail/route.ts:69` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages/${messageId}?format=metadata&metadataHeaders=Subject&metadataHeaders=From&metadataHeaders=Date` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=${maxResults}&labelIds=INBOX (src/app/api/connectors/google/gmail/route.ts:79)
`src/app/api/connectors/google/gmail/route.ts:79` calls `GET https://gmail.googleapis.com/gmail/v1/users/me/messages?maxResults=${maxResults}&labelIds=INBOX` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/gma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://nominatim.openstreetmap.org/reverse?format=jsonv2&lat=${lat}&lon=${lon} (src/app/api/agent/location/route.ts:51)
`src/app/api/agent/location/route.ts:51` calls `GET https://nominatim.openstreetmap.org/reverse?format=jsonv2&lat=${lat}&lon=${lon}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/nominatim.openstreetmap.org/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/calendar/v3/calendars/primary/events?timeMin=${now}&timeMax=${end}&singleEvents=true&orderBy=startTime&maxResults=20 (src/app/api/connectors/google/calendar/route.ts:60)
`src/app/api/connectors/google/calendar/route.ts:60` calls `GET https://www.googleapis.com/calendar/v3/calendars/primary/events?timeMin=${now}&timeMax=${end}&singleEvents=true&orderBy=startTime&maxResults=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fe…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/oauth2/v2/userinfo (src/app/api/connectors/google/callback/route.ts:88)
`src/app/api/connectors/google/callback/route.ts:88` calls `GET https://www.googleapis.com/oauth2/v2/userinfo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/oauth2/v2/userinfo` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/capsule-briefing/${signalId} (frontend/src/components/DuoModeDashboard.js:660)
`frontend/src/components/DuoModeDashboard.js:660` calls `PATCH /api/capsule-briefing/${signalId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/capsule-briefing/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent (frontend/src/App.js:4913)
`frontend/src/App.js:4913` calls `POST /api/agent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent (frontend/src/components/JobPipeline.js:254)
`frontend/src/components/JobPipeline.js:254` calls `POST /api/agent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent/stream (frontend/src/App.js:4854)
`frontend/src/App.js:4854` calls `POST /api/agent/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent/stream` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent/stream (frontend/src/components/DuoModeDashboard.js:495)
`frontend/src/components/DuoModeDashboard.js:495` calls `POST /api/agent/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent/stream` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent/stream (src/app/(app)/chat/page.tsx:136)
`src/app/(app)/chat/page.tsx:136` calls `POST /api/agent/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent/stream` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent/stream (src/app/(app)/duo/[id]/page.tsx:393)
`src/app/(app)/duo/[id]/page.tsx:393` calls `POST /api/agent/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent/stream` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agent/suggest (frontend/src/components/DuoModeDashboard.js:437)
`frontend/src/components/DuoModeDashboard.js:437` calls `POST /api/agent/suggest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agent/suggest` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analytics/funnel (src/lib/analytics/funnel-tracker.ts:43)
`src/lib/analytics/funnel-tracker.ts:43` calls `POST /api/analytics/funnel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analytics/funnel` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analytics/funnel (src/lib/analytics/funnel-tracker.ts:59)
`src/lib/analytics/funnel-tracker.ts:59` calls `POST /api/analytics/funnel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analytics/funnel` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/composio/connect (src/hooks/connectors/useOAuthPopup.ts:51)
`src/hooks/connectors/useOAuthPopup.ts:51` calls `POST /api/composio/connect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/composio/connect` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/connectors/api-key/save (src/hooks/connectors/useApiKeySubmit.ts:16)
`src/hooks/connectors/useApiKeySubmit.ts:16` calls `POST /api/connectors/api-key/save` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/api-key/save` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/connectors/extension/enable (src/components/connectors/ConnectorCard.tsx:55)
`src/components/connectors/ConnectorCard.tsx:55` calls `POST /api/connectors/extension/enable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/extension/enable` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/connectors/oauth/start (src/hooks/connectors/useOAuthPopup.ts:61)
`src/hooks/connectors/useOAuthPopup.ts:61` calls `POST /api/connectors/oauth/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/oauth/start` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/connectors/plaid/exchange (src/hooks/connectors/usePlaidLink.ts:37)
`src/hooks/connectors/usePlaidLink.ts:37` calls `POST /api/connectors/plaid/exchange` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/plaid/exchange` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/connectors/plaid/link-token (src/hooks/connectors/usePlaidLink.ts:18)
`src/hooks/connectors/usePlaidLink.ts:18` calls `POST /api/connectors/plaid/link-token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/connectors/plaid/link-token` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/approvals/${approval.id}/${action} (src/components/overlays/CubiQoOverlays.tsx:161)
`src/components/overlays/CubiQoOverlays.tsx:161` calls `POST /api/duo/approvals/${approval.id}/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/approvals/<p>/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects (frontend/src/App.js:3769)
`frontend/src/App.js:3769` calls `POST /api/duo/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects (frontend/src/components/DuoModeDashboard.js:615)
`frontend/src/components/DuoModeDashboard.js:615` calls `POST /api/duo/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects/${projectId}/approve (frontend/src/components/DuoModeDashboard.js:295)
`frontend/src/components/DuoModeDashboard.js:295` calls `POST /api/duo/projects/${projectId}/approve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>/approve` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects/${projectId}/approve (src/components/duo/PlanReview.tsx:64)
`src/components/duo/PlanReview.tsx:64` calls `POST /api/duo/projects/${projectId}/approve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>/approve` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects/${projectId}/chat (frontend/src/components/DuoModeDashboard.js:245)
`frontend/src/components/DuoModeDashboard.js:245` calls `POST /api/duo/projects/${projectId}/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>/chat` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects/${projectId}/chat (frontend/src/components/DuoModeDashboard.js:304)
`frontend/src/components/DuoModeDashboard.js:304` calls `POST /api/duo/projects/${projectId}/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>/chat` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/projects/${projectId}/chat (frontend/src/components/DuoModeDashboard.js:475)
`frontend/src/components/DuoModeDashboard.js:475` calls `POST /api/duo/projects/${projectId}/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/projects/<p>/chat` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/duo/tasks/${question.id}/answer (src/components/overlays/CubiQoOverlays.tsx:177)
`src/components/overlays/CubiQoOverlays.tsx:177` calls `POST /api/duo/tasks/${question.id}/answer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/duo/tasks/<p>/answer` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/image (frontend/src/App.js:5096)
`frontend/src/App.js:5096` calls `POST /api/image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/image` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/image (frontend/src/App.js:5160)
`frontend/src/App.js:5160` calls `POST /api/image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/image` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/jobs/easy-apply (frontend/src/components/JobPipeline.js:337)
`frontend/src/components/JobPipeline.js:337` calls `POST /api/jobs/easy-apply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/easy-apply` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/jobs/easy-apply (frontend/src/components/JobPipeline.js:745)
`frontend/src/components/JobPipeline.js:745` calls `POST /api/jobs/easy-apply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/easy-apply` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/journal/guide (frontend/src/App.js:441)
`frontend/src/App.js:441` calls `POST /api/journal/guide` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/journal/guide` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notifications/${id}/read (src/components/notifications/NotificationBell.tsx:44)
`src/components/notifications/NotificationBell.tsx:44` calls `POST /api/notifications/${id}/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/<p>/read` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/profile/verify (src/components/profile/VerifyContact.tsx:17)
`src/components/profile/VerifyContact.tsx:17` calls `POST /api/profile/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profile/verify` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/recommendations/have (frontend/src/App.js:5635)
`frontend/src/App.js:5635` calls `POST /api/recommendations/have` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recommendations/have` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/recommendations/process (frontend/src/App.js:3925)
`frontend/src/App.js:3925` calls `POST /api/recommendations/process` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recommendations/process` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/recommendations/save (frontend/src/App.js:5624)
`frontend/src/App.js:5624` calls `POST /api/recommendations/save` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/recommendations/save` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/rgy/classify (frontend/src/App.js:4818)
`frontend/src/App.js:4818` calls `POST /api/rgy/classify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rgy/classify` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/safety/output (frontend/src/App.js:3945)
`frontend/src/App.js:3945` calls `POST /api/safety/output` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/safety/output` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/surfaces/sync (src/lib/surfaces/offline-queue.ts:97)
`src/lib/surfaces/offline-queue.ts:97` calls `POST /api/surfaces/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/surfaces/sync` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tts (frontend/src/App.js:4585)
`frontend/src/App.js:4585` calls `POST /api/tts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tts` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice-cue (frontend/src/App.js:4701)
`frontend/src/App.js:4701` calls `POST /api/voice-cue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice-cue` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${HOST}${path} (src/lib/commerce/amazon-pa.ts:83)
`src/lib/commerce/amazon-pa.ts:83` calls `POST https://${HOST}${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${shop}/admin/oauth/access_token (src/app/api/connectors/shopify/callback/route.ts:60)
`src/app/api/connectors/shopify/callback/route.ts:60` calls `POST https://${shop}/admin/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/admin/oauth/access_token` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://analyticsdata.googleapis.com/v1beta/${propertyId}:runReport (src/app/api/admin/analytics/google/route.ts:114)
`src/app/api/admin/analytics/google/route.ts:114` calls `POST https://analyticsdata.googleapis.com/v1beta/${propertyId}:runReport` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/analyticsdata.googleapis.com/v…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (src/app/api/compare/route.ts:123)
`src/app/api/compare/route.ts:123` 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 external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepgram.com/v1/listen?model=nova-3&smart_format=true&language=en (src/app/api/voice/route.ts:41)
`src/app/api/voice/route.ts:41` calls `POST https://api.deepgram.com/v1/listen?model=nova-3&smart_format=true&language=en` 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 po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/text-to-speech/${voiceConfig.voiceId} (src/app/api/tts/route.ts:77)
`src/app/api/tts/route.ts:77` calls `POST https://api.elevenlabs.io/v1/text-to-speech/${voiceConfig.voiceId}` 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/text-to-speech/<p>` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/text-to-speech/${voiceId} (src/app/api/voice-cue/route.ts:44)
`src/app/api/voice-cue/route.ts:44` calls `POST https://api.elevenlabs.io/v1/text-to-speech/${voiceId}` 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/text-to-speech/<p>` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.github.com/repos/${GITHUB_REPO}/issues (src/app/api/self-heal/route.ts:87)
`src/app/api/self-heal/route.ts:87` calls `POST https://api.github.com/repos/${GITHUB_REPO}/issues` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/<p>/issues` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.linkedin.com/v2/ugcPosts (src/app/api/_lib/social-api-client.ts:55)
`src/app/api/_lib/social-api-client.ts:55` calls `POST https://api.linkedin.com/v2/ugcPosts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.linkedin.com/v2/ugcposts` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/audio/transcriptions (src/app/api/tts/transcribe/route.ts:24)
`src/app/api/tts/transcribe/route.ts:24` calls `POST https://api.openai.com/v1/audio/transcriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/audio/transcriptions` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/_lib/context-engine.ts:89)
`src/app/api/_lib/context-engine.ts:89` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/_lib/llm-tailoring.ts:78)
`src/app/api/_lib/llm-tailoring.ts:78` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/agent/greet/route.ts:47)
`src/app/api/agent/greet/route.ts:47` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/agent/suggest/route.ts:48)
`src/app/api/agent/suggest/route.ts:48` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/cron/daily-digest/route.ts:54)
`src/app/api/cron/daily-digest/route.ts:54` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/cron/job-scan/route.ts:124)
`src/app/api/cron/job-scan/route.ts:124` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/cron/run-schedules/route.ts:80)
`src/app/api/cron/run-schedules/route.ts:80` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/app/api/perception/vision/route.ts:205)
`src/app/api/perception/vision/route.ts:205` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (src/lib/memory/compressor.ts:26)
`src/lib/memory/compressor.ts:26` calls `POST https://api.openai.com/v1/chat/completions` 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/chat/completions` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.runpod.ai/v2/${RUNPOD_ENDPOINT_ID}/run (src/app/api/image/route.ts:96)
`src/app/api/image/route.ts:96` calls `POST https://api.runpod.ai/v2/${RUNPOD_ENDPOINT_ID}/run` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.runpod.ai/v2/<p>/run` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.tavily.com/search (src/app/api/_lib/web-search.ts:21)
`src/app/api/_lib/web-search.ts:21` calls `POST https://api.tavily.com/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.tavily.com/search` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.twilio.com/2010-04-01/Accounts/${TWILIO_SID}/Messages.json (src/lib/comms/sms.ts:36)
`src/lib/comms/sms.ts:36` calls `POST https://api.twilio.com/2010-04-01/Accounts/${TWILIO_SID}/Messages.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twilio.com/2010-04-01/accounts/<p>/messages.jso…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.twitter.com/2/tweets (src/app/api/_lib/social-api-client.ts:94)
`src/app/api/_lib/social-api-client.ts:94` calls `POST https://api.twitter.com/2/tweets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.twitter.com/<p>/tweets` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://google.serper.dev/search (src/app/api/_lib/web-search.ts:67)
`src/app/api/_lib/web-search.ts:67` calls `POST https://google.serper.dev/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/google.serper.dev/search` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.facebook.com/v19.0/${accountId}/media?image_url=${encodeURIComponent(mediaUrl)}&caption=${encodeURIComponent(payload.content)}&access_token=${token} (src/app/api/_lib/social-api-client.ts:140)
`src/app/api/_lib/social-api-client.ts:140` calls `POST https://graph.facebook.com/v19.0/${accountId}/media?image_url=${encodeURIComponent(mediaUrl)}&caption=${encodeURIComponent(payload.content)}&access_token=${token}` but no backend route matches that path. This is a runtime 404 waiting to happen…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.facebook.com/v19.0/${accountId}/media_publish?creation_id=${creationId}&access_token=${token} (src/app/api/_lib/social-api-client.ts:151)
`src/app/api/_lib/social-api-client.ts:151` calls `POST https://graph.facebook.com/v19.0/${accountId}/media_publish?creation_id=${creationId}&access_token=${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.threads.net/v1.0/${userId}/threads?media_type=TEXT&text=${encodeURIComponent(payload.content)}&access_token=${token} (src/app/api/_lib/social-api-client.ts:180)
`src/app/api/_lib/social-api-client.ts:180` calls `POST https://graph.threads.net/v1.0/${userId}/threads?media_type=TEXT&text=${encodeURIComponent(payload.content)}&access_token=${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path u…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.threads.net/v1.0/${userId}/threads_publish?creation_id=${creationId}&access_token=${token} (src/app/api/_lib/social-api-client.ts:191)
`src/app/api/_lib/social-api-client.ts:191` calls `POST https://graph.threads.net/v1.0/${userId}/threads_publish?creation_id=${creationId}&access_token=${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/app/api/admin/analytics/google/route.ts:63)
`src/app/api/admin/analytics/google/route.ts:63` 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 (src/app/api/connectors/google/calendar/route.ts:28)
`src/app/api/connectors/google/calendar/route.ts:28` 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 …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/app/api/connectors/google/callback/route.ts:64)
`src/app/api/connectors/google/callback/route.ts:64` 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 …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (src/app/api/connectors/google/gmail/route.ts:29)
`src/app/api/connectors/google/gmail/route.ts:29` 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://www.googleapis.com/calendar/v3/calendars/primary/events?sendUpdates=all (src/app/api/connectors/google/calendar/route.ts:110)
`src/app/api/connectors/google/calendar/route.ts:110` calls `POST https://www.googleapis.com/calendar/v3/calendars/primary/events?sendUpdates=all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis…
Dangling fetchFetch
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/DuoModeDashboard.js:535
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 — src/app/layout.tsx:40
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 — frontend/src/App.js:321
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/components/DuoModeDashboard.js:295
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/_lib/content-scraper.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 — src/app/api/_lib/printify-client.ts:77
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/_lib/shopify-client.ts:85
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/_lib/shopify-pod-operations.ts:301
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/_lib/social-api-client.ts:151
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/_lib/web-search.ts: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 — src/app/api/actions/social-post-queue/platforms/tiktok.ts: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 — src/app/api/admin/analytics/google/route.ts:63
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/admin/vercel-logs/route.ts:36
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/agent/background/route.ts:264
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/agent/suggest/route.ts:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/compare/route.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 — src/app/api/connectors/google/calendar/route.ts:28
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/connectors/google/callback/route.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 — src/app/api/connectors/google/gmail/route.ts:29
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/cron/job-scan/route.ts:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/cron/market-watch/route.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 — src/app/api/duo/connectors/[platform]/callback/route.ts:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/image/route.ts:96
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/perception/vision/route.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 — src/app/api/self-heal/route.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 — src/app/api/tts/transcribe/route.ts: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 — src/app/api/voice/route.ts:41
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/comms/CommsDashboard.tsx:53
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/connectors/ConnectorCard.tsx: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 — src/components/notifications/NotificationBell.tsx:44
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/profile/VerifyContact.tsx:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/hooks/connectors/useConnectors.ts: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 — src/hooks/connectors/useOAuthPopup.ts:51
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/analytics/funnel-tracker.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 — src/lib/composio.ts:88
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/connectors/adapters/oauth2-adapter.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, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph quality Integrity conf 1.00 Frontend route `/auth/callback` has no Link/navigate to it — frontend/src/App.js
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/server/legacy/converse.cjs:588
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/server/legacy/converse.cjs:588 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/DuoModeDashboard.js:535
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/DuoModeDashboard.js:535 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:40
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/layout.tsx:40 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/src/App.js:1000
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/src/App.js:1000 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in src/lib/surfaces/heartbeat-client.ts:34
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
src/lib/surfaces/heartbeat-client.ts:34 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in frontend/plugins/visual-edits/dev-server-setup.js:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
frontend/plugins/visual-edits/dev-server-setup.js:6 Node child process
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 102 placeholder/mock markers across 37 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
8 test file(s) for 491 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph frontend Frontend quality conf 1.00 "active" state uses light bg in a dark theme — src/app/(app)/_components/AppShell.tsx:81
A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead — border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '…'`. Why: P-E in CHEC…
Fq active light bg
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 40 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/src/components/DuoModeDashboard.js:726
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/src/components/JobPipeline.js:403
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `agent_v1` in src/lib/ai/user-context-tools.ts:293
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cubiqo_v2` in src/app/api/_lib/v2-actions.ts:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cubiqo_visit_memory_v1` in frontend/src/App.js:48
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cubiqo_visit_memory_v1` in src/app/api/user/account/route.ts:27
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `eleven_monolingual_v1` in backend/server.py:171
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `eleven_multilingual_v2` in src/lib/media/model-router.ts:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `eleven_multilingual_v2` in src/lib/models.ts:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: call_claude
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/server.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: call_openai
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/server.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: call_openrouter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/server.py:126
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cubiqo-plasma-export/components/PlasmaField.jsx:353
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/plugins/health-check/health-endpoints.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/plugins/visual-edits/dev-server-setup.js:426
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/src/App.js:4578
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/src/components/PlasmaField.jsx:355
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/comms/sms.ts:28
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/crypto/generate-keys.ts:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/lib/email/send.ts:37
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`backend/server.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: OPTIONS /edit-file
`frontend/plugins/visual-edits/dev-server-setup.js` declares `OPTIONS /edit-file` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /edit-file
`frontend/plugins/visual-edits/dev-server-setup.js` declares `POST /edit-file` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: frontend/plugins/visual-edits/babel-metadata-plugin.js (2159 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/App.js (6600 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/run-phase-ab-migrations.mjs (1447 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/verify-cqai-e2e.mjs (2476 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/api/_lib/shopify-pod-operations.ts (1218 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/app/api/actions/execute/route.ts (1223 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/14f4454f-4ad6-4603-a1c1-3b2e6d9d8dc4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/14f4454f-4ad6-4603-a1c1-3b2e6d9d8dc4/

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.