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.

Timehue/ShinobiX

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

491 raw signals (4 security + 487 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 490 actionable findings from 2 signal sources. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 62.1/100 with 100.0% coverage. It contains 3903 nodes across 13 cross-layer flows, written primarily in mixed languages. Engine surfaced 487 findings — concentrated in quality (255), api (202), frontend (15). Risk profile is high: 0 critical, 191 high, 43 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 292 of 490 actionable findings. 492 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.

high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/images?id=${encodeURIComponent(asset.key)} (shinobij.client/src/screens/AdminPanel.tsx:4972)
`shinobij.client/src/screens/AdminPanel.tsx:4972` calls `DELETE /api/images?id=${encodeURIComponent(asset.key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/images?id=${encodeURIComponent(key)} (shinobij.client/src/components/KenneyAtlasPicker.tsx:245)
`shinobij.client/src/components/KenneyAtlasPicker.tsx:245` calls `DELETE /api/images?id=${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/images?id=${encodeURIComponent(key)} (shinobij.client/src/screens/AdminPanel.tsx:5179)
`shinobij.client/src/screens/AdminPanel.tsx:5179` calls `DELETE /api/images?id=${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/player/challenge (shinobij.client/src/App.tsx:3008)
`shinobij.client/src/App.tsx:3008` calls `DELETE /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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: DELETE /api/player/challenge (shinobij.client/src/screens/Arena.tsx:3862)
`shinobij.client/src/screens/Arena.tsx:3862` calls `DELETE /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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: DELETE /api/player/challenge (shinobij.client/src/screens/Arena.tsx:928)
`shinobij.client/src/screens/Arena.tsx:928` calls `DELETE /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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: DELETE /api/player/challenge (shinobij.client/src/screens/PetArena.tsx:942)
`shinobij.client/src/screens/PetArena.tsx:942` calls `DELETE /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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: DELETE /api/player/challenge (shinobij.client/src/screens/PetArena.tsx:975)
`shinobij.client/src/screens/PetArena.tsx:975` calls `DELETE /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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: DELETE /api/player/friends (shinobij.client/src/lib/friends.ts:83)
`shinobij.client/src/lib/friends.ts:83` calls `DELETE /api/player/friends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/friends` 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: DELETE /api/save/${clanSlug(character.clan)} (shinobij.client/src/screens/ClanHall.tsx:235)
`shinobij.client/src/screens/ClanHall.tsx:235` calls `DELETE /api/save/${clanSlug(character.clan)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/save/${encodeURIComponent(accountName.toLowerCase())} (shinobij.client/src/App.tsx:5273)
`shinobij.client/src/App.tsx:5273` calls `DELETE /api/save/${encodeURIComponent(accountName.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/save/${encodeURIComponent(pmTargetName.trim().toLowerCase())} (shinobij.client/src/screens/AdminPanel.tsx:1021)
`shinobij.client/src/screens/AdminPanel.tsx:1021` calls `DELETE /api/save/${encodeURIComponent(pmTargetName.trim().toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/... (shinobij.client/src/App.tsx:98)
`shinobij.client/src/App.tsx:98` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` 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/asset-report (shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:95)
`shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:95` calls `GET /api/admin/asset-report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/asset-report` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/audit-log?domain=${domain}&limit=200 (shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:135)
`shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:135` calls `GET /api/admin/audit-log?domain=${domain}&limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/audit-log` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/battle-receipts?battleId=${encodeURIComponent(id)} (shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:75)
`shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:75` calls `GET /api/admin/battle-receipts?battleId=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/battle-receipts` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/item-review (shinobij.client/src/screens/AdminPanel.tsx:817)
`shinobij.client/src/screens/AdminPanel.tsx:817` calls `GET /api/admin/item-review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/item-review` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/moderation (shinobij.client/src/screens/ModerationPanel.tsx:57)
`shinobij.client/src/screens/ModerationPanel.tsx:57` calls `GET /api/admin/moderation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/moderation` 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/bloodlines/list (shinobij.client/src/App.tsx:3198)
`shinobij.client/src/App.tsx:3198` calls `GET /api/bloodlines/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bloodlines/list` 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/bloodlines/list (shinobij.client/src/screens/AdminPanel.tsx:832)
`shinobij.client/src/screens/AdminPanel.tsx:832` calls `GET /api/bloodlines/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bloodlines/list` 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/clan/pet-escort/list?clanName=${encodeURIComponent(character.clan)} (shinobij.client/src/screens/ClanSealPool.tsx:58)
`shinobij.client/src/screens/ClanSealPool.tsx:58` calls `GET /api/clan/pet-escort/list?clanName=${encodeURIComponent(character.clan)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/pet-escort/list` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clan/seal-pool/get?clanName=${encodeURIComponent(character.clan)} (shinobij.client/src/screens/ClanSealPool.tsx:50)
`shinobij.client/src/screens/ClanSealPool.tsx:50` calls `GET /api/clan/seal-pool/get?clanName=${encodeURIComponent(character.clan)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/seal-pool/get` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/clan/war/list (shinobij.client/src/lib/clan-war-api.ts:49)
`shinobij.client/src/lib/clan-war-api.ts:49` calls `GET /api/clan/war/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/list` 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/clans/list (shinobij.client/src/screens/ClanHall.tsx:77)
`shinobij.client/src/screens/ClanHall.tsx:77` calls `GET /api/clans/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clans/list` 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/game-state (shinobij.client/src/screens/StartScreen.tsx:216)
`shinobij.client/src/screens/StartScreen.tsx:216` calls `GET /api/game-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/game-state` 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: GET /api/game-state (shinobij.client/src/screens/VillageWarScreen.tsx:35)
`shinobij.client/src/screens/VillageWarScreen.tsx:35` calls `GET /api/game-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/game-state` 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/images?cat=${encodeURIComponent(cat)} (shinobij.client/src/screens/AdminPanel.tsx:755)
`shinobij.client/src/screens/AdminPanel.tsx:755` calls `GET /api/images?cat=${encodeURIComponent(cat)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/images?cat=${encodeURIComponent(cat)}&cb=${cb} (shinobij.client/src/App.tsx:4536)
`shinobij.client/src/App.tsx:4536` calls `GET /api/images?cat=${encodeURIComponent(cat)}&cb=${cb}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/images?cat=${encodeURIComponent(cat)}&ids=1&cb=${cb} (shinobij.client/src/App.tsx:4527)
`shinobij.client/src/App.tsx:4527` calls `GET /api/images?cat=${encodeURIComponent(cat)}&ids=1&cb=${cb}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/images?cat=${s.cat}&ids=1 (shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:104)
`shinobij.client/src/screens/AdminDiagnosticsPanel.tsx:104` calls `GET /api/images?cat=${s.cat}&ids=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/images?cat=item (shinobij.client/src/screens/AdminPanel.tsx:3287)
`shinobij.client/src/screens/AdminPanel.tsx:3287` calls `GET /api/images?cat=item` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/images?cat=jutsu (shinobij.client/src/screens/AdminPanel.tsx:3468)
`shinobij.client/src/screens/AdminPanel.tsx:3468` calls `GET /api/images?cat=jutsu` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/images?cat=pet (shinobij.client/src/screens/AdminPanel.tsx:4029)
`shinobij.client/src/screens/AdminPanel.tsx:4029` calls `GET /api/images?cat=pet` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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: GET /api/messages (shinobij.client/src/lib/mail-unread.ts:31)
`shinobij.client/src/lib/mail-unread.ts:31` calls `GET /api/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/messages` 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/messages (shinobij.client/src/screens/Messages.tsx:39)
`shinobij.client/src/screens/Messages.tsx:39` calls `GET /api/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/messages` 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/messages?with=${encodeURIComponent(withName)} (shinobij.client/src/screens/Messages.tsx:43)
`shinobij.client/src/screens/Messages.tsx:43` calls `GET /api/messages?with=${encodeURIComponent(withName)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/messages` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/missions/daily?playerName=${encodeURIComponent(character.name)} (shinobij.client/src/screens/DailyProfessionMissions.tsx:58)
`shinobij.client/src/screens/DailyProfessionMissions.tsx:58` calls `GET /api/missions/daily?playerName=${encodeURIComponent(character.name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/daily` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/player/friends?playerName=${encodeURIComponent(playerName)} (shinobij.client/src/lib/friends.ts:27)
`shinobij.client/src/lib/friends.ts:27` calls `GET /api/player/friends?playerName=${encodeURIComponent(playerName)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/friends` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/player/injured-villagers?healerName=${encodeURIComponent(character.name)} (shinobij.client/src/screens/Hospital.tsx:36)
`shinobij.client/src/screens/Hospital.tsx:36` calls `GET /api/player/injured-villagers?healerName=${encodeURIComponent(character.name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/injured-villagers` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/player/roster (shinobij.client/src/App.tsx:3149)
`shinobij.client/src/App.tsx:3149` calls `GET /api/player/roster` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/roster` 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/player/roster (shinobij.client/src/screens/StartScreen.tsx:215)
`shinobij.client/src/screens/StartScreen.tsx:215` calls `GET /api/player/roster` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/roster` 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/pvp/chat?id=${encodeURIComponent(battleId)} (shinobij.client/src/screens/PvpBattleScreen.tsx:627)
`shinobij.client/src/screens/PvpBattleScreen.tsx:627` calls `GET /api/pvp/chat?id=${encodeURIComponent(battleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/chat` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/pvp/session?id=${encodeURIComponent(battleId)} (shinobij.client/src/screens/PvpBattleScreen.tsx:235)
`shinobij.client/src/screens/PvpBattleScreen.tsx:235` calls `GET /api/pvp/session?id=${encodeURIComponent(battleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/pvp/session?id=${encodeURIComponent(battleId)} (shinobij.client/src/screens/PvpBattleScreen.tsx:254)
`shinobij.client/src/screens/PvpBattleScreen.tsx:254` calls `GET /api/pvp/session?id=${encodeURIComponent(battleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/pvp/session?id=${encodeURIComponent(parsed.pvpBattleId)} (shinobij.client/src/App.tsx:3511)
`shinobij.client/src/App.tsx:3511` calls `GET /api/pvp/session?id=${encodeURIComponent(parsed.pvpBattleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/pvp/spectate?id=${encodeURIComponent(battleId)} (shinobij.client/src/screens/PvpBattleScreen.tsx:672)
`shinobij.client/src/screens/PvpBattleScreen.tsx:672` calls `GET /api/pvp/spectate?id=${encodeURIComponent(battleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/spectate` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/save/${clanSlug(name)} (shinobij.client/src/lib/clan-api.ts:15)
`shinobij.client/src/lib/clan-api.ts:15` calls `GET /api/save/${clanSlug(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${clanSlug(name)} (shinobij.client/src/lib/clan-api.ts:27)
`shinobij.client/src/lib/clan-api.ts:27` calls `GET /api/save/${clanSlug(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(accountName)} (shinobij.client/src/App.tsx:2864)
`shinobij.client/src/App.tsx:2864` calls `GET /api/save/${encodeURIComponent(accountName)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(accountName.toLowerCase())} (shinobij.client/src/App.tsx:4777)
`shinobij.client/src/App.tsx:4777` calls `GET /api/save/${encodeURIComponent(accountName.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/save/${encodeURIComponent(character.name)} (shinobij.client/src/App.tsx:9112)
`shinobij.client/src/App.tsx:9112` calls `GET /api/save/${encodeURIComponent(character.name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<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/save/${encodeURIComponent(name.toLowerCase())} (shinobij.client/src/App.tsx:4009)
`shinobij.client/src/App.tsx:4009` calls `GET /api/save/${encodeURIComponent(name.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(name.toLowerCase())} (shinobij.client/src/screens/AdminPanel.tsx:989)
`shinobij.client/src/screens/AdminPanel.tsx:989` calls `GET /api/save/${encodeURIComponent(name.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/save/${encodeURIComponent(name.toLowerCase())}?combatOnly=1 (shinobij.client/src/lib/pvp-session.ts:54)
`shinobij.client/src/lib/pvp-session.ts:54` calls `GET /api/save/${encodeURIComponent(name.toLowerCase())}?combatOnly=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/save/${encodeURIComponent(pmEditName.trim().toLowerCase())} (shinobij.client/src/screens/AdminPanel.tsx:916)
`shinobij.client/src/screens/AdminPanel.tsx:916` calls `GET /api/save/${encodeURIComponent(pmEditName.trim().toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/save/${encodeURIComponent(pmTargetName.trim().toLowerCase())} (shinobij.client/src/screens/AdminPanel.tsx:856)
`shinobij.client/src/screens/AdminPanel.tsx:856` calls `GET /api/save/${encodeURIComponent(pmTargetName.trim().toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/save/... (shinobij.client/src/authFetch.ts:30)
`shinobij.client/src/authFetch.ts:30` calls `GET /api/save/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/...` 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/village/chat?village=${encodeURIComponent(character.village)} (shinobij.client/src/screens/VillageTavern.tsx:20)
`shinobij.client/src/screens/VillageTavern.tsx:20` calls `GET /api/village/chat?village=${encodeURIComponent(character.village)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/chat` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/village/kage?village=${encodeURIComponent(character.village)} (shinobij.client/src/screens/TownHall.tsx:115)
`shinobij.client/src/screens/TownHall.tsx:115` calls `GET /api/village/kage?village=${encodeURIComponent(character.village)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/kage` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/weekly-boss (shinobij.client/src/screens/HallOfLegends.tsx:34)
`shinobij.client/src/screens/HallOfLegends.tsx:34` calls `GET /api/weekly-boss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/weekly-boss` 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/weekly-boss (shinobij.client/src/screens/WeeklyBossArena.tsx:38)
`shinobij.client/src/screens/WeeklyBossArena.tsx:38` calls `GET /api/weekly-boss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/weekly-boss` 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/world-state (shinobij.client/src/screens/CentralHub.tsx:98)
`shinobij.client/src/screens/CentralHub.tsx:98` calls `GET /api/world-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/world-state` 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: GET /api/world-state (shinobij.client/src/screens/VillageWarScreen.tsx:46)
`shinobij.client/src/screens/VillageWarScreen.tsx:46` calls `GET /api/world-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/world-state` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin-auth (shinobij.client/src/screens/AdminLogin.tsx:29)
`shinobij.client/src/screens/AdminLogin.tsx:29` calls `POST /api/admin-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin-auth` 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: POST /api/admin/bloodline-review (shinobij.client/src/screens/AdminPanel.tsx:1115)
`shinobij.client/src/screens/AdminPanel.tsx:1115` calls `POST /api/admin/bloodline-review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/bloodline-review` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/bloodline-review (shinobij.client/src/screens/AdminPanel.tsx:1859)
`shinobij.client/src/screens/AdminPanel.tsx:1859` calls `POST /api/admin/bloodline-review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/bloodline-review` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/item-review (shinobij.client/src/screens/AdminPanel.tsx:1093)
`shinobij.client/src/screens/AdminPanel.tsx:1093` calls `POST /api/admin/item-review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/item-review` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/moderation (shinobij.client/src/screens/ModerationPanel.tsx:78)
`shinobij.client/src/screens/ModerationPanel.tsx:78` calls `POST /api/admin/moderation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/moderation` 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/admin/players (shinobij.client/src/screens/AdminPanel.tsx:787)
`shinobij.client/src/screens/AdminPanel.tsx:787` calls `POST /api/admin/players` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/players` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/server-reset (shinobij.client/src/screens/AdminPanel.tsx:1044)
`shinobij.client/src/screens/AdminPanel.tsx:1044` calls `POST /api/admin/server-reset` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/server-reset` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/arena/lobby (shinobij.client/src/components/ArenaCoopLobby.tsx:27)
`shinobij.client/src/components/ArenaCoopLobby.tsx:27` calls `POST /api/arena/lobby` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arena/lobby` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bank/claim-interest (shinobij.client/src/screens/Bank.tsx:46)
`shinobij.client/src/screens/Bank.tsx:46` calls `POST /api/bank/claim-interest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bank/claim-interest` 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/battle/lock (shinobij.client/src/lib/battle-save.ts:77)
`shinobij.client/src/lib/battle-save.ts:77` calls `POST /api/battle/lock` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/battle/lock` 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/clan/seal-pool/distribute (shinobij.client/src/screens/ClanSealPool.tsx:117)
`shinobij.client/src/screens/ClanSealPool.tsx:117` calls `POST /api/clan/seal-pool/distribute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/seal-pool/distribute` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/seal-pool/donate (shinobij.client/src/screens/ClanSealPool.tsx:96)
`shinobij.client/src/screens/ClanSealPool.tsx:96` calls `POST /api/clan/seal-pool/donate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/seal-pool/donate` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/territory/collect-supply (shinobij.client/src/screens/ClanHall.tsx:362)
`shinobij.client/src/screens/ClanHall.tsx:362` calls `POST /api/clan/territory/collect-supply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/territory/collect-supply` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/treasury/donate (shinobij.client/src/lib/player-api.ts:52)
`shinobij.client/src/lib/player-api.ts:52` calls `POST /api/clan/treasury/donate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/treasury/donate` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/treasury/transfer (shinobij.client/src/screens/ClanHall.tsx:290)
`shinobij.client/src/screens/ClanHall.tsx:290` calls `POST /api/clan/treasury/transfer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/treasury/transfer` 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/clan/treasury/transfer (shinobij.client/src/screens/ClanHall.tsx:318)
`shinobij.client/src/screens/ClanHall.tsx:318` calls `POST /api/clan/treasury/transfer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/treasury/transfer` 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/clan/upgrade/purchase (shinobij.client/src/lib/player-api.ts:77)
`shinobij.client/src/lib/player-api.ts:77` calls `POST /api/clan/upgrade/purchase` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/upgrade/purchase` 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/clan/war/challenge (shinobij.client/src/lib/clan-war-api.ts:73)
`shinobij.client/src/lib/clan-war-api.ts:73` calls `POST /api/clan/war/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/challenge` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/war/declare (shinobij.client/src/lib/clan-war-api.ts:61)
`shinobij.client/src/lib/clan-war-api.ts:61` calls `POST /api/clan/war/declare` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/declare` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/war/report (shinobij.client/src/App.tsx:2561)
`shinobij.client/src/App.tsx:2561` calls `POST /api/clan/war/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/report` 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/clan/war/tilecards (shinobij.client/src/App.tsx:2654)
`shinobij.client/src/App.tsx:2654` calls `POST /api/clan/war/tilecards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/tilecards` 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/clan/war/tilecards (shinobij.client/src/screens/ClanWarTileCardDuel.tsx:107)
`shinobij.client/src/screens/ClanWarTileCardDuel.tsx:107` calls `POST /api/clan/war/tilecards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/tilecards` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clan/war/tilecards (shinobij.client/src/screens/ClanWarTileCardDuel.tsx:160)
`shinobij.client/src/screens/ClanWarTileCardDuel.tsx:160` calls `POST /api/clan/war/tilecards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clan/war/tilecards` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/images (shinobij.client/src/lib/shared-images.ts:65)
`shinobij.client/src/lib/shared-images.ts:65` calls `POST /api/images` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/images` 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/jutsu/speedup (shinobij.client/src/screens/Training.tsx:218)
`shinobij.client/src/screens/Training.tsx:218` calls `POST /api/jutsu/speedup` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jutsu/speedup` 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/jutsu/train-with-seals (shinobij.client/src/screens/Training.tsx:184)
`shinobij.client/src/screens/Training.tsx:184` calls `POST /api/jutsu/train-with-seals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jutsu/train-with-seals` 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/messages (shinobij.client/src/screens/Messages.tsx:70)
`shinobij.client/src/screens/Messages.tsx:70` calls `POST /api/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/messages` 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/missions/claim-mission (shinobij.client/src/lib/claim-mission.ts:50)
`shinobij.client/src/lib/claim-mission.ts:50` calls `POST /api/missions/claim-mission` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/claim-mission` 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/missions/expedition-start (shinobij.client/src/screens/PetYard.tsx:117)
`shinobij.client/src/screens/PetYard.tsx:117` calls `POST /api/missions/expedition-start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/expedition-start` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/missions/raid-start (shinobij.client/src/App.tsx:2412)
`shinobij.client/src/App.tsx:2412` calls `POST /api/missions/raid-start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/raid-start` 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/missions/report-pet-event (shinobij.client/src/screens/PetYard.tsx:206)
`shinobij.client/src/screens/PetYard.tsx:206` calls `POST /api/missions/report-pet-event` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/report-pet-event` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/missions/report-pet-event (shinobij.client/src/screens/PetYard.tsx:270)
`shinobij.client/src/screens/PetYard.tsx:270` calls `POST /api/missions/report-pet-event` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/report-pet-event` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/missions/report-pvp-win (shinobij.client/src/App.tsx:9151)
`shinobij.client/src/App.tsx:9151` calls `POST /api/missions/report-pvp-win` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/report-pvp-win` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/missions/report-raid (shinobij.client/src/App.tsx:5406)
`shinobij.client/src/App.tsx:5406` calls `POST /api/missions/report-raid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/missions/report-raid` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/perf-beacon (shinobij.client/src/lib/perfTelemetry.ts:236)
`shinobij.client/src/lib/perfTelemetry.ts:236` calls `POST /api/perf-beacon` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perf-beacon` 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/pet/battle-result (shinobij.client/src/screens/PetArena.tsx:555)
`shinobij.client/src/screens/PetArena.tsx:555` calls `POST /api/pet/battle-result` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pet/battle-result` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pet/battle-result (shinobij.client/src/screens/PetArena.tsx:629)
`shinobij.client/src/screens/PetArena.tsx:629` calls `POST /api/pet/battle-result` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pet/battle-result` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pet/battle-result (shinobij.client/src/screens/PetArena.tsx:719)
`shinobij.client/src/screens/PetArena.tsx:719` calls `POST /api/pet/battle-result` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pet/battle-result` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pet/evolve (shinobij.client/src/screens/PetYard.tsx:421)
`shinobij.client/src/screens/PetYard.tsx:421` calls `POST /api/pet/evolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pet/evolve` 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/pet/ranked-start (shinobij.client/src/screens/Arena.tsx:871)
`shinobij.client/src/screens/Arena.tsx:871` calls `POST /api/pet/ranked-start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pet/ranked-start` 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/player-auth (shinobij.client/src/App.tsx:3951)
`shinobij.client/src/App.tsx:3951` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player-auth (shinobij.client/src/App.tsx:4969)
`shinobij.client/src/App.tsx:4969` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player-auth (shinobij.client/src/App.tsx:5182)
`shinobij.client/src/App.tsx:5182` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player-auth (shinobij.client/src/App.tsx:5247)
`shinobij.client/src/App.tsx:5247` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player-auth (shinobij.client/src/App.tsx:5278)
`shinobij.client/src/App.tsx:5278` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player-auth (shinobij.client/src/components/ChangePasswordCard.tsx:37)
`shinobij.client/src/components/ChangePasswordCard.tsx:37` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/player-auth (shinobij.client/src/screens/AdminLogin.tsx:110)
`shinobij.client/src/screens/AdminLogin.tsx:110` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player-auth (shinobij.client/src/screens/AdminLogin.tsx:148)
`shinobij.client/src/screens/AdminLogin.tsx:148` calls `POST /api/player-auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player-auth` 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/player/challenge (shinobij.client/src/App.tsx:3022)
`shinobij.client/src/App.tsx:3022` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/App.tsx:8758)
`shinobij.client/src/App.tsx:8758` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/lib/duel-challenge.ts:38)
`shinobij.client/src/lib/duel-challenge.ts:38` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/lib/player-api.ts:12)
`shinobij.client/src/lib/player-api.ts:12` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/player/challenge (shinobij.client/src/screens/Arena.tsx:3867)
`shinobij.client/src/screens/Arena.tsx:3867` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/player/challenge (shinobij.client/src/screens/Arena.tsx:897)
`shinobij.client/src/screens/Arena.tsx:897` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/Arena.tsx:933)
`shinobij.client/src/screens/Arena.tsx:933` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/PetArena.tsx:238)
`shinobij.client/src/screens/PetArena.tsx:238` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/PetArena.tsx:303)
`shinobij.client/src/screens/PetArena.tsx:303` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/PetArena.tsx:331)
`shinobij.client/src/screens/PetArena.tsx:331` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/PetArena.tsx:947)
`shinobij.client/src/screens/PetArena.tsx:947` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/PetArena.tsx:980)
`shinobij.client/src/screens/PetArena.tsx:980` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/challenge (shinobij.client/src/screens/WorldMap.tsx:425)
`shinobij.client/src/screens/WorldMap.tsx:425` calls `POST /api/player/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/challenge` 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/player/friends (shinobij.client/src/lib/friends.ts:62)
`shinobij.client/src/lib/friends.ts:62` calls `POST /api/player/friends` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/friends` 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: POST /api/player/heal (shinobij.client/src/screens/Hospital.tsx:127)
`shinobij.client/src/screens/Hospital.tsx:127` calls `POST /api/player/heal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/heal` 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/player/heal (shinobij.client/src/screens/Hospital.tsx:65)
`shinobij.client/src/screens/Hospital.tsx:65` calls `POST /api/player/heal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/heal` 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: POST /api/player/heal (shinobij.client/src/screens/Hospital.tsx:95)
`shinobij.client/src/screens/Hospital.tsx:95` calls `POST /api/player/heal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/player/heal` 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: POST /api/profession/choose (shinobij.client/src/screens/ProfessionPicker.tsx:97)
`shinobij.client/src/screens/ProfessionPicker.tsx:97` calls `POST /api/profession/choose` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/profession/choose` 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/pvp/chat?id=${encodeURIComponent(battleId)} (shinobij.client/src/screens/PvpBattleScreen.tsx:650)
`shinobij.client/src/screens/PvpBattleScreen.tsx:650` calls `POST /api/pvp/chat?id=${encodeURIComponent(battleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/chat` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/pvp/claim-rewards (shinobij.client/src/screens/PvpBattleScreen.tsx:497)
`shinobij.client/src/screens/PvpBattleScreen.tsx:497` calls `POST /api/pvp/claim-rewards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/claim-rewards` 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/pvp/move (shinobij.client/src/screens/PvpBattleScreen.tsx:921)
`shinobij.client/src/screens/PvpBattleScreen.tsx:921` calls `POST /api/pvp/move` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/move` 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/pvp/pet-ranked-queue (shinobij.client/src/screens/Arena.tsx:428)
`shinobij.client/src/screens/Arena.tsx:428` calls `POST /api/pvp/pet-ranked-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/pet-ranked-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: POST /api/pvp/pet-ranked-queue (shinobij.client/src/screens/Arena.tsx:466)
`shinobij.client/src/screens/Arena.tsx:466` calls `POST /api/pvp/pet-ranked-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/pet-ranked-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: POST /api/pvp/pet-ranked-queue (shinobij.client/src/screens/Arena.tsx:478)
`shinobij.client/src/screens/Arena.tsx:478` calls `POST /api/pvp/pet-ranked-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/pet-ranked-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: POST /api/pvp/ranked-queue (shinobij.client/src/screens/Arena.tsx:352)
`shinobij.client/src/screens/Arena.tsx:352` calls `POST /api/pvp/ranked-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/ranked-queue` 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/pvp/ranked-queue (shinobij.client/src/screens/Arena.tsx:388)
`shinobij.client/src/screens/Arena.tsx:388` calls `POST /api/pvp/ranked-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/ranked-queue` 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/pvp/ranked-queue (shinobij.client/src/screens/Arena.tsx:409)
`shinobij.client/src/screens/Arena.tsx:409` calls `POST /api/pvp/ranked-queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/ranked-queue` 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/pvp/session (shinobij.client/src/App.tsx:3351)
`shinobij.client/src/App.tsx:3351` calls `POST /api/pvp/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` 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/pvp/session (shinobij.client/src/App.tsx:8690)
`shinobij.client/src/App.tsx:8690` calls `POST /api/pvp/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` 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/pvp/session (shinobij.client/src/screens/Arena.tsx:966)
`shinobij.client/src/screens/Arena.tsx:966` calls `POST /api/pvp/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` 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/pvp/session (shinobij.client/src/screens/WorldMap.tsx:1551)
`shinobij.client/src/screens/WorldMap.tsx:1551` calls `POST /api/pvp/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` 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/pvp/session (shinobij.client/src/screens/WorldMap.tsx:361)
`shinobij.client/src/screens/WorldMap.tsx:361` calls `POST /api/pvp/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/session` 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/pvp/spectate?id=${encodeURIComponent(fight.battleId)} (shinobij.client/src/screens/Arena.tsx:3948)
`shinobij.client/src/screens/Arena.tsx:3948` calls `POST /api/pvp/spectate?id=${encodeURIComponent(fight.battleId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pvp/spectate` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/save/${clanSlug(data.name)} (shinobij.client/src/lib/clan-api.ts:52)
`shinobij.client/src/lib/clan-api.ts:52` calls `POST /api/save/${clanSlug(data.name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(accountName)}?ack=1 (shinobij.client/src/App.tsx:2861)
`shinobij.client/src/App.tsx:2861` calls `POST /api/save/${encodeURIComponent(accountName)}?ack=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(accountName)}?ack=1 (shinobij.client/src/App.tsx:2870)
`shinobij.client/src/App.tsx:2870` calls `POST /api/save/${encodeURIComponent(accountName)}?ack=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(accountName)}?ack=1 (shinobij.client/src/App.tsx:2883)
`shinobij.client/src/App.tsx:2883` calls `POST /api/save/${encodeURIComponent(accountName)}?ack=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(accountName.toLowerCase())} (shinobij.client/src/App.tsx:4802)
`shinobij.client/src/App.tsx:4802` calls `POST /api/save/${encodeURIComponent(accountName.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/save/${encodeURIComponent(name.toLowerCase())} (shinobij.client/src/App.tsx:3916)
`shinobij.client/src/App.tsx:3916` calls `POST /api/save/${encodeURIComponent(name.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` 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/save/${encodeURIComponent(name.toLowerCase())}?signal=1 (shinobij.client/src/screens/AdminPanel.tsx:1000)
`shinobij.client/src/screens/AdminPanel.tsx:1000` calls `POST /api/save/${encodeURIComponent(name.toLowerCase())}?signal=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/save/${encodeURIComponent(pmEditName.trim().toLowerCase())}?signal=1 (shinobij.client/src/screens/AdminPanel.tsx:951)
`shinobij.client/src/screens/AdminPanel.tsx:951` calls `POST /api/save/${encodeURIComponent(pmEditName.trim().toLowerCase())}?signal=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/save/${encodeURIComponent(pmTargetName.trim().toLowerCase())}?signal=1 (shinobij.client/src/screens/AdminPanel.tsx:889)
`shinobij.client/src/screens/AdminPanel.tsx:889` calls `POST /api/save/${encodeURIComponent(pmTargetName.trim().toLowerCase())}?signal=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/save/${encodeURIComponent(snap.name.toLowerCase())} (shinobij.client/src/App.tsx:4954)
`shinobij.client/src/App.tsx:4954` calls `POST /api/save/${encodeURIComponent(snap.name.toLowerCase())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/save/<p>` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/${action} (shinobij.client/src/lib/clan-api.ts:71)
`shinobij.client/src/lib/clan-api.ts:71` calls `POST /api/village-guard/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/challenge (shinobij.client/src/screens/WorldMap.tsx:1523)
`shinobij.client/src/screens/WorldMap.tsx:1523` calls `POST /api/village-guard/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/challenge` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/challenge (shinobij.client/src/screens/WorldMap.tsx:1568)
`shinobij.client/src/screens/WorldMap.tsx:1568` calls `POST /api/village-guard/challenge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/challenge` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/list (shinobij.client/src/screens/ClanHall.tsx:139)
`shinobij.client/src/screens/ClanHall.tsx:139` calls `POST /api/village-guard/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/list` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/list (shinobij.client/src/screens/TownHall.tsx:128)
`shinobij.client/src/screens/TownHall.tsx:128` calls `POST /api/village-guard/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/list` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/list (shinobij.client/src/screens/WorldMap.tsx:285)
`shinobij.client/src/screens/WorldMap.tsx:285` calls `POST /api/village-guard/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/list` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village-guard/list (shinobij.client/src/screens/WorldMap.tsx:297)
`shinobij.client/src/screens/WorldMap.tsx:297` calls `POST /api/village-guard/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village-guard/list` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village/chat?village=${encodeURIComponent(character.village)} (shinobij.client/src/screens/VillageTavern.tsx:69)
`shinobij.client/src/screens/VillageTavern.tsx:69` calls `POST /api/village/chat?village=${encodeURIComponent(character.village)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/chat` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village/claim-daily-agenda (shinobij.client/src/screens/TownHall.tsx:422)
`shinobij.client/src/screens/TownHall.tsx:422` calls `POST /api/village/claim-daily-agenda` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/claim-daily-agenda` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village/claim-map-control (shinobij.client/src/screens/TownHall.tsx:476)
`shinobij.client/src/screens/TownHall.tsx:476` calls `POST /api/village/claim-map-control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/claim-map-control` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village/kage (shinobij.client/src/App.tsx:9046)
`shinobij.client/src/App.tsx:9046` calls `POST /api/village/kage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/kage` 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/village/kage (shinobij.client/src/lib/world-state.ts:703)
`shinobij.client/src/lib/world-state.ts:703` calls `POST /api/village/kage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/kage` 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/village/kage (shinobij.client/src/screens/AdminPanel.tsx:4552)
`shinobij.client/src/screens/AdminPanel.tsx:4552` calls `POST /api/village/kage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/kage` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village/treasury/donate (shinobij.client/src/lib/player-api.ts:31)
`shinobij.client/src/lib/player-api.ts:31` calls `POST /api/village/treasury/donate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/treasury/donate` 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/village/treasury/transfer (shinobij.client/src/screens/TownHall.tsx:181)
`shinobij.client/src/screens/TownHall.tsx:181` calls `POST /api/village/treasury/transfer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/treasury/transfer` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/village/treasury/transfer (shinobij.client/src/screens/TownHall.tsx:213)
`shinobij.client/src/screens/TownHall.tsx:213` calls `POST /api/village/treasury/transfer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/village/treasury/transfer` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/weekly-boss (shinobij.client/src/App.tsx:5955)
`shinobij.client/src/App.tsx:5955` calls `POST /api/weekly-boss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/weekly-boss` 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/weekly-boss (shinobij.client/src/screens/AdminPanel.tsx:2976)
`shinobij.client/src/screens/AdminPanel.tsx:2976` calls `POST /api/weekly-boss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/weekly-boss` 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/world-state (shinobij.client/src/screens/VillageWarScreen.tsx:141)
`shinobij.client/src/screens/VillageWarScreen.tsx:141` calls `POST /api/world-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/world-state` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/world-state (shinobij.client/src/screens/VillageWarScreen.tsx:154)
`shinobij.client/src/screens/VillageWarScreen.tsx:154` calls `POST /api/world-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/world-state` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/world-state (shinobij.client/src/screens/VillageWarScreen.tsx:69)
`shinobij.client/src/screens/VillageWarScreen.tsx:69` calls `POST /api/world-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/world-state` 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/world-state (shinobij.client/src/screens/VillageWarScreen.tsx:94)
`shinobij.client/src/screens/VillageWarScreen.tsx:94` calls `POST /api/world-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/world-state` 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 https://api.openai.com/v1/chat/completions (shinobij.client/scripts/normalize-petbody-facing.mjs:60)
`shinobij.client/scripts/normalize-petbody-facing.mjs:60` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/edits (shinobij.client/scripts/gen-pet-battle-sprites.mjs:121)
`shinobij.client/scripts/gen-pet-battle-sprites.mjs:121` calls `POST https://api.openai.com/v1/images/edits` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/edits` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (api/generate-image.ts:126)
`api/generate-image.ts:126` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (shinobij.client/scripts/gen-ai-opponent-art.mjs:74)
`shinobij.client/scripts/gen-ai-opponent-art.mjs:74` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (shinobij.client/scripts/gen-asset.mjs:189)
`shinobij.client/scripts/gen-asset.mjs:189` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (shinobij.client/scripts/gen-bg.mjs:76)
`shinobij.client/scripts/gen-bg.mjs:76` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (shinobij.client/scripts/gen-sector-foreground.mjs:71)
`shinobij.client/scripts/gen-sector-foreground.mjs:71` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (shinobij.client/scripts/gen-sector-props.mjs:91)
`shinobij.client/scripts/gen-sector-props.mjs:91` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/images/generations (shinobij.client/vite.config.ts:388)
`shinobij.client/vite.config.ts:388` calls `POST https://api.openai.com/v1/images/generations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/images/generations` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://fal.run/${model} (shinobij.client/scripts/gen-bg.mjs:60)
`shinobij.client/scripts/gen-bg.mjs:60` calls `POST https://fal.run/${model}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fal.run/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://fal.run/${model} (shinobij.client/scripts/gen-map-flux.mjs:33)
`shinobij.client/scripts/gen-map-flux.mjs:33` calls `POST https://fal.run/${model}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fal.run/<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: POST https://fal.run/fal-ai/hunyuan3d/v2 (shinobij.client/scripts/gen-pet-3d.mjs:61)
`shinobij.client/scripts/gen-pet-3d.mjs:61` calls `POST https://fal.run/fal-ai/hunyuan3d/v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fal.run/fal-ai/hunyuan3d/v2` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://fal.run/fal-ai/image-preprocessors/depth-anything/v2 (shinobij.client/scripts/gen-sector-depth.mjs:62)
`shinobij.client/scripts/gen-sector-depth.mjs:62` calls `POST https://fal.run/fal-ai/image-preprocessors/depth-anything/v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fal.run/fal-ai/image-preprocessors/de…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://fal.run/fal-ai/nano-banana/edit (shinobij.client/scripts/gen-pet-anim.mjs:64)
`shinobij.client/scripts/gen-pet-anim.mjs:64` calls `POST https://fal.run/fal-ai/nano-banana/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fal.run/fal-ai/nano-banana/edit` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://fal.run/fal-ai/nano-banana/edit (shinobij.client/scripts/gen-pet-run.mjs:47)
`shinobij.client/scripts/gen-pet-run.mjs:47` calls `POST https://fal.run/fal-ai/nano-banana/edit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fal.run/fal-ai/nano-banana/edit` If this points at an external …
Dangling fetchFetch
medium Security checks quality Practices conf 0.62 Foundry mined assumption checks: Timehue/ShinobiX
Comment chain pattern product: assumption_checks Repo: Timehue/ShinobiX Thread: Timehue/ShinobiX#1 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_…
medium Security checks quality maintenance conf 0.70 2 occurrences Foundry mined blueprint gap alignment: Timehue/ShinobiX
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: …
2 occurrences
repo-level (2 hits)
medium Security checks quality Practices conf 0.70 2 occurrences Foundry mined unresolved feedback: Timehue/ShinobiX
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: supp…
2 occurrences
repo-level (2 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — api/images.ts:67
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 — api/_storage.ts:300
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 — api/generate-image.ts:126
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api/save/[name].ts:891
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 — shinobij.client/scripts/gen-ai-opponent-art.mjs:68
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 — shinobij.client/scripts/gen-asset.mjs:189
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 — shinobij.client/scripts/gen-bg.mjs:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/scripts/gen-map-flux.mjs:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/scripts/gen-pet-3d.mjs: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 — shinobij.client/scripts/gen-pet-anim.mjs:64
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/scripts/gen-pet-battle-sprites.mjs:90
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 — shinobij.client/scripts/gen-pet-run.mjs:47
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 — shinobij.client/scripts/gen-sector-depth.mjs:62
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/scripts/gen-sector-foreground.mjs:71
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 — shinobij.client/scripts/gen-sector-props.mjs: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 — shinobij.client/scripts/normalize-petbody-facing.mjs:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/src/App.tsx:98
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/src/authFetch.ts:9
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 — shinobij.client/src/lib/pvp-session.ts:2
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/src/lib/world-state.ts:703
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 — shinobij.client/src/screens/AdminPanel.tsx:787
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 — shinobij.client/src/screens/Arena.tsx:352
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 — shinobij.client/src/screens/Messages.tsx:5
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — shinobij.client/src/screens/PetArena.tsx:719
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 — shinobij.client/src/screens/PetYard.tsx:206
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 — shinobij.client/src/screens/PvpBattleScreen.tsx:650
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 — shinobij.client/src/screens/TownHall.tsx:115
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 — shinobij.client/src/screens/VillageWarScreen.tsx:35
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 — shinobij.client/src/screens/WorldMap.tsx:425
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 — shinobij.client/vite.config.ts:388
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci, 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in CLAUDE.md:86
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
CLAUDE.md:86 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in shinobij.client/server.ts:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
shinobij.client/server.ts:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in shinobij.client/scripts/gen-all-pet-poses.mjs:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
shinobij.client/scripts/gen-all-pet-poses.mjs:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in shinobij.client/scripts/gen-all-pet-runs.mjs:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
shinobij.client/scripts/gen-all-pet-runs.mjs:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in shinobij.client/vite.config.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
shinobij.client/vite.config.ts:8 Node child process
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 106 placeholder/mock markers across 38 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 34 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `API_PORT`, `DISABLE_ASSET_META`, `DISABLE_COMBAT_RECEIPTS`, `DISABLE_REALTIME`, `DISABLE_SNAPSHOT_CRON`, `DISK_KV_DIR`, `EXTRA_ALLOWED_ORIGINS`, `FAL_KEY` + 26 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 231 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:18 containersPinned dependencies
low System graph quality Tests conf 1.00 Low test-to-source ratio
67 tests / 371 src (ratio 0.18).
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `hashLegacy` in api/player-auth.ts:71
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_dots
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/pvp_v4_stacking_sim.py:120
low System graph software Dead code conf 1.00 Possibly dead Python function: basic_atk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/pvp_v4_match_sim.py:302
low System graph software Dead code conf 1.00 Possibly dead Python function: buff_prev
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/pvp_v4_match_sim.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: ignition
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/pvp_v4_match_sim.py:292
low System graph software Dead code conf 1.00 Possibly dead Python function: wound_S
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/pvp_v4_match_sim.py:295
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api/_force-ipv4.ts:30
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api/_realtime/game-loop.ts:48
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api/_realtime/socket.ts:86
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api/_storage.ts:830
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api/cron/_scheduler.ts:43
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api/perf-beacon.ts:89
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app.js:30
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/arena-ai-stats.ts:77
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/pet-duel-balance.ts:102
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/pet-role-balance.ts:46
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/pvp-formula-sim.ts:781
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server.ts:161
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — shinobij.client/server.ts:164
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — shinobij.client/src/lib/world-state.ts:1044
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/player/attack
`shinobij.client/server.ts` declares `POST /api/player/attack` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/player/clear-attack
`shinobij.client/server.ts` declares `POST /api/player/clear-attack` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/clans/list
`shinobij.client/vite.config.ts` declares `USE /api/clans/list` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/generate-image
`shinobij.client/vite.config.ts` declares `USE /api/generate-image` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/player/attack
`shinobij.client/vite.config.ts` declares `USE /api/player/attack` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/player/clear-attack
`shinobij.client/vite.config.ts` declares `USE /api/player/clear-attack` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/player/heartbeat
`shinobij.client/vite.config.ts` declares `USE /api/player/heartbeat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/save
`shinobij.client/vite.config.ts` declares `USE /api/save` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/village-guard/dequeue
`shinobij.client/vite.config.ts` declares `USE /api/village-guard/dequeue` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/village-guard/list
`shinobij.client/vite.config.ts` declares `USE /api/village-guard/list` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/village-guard/queue
`shinobij.client/vite.config.ts` declares `USE /api/village-guard/queue` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: api/pvp/move.ts (1520 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/save/[name].ts (1332 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/world-state.ts (882 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/pvp-formula-sim.ts (944 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/App.tsx (10451 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/components/PetColiseum.tsx (2640 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/lib/pet-arena-sim.ts (1072 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/lib/pet-battle-sim.ts (2780 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/lib/world-state.ts (1165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/AdminPanel.tsx (5567 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/Arena.tsx (4913 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/CentralHub.tsx (1621 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/PetArena.tsx (1453 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/PetYard.tsx (1051 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/PvpBattleScreen.tsx (1680 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: shinobij.client/src/screens/WorldMap.tsx (1934 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/2041001d-c5cd-41c9-a8c1-7239df544c35/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2041001d-c5cd-41c9-a8c1-7239df544c35/

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.