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.

Typenine/East-v-West-Website

https://github.com/Typenine/East-v-West-Website · scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)

436 raw signals (16 security + 420 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 428 actionable findings from 2 signal sources. 34 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 71.6/100 with 100.0% coverage. It contains 4275 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 420 findings — concentrated in api (248), quality (84), frontend (73). Risk profile is high: 0 critical, 247 high, 51 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 379 of 428 actionable findings. 462 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 Security checks quality Practices conf 0.82 Foundry mined mock as real or placeholder: Typenine/East-v-West-Website
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
critical Security checks security auth conf 0.78 Foundry mined security auth guardrail gaps: Typenine/East-v-West-Website
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
high Security checks quality Practices conf 0.84 10 occurrences Foundry mined bad chains: Typenine/East-v-West-Website
Comment chain pattern product: bad_chains Repo: Typenine/East-v-West-Website Thread: Typenine/East-v-West-Website#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_arti…
10 occurrences
repo-level (10 hits)
high Security checks quality Practices conf 0.80 4 occurrences Foundry mined docs only runtime fix: Typenine/East-v-West-Website
Graph query export: Docs-only response to runtime or integration issue Query id: docs_only_runtime_fix Query type: motif_query Intent: Assumption-check examples where docs or claims are not enough proof. Motif: docs_only_runtime_fix Training usage: assumption_check Graph gold label: needs_more_evid…
4 occurrences
repo-level (4 hits)
high Security checks quality Quality conf 0.76 Foundry mined schema ui api mismatch: Typenine/East-v-West-Website
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: assumption_check Repo: Typenine/East-…
high Security checks quality Testing conf 0.78 3 occurrences Foundry mined test ci gap after feedback: Typenine/East-v-West-Website
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: assumption_check Repo: …
3 occurrences
repo-level (3 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin-login (src/components/layout/navbar.tsx:495)
`src/components/layout/navbar.tsx:495` calls `DELETE /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` 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/admin/suggestions (src/app/admin/suggestions/page.tsx:432)
`src/app/admin/suggestions/page.tsx:432` calls `DELETE /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/manual-trades?id=${encodeURIComponent(id)} (src/app/admin/trades/AdminTradesContent.tsx:183)
`src/app/admin/trades/AdminTradesContent.tsx:183` calls `DELETE /api/manual-trades?id=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/manual-trades` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/newsletter/queue?id=${encodeURIComponent(id)} (src/app/admin/newsletter/EditorialCalendar.tsx:162)
`src/app/admin/newsletter/EditorialCalendar.tsx:162` calls `DELETE /api/newsletter/queue?id=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/queue` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/newsletter?week=${item.week}&season=${item.season} (src/app/admin/newsletter/SavedNewsletters.tsx:96)
`src/app/admin/newsletter/SavedNewsletters.tsx:96` calls `DELETE /api/newsletter?week=${item.week}&season=${item.season}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/newsletter?week=${wNum}&season=${season} (src/app/admin/newsletter/page.tsx:608)
`src/app/admin/newsletter/page.tsx:608` calls `DELETE /api/newsletter?week=${wNum}&season=${season}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/votes/${pollId} (src/components/admin/votes/AdminVotesDashboard.tsx:128)
`src/components/admin/votes/AdminVotesDashboard.tsx:128` calls `DELETE /api/votes/${pollId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<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/admin-login (src/app/admin/draft/page.tsx:566)
`src/app/admin/draft/page.tsx:566` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/app/admin/newsletter/page.tsx:211)
`src/app/admin/newsletter/page.tsx:211` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/app/admin/newsletter/personality/page.tsx:98)
`src/app/admin/newsletter/personality/page.tsx:98` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` 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/admin-login (src/app/admin/taxi/page.tsx:80)
`src/app/admin/taxi/page.tsx:80` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/app/admin/trades/AdminTradesContent.tsx:47)
`src/app/admin/trades/AdminTradesContent.tsx:47` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` 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/admin-login (src/app/draft/DraftContent.tsx:94)
`src/app/draft/DraftContent.tsx:94` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/app/suggestions/page.tsx:148)
`src/app/suggestions/page.tsx:148` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/app/trades/[id]/page.tsx:58)
`src/app/trades/[id]/page.tsx:58` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/app/trades/TradesFeedClient.tsx:129)
`src/app/trades/TradesFeedClient.tsx:129` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin-login (src/components/layout/navbar.tsx:428)
`src/components/layout/navbar.tsx:428` calls `GET /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/activity/time?days=${encodeURIComponent(String(d))} (src/app/admin/users/page.tsx:89)
`src/app/admin/users/page.tsx:89` calls `GET /api/admin/activity/time?days=${encodeURIComponent(String(d))}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/activity/time` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/audit/logins?days=${encodeURIComponent(String(d))} (src/app/admin/users/page.tsx:88)
`src/app/admin/users/page.tsx:88` calls `GET /api/admin/audit/logins?days=${encodeURIComponent(String(d))}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/audit/logins` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/diagnostics?runId=${encodeURIComponent(runId)} (src/app/admin/diagnostics/page.tsx:133)
`src/app/admin/diagnostics/page.tsx:133` calls `GET /api/admin/diagnostics?runId=${encodeURIComponent(runId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/diagnostics` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/diagnostics?season=${season}&week=${wNum} (src/app/admin/newsletter/EditModePanel.tsx:289)
`src/app/admin/newsletter/EditModePanel.tsx:289` calls `GET /api/admin/diagnostics?season=${season}&week=${wNum}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/diagnostics` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/pins (src/app/admin/pins/page.tsx:33)
`src/app/admin/pins/page.tsx:33` calls `GET /api/admin/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/pins` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/pins (src/app/admin/users/page.tsx:43)
`src/app/admin/users/page.tsx:43` calls `GET /api/admin/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/pins` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/suggestions/votes (src/app/admin/suggestions/page.tsx:44)
`src/app/admin/suggestions/page.tsx:44` calls `GET /api/admin/suggestions/votes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions/votes` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/suggestions/votes (src/app/suggestions/page.tsx:160)
`src/app/suggestions/page.tsx:160` calls `GET /api/admin/suggestions/votes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions/votes` 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/admin/votes (src/components/admin/votes/AdminVotesDashboard.tsx:60)
`src/components/admin/votes/AdminVotesDashboard.tsx:60` calls `GET /api/admin/votes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/votes` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/votes/${pollId}/file?key=${encodeURIComponent(key)} (src/components/admin/votes/AdminPollResults.tsx:57)
`src/components/admin/votes/AdminPollResults.tsx:57` calls `GET /api/admin/votes/${pollId}/file?key=${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/votes/<p>/file` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/votes/${pollId}/form (src/components/admin/votes/AdminVotesDashboard.tsx:146)
`src/components/admin/votes/AdminVotesDashboard.tsx:146` calls `GET /api/admin/votes/${pollId}/form` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/votes/<p>/form` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/votes/${pollId}/results (src/components/admin/votes/AdminPollResults.tsx:125)
`src/components/admin/votes/AdminPollResults.tsx:125` calls `GET /api/admin/votes/${pollId}/results` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/votes/<p>/results` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (src/app/draft/room/page.tsx:15)
`src/app/draft/room/page.tsx:15` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/draft/room/team/page.tsx:442)
`src/app/draft/room/team/page.tsx:442` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/rivalries/page.tsx:905)
`src/app/rivalries/page.tsx:905` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/suggestions/[id]/page.tsx:86)
`src/app/suggestions/[id]/page.tsx:86` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/suggestions/page.tsx:144)
`src/app/suggestions/page.tsx:144` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/trade-block/page.tsx:26)
`src/app/trade-block/page.tsx:26` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/trades/analyzer/page.tsx:799)
`src/app/trades/analyzer/page.tsx:799` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/app/votes/[id]/page.tsx:448)
`src/app/votes/[id]/page.tsx:448` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/components/draft-overlay/DraftOverlayLive.tsx:95)
`src/components/draft-overlay/DraftOverlayLive.tsx:95` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (src/components/draft/TeamProspectDraftboard.tsx:416)
`src/components/draft/TeamProspectDraftboard.tsx:416` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/components/layout/navbar.tsx:409)
`src/components/layout/navbar.tsx:409` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/auth/me (src/components/trades/TradeBlockTab.tsx:81)
`src/components/trades/TradeBlockTab.tsx:81` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` 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/defense-strength?season=${encodeURIComponent(season)}&uptoWeek=${upto} (src/components/matchups/RosterColumn.tsx:415)
`src/components/matchups/RosterColumn.tsx:415` calls `GET /api/defense-strength?season=${encodeURIComponent(season)}&uptoWeek=${upto}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/defense-strength` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/defense-strength?season=${encodeURIComponent(season)}&uptoWeek=${upto} (src/components/matchups/WinProbability.tsx:171)
`src/components/matchups/WinProbability.tsx:171` calls `GET /api/defense-strength?season=${encodeURIComponent(season)}&uptoWeek=${upto}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/defense-strength` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/next-order (src/app/admin/draft/page.tsx:1453)
`src/app/admin/draft/page.tsx:1453` calls `GET /api/draft/next-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` 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/draft/next-order (src/app/admin/draft/page.tsx:753)
`src/app/admin/draft/page.tsx:753` calls `GET /api/draft/next-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/next-order (src/components/draft-overlay/DraftInfoBarTicker.tsx:305)
`src/components/draft-overlay/DraftInfoBarTicker.tsx:305` calls `GET /api/draft/next-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` 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/draft/next-order (src/components/draft/TeamProspectDraftboard.tsx:487)
`src/components/draft/TeamProspectDraftboard.tsx:487` calls `GET /api/draft/next-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/next-order (src/components/draft/TeamProspectDraftboard.tsx:729)
`src/components/draft/TeamProspectDraftboard.tsx:729` calls `GET /api/draft/next-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/next-order (src/components/trades/TradeBlockTab.tsx:142)
`src/components/trades/TradeBlockTab.tsx:142` calls `GET /api/draft/next-order` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/next-order?season=${orderSeason} (src/app/draft/DraftContent.tsx:1016)
`src/app/draft/DraftContent.tsx:1016` calls `GET /api/draft/next-order?season=${orderSeason}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` 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/draft/next-order?season=${year} (src/components/draft-overlay/DraftInfoBarTicker.tsx:318)
`src/components/draft-overlay/DraftInfoBarTicker.tsx:318` calls `GET /api/draft/next-order?season=${year}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/next-order` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/player-images-files (src/app/admin/draft/page.tsx:62)
`src/app/admin/draft/page.tsx:62` calls `GET /api/draft/player-images-files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-images-files` 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/draft/player-videos (src/app/admin/draft/page.tsx:90)
`src/app/admin/draft/page.tsx:90` calls `GET /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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/draft/player-videos (src/app/draft/room/team/page.tsx:564)
`src/app/draft/room/team/page.tsx:564` calls `GET /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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: GET /api/draft/player-videos (src/app/draft/room/team/page.tsx:599)
`src/app/draft/room/team/page.tsx:599` calls `GET /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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: GET /api/draft/player-videos (src/components/draft-overlay/DraftOverlayLive.tsx:161)
`src/components/draft-overlay/DraftOverlayLive.tsx:161` calls `GET /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/player-videos (src/components/draft-overlay/DraftOverlayLive.tsx:309)
`src/components/draft-overlay/DraftOverlayLive.tsx:309` calls `GET /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/team-history?team=${enc}&_=${Date.now()} (src/components/draft-overlay/DraftInfoBarTicker.tsx:423)
`src/components/draft-overlay/DraftInfoBarTicker.tsx:423` calls `GET /api/draft/team-history?team=${enc}&_=${Date.now()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/team-history` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/team-roster?team=${encodeURIComponent(myTeam)}${draftIdParam} (src/app/draft/room/team/page.tsx:429)
`src/app/draft/room/team/page.tsx:429` calls `GET /api/draft/team-roster?team=${encodeURIComponent(myTeam)}${draftIdParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/team-roster` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/team-roster?team=${encodeURIComponent(t)} (src/app/trades/analyzer/page.tsx:391)
`src/app/trades/analyzer/page.tsx:391` calls `GET /api/draft/team-roster?team=${encodeURIComponent(t)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/team-roster` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/team-roster?team=${encodeURIComponent(t)} (src/app/trades/analyzer/page.tsx:714)
`src/app/trades/analyzer/page.tsx:714` calls `GET /api/draft/team-roster?team=${encodeURIComponent(t)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/team-roster` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/team-season-stats?team=${enc} (src/components/draft-overlay/DraftInfoBarTicker.tsx:419)
`src/components/draft-overlay/DraftInfoBarTicker.tsx:419` calls `GET /api/draft/team-season-stats?team=${enc}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/team-season-stats` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=get_admin_pending (src/app/admin/draft/page.tsx:528)
`src/app/admin/draft/page.tsx:528` calls `GET /api/draft/trade?action=get_admin_pending` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=get_assets&team=${encodeURIComponent(team)}&draftId=${draftId} (src/components/draft-overlay/DraftTradeCenter.tsx:422)
`src/components/draft-overlay/DraftTradeCenter.tsx:422` calls `GET /api/draft/trade?action=get_assets&team=${encodeURIComponent(team)}&draftId=${draftId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=get_assets&team=${encodeURIComponent(teamName)} (src/app/teams/[id]/TeamContent.tsx:796)
`src/app/teams/[id]/TeamContent.tsx:796` calls `GET /api/draft/trade?action=get_assets&team=${encodeURIComponent(teamName)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=get_team&team=${encodeURIComponent(myTeam)}&draftId=${draft.id} (src/app/draft/room/team/page.tsx:761)
`src/app/draft/room/team/page.tsx:761` calls `GET /api/draft/trade?action=get_team&team=${encodeURIComponent(myTeam)}&draftId=${draft.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=get_team&team=${encodeURIComponent(myTeam)}&draftId=${draftId} (src/components/draft-overlay/DraftTradeCenter.tsx:395)
`src/components/draft-overlay/DraftTradeCenter.tsx:395` calls `GET /api/draft/trade?action=get_team&team=${encodeURIComponent(myTeam)}&draftId=${draftId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=get_team&team=${encodeURIComponent(onClockTeam)}${draftParam} (src/components/draft-overlay/DraftInfoBarTicker.tsx:380)
`src/components/draft-overlay/DraftInfoBarTicker.tsx:380` calls `GET /api/draft/trade?action=get_team&team=${encodeURIComponent(onClockTeam)}${draftParam}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/trade?action=list_approved&draftId=${encodeURIComponent(draftId)} (src/components/draft-overlay/RoundRecapOverlay.tsx:79)
`src/components/draft-overlay/RoundRecapOverlay.tsx:79` calls `GET /api/draft/trade?action=list_approved&draftId=${encodeURIComponent(draftId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/travel?trip=${encodeURIComponent(trip)} (src/components/draft/DraftTravelSubtab.tsx:174)
`src/components/draft/DraftTravelSubtab.tsx:174` calls `GET /api/draft/travel?trip=${encodeURIComponent(trip)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/travel` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft/travel?trip=${encodeURIComponent(trip)} (src/components/draft/DraftTravelSubtab.tsx:337)
`src/components/draft/DraftTravelSubtab.tsx:337` calls `GET /api/draft/travel?trip=${encodeURIComponent(trip)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/travel` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft?action=player_info&playerId=${encodeURIComponent(pid)} (src/app/draft/room/team/page.tsx:646)
`src/app/draft/room/team/page.tsx:646` calls `GET /api/draft?action=player_info&playerId=${encodeURIComponent(pid)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft?action=player_info&playerId=${encodeURIComponent(playerId)} (src/components/draft-overlay/DraftOverlayLive.tsx:356)
`src/components/draft-overlay/DraftOverlayLive.tsx:356` calls `GET /api/draft?action=player_info&playerId=${encodeURIComponent(playerId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft?include=available (src/components/draft-overlay/useDraftData.ts:249)
`src/components/draft-overlay/useDraftData.ts:249` calls `GET /api/draft?include=available` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/draft?mode=live (src/components/draft-overlay/useDraftData.ts:269)
`src/components/draft-overlay/useDraftData.ts:269` calls `GET /api/draft?mode=live` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/health/storage (src/app/admin/storage-test/page.tsx:20)
`src/app/admin/storage-test/page.tsx:20` calls `GET /api/health/storage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/health/storage` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/lineups/snapshot/backfill?year=${encodeURIComponent(snapYear)}&overwrite=true (src/app/teams/[id]/TeamContent.tsx:299)
`src/app/teams/[id]/TeamContent.tsx:299` calls `GET /api/lineups/snapshot/backfill?year=${encodeURIComponent(snapYear)}&overwrite=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lineups/snapshot/backfill` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/lineups/snapshot?year=${encodeURIComponent(snapYear)}&week=${encodeURIComponent(String(snapWeek))} (src/app/teams/[id]/TeamContent.tsx:266)
`src/app/teams/[id]/TeamContent.tsx:266` calls `GET /api/lineups/snapshot?year=${encodeURIComponent(snapYear)}&week=${encodeURIComponent(String(snapWeek))}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lineups/sna…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/manual-trades (src/app/admin/trades/AdminTradesContent.tsx:155)
`src/app/admin/trades/AdminTradesContent.tsx:155` calls `GET /api/manual-trades` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/manual-trades` 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: GET /api/manual-trades?all=1 (src/app/admin/trades/AdminTradesContent.tsx:80)
`src/app/admin/trades/AdminTradesContent.tsx:80` calls `GET /api/manual-trades?all=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/manual-trades` 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/matchup-points?week=${week} (src/components/matchups/RosterColumn.tsx:372)
`src/components/matchups/RosterColumn.tsx:372` calls `GET /api/matchup-points?week=${week}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/matchup-points` 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/me/assets (src/components/trades/TradeBlockTab.tsx:119)
`src/components/trades/TradeBlockTab.tsx:119` calls `GET /api/me/assets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/assets` 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/me/suggestions/votes (src/app/suggestions/page.tsx:152)
`src/app/suggestions/page.tsx:152` calls `GET /api/me/suggestions/votes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/suggestions/votes` 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: GET /api/me/trade-block (src/components/trades/TradeBlockTab.tsx:120)
`src/components/trades/TradeBlockTab.tsx:120` calls `GET /api/me/trade-block` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/trade-block` 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: GET /api/newsletter/queue (src/app/admin/newsletter/EditorialCalendar.tsx:86)
`src/app/admin/newsletter/EditorialCalendar.tsx:86` calls `GET /api/newsletter/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/queue` 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/newsletter?list=true&season=${season}&draft=1 (src/app/admin/newsletter/SavedNewsletters.tsx:72)
`src/app/admin/newsletter/SavedNewsletters.tsx:72` calls `GET /api/newsletter?list=true&season=${season}&draft=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/newsletter?list=true&season=${s}&draft=1 (src/app/admin/newsletter/page.tsx:233)
`src/app/admin/newsletter/page.tsx:233` calls `GET /api/newsletter?list=true&season=${s}&draft=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` 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/newsletter?season=${currentSeason}&week=${week} (src/app/newsletter/page.tsx:90)
`src/app/newsletter/page.tsx:90` calls `GET /api/newsletter?season=${currentSeason}&week=${week}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` 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/newsletter?season=${s}&week=${wNum}&draft=1 (src/app/admin/newsletter/page.tsx:252)
`src/app/admin/newsletter/page.tsx:252` calls `GET /api/newsletter?season=${s}&week=${wNum}&draft=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/newsletter?week=${wNum}&season=${season} (src/app/admin/newsletter/EditModePanel.tsx:266)
`src/app/admin/newsletter/EditModePanel.tsx:266` calls `GET /api/newsletter?week=${wNum}&season=${season}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/newsletter?week=${wNum}&season=${season}&draft=1 (src/app/admin/newsletter/page.tsx:413)
`src/app/admin/newsletter/page.tsx:413` calls `GET /api/newsletter?week=${wNum}&season=${season}&draft=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/newsletter?week=${wNum}&season=${season}&draft=1 (src/app/admin/newsletter/page.tsx:528)
`src/app/admin/newsletter/page.tsx:528` calls `GET /api/newsletter?week=${wNum}&season=${season}&draft=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/newsletter?week=${wNum}&season=${season}&draft=1 (src/app/admin/newsletter/page.tsx:582)
`src/app/admin/newsletter/page.tsx:582` calls `GET /api/newsletter?week=${wNum}&season=${season}&draft=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/nfl-scoreboard?week=${week}&season=${encodeURIComponent(season)} (src/components/matchups/RosterColumn.tsx:327)
`src/components/matchups/RosterColumn.tsx:327` calls `GET /api/nfl-scoreboard?week=${week}&season=${encodeURIComponent(season)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfl-scoreboard` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/nfl-scoreboard?week=${week}&season=${encodeURIComponent(season)} (src/components/matchups/WinProbability.tsx:109)
`src/components/matchups/WinProbability.tsx:109` calls `GET /api/nfl-scoreboard?week=${week}&season=${encodeURIComponent(season)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfl-scoreboard` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/nfl-week-stats?season=${encodeURIComponent(season)}&week=${week} (src/components/matchups/RosterColumn.tsx:348)
`src/components/matchups/RosterColumn.tsx:348` calls `GET /api/nfl-week-stats?season=${encodeURIComponent(season)}&week=${week}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfl-week-stats` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/nfl-week-stats?season=${encodeURIComponent(season)}&week=${week} (src/components/matchups/WinProbability.tsx:188)
`src/components/matchups/WinProbability.tsx:188` calls `GET /api/nfl-week-stats?season=${encodeURIComponent(season)}&week=${week}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nfl-week-stats` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/player-info?id=${pid} (src/components/matchups/PlayerDrawer.tsx:178)
`src/components/matchups/PlayerDrawer.tsx:178` calls `GET /api/player-info?id=${pid}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-info` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/player-logs?playerId=${pid}&season=${encodeURIComponent(logSeason)} (src/components/matchups/PlayerDrawer.tsx:195)
`src/components/matchups/PlayerDrawer.tsx:195` calls `GET /api/player-logs?playerId=${pid}&season=${encodeURIComponent(logSeason)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-logs` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/players/names?ids=${qs} (src/components/trades/TradeBlockTab.tsx:107)
`src/components/trades/TradeBlockTab.tsx:107` calls `GET /api/players/names?ids=${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/players/names` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/players/names?ids=${qs} (src/components/trades/TradeBlockTab.tsx:134)
`src/components/trades/TradeBlockTab.tsx:134` calls `GET /api/players/names?ids=${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/players/names` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/rivalries/pairings (src/app/rivalries/page.tsx:913)
`src/app/rivalries/page.tsx:913` calls `GET /api/rivalries/pairings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rivalries/pairings` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/rivalries/status (src/app/rivalries/page.tsx:906)
`src/app/rivalries/page.tsx:906` calls `GET /api/rivalries/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rivalries/status` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/rules/ask (src/app/rules/page.tsx:183)
`src/app/rules/page.tsx:183` calls `GET /api/rules/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rules/ask` 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/search/pick-became?${qs.toString()} (src/app/admin/trades/AdminTradesContent.tsx:450)
`src/app/admin/trades/AdminTradesContent.tsx:450` calls `GET /api/search/pick-became?${qs.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/search/pick-became` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/search/players?q=${encodeURIComponent(q)} (src/app/admin/trades/AdminTradesContent.tsx:321)
`src/app/admin/trades/AdminTradesContent.tsx:321` calls `GET /api/search/players?q=${encodeURIComponent(q)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/search/players` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/search/players?q=${encodeURIComponent(query)} (src/app/trades/tracker/TrackerContent.tsx:35)
`src/app/trades/tracker/TrackerContent.tsx:35` calls `GET /api/search/players?q=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/search/players` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/suggestions (src/app/admin/suggestions/page.tsx:43)
`src/app/admin/suggestions/page.tsx:43` calls `GET /api/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions` 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/suggestions (src/app/suggestions/[id]/page.tsx:67)
`src/app/suggestions/[id]/page.tsx:67` calls `GET /api/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions` 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/suggestions (src/app/suggestions/page.tsx:126)
`src/app/suggestions/page.tsx:126` calls `GET /api/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions` 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/suggestions (src/components/admin/votes/AdminVotesDashboard.tsx:81)
`src/components/admin/votes/AdminVotesDashboard.tsx:81` calls `GET /api/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/suggestions/tallies (src/app/suggestions/page.tsx:140)
`src/app/suggestions/page.tsx:140` calls `GET /api/suggestions/tallies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions/tallies` 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/suggestions/tallies (src/app/suggestions/page.tsx:192)
`src/app/suggestions/page.tsx:192` calls `GET /api/suggestions/tallies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions/tallies` 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/taxi/analysis?season=${encodeURIComponent(season)}&rosterId=${tm.rosterId} (src/app/admin/taxi/page.tsx:110)
`src/app/admin/taxi/page.tsx:110` calls `GET /api/taxi/analysis?season=${encodeURIComponent(season)}&rosterId=${tm.rosterId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/taxi/analysis` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/taxi/flags (src/app/admin/taxi/page.tsx:97)
`src/app/admin/taxi/page.tsx:97` calls `GET /api/taxi/flags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/taxi/flags` 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/taxi/flags (src/app/page.tsx:439)
`src/app/page.tsx:439` calls `GET /api/taxi/flags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/taxi/flags` 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/taxi/flags (src/components/taxi/TaxiBanner.tsx:22)
`src/components/taxi/TaxiBanner.tsx:22` calls `GET /api/taxi/flags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/taxi/flags` 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/taxi/report (src/app/admin/taxi/page.tsx:230)
`src/app/admin/taxi/page.tsx:230` calls `GET /api/taxi/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/taxi/report` 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/taxi/validate?season=${encodeURIComponent(String(selectedYear))}&rosterId=${encodeURIComponent(String(rosterId))} (src/app/teams/[id]/TeamContent.tsx:228)
`src/app/teams/[id]/TeamContent.tsx:228` calls `GET /api/taxi/validate?season=${encodeURIComponent(String(selectedYear))}&rosterId=${encodeURIComponent(String(rosterId))}` 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: GET /api/team-prospect-draftboard (src/app/draft/room/team/page.tsx:394)
`src/app/draft/room/team/page.tsx:394` calls `GET /api/team-prospect-draftboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/team-prospect-draftboard` 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/teams/trade-blocks (src/components/trades/TradeBlockTab.tsx:243)
`src/components/trades/TradeBlockTab.tsx:243` calls `GET /api/teams/trade-blocks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/teams/trade-blocks` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/teams/trade-blocks (src/components/trades/TradeBlockTab.tsx:80)
`src/components/trades/TradeBlockTab.tsx:80` calls `GET /api/teams/trade-blocks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/teams/trade-blocks` 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/trade-analyzer/values (src/app/trades/analyzer/page.tsx:798)
`src/app/trades/analyzer/page.tsx:798` calls `GET /api/trade-analyzer/values` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trade-analyzer/values` 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/trade-block (src/app/trade-block/page.tsx:39)
`src/app/trade-block/page.tsx:39` calls `GET /api/trade-block` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trade-block` 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/trade-tree?${query} (src/app/trades/tracker/TrackerContent.tsx:158)
`src/app/trades/tracker/TrackerContent.tsx:158` calls `GET /api/trade-tree?${query}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trade-tree` 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: GET /api/votes (src/app/votes/page.tsx:83)
`src/app/votes/page.tsx:83` calls `GET /api/votes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes` 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/votes/${id} (src/app/votes/[id]/page.tsx:448)
`src/app/votes/[id]/page.tsx:448` calls `GET /api/votes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/wp-model (src/components/matchups/WinProbability.tsx:133)
`src/components/matchups/WinProbability.tsx:133` calls `GET /api/wp-model` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wp-model` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.fantasycalc.com/values/current?isDynasty=true&numQbs=2&ppr=0.5 (src/app/api/admin/refresh-dynasty-rankings/route.ts:48)
`src/app/api/admin/refresh-dynasty-rankings/route.ts:48` calls `GET https://api.fantasycalc.com/values/current?isDynasty=true&numQbs=2&ppr=0.5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.fantasycalc.c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.fantasycalc.com/values/current?isDynasty=true&numQbs=2&ppr=0.5 (src/app/api/newsletter/route.ts:1127)
`src/app/api/newsletter/route.ts:1127` calls `GET https://api.fantasycalc.com/values/current?isDynasty=true&numQbs=2&ppr=0.5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.fantasycalc.com/values/current`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.fantasycalc.com/values/current?isDynasty=true&numQbs=2&ppr=0.5 (src/lib/newsletter/data-integration.ts:662)
`src/lib/newsletter/data-integration.ts:662` calls `GET https://api.fantasycalc.com/values/current?isDynasty=true&numQbs=2&ppr=0.5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.fantasycalc.com/values/cu…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/league/${currentLeagueId}/traded_picks (src/app/api/mcp/drafts/route.ts:119)
`src/app/api/mcp/drafts/route.ts:119` calls `GET https://api.sleeper.app/v1/league/${currentLeagueId}/traded_picks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/league/<p>/traded_picks` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/league/${LEAGUE_IDS.CURRENT}/traded_picks (src/lib/mcp/handlers.ts:644)
`src/lib/mcp/handlers.ts:644` calls `GET https://api.sleeper.app/v1/league/${LEAGUE_IDS.CURRENT}/traded_picks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/league/<p>/traded_picks` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks (src/app/api/export/drafts/route.ts:144)
`src/app/api/export/drafts/route.ts:144` calls `GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/league/<p>/traded_picks` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks (src/app/api/league/overview/route.ts:217)
`src/app/api/league/overview/route.ts:217` calls `GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/league/<p>/traded_picks` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks (src/lib/mcp/handlers.ts:2061)
`src/lib/mcp/handlers.ts:2061` calls `GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/league/<p>/traded_picks` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks (src/lib/mcp/handlers.ts:2399)
`src/lib/mcp/handlers.ts:2399` calls `GET https://api.sleeper.app/v1/league/${leagueId}/traded_picks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/league/<p>/traded_picks` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/players/nfl (src/lib/newsletter/data-integration.ts:1089)
`src/lib/newsletter/data-integration.ts:1089` calls `GET https://api.sleeper.app/v1/players/nfl` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/players/nfl` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/state/nfl (src/app/admin/newsletter/page.tsx:222)
`src/app/admin/newsletter/page.tsx:222` calls `GET https://api.sleeper.app/v1/state/nfl` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/state/nfl` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.sleeper.app/v1/state/nfl (src/app/newsletter/page.tsx:48)
`src/app/newsletter/page.tsx:48` calls `GET https://api.sleeper.app/v1/state/nfl` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sleeper.app/v1/state/nfl` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD https://www.cloudflare.com (src/server/storage/r2.ts:65)
`src/server/storage/r2.ts:65` calls `HEAD https://www.cloudflare.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.cloudflare.com` 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: PATCH /api/newsletter/queue (src/app/admin/newsletter/EditorialCalendar.tsx:143)
`src/app/admin/newsletter/EditorialCalendar.tsx:143` calls `PATCH /api/newsletter/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/queue` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/votes/${pollId} (src/components/admin/votes/AdminVotesDashboard.tsx:104)
`src/components/admin/votes/AdminVotesDashboard.tsx:104` calls `PATCH /api/votes/${pollId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/votes/${pollId} (src/components/admin/votes/CreatePollWizard.tsx:61)
`src/components/admin/votes/CreatePollWizard.tsx:61` calls `PATCH /api/votes/${pollId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin-login (src/app/admin/taxi/page.tsx:157)
`src/app/admin/taxi/page.tsx:157` calls `POST /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` 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/admin-login (src/app/admin/trades/AdminTradesContent.tsx:129)
`src/app/admin/trades/AdminTradesContent.tsx:129` calls `POST /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin-login (src/components/auth/SignInForm.tsx:112)
`src/components/auth/SignInForm.tsx:112` calls `POST /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` 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/admin-login (src/components/layout/navbar.tsx:388)
`src/components/layout/navbar.tsx:388` calls `POST /api/admin-login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-login` 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/admin/pins (src/app/admin/pins/page.tsx:52)
`src/app/admin/pins/page.tsx:52` calls `POST /api/admin/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/pins` 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/admin/pins/set (src/app/admin/users/page.tsx:63)
`src/app/admin/users/page.tsx:63` calls `POST /api/admin/pins/set` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/pins/set` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/change-pin (src/components/layout/navbar.tsx:916)
`src/components/layout/navbar.tsx:916` calls `POST /api/auth/change-pin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/change-pin` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/login (src/components/auth/SignInForm.tsx:67)
`src/components/auth/SignInForm.tsx:67` calls `POST /api/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (src/components/layout/navbar.tsx:488)
`src/components/layout/navbar.tsx:488` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/draft (src/app/admin/draft/page.tsx:1005)
`src/app/admin/draft/page.tsx:1005` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:108)
`src/app/admin/draft/page.tsx:108` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1196)
`src/app/admin/draft/page.tsx:1196` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1216)
`src/app/admin/draft/page.tsx:1216` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1686)
`src/app/admin/draft/page.tsx:1686` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1760)
`src/app/admin/draft/page.tsx:1760` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1881)
`src/app/admin/draft/page.tsx:1881` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1943)
`src/app/admin/draft/page.tsx:1943` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:1970)
`src/app/admin/draft/page.tsx:1970` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:572)
`src/app/admin/draft/page.tsx:572` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:593)
`src/app/admin/draft/page.tsx:593` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:715)
`src/app/admin/draft/page.tsx:715` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:739)
`src/app/admin/draft/page.tsx:739` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:794)
`src/app/admin/draft/page.tsx:794` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:897)
`src/app/admin/draft/page.tsx:897` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:937)
`src/app/admin/draft/page.tsx:937` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/admin/draft/page.tsx:988)
`src/app/admin/draft/page.tsx:988` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:1697)
`src/app/draft/room/team/page.tsx:1697` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:1753)
`src/app/draft/room/team/page.tsx:1753` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:223)
`src/app/draft/room/team/page.tsx:223` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:271)
`src/app/draft/room/team/page.tsx:271` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:286)
`src/app/draft/room/team/page.tsx:286` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:301)
`src/app/draft/room/team/page.tsx:301` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:313)
`src/app/draft/room/team/page.tsx:313` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:338)
`src/app/draft/room/team/page.tsx:338` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:355)
`src/app/draft/room/team/page.tsx:355` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:471)
`src/app/draft/room/team/page.tsx:471` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:482)
`src/app/draft/room/team/page.tsx:482` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:496)
`src/app/draft/room/team/page.tsx:496` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:541)
`src/app/draft/room/team/page.tsx:541` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/app/draft/room/team/page.tsx:688)
`src/app/draft/room/team/page.tsx:688` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/components/draft-overlay/DraftOverlayLive.tsx:223)
`src/components/draft-overlay/DraftOverlayLive.tsx:223` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/components/draft-overlay/DraftOverlayLive.tsx:492)
`src/components/draft-overlay/DraftOverlayLive.tsx:492` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/components/draft-overlay/DraftOverlayLive.tsx:885)
`src/components/draft-overlay/DraftOverlayLive.tsx:885` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft (src/components/draft-overlay/useDraftData.ts:316)
`src/components/draft-overlay/useDraftData.ts:316` calls `POST /api/draft` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft` 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/draft/player-media (src/app/admin/draft/page.tsx:271)
`src/app/admin/draft/page.tsx:271` calls `POST /api/draft/player-media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-media` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/draft/player-media (src/app/admin/draft/page.tsx:343)
`src/app/admin/draft/page.tsx:343` calls `POST /api/draft/player-media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-media` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/draft/player-videos (src/app/admin/draft/page.tsx:154)
`src/app/admin/draft/page.tsx:154` calls `POST /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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/draft/player-videos (src/app/admin/draft/page.tsx:168)
`src/app/admin/draft/page.tsx:168` calls `POST /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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/draft/player-videos (src/app/admin/draft/page.tsx:192)
`src/app/admin/draft/page.tsx:192` calls `POST /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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/draft/player-videos (src/app/admin/draft/page.tsx:918)
`src/app/admin/draft/page.tsx:918` calls `POST /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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/draft/player-videos (src/app/admin/draft/page.tsx:921)
`src/app/admin/draft/page.tsx:921` calls `POST /api/draft/player-videos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/player-videos` 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/draft/trade (src/app/admin/draft/page.tsx:545)
`src/app/admin/draft/page.tsx:545` calls `POST /api/draft/trade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` 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/draft/trade (src/app/draft/room/team/page.tsx:1721)
`src/app/draft/room/team/page.tsx:1721` calls `POST /api/draft/trade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` 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/draft/trade (src/components/draft-overlay/DraftOverlayLive.tsx:892)
`src/components/draft-overlay/DraftOverlayLive.tsx:892` calls `POST /api/draft/trade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/draft/trade (src/components/draft-overlay/DraftTradeCenter.tsx:506)
`src/components/draft-overlay/DraftTradeCenter.tsx:506` calls `POST /api/draft/trade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/draft/trade (src/components/draft-overlay/DraftTradeCenter.tsx:523)
`src/components/draft-overlay/DraftTradeCenter.tsx:523` calls `POST /api/draft/trade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/trade` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/draft/travel (src/components/draft/DraftTravelSubtab.tsx:205)
`src/components/draft/DraftTravelSubtab.tsx:205` calls `POST /api/draft/travel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/draft/travel` 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/lineups/snapshot (src/app/teams/[id]/TeamContent.tsx:281)
`src/app/teams/[id]/TeamContent.tsx:281` calls `POST /api/lineups/snapshot` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/lineups/snapshot` 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/media/presign (src/app/admin/storage-test/page.tsx:37)
`src/app/admin/storage-test/page.tsx:37` calls `POST /api/media/presign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/media/presign` 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/newsletter (src/app/admin/newsletter/page.tsx:294)
`src/app/admin/newsletter/page.tsx:294` calls `POST /api/newsletter` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter` 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/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:362)
`src/app/admin/newsletter/EditModePanel.tsx:362` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:408)
`src/app/admin/newsletter/EditModePanel.tsx:408` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:436)
`src/app/admin/newsletter/EditModePanel.tsx:436` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:459)
`src/app/admin/newsletter/EditModePanel.tsx:459` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:486)
`src/app/admin/newsletter/EditModePanel.tsx:486` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:509)
`src/app/admin/newsletter/EditModePanel.tsx:509` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:576)
`src/app/admin/newsletter/EditModePanel.tsx:576` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/edit (src/app/admin/newsletter/EditModePanel.tsx:611)
`src/app/admin/newsletter/EditModePanel.tsx:611` calls `POST /api/newsletter/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/edit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/fact-audit (src/app/admin/newsletter/EditModePanel.tsx:305)
`src/app/admin/newsletter/EditModePanel.tsx:305` calls `POST /api/newsletter/fact-audit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/fact-audit` 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/newsletter/generate-section (src/app/admin/newsletter/section-lab/page.tsx:179)
`src/app/admin/newsletter/section-lab/page.tsx:179` calls `POST /api/newsletter/generate-section` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/generate-section` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/newsletter/generate-step (src/app/admin/diagnostics/page.tsx:149)
`src/app/admin/diagnostics/page.tsx:149` calls `POST /api/newsletter/generate-step` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/generate-step` 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/newsletter/generate-step (src/app/admin/newsletter/page.tsx:329)
`src/app/admin/newsletter/page.tsx:329` calls `POST /api/newsletter/generate-step` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/generate-step` 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/newsletter/generate-step (src/app/admin/newsletter/page.tsx:480)
`src/app/admin/newsletter/page.tsx:480` calls `POST /api/newsletter/generate-step` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/generate-step` 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/newsletter/publish (src/app/admin/newsletter/page.tsx:553)
`src/app/admin/newsletter/page.tsx:553` calls `POST /api/newsletter/publish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/publish` 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/newsletter/queue (src/app/admin/newsletter/EditorialCalendar.tsx:116)
`src/app/admin/newsletter/EditorialCalendar.tsx:116` calls `POST /api/newsletter/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/newsletter/queue` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/rivalries/admin (src/app/rivalries/page.tsx:741)
`src/app/rivalries/page.tsx:741` calls `POST /api/rivalries/admin` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rivalries/admin` 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/rivalries/submit (src/app/rivalries/page.tsx:278)
`src/app/rivalries/page.tsx:278` calls `POST /api/rivalries/submit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rivalries/submit` 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/rules/ask (src/app/rules/page.tsx:201)
`src/app/rules/page.tsx:201` calls `POST /api/rules/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rules/ask` 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/suggestions (src/app/suggestions/page.tsx:263)
`src/app/suggestions/page.tsx:263` calls `POST /api/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/suggestions` 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/trade-block (src/app/trade-block/page.tsx:60)
`src/app/trade-block/page.tsx:60` calls `POST /api/trade-block` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trade-block` 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/votes (src/components/admin/votes/CreatePollWizard.tsx:555)
`src/components/admin/votes/CreatePollWizard.tsx:555` calls `POST /api/votes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/votes/${id}/cast (src/app/votes/[id]/page.tsx:497)
`src/app/votes/[id]/page.tsx:497` calls `POST /api/votes/${id}/cast` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>/cast` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/votes/${id}/cast (src/app/votes/[id]/page.tsx:539)
`src/app/votes/[id]/page.tsx:539` calls `POST /api/votes/${id}/cast` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>/cast` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/votes/${id}/respond (src/app/votes/[id]/page.tsx:515)
`src/app/votes/[id]/page.tsx:515` calls `POST /api/votes/${id}/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>/respond` 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: POST /api/votes/${id}/respond (src/app/votes/[id]/page.tsx:540)
`src/app/votes/[id]/page.tsx:540` calls `POST /api/votes/${id}/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>/respond` 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: POST /api/votes/${pollId}/upload (src/components/votes/FormQuestionFields.tsx:436)
`src/components/votes/FormQuestionFields.tsx:436` calls `POST /api/votes/${pollId}/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/votes/<p>/upload` 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.cerebras.ai/v1/chat/completions (src/app/api/rules/ask/route.ts:130)
`src/app/api/rules/ask/route.ts:130` calls `POST https://api.cerebras.ai/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.cerebras.ai/v1/chat/completions` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.groq.com/openai/v1/chat/completions (src/app/api/rules/ask/route.ts:107)
`src/app/api/rules/ask/route.ts:107` calls `POST https://api.groq.com/openai/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.groq.com/openai/v1/chat/completions` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (src/lib/utils/email.ts:27)
`src/lib/utils/email.ts:27` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:133)
`src/app/admin/suggestions/page.tsx:133` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:233)
`src/app/admin/suggestions/page.tsx:233` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:281)
`src/app/admin/suggestions/page.tsx:281` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:312)
`src/app/admin/suggestions/page.tsx:312` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:343)
`src/app/admin/suggestions/page.tsx:343` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:370)
`src/app/admin/suggestions/page.tsx:370` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:387)
`src/app/admin/suggestions/page.tsx:387` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:405)
`src/app/admin/suggestions/page.tsx:405` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/suggestions (src/app/admin/suggestions/page.tsx:418)
`src/app/admin/suggestions/page.tsx:418` calls `PUT /api/admin/suggestions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/suggestions` 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: PUT /api/admin/votes/${pollId}/form (src/components/admin/votes/CreatePollWizard.tsx:533)
`src/components/admin/votes/CreatePollWizard.tsx:533` calls `PUT /api/admin/votes/${pollId}/form` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/votes/<p>/form` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/me/suggestions/endorse (src/app/suggestions/[id]/page.tsx:136)
`src/app/suggestions/[id]/page.tsx:136` calls `PUT /api/me/suggestions/endorse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/suggestions/endorse` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/me/suggestions/endorse (src/app/suggestions/page.tsx:287)
`src/app/suggestions/page.tsx:287` calls `PUT /api/me/suggestions/endorse` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/suggestions/endorse` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/me/suggestions/vote (src/app/suggestions/page.tsx:185)
`src/app/suggestions/page.tsx:185` calls `PUT /api/me/suggestions/vote` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/suggestions/vote` 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: PUT /api/me/trade-block (src/components/trades/TradeBlockTab.tsx:226)
`src/components/trades/TradeBlockTab.tsx:226` calls `PUT /api/me/trade-block` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/me/trade-block` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
medium Security checks quality Practices conf 0.62 Foundry mined assumption checks: Typenine/East-v-West-Website
Comment chain pattern product: assumption_checks Repo: Typenine/East-v-West-Website Thread: Typenine/East-v-West-Website#8 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_r…
medium Security checks quality maintenance conf 0.70 7 occurrences Foundry mined blueprint gap alignment: Typenine/East-v-West-Website
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
7 occurrences
repo-level (7 hits)
medium Security checks quality Practices conf 0.72 3 occurrences Foundry mined review feedback without structured fix: Typenine/East-v-West-Website
Graph query export: Review feedback without structured fix chain Query id: review_feedback_without_structured_fix Query type: motif_query Intent: Weak-supervision examples for review comments lacking a traceable fix. Motif: review_feedback_without_structured_fix Training usage: weak_supervision Gra…
3 occurrences
repo-level (3 hits)
medium Security checks quality Practices conf 0.70 11 occurrences Foundry mined unresolved feedback: Typenine/East-v-West-Website
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
11 occurrences
repo-level (11 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/app/layout.tsx:35
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/newsletter/page.tsx:169
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/rules/page.tsx:538
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 — scripts/run-newsletter.mjs:102
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/test-presign.mjs:10
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/admin/draft/page.tsx:715
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/admin/newsletter/EditModePanel.tsx:509
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/admin/newsletter/page.tsx:222
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/admin/newsletter/personality/page.tsx:85
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/admin/storage-test/page.tsx:45
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/admin/taxi/page.tsx:97
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/admin/trades/AdminTradesContent.tsx:450
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/admin/users/page.tsx:89
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/admin/suggestions/recover-from-resend/route.ts:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/api/cron/trade-notifier/route.ts:91
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/newsletter/route.ts:74
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/rules/ask/route.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 — src/app/draft/room/team/page.tsx:355
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/newsletter/page.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 — src/app/rivalries/page.tsx:913
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/teams/[id]/TeamContent.tsx:814
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/trade-block/page.tsx:39
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/votes/[id]/page.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 — src/components/admin/votes/AdminPollResults.tsx:57
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/admin/votes/CreatePollWizard.tsx:61
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/draft-overlay/DraftInfoBarTicker.tsx:380
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/draft-overlay/DraftTradeCenter.tsx:523
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/draft-overlay/useDraftData.ts:316
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/draft/DraftTravelSubtab.tsx: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/components/draft/TeamProspectDraftboard.tsx:429
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/trades/TradeBlockTab.tsx:243
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/votes/FormQuestionFields.tsx: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 — src/lib/draft/fetch-draft-travel-sheet.ts:104
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/newsletter/data-integration.ts:1085
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/utils/espn-depth.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 — src/lib/utils/trades.ts:134
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality 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 security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/layout.tsx:35
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/layout.tsx:35 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/newsletter/page.tsx:169
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/newsletter/page.tsx:169 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/app/rules/page.tsx:538
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/app/rules/page.tsx:538 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in newsletter-preview.html:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
newsletter-preview.html:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/app/draft/DraftContent.tsx:772
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/app/draft/DraftContent.tsx:772 Direct innerhtml assignment

Showing first 300 of 379. 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/177e9197-4c24-4931-baa9-4bd0e7c3dcce/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/177e9197-4c24-4931-baa9-4bd0e7c3dcce/

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.