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.

unimaginative-artist/SOMA

https://github.com/unimaginative-artist/SOMA · scanned 2026-06-16 00:47 UTC (2 months, 1 week ago)

2005 raw signals (0 security + 2005 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 1983 actionable findings from 1 signal source. 22 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 45.5/100 with 100.0% coverage. It contains 25860 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 2005 findings — concentrated in api (833), frontend (583), quality (347). Risk profile is high: 2 critical, 840 high, 313 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 1741 of 1983 actionable findings. 2005 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in appendages/provenance/browser/.linkedin_session.json
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
appendages/provenance/browser/.linkedin_session.json:1
critical System graph security Secrets conf 1.00 Possible secret in appendages/provenance/browser/.x_session.json
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
appendages/provenance/browser/.x_session.json:1
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main` — scripts/extract_x_session.py:103
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
scripts/extract_x_session.py:103 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main` — scripts/extract_x_session.py:128
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
scripts/extract_x_session.py:128 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main` — scripts/extract_x_session.py:133
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
scripts/extract_x_session.py:133 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main` — scripts/extract_x_session.py:47
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
scripts/extract_x_session.py:47 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main` — scripts/extract_x_session.py:61
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
scripts/extract_x_session.py:61 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def main` — scripts/extract_x_session.py:94
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
scripts/extract_x_session.py:94 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _fetch_json` — appendages/ml_intern/ml_researcher.py:42
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
appendages/ml_intern/ml_researcher.py:42 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/alerts/${id} (frontend/apps/command-bridge/components/MissionControl/components/AlertsPanel.jsx:70)
`frontend/apps/command-bridge/components/MissionControl/components/AlertsPanel.jsx:70` calls `DELETE /api/alerts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/alerts/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/alerts/${id} (frontend/apps/command-bridge/panels/MissionControl/components/AlertsPanel.jsx:70)
`frontend/apps/command-bridge/panels/MissionControl/components/AlertsPanel.jsx:70` calls `DELETE /api/alerts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/alerts/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/aperture/calendar/${id} (frontend/apps/command-bridge/panels/aperture/apps/Calendar.jsx:29)
`frontend/apps/command-bridge/panels/aperture/apps/Calendar.jsx:29` calls `DELETE /api/aperture/calendar/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/calendar/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/aperture/portal/bookmarks/${existing.id} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1438)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1438` calls `DELETE /api/aperture/portal/bookmarks/${existing.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/bookmarks/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/aperture/portal/credentials/${id} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:547)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:547` calls `DELETE /api/aperture/portal/credentials/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/credentials/<p>` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/aperture/portal/downloads/${id} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:627)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:627` calls `DELETE /api/aperture/portal/downloads/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/downloads/<p>` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/aperture/portal/history (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:847)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:847` calls `DELETE /api/aperture/portal/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/history` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/aperture/portal/history/${id} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:834)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:834` calls `DELETE /api/aperture/portal/history/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/history/<p>` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/channels/${channelId}/members/${userId} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:316)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:316` calls `DELETE /api/axis/channels/${channelId}/members/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/channels/<p>/members/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/channels/${id} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:269)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:269` calls `DELETE /api/axis/channels/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/channels/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/communities/${id} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:491)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:491` calls `DELETE /api/axis/communities/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/communities/${id}/leave (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:486)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:486` calls `DELETE /api/axis/communities/${id}/leave` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>/leave` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/communities/${id}/leave (frontend/apps/command-bridge/panels/Studio/components/views/CommunityHubView.tsx:287)
`frontend/apps/command-bridge/panels/Studio/components/views/CommunityHubView.tsx:287` calls `DELETE /api/axis/communities/${id}/leave` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>/leave` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/messages/${id} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:361)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:361` calls `DELETE /api/axis/messages/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/messages/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/projects/${id} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:416)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:416` calls `DELETE /api/axis/projects/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/projects/${projectId}/tasks/${task.id} (frontend/apps/command-bridge/panels/aperture/apps/Tasks.jsx:78)
`frontend/apps/command-bridge/panels/aperture/apps/Tasks.jsx:78` calls `DELETE /api/axis/projects/${projectId}/tasks/${task.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks/<p>` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/projects/${projectId}/tasks/${taskId} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:453)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:453` calls `DELETE /api/axis/projects/${projectId}/tasks/${taskId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/axis/workspaces/${id} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:215)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:215` calls `DELETE /api/axis/workspaces/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/gmn/sites/${gmnEditor.site}/file?path=${encodeURIComponent(gmnEditor.activePath)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1136)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1136` calls `DELETE /api/gmn/sites/${gmnEditor.site}/file?path=${encodeURIComponent(gmnEditor.activePath)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/gmn/sites/${siteName} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1238)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1238` calls `DELETE /api/gmn/sites/${siteName}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gmn/sites/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/kevin/sandbox/history (frontend/apps/command-bridge/KevinInterface.jsx:1568)
`frontend/apps/command-bridge/KevinInterface.jsx:1568` calls `DELETE /api/kevin/sandbox/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/sandbox/history` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/soma/gmn/peer/${encodeURIComponent(peer.address)} (frontend/apps/command-bridge/panels/GrayMatter/GrayMatterPanel.jsx:32)
`frontend/apps/command-bridge/panels/GrayMatter/GrayMatterPanel.jsx:32` calls `DELETE /api/soma/gmn/peer/${encodeURIComponent(peer.address)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/gmn/peer/<p>` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/studio/axis/friends/${contact.id} (frontend/apps/command-bridge/panels/Studio/components/ui/ContactDrawer.tsx:89)
`frontend/apps/command-bridge/panels/Studio/components/ui/ContactDrawer.tsx:89` calls `DELETE /api/studio/axis/friends/${contact.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis/friends/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/studio/axis/friends/${user.id} (frontend/apps/command-bridge/panels/Studio/components/views/CommunityView.tsx:193)
`frontend/apps/command-bridge/panels/Studio/components/views/CommunityView.tsx:193` calls `DELETE /api/studio/axis/friends/${user.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis/friends/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/workspace/files/${id} (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1417)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1417` calls `DELETE /api/workspace/files/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspace/files/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/alerts (frontend/apps/command-bridge/components/MissionControl/components/AlertsPanel.jsx:19)
`frontend/apps/command-bridge/components/MissionControl/components/AlertsPanel.jsx:19` calls `GET /api/alerts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/alerts` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/alerts (frontend/apps/command-bridge/panels/MissionControl/components/AlertsPanel.jsx:19)
`frontend/apps/command-bridge/panels/MissionControl/components/AlertsPanel.jsx:19` calls `GET /api/alerts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/alerts` 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/alpaca/has-credentials (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:537)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:537` calls `GET /api/alpaca/has-credentials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/alpaca/has-credentials` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/calendar${suffix} (frontend/apps/command-bridge/panels/aperture/apps/Calendar.jsx:13)
`frontend/apps/command-bridge/panels/aperture/apps/Calendar.jsx:13` calls `GET /api/aperture/calendar${suffix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/calendar/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/bookmarks (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:332)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:332` calls `GET /api/aperture/portal/bookmarks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/bookmarks` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/credentials?origin=${encodeURIComponent(activeOrigin)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:513)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:513` calls `GET /api/aperture/portal/credentials?origin=${encodeURIComponent(activeOrigin)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/port…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/credentials?origin=${encodeURIComponent(activeOrigin)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:536)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:536` calls `GET /api/aperture/portal/credentials?origin=${encodeURIComponent(activeOrigin)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/port…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/downloads (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:601)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:601` calls `GET /api/aperture/portal/downloads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/downloads` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/history (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:333)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:333` calls `GET /api/aperture/portal/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/history` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/permissions/origin?origin=${encodeURIComponent(activeOrigin)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:472)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:472` calls `GET /api/aperture/portal/permissions/origin?origin=${encodeURIComponent(activeOrigin)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apertu…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/search?q=${encodeURIComponent(query)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:865)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:865` calls `GET /api/aperture/portal/search?q=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/search` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/stats (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1201)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1201` calls `GET /api/aperture/portal/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/stats` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/stats (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:361)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:361` calls `GET /api/aperture/portal/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/stats` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/portal/tabs (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:331)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:331` calls `GET /api/aperture/portal/tabs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/portal/tabs` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/search?q=${encodeURIComponent(query.trim())}${ws} (frontend/apps/command-bridge/panels/aperture/ApertureOS.jsx:722)
`frontend/apps/command-bridge/panels/aperture/ApertureOS.jsx:722` calls `GET /api/aperture/search?q=${encodeURIComponent(query.trim())}${ws}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/search` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/aperture/settings (frontend/apps/command-bridge/panels/aperture/ApertureOS.jsx:693)
`frontend/apps/command-bridge/panels/aperture/ApertureOS.jsx:693` calls `GET /api/aperture/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/aperture/settings` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/arbiterium/registry (frontend/apps/command-bridge/components/arbiterium/ArbiteriumApp.tsx:443)
`frontend/apps/command-bridge/components/arbiterium/ArbiteriumApp.tsx:443` calls `GET /api/arbiterium/registry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arbiterium/registry` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/arbiterium/registry (frontend/apps/command-bridge/panels/arbiterium/ArbiteriumApp.tsx:443)
`frontend/apps/command-bridge/panels/arbiterium/ArbiteriumApp.tsx:443` calls `GET /api/arbiterium/registry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/arbiterium/registry` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/autonomous/decisions?limit=30 (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:496)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:496` calls `GET /api/autonomous/decisions?limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/autonomous/decisions` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/autonomous/decisions?limit=30 (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1588)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1588` calls `GET /api/autonomous/decisions?limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/autonomous/decisions` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/channels/${channelId}/invite (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:289)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:289` calls `GET /api/axis/channels/${channelId}/invite` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/channels/<p>/invite` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/channels/${channelId}/members (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:310)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:310` calls `GET /api/axis/channels/${channelId}/members` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/channels/<p>/members` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/channels?workspaceId=${wsId} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:247)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:247` calls `GET /api/axis/channels?workspaceId=${wsId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/channels` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/communities (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:1980)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:1980` calls `GET /api/axis/communities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities` 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/axis/communities (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:466)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:466` calls `GET /api/axis/communities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities` 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/axis/communities (frontend/apps/command-bridge/panels/Studio/components/views/CommunityHubView.tsx:125)
`frontend/apps/command-bridge/panels/Studio/components/views/CommunityHubView.tsx:125` calls `GET /api/axis/communities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/communities (frontend/apps/command-bridge/panels/Studio/components/widgets/HubFeedWidget.tsx:26)
`frontend/apps/command-bridge/panels/Studio/components/widgets/HubFeedWidget.tsx:26` calls `GET /api/axis/communities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/communities/${communityId}/posts (frontend/apps/command-bridge/panels/Studio/components/views/CommunityHubView.tsx:153)
`frontend/apps/command-bridge/panels/Studio/components/views/CommunityHubView.tsx:153` calls `GET /api/axis/communities/${communityId}/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>/posts…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/communities/${wsId} (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:3500)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:3500` calls `GET /api/axis/communities/${wsId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/communities/${wsId}/posts (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:3504)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:3504` calls `GET /api/axis/communities/${wsId}/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>/posts` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/communities/${wsId}/posts/${postId}/comments (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:3537)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:3537` calls `GET /api/axis/communities/${wsId}/posts/${postId}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/communities/<p>/posts/<p>/comments` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/contacts (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:539)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:539` calls `GET /api/axis/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/contacts` 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/axis/contacts (frontend/apps/command-bridge/panels/Axis/TaskWindow.jsx:335)
`frontend/apps/command-bridge/panels/Axis/TaskWindow.jsx:335` calls `GET /api/axis/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/contacts` 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/axis/contacts (frontend/apps/command-bridge/panels/Studio/components/widgets/GalleryWidget.tsx:339)
`frontend/apps/command-bridge/panels/Studio/components/widgets/GalleryWidget.tsx:339` calls `GET /api/axis/contacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/contacts` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/directs (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:662)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:662` calls `GET /api/axis/directs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/directs` 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/axis/directs (frontend/apps/command-bridge/panels/Studio/components/widgets/ActivityWidget.tsx:32)
`frontend/apps/command-bridge/panels/Studio/components/widgets/ActivityWidget.tsx:32` calls `GET /api/axis/directs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/directs` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/directs (frontend/apps/command-bridge/panels/Studio/services/directsService.ts:15)
`frontend/apps/command-bridge/panels/Studio/services/directsService.ts:15` calls `GET /api/axis/directs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/directs` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/directs-search?q=${encodeURIComponent(directSearch.trim())} (frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:263)
`frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:263` calls `GET /api/axis/directs-search?q=${encodeURIComponent(directSearch.trim())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/directs-search` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/directs/${axisChat.id}/search?${params} (frontend/apps/command-bridge/panels/Studio/services/directsService.ts:79)
`frontend/apps/command-bridge/panels/Studio/services/directsService.ts:79` calls `GET /api/axis/directs/${axisChat.id}/search?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/directs/<p>/search` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/directs/${direct.id}/messages (frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:66)
`frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:66` calls `GET /api/axis/directs/${direct.id}/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/directs/<p>/messages` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/home (frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:190)
`frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:190` calls `GET /api/axis/home` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/home` 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/axis/link-preview?url=${encodeURIComponent(url)} (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:2634)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:2634` calls `GET /api/axis/link-preview?url=${encodeURIComponent(url)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/link-preview` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/messages?${params} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:328)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:328` calls `GET /api/axis/messages?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/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/axis/messages?${params} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:337)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:337` calls `GET /api/axis/messages?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/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/axis/messages?channelId=${encodeURIComponent(channelId)}&limit=50 (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2082)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2082` calls `GET /api/axis/messages?channelId=${encodeURIComponent(channelId)}&limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/messages` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/my-tasks (frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:272)
`frontend/apps/command-bridge/panels/Axis/AxisHomePanel.jsx:272` calls `GET /api/axis/my-tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/my-tasks` 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/axis/projects/${activeId}/tasks (frontend/apps/command-bridge/panels/aperture/apps/Tasks.jsx:31)
`frontend/apps/command-bridge/panels/aperture/apps/Tasks.jsx:31` calls `GET /api/axis/projects/${activeId}/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects/${project.id} (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:3438)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:3438` calls `GET /api/axis/projects/${project.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects/${project.id}/search?q=${encodeURIComponent(q)}&limit=50 (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:3066)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:3066` calls `GET /api/axis/projects/${project.id}/search?q=${encodeURIComponent(q)}&limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/proje…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects/${project.id}/tasks (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:3439)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:3439` calls `GET /api/axis/projects/${project.id}/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects/${project.id}/tasks/${task.id}/comments (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2837)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2837` calls `GET /api/axis/projects/${project.id}/tasks/${task.id}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects/${projectId}/tasks (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:431)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:431` calls `GET /api/axis/projects/${projectId}/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects/${projectId}/tasks/${task.id}/comments (frontend/apps/command-bridge/panels/Axis/TaskWindow.jsx:120)
`frontend/apps/command-bridge/panels/Axis/TaskWindow.jsx:120` calls `GET /api/axis/projects/${projectId}/tasks/${task.id}/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects/<p>/tasks/<p>/comments…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects?workspaceId=${encodeURIComponent(workspace.id)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:712)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:712` calls `GET /api/axis/projects?workspaceId=${encodeURIComponent(workspace.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects?workspaceId=${encodeURIComponent(workspace.id)} (frontend/apps/command-bridge/panels/aperture/apps/Tasks.jsx:23)
`frontend/apps/command-bridge/panels/aperture/apps/Tasks.jsx:23` calls `GET /api/axis/projects?workspaceId=${encodeURIComponent(workspace.id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/projects?workspaceId=${wsId} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:393)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:393` calls `GET /api/axis/projects?workspaceId=${wsId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/projects` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/search?${params} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:553)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:553` calls `GET /api/axis/search?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/search` 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/axis/unread/${ws.id} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:529)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:529` calls `GET /api/axis/unread/${ws.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/unread/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/unread/${wsId} (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:515)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:515` calls `GET /api/axis/unread/${wsId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/unread/<p>` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/workspaces (frontend/apps/command-bridge/panels/aperture/ApertureOS.jsx:694)
`frontend/apps/command-bridge/panels/aperture/ApertureOS.jsx:694` calls `GET /api/axis/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces` 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/axis/workspaces (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:334)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:334` calls `GET /api/axis/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/workspaces (frontend/apps/command-bridge/panels/aperture/kernel/ApertureKernel.js:314)
`frontend/apps/command-bridge/panels/aperture/kernel/ApertureKernel.js:314` calls `GET /api/axis/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/workspaces (frontend/apps/command-bridge/panels/aperture/kernel/ApertureKernel.js:322)
`frontend/apps/command-bridge/panels/aperture/kernel/ApertureKernel.js:322` calls `GET /api/axis/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/workspaces (frontend/apps/command-bridge/panels/aperture/kernel/ApertureKernel.js:326)
`frontend/apps/command-bridge/panels/aperture/kernel/ApertureKernel.js:326` calls `GET /api/axis/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/axis/workspaces (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:181)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:181` calls `GET /api/axis/workspaces` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/axis/workspaces` 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/backtest/${encodeURIComponent(data.sessionId)} (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1329)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1329` calls `GET /api/backtest/${encodeURIComponent(data.sessionId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/backtest/${id} (frontend/apps/command-bridge/components/MissionControl/components/BacktestPanel.jsx:91)
`frontend/apps/command-bridge/components/MissionControl/components/BacktestPanel.jsx:91` calls `GET /api/backtest/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/backtest/${id} (frontend/apps/command-bridge/panels/MissionControl/components/BacktestPanel.jsx:105)
`frontend/apps/command-bridge/panels/MissionControl/components/BacktestPanel.jsx:105` calls `GET /api/backtest/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/backtest/${id}/equity (frontend/apps/command-bridge/components/MissionControl/components/BacktestPanel.jsx:100)
`frontend/apps/command-bridge/components/MissionControl/components/BacktestPanel.jsx:100` calls `GET /api/backtest/${id}/equity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>/equity` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/backtest/${id}/equity (frontend/apps/command-bridge/panels/MissionControl/components/BacktestPanel.jsx:114)
`frontend/apps/command-bridge/panels/MissionControl/components/BacktestPanel.jsx:114` calls `GET /api/backtest/${id}/equity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>/equity` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/backtest/${id}/trades?limit=50 (frontend/apps/command-bridge/components/MissionControl/components/BacktestPanel.jsx:101)
`frontend/apps/command-bridge/components/MissionControl/components/BacktestPanel.jsx:101` calls `GET /api/backtest/${id}/trades?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>/trades` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/backtest/${id}/trades?limit=50 (frontend/apps/command-bridge/panels/MissionControl/components/BacktestPanel.jsx:115)
`frontend/apps/command-bridge/panels/MissionControl/components/BacktestPanel.jsx:115` calls `GET /api/backtest/${id}/trades?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/backtest/<p>/trades` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/binance/orderbook/${symbol}?limit=20 (frontend/apps/command-bridge/components/MissionControl/components/MarketRadar.jsx:103)
`frontend/apps/command-bridge/components/MissionControl/components/MarketRadar.jsx:103` calls `GET /api/binance/orderbook/${symbol}?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/binance/orderbook/<p>` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/binance/orderbook/${symbol}?limit=20 (frontend/apps/command-bridge/panels/MissionControl/components/MarketRadar.jsx:104)
`frontend/apps/command-bridge/panels/MissionControl/components/MarketRadar.jsx:104` calls `GET /api/binance/orderbook/${symbol}?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/binance/orderbook/<p>` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/binance/prices?symbols=${cryptoSymbols} (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:180)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:180` calls `GET /api/binance/prices?symbols=${cryptoSymbols}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/binance/prices` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/binance/prices?symbols=${cryptoSymbols} (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:840)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:840` calls `GET /api/binance/prices?symbols=${cryptoSymbols}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/binance/prices` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conceive/fs/browse?path=${encodeURIComponent(dirPath)} (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1698)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1698` calls `GET /api/conceive/fs/browse?path=${encodeURIComponent(dirPath)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conceive/fs/browse` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conceive/fs/file?path=${encodeURIComponent(file.path)} (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2310)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2310` calls `GET /api/conceive/fs/file?path=${encodeURIComponent(file.path)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conceive/fs/file` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conceive/fs/file?path=${encodeURIComponent(file.path)} (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2325)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:2325` calls `GET /api/conceive/fs/file?path=${encodeURIComponent(file.path)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conceive/fs/file` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conceive/fs/search?root=${encodeURIComponent(rootPath)}&query=${encodeURIComponent(q)} (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1761)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1761` calls `GET /api/conceive/fs/search?root=${encodeURIComponent(rootPath)}&query=${encodeURIComponent(q)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matchi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/edge/download/${taskId} (frontend/apps/command-bridge/components/pulse/components/EdgeWorkerPanel.tsx:69)
`frontend/apps/command-bridge/components/pulse/components/EdgeWorkerPanel.tsx:69` calls `GET /api/edge/download/${taskId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/edge/download/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/edge/download/${taskId} (frontend/apps/command-bridge/panels/pulse/components/EdgeWorkerPanel.tsx:69)
`frontend/apps/command-bridge/panels/pulse/components/EdgeWorkerPanel.tsx:69` calls `GET /api/edge/download/${taskId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/edge/download/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/exchange/credentials-status (frontend/apps/command-bridge/components/MissionControl/components/SettingsModal.jsx:62)
`frontend/apps/command-bridge/components/MissionControl/components/SettingsModal.jsx:62` calls `GET /api/exchange/credentials-status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/exchange/credentials-status` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/exchange/credentials-status (frontend/apps/command-bridge/panels/MissionControl/components/SettingsModal.jsx:64)
`frontend/apps/command-bridge/panels/MissionControl/components/SettingsModal.jsx:64` calls `GET /api/exchange/credentials-status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/exchange/credentials-status` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/exchange/credentials-status (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:526)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:526` calls `GET /api/exchange/credentials-status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/exchange/credentials-status` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/finance/news?symbol=${encodeURIComponent(selectedSymbol)}&limit=5 (frontend/apps/command-bridge/components/MissionControl/components/ManualWorkstation.jsx:58)
`frontend/apps/command-bridge/components/MissionControl/components/ManualWorkstation.jsx:58` calls `GET /api/finance/news?symbol=${encodeURIComponent(selectedSymbol)}&limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/finance/news?symbol=${encodeURIComponent(selectedSymbol)}&limit=5 (frontend/apps/command-bridge/panels/MissionControl/components/ManualWorkstation.jsx:58)
`frontend/apps/command-bridge/panels/MissionControl/components/ManualWorkstation.jsx:58` calls `GET /api/finance/news?symbol=${encodeURIComponent(selectedSymbol)}&limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/finance/search?q=${localSymbol} (frontend/apps/command-bridge/components/MissionControl/components/GlobalControls.jsx:64)
`frontend/apps/command-bridge/components/MissionControl/components/GlobalControls.jsx:64` calls `GET /api/finance/search?q=${localSymbol}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/finance/search` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/finance/search?q=${localSymbol} (frontend/apps/command-bridge/panels/MissionControl/components/GlobalControls.jsx:64)
`frontend/apps/command-bridge/panels/MissionControl/components/GlobalControls.jsx:64` calls `GET /api/finance/search?q=${localSymbol}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/finance/search` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/forecaster/odds?sport=${sport}&markets=${markets} (frontend/apps/command-bridge/components/Forecaster/services/oddsService.js:72)
`frontend/apps/command-bridge/components/Forecaster/services/oddsService.js:72` calls `GET /api/forecaster/odds?sport=${sport}&markets=${markets}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/forecaster/odds` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/forecaster/odds?sport=${sport}&markets=${markets} (frontend/apps/command-bridge/panels/Forecaster/services/oddsService.js:72)
`frontend/apps/command-bridge/panels/Forecaster/services/oddsService.js:72` calls `GET /api/forecaster/odds?sport=${sport}&markets=${markets}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/forecaster/odds` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/gmn/render/${domain}${path} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1022)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1022` calls `GET /api/gmn/render/${domain}${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gmn/render/<p>/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/gmn/sites (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1052)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1052` calls `GET /api/gmn/sites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gmn/sites` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/gmn/sites (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:360)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:360` calls `GET /api/gmn/sites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gmn/sites` 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/gmn/sites/${gmnEditor.site}/file?path=${encodeURIComponent(filePath)} (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1077)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1077` calls `GET /api/gmn/sites/${gmnEditor.site}/file?path=${encodeURIComponent(filePath)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gmn/sites/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/gmn/sites/${siteName}/source (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1058)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:1058` calls `GET /api/gmn/sites/${siteName}/source` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gmn/sites/<p>/source` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kevin/approvals (frontend/apps/command-bridge/KevinInterface.jsx:134)
`frontend/apps/command-bridge/KevinInterface.jsx:134` calls `GET /api/kevin/approvals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/approvals` 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/kevin/briefing (frontend/apps/command-bridge/KevinInterface.jsx:139)
`frontend/apps/command-bridge/KevinInterface.jsx:139` calls `GET /api/kevin/briefing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/briefing` 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/kevin/capabilities (frontend/apps/command-bridge/KevinInterface.jsx:132)
`frontend/apps/command-bridge/KevinInterface.jsx:132` calls `GET /api/kevin/capabilities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/capabilities` 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/kevin/cockpit (frontend/apps/command-bridge/KevinInterface.jsx:133)
`frontend/apps/command-bridge/KevinInterface.jsx:133` calls `GET /api/kevin/cockpit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/cockpit` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kevin/evidence-ledger?limit=80 (frontend/apps/command-bridge/KevinInterface.jsx:137)
`frontend/apps/command-bridge/KevinInterface.jsx:137` calls `GET /api/kevin/evidence-ledger?limit=80` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/evidence-ledger` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kevin/local-watch (frontend/apps/command-bridge/KevinInterface.jsx:138)
`frontend/apps/command-bridge/KevinInterface.jsx:138` calls `GET /api/kevin/local-watch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/local-watch` 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/kevin/reputation (frontend/apps/command-bridge/KevinInterface.jsx:140)
`frontend/apps/command-bridge/KevinInterface.jsx:140` calls `GET /api/kevin/reputation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/reputation` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kevin/sandbox/history (frontend/apps/command-bridge/KevinInterface.jsx:105)
`frontend/apps/command-bridge/KevinInterface.jsx:105` calls `GET /api/kevin/sandbox/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/sandbox/history` 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/kevin/sms/carriers (frontend/apps/command-bridge/components/KevinSMSSettings.jsx:50)
`frontend/apps/command-bridge/components/KevinSMSSettings.jsx:50` calls `GET /api/kevin/sms/carriers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/sms/carriers` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kevin/sms/config (frontend/apps/command-bridge/components/KevinSMSSettings.jsx:32)
`frontend/apps/command-bridge/components/KevinSMSSettings.jsx:32` calls `GET /api/kevin/sms/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/sms/config` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/kevin/trust-graph (frontend/apps/command-bridge/KevinInterface.jsx:135)
`frontend/apps/command-bridge/KevinInterface.jsx:135` calls `GET /api/kevin/trust-graph` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/trust-graph` 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/kevin/verdict-timeline?limit=30 (frontend/apps/command-bridge/KevinInterface.jsx:136)
`frontend/apps/command-bridge/KevinInterface.jsx:136` calls `GET /api/kevin/verdict-timeline?limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kevin/verdict-timeline` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/learning/report (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:274)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:274` calls `GET /api/learning/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/learning/report` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/learning/report (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:977)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:977` calls `GET /api/learning/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/learning/report` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/learning/report (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:2091)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:2091` calls `GET /api/learning/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/learning/report` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/learning/report (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:940)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:940` calls `GET /api/learning/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/learning/report` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market-evidence/summary (frontend/apps/command-bridge/panels/MissionControl/components/EvidencePanels.jsx:49)
`frontend/apps/command-bridge/panels/MissionControl/components/EvidencePanels.jsx:49` calls `GET /api/market-evidence/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/market-evidence/summary` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${encodeURIComponent(activeAsset)}?timeframe=${encodeURIComponent(activeRange.timeframe)}&limit=${encodeURIComponent(limit)} (frontend/apps/command-bridge/panels/MissionControl/CustomMarketView/CustomMarketView.jsx:251)
`frontend/apps/command-bridge/panels/MissionControl/CustomMarketView/CustomMarketView.jsx:251` calls `GET /api/market/bars/${encodeURIComponent(activeAsset)}?timeframe=${encodeURIComponent(activeRange.timeframe)}&limit=${encodeURIComponent(limit)}` but no backend route matches that path. This is a …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${encodeURIComponent(selectedSymbol)}?timeframe=${encodeURIComponent(timeframe)}&limit=120 (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1154)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1154` calls `GET /api/market/bars/${encodeURIComponent(selectedSymbol)}?timeframe=${encodeURIComponent(timeframe)}&limit=120` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Norma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${encodeURIComponent(symbol)}?timeframe=${encodeURIComponent(timeframe)}&limit=${encodeURIComponent(limit)} (frontend/apps/command-bridge/panels/MissionControl/CustomMarketView/services/marketData.js:114)
`frontend/apps/command-bridge/panels/MissionControl/CustomMarketView/services/marketData.js:114` calls `GET /api/market/bars/${encodeURIComponent(symbol)}?timeframe=${encodeURIComponent(timeframe)}&limit=${encodeURIComponent(limit)}` but no backend route matches that path. This is a runtime 404 wai…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${encodeURIComponent(this.symbol)}?timeframe=${encodeURIComponent(this.timeframe)}&limit=2 (frontend/apps/command-bridge/panels/MissionControl/CustomMarketView/services/marketData.js:255)
`frontend/apps/command-bridge/panels/MissionControl/CustomMarketView/services/marketData.js:255` calls `GET /api/market/bars/${encodeURIComponent(this.symbol)}?timeframe=${encodeURIComponent(this.timeframe)}&limit=2` but no backend route matches that path. This is a runtime 404 waiting to happen. …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${selectedSymbol}?timeframe=${timeframe}&limit=100 (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:372)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:372` calls `GET /api/market/bars/${selectedSymbol}?timeframe=${timeframe}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/marke…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${selectedSymbol}?timeframe=${timeframe}&limit=100 (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1461)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1461` calls `GET /api/market/bars/${selectedSymbol}?timeframe=${timeframe}&limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/market/b…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${symbol}?timeframe=1Min&limit=1000 (frontend/apps/command-bridge/components/MissionControl/CustomMarketView/services/marketData.js:75)
`frontend/apps/command-bridge/components/MissionControl/CustomMarketView/services/marketData.js:75` calls `GET /api/market/bars/${symbol}?timeframe=1Min&limit=1000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mar…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/market/bars/${this.symbol}?timeframe=1Min&limit=2 (frontend/apps/command-bridge/components/MissionControl/CustomMarketView/services/marketData.js:211)
`frontend/apps/command-bridge/components/MissionControl/CustomMarketView/services/marketData.js:211` calls `GET /api/market/bars/${this.symbol}?timeframe=1Min&limit=2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/github/repo/${owner}/${repo} (frontend/apps/command-bridge/components/pulse/services/repoExplainer.ts:121)
`frontend/apps/command-bridge/components/pulse/services/repoExplainer.ts:121` calls `GET /api/mcp/github/repo/${owner}/${repo}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/github/repo/<p>/<p>` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/github/repo/${owner}/${repo} (frontend/apps/command-bridge/panels/pulse/services/repoExplainer.ts:121)
`frontend/apps/command-bridge/panels/pulse/services/repoExplainer.ts:121` calls `GET /api/mcp/github/repo/${owner}/${repo}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/github/repo/<p>/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/journal?limit=40 (frontend/apps/command-bridge/panels/MissionControl/components/LifecycleJournalPanel.jsx:14)
`frontend/apps/command-bridge/panels/MissionControl/components/LifecycleJournalPanel.jsx:14` calls `GET /api/mission-control/journal?limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/journal` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/promotion (frontend/apps/command-bridge/components/SimulationSuite.jsx:1029)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1029` calls `GET /api/mission-control/promotion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/promotion` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/promotion (frontend/apps/command-bridge/panels/MissionControl/components/LifecycleJournalPanel.jsx:15)
`frontend/apps/command-bridge/panels/MissionControl/components/LifecycleJournalPanel.jsx:15` calls `GET /api/mission-control/promotion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/promotion` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/runtime (frontend/apps/command-bridge/components/EconomicSovereigntyMonitor.jsx:21)
`frontend/apps/command-bridge/components/EconomicSovereigntyMonitor.jsx:21` calls `GET /api/mission-control/runtime` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/runtime` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/runtime (frontend/apps/command-bridge/components/SimulationSuite.jsx:1041)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1041` calls `GET /api/mission-control/runtime` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/runtime` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/runtime (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:631)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:631` calls `GET /api/mission-control/runtime` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/runtime` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/thesis?active=true&symbol=${encodeURIComponent(selectedSymbol)} (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1413)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1413` calls `GET /api/mission-control/thesis?active=true&symbol=${encodeURIComponent(selectedSymbol)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/training (frontend/apps/command-bridge/components/SimulationSuite.jsx:1028)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1028` calls `GET /api/mission-control/training` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/training` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mission-control/training (frontend/apps/command-bridge/panels/MissionControl/components/LifecycleJournalPanel.jsx:16)
`frontend/apps/command-bridge/panels/MissionControl/components/LifecycleJournalPanel.jsx:16` calls `GET /api/mission-control/training` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mission-control/training` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notifications/settings (frontend/apps/command-bridge/components/MissionControl/components/SettingsModal.jsx:48)
`frontend/apps/command-bridge/components/MissionControl/components/SettingsModal.jsx:48` calls `GET /api/notifications/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/settings` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notifications/settings (frontend/apps/command-bridge/panels/MissionControl/components/SettingsModal.jsx:50)
`frontend/apps/command-bridge/panels/MissionControl/components/SettingsModal.jsx:50` calls `GET /api/notifications/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/settings` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perception/health (frontend/apps/command-bridge/components/MindsEye.jsx:23)
`frontend/apps/command-bridge/components/MindsEye.jsx:23` calls `GET /api/perception/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/health` 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/perception/health (frontend/apps/command-bridge/components/PerceptionPanel.jsx:79)
`frontend/apps/command-bridge/components/PerceptionPanel.jsx:79` calls `GET /api/perception/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/health` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perception/health (frontend/apps/command-bridge/hooks/useVision.js:85)
`frontend/apps/command-bridge/hooks/useVision.js:85` calls `GET /api/perception/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/health` 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/perception/health (frontend/apps/command-bridge/SomaCommandBridge.jsx:147)
`frontend/apps/command-bridge/SomaCommandBridge.jsx:147` calls `GET /api/perception/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/health` 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/perception/vision/last (frontend/apps/command-bridge/components/MindsEye.jsx:22)
`frontend/apps/command-bridge/components/MindsEye.jsx:22` calls `GET /api/perception/vision/last` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/vision/last` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perception/vision/last (frontend/apps/command-bridge/hooks/useVision.js:107)
`frontend/apps/command-bridge/hooks/useVision.js:107` calls `GET /api/perception/vision/last` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/vision/last` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perception/vision/retention (frontend/apps/command-bridge/hooks/useVision.js:153)
`frontend/apps/command-bridge/hooks/useVision.js:153` calls `GET /api/perception/vision/retention` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/vision/retention` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perception/vision/scenes (frontend/apps/command-bridge/hooks/useVision.js:120)
`frontend/apps/command-bridge/hooks/useVision.js:120` calls `GET /api/perception/vision/scenes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/vision/scenes` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perception/vision/what-changed (frontend/apps/command-bridge/hooks/useVision.js:134)
`frontend/apps/command-bridge/hooks/useVision.js:134` calls `GET /api/perception/vision/what-changed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perception/vision/what-changed` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/performance/equity-curve?days=30 (frontend/apps/command-bridge/components/MissionControl/components/LearningDashboard.jsx:26)
`frontend/apps/command-bridge/components/MissionControl/components/LearningDashboard.jsx:26` calls `GET /api/performance/equity-curve?days=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/performance/equity-curve`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/performance/equity-curve?days=30 (frontend/apps/command-bridge/panels/MissionControl/components/LearningDashboard.jsx:26)
`frontend/apps/command-bridge/panels/MissionControl/components/LearningDashboard.jsx:26` calls `GET /api/performance/equity-curve?days=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/performance/equity-curve` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scalping/stats (frontend/apps/command-bridge/components/MissionControl/components/DemoTrainingPanel.jsx:72)
`frontend/apps/command-bridge/components/MissionControl/components/DemoTrainingPanel.jsx:72` calls `GET /api/scalping/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scalping/stats` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scalping/stats (frontend/apps/command-bridge/components/MissionControl/components/MarketRadar.jsx:69)
`frontend/apps/command-bridge/components/MissionControl/components/MarketRadar.jsx:69` calls `GET /api/scalping/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scalping/stats` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scalping/stats (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:737)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:737` calls `GET /api/scalping/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scalping/stats` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scalping/stats (frontend/apps/command-bridge/panels/MissionControl/components/DemoTrainingPanel.jsx:72)
`frontend/apps/command-bridge/panels/MissionControl/components/DemoTrainingPanel.jsx:72` calls `GET /api/scalping/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scalping/stats` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scalping/stats (frontend/apps/command-bridge/panels/MissionControl/components/MarketRadar.jsx:70)
`frontend/apps/command-bridge/panels/MissionControl/components/MarketRadar.jsx:70` calls `GET /api/scalping/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scalping/stats` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scalping/stats (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1769)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:1769` calls `GET /api/scalping/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scalping/stats` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/scanner/opportunities?assetType=${assetType} (frontend/apps/command-bridge/components/finance/OpportunityScannerModal.jsx:13)
`frontend/apps/command-bridge/components/finance/OpportunityScannerModal.jsx:13` calls `GET /api/scanner/opportunities?assetType=${assetType}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/scanner/opportunities` If…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/cockpit (frontend/apps/command-bridge/components/SimulationSuite.jsx:80)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:80` calls `GET /api/social/cockpit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/cockpit` 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/social/cockpit (frontend/apps/command-bridge/components/SocialModule.jsx:79)
`frontend/apps/command-bridge/components/SocialModule.jsx:79` calls `GET /api/social/cockpit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/cockpit` 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/social/cockpit (frontend/apps/command-bridge/panels/Studio/components/views/EcosystemView.tsx:44)
`frontend/apps/command-bridge/panels/Studio/components/views/EcosystemView.tsx:44` calls `GET /api/social/cockpit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/cockpit` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/cockpit (frontend/apps/command-bridge/panels/Studio/components/widgets/SocialActivityWidget.tsx:18)
`frontend/apps/command-bridge/panels/Studio/components/widgets/SocialActivityWidget.tsx:18` calls `GET /api/social/cockpit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/cockpit` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/cockpit (frontend/apps/command-bridge/panels/Studio/components/widgets/SocialActivityWidget.tsx:81)
`frontend/apps/command-bridge/panels/Studio/components/widgets/SocialActivityWidget.tsx:81` calls `GET /api/social/cockpit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/cockpit` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/discord/bot/status (frontend/apps/command-bridge/components/SettingsModule.jsx:25)
`frontend/apps/command-bridge/components/SettingsModule.jsx:25` calls `GET /api/social/discord/bot/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/discord/bot/status` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/discord/bot/status (frontend/apps/command-bridge/components/SocialModule.jsx:253)
`frontend/apps/command-bridge/components/SocialModule.jsx:253` calls `GET /api/social/discord/bot/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/discord/bot/status` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/images (frontend/apps/command-bridge/components/SocialModule.jsx:96)
`frontend/apps/command-bridge/components/SocialModule.jsx:96` calls `GET /api/social/images` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/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/social/memory (frontend/apps/command-bridge/panels/Studio/components/widgets/SocialActivityWidget.tsx:19)
`frontend/apps/command-bridge/panels/Studio/components/widgets/SocialActivityWidget.tsx:19` calls `GET /api/social/memory` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/memory` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/stories/status (frontend/apps/command-bridge/components/ReflectionsTab.jsx:290)
`frontend/apps/command-bridge/components/ReflectionsTab.jsx:290` calls `GET /api/social/stories/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/stories/status` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/social/stories/status (frontend/apps/command-bridge/components/SocialModule.jsx:88)
`frontend/apps/command-bridge/components/SocialModule.jsx:88` calls `GET /api/social/stories/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/social/stories/status` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/activity?limit=6 (frontend/apps/command-bridge/SomaCommandBridge.jsx:1442)
`frontend/apps/command-bridge/SomaCommandBridge.jsx:1442` calls `GET /api/soma/activity?limit=6` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/activity` 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/soma/audit/recent?limit=100 (frontend/apps/command-bridge/panels/AuditRibbon/AuditRibbon.jsx:58)
`frontend/apps/command-bridge/panels/AuditRibbon/AuditRibbon.jsx:58` calls `GET /api/soma/audit/recent?limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/audit/recent` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/audit/stats (frontend/apps/command-bridge/panels/AuditRibbon/AuditRibbon.jsx:57)
`frontend/apps/command-bridge/panels/AuditRibbon/AuditRibbon.jsx:57` calls `GET /api/soma/audit/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/audit/stats` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/audit/verify (frontend/apps/command-bridge/panels/AuditRibbon/AuditRibbon.jsx:71)
`frontend/apps/command-bridge/panels/AuditRibbon/AuditRibbon.jsx:71` calls `GET /api/soma/audit/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/audit/verify` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/cc/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:1983)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1983` calls `GET /api/soma/cc/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/cc/status` 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/soma/communication/state?limit=40 (frontend/apps/command-bridge/SomaCommandBridge.jsx:1464)
`frontend/apps/command-bridge/SomaCommandBridge.jsx:1464` calls `GET /api/soma/communication/state?limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/communication/state` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/communication/state?limit=40 (frontend/apps/command-bridge/SomaCommandBridge.jsx:3037)
`frontend/apps/command-bridge/SomaCommandBridge.jsx:3037` calls `GET /api/soma/communication/state?limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/communication/state` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/core-systems/snapshot (frontend/apps/command-bridge/components/CoreSystemsOverview.jsx:25)
`frontend/apps/command-bridge/components/CoreSystemsOverview.jsx:25` calls `GET /api/soma/core-systems/snapshot` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/core-systems/snapshot` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/gmn/nodes (frontend/apps/command-bridge/components/SettingsModule.jsx:1122)
`frontend/apps/command-bridge/components/SettingsModule.jsx:1122` calls `GET /api/soma/gmn/nodes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/gmn/nodes` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/gmn/nodes (frontend/apps/command-bridge/panels/GrayMatter/GrayMatterPanel.jsx:96)
`frontend/apps/command-bridge/panels/GrayMatter/GrayMatterPanel.jsx:96` calls `GET /api/soma/gmn/nodes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/gmn/nodes` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/knowledge/spine/status (frontend/apps/command-bridge/SomaCommandBridge.jsx:1441)
`frontend/apps/command-bridge/SomaCommandBridge.jsx:1441` calls `GET /api/soma/knowledge/spine/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/knowledge/spine/status` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/market-lab/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:1020)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1020` calls `GET /api/soma/market-lab/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/market-lab/status` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/medical-lab/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:434)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:434` calls `GET /api/soma/medical-lab/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/medical-lab/status` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/medical-lab/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:495)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:495` calls `GET /api/soma/medical-lab/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/medical-lab/status` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/memory/excavate?limit=30 (frontend/apps/command-bridge/components/Knowledge/components/MemoryExcavator.jsx:17)
`frontend/apps/command-bridge/components/Knowledge/components/MemoryExcavator.jsx:17` calls `GET /api/soma/memory/excavate?limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/memory/excavate` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/memory/excavate?limit=50 (frontend/apps/command-bridge/panels/Knowledge/components/MemoryExcavator.jsx:42)
`frontend/apps/command-bridge/panels/Knowledge/components/MemoryExcavator.jsx:42` calls `GET /api/soma/memory/excavate?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/memory/excavate` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/ml-intern/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:181)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:181` calls `GET /api/soma/ml-intern/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/ml-intern/status` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/ml-intern/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:34)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:34` calls `GET /api/soma/ml-intern/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/ml-intern/status` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/simulations/experiments (frontend/apps/command-bridge/components/SimulationSuite.jsx:1447)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1447` calls `GET /api/soma/simulations/experiments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/simulations/experiments` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/simulations/market-data (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:813)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:813` calls `GET /api/soma/simulations/market-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/simulations/market-data` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/simulations/playbook-mc (frontend/apps/command-bridge/panels/MissionControl/components/SimIntelPanel.jsx:146)
`frontend/apps/command-bridge/panels/MissionControl/components/SimIntelPanel.jsx:146` calls `GET /api/soma/simulations/playbook-mc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/simulations/playbook-mc` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/simulations/playbook-mc (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:641)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:641` calls `GET /api/soma/simulations/playbook-mc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/simulations/playbook-mc` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/simulations/status (frontend/apps/command-bridge/components/SimulationSuite.jsx:1809)
`frontend/apps/command-bridge/components/SimulationSuite.jsx:1809` calls `GET /api/soma/simulations/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/simulations/status` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/steve/status (frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:730)
`frontend/apps/command-bridge/panels/aperture/apps/Portal.jsx:730` calls `GET /api/soma/steve/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/steve/status` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/steve/status (frontend/apps/command-bridge/SomaCommandBridge.jsx:145)
`frontend/apps/command-bridge/SomaCommandBridge.jsx:145` calls `GET /api/soma/steve/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/steve/status` 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/soma/swarm/candidates (frontend/apps/command-bridge/components/CodeSandboxView.jsx:412)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:412` calls `GET /api/soma/swarm/candidates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/candidates` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/code-experiments?limit=40 (frontend/apps/command-bridge/components/CodeSandboxView.jsx:712)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:712` calls `GET /api/soma/swarm/code-experiments?limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/code-experiments` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/codebase-overview (frontend/apps/command-bridge/components/CodeSandboxView.jsx:425)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:425` calls `GET /api/soma/swarm/codebase-overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/codebase-overview` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/file-snippet?file=${encodeURIComponent(file)}&maxLines=6 (frontend/apps/command-bridge/components/CodeSandboxView.jsx:490)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:490` calls `GET /api/soma/swarm/file-snippet?file=${encodeURIComponent(file)}&maxLines=6` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/file-s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/outcomes?limit=12 (frontend/apps/command-bridge/components/CodeSandboxView.jsx:774)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:774` calls `GET /api/soma/swarm/outcomes?limit=12` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/outcomes` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/outcomes?limit=12 (frontend/apps/command-bridge/components/CodeSandboxView.jsx:838)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:838` calls `GET /api/soma/swarm/outcomes?limit=12` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/outcomes` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/rd-topics (frontend/apps/command-bridge/components/CodeSandboxView.jsx:677)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:677` calls `GET /api/soma/swarm/rd-topics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/rd-topics` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/swarm/status (frontend/apps/command-bridge/components/CodeSandboxView.jsx:406)
`frontend/apps/command-bridge/components/CodeSandboxView.jsx:406` calls `GET /api/soma/swarm/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/swarm/status` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/soma/working-memory (frontend/apps/command-bridge/panels/Knowledge/components/SomaMind.jsx:17)
`frontend/apps/command-bridge/panels/Knowledge/components/SomaMind.jsx:17` calls `GET /api/soma/working-memory` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/soma/working-memory` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:545)
`frontend/apps/command-bridge/panels/Axis/AxisApp.jsx:545` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/ui/ContactDrawer.tsx:35)
`frontend/apps/command-bridge/panels/Studio/components/ui/ContactDrawer.tsx:35` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/views/CommunityView.tsx:69)
`frontend/apps/command-bridge/panels/Studio/components/views/CommunityView.tsx:69` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/views/EcosystemView.tsx:45)
`frontend/apps/command-bridge/panels/Studio/components/views/EcosystemView.tsx:45` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/widgets/ActivityWidget.tsx:31)
`frontend/apps/command-bridge/panels/Studio/components/widgets/ActivityWidget.tsx:31` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/widgets/GalleryWidget.tsx:303)
`frontend/apps/command-bridge/panels/Studio/components/widgets/GalleryWidget.tsx:303` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/widgets/GalleryWidget.tsx:345)
`frontend/apps/command-bridge/panels/Studio/components/widgets/GalleryWidget.tsx:345` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/axis (frontend/apps/command-bridge/panels/Studio/components/widgets/StatsWidget.tsx:62)
`frontend/apps/command-bridge/panels/Studio/components/widgets/StatsWidget.tsx:62` calls `GET /api/studio/axis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/axis` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/featured (frontend/apps/command-bridge/panels/Studio/components/views/PortfolioView.tsx:73)
`frontend/apps/command-bridge/panels/Studio/components/views/PortfolioView.tsx:73` calls `GET /api/studio/featured` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/featured` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/identity/check?username=${encodeURIComponent(q)}&currentUserId=${encodeURIComponent(currentUserId)} (frontend/apps/command-bridge/panels/Studio/App.tsx:95)
`frontend/apps/command-bridge/panels/Studio/App.tsx:95` calls `GET /api/studio/identity/check?username=${encodeURIComponent(q)}&currentUserId=${encodeURIComponent(currentUserId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/profile (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:108)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:108` calls `GET /api/studio/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/profile` 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/studio/profile (frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:752)
`frontend/apps/command-bridge/panels/Axis/AxisContext.jsx:752` calls `GET /api/studio/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/profile` 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/studio/profile (frontend/apps/command-bridge/panels/Studio/App.tsx:252)
`frontend/apps/command-bridge/panels/Studio/App.tsx:252` calls `GET /api/studio/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/profile` 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/studio/top8 (frontend/apps/command-bridge/panels/Studio/components/ui/ContactDrawer.tsx:36)
`frontend/apps/command-bridge/panels/Studio/components/ui/ContactDrawer.tsx:36` calls `GET /api/studio/top8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/top8` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studio/top8 (frontend/apps/command-bridge/panels/Studio/components/widgets/StatsWidget.tsx:63)
`frontend/apps/command-bridge/panels/Studio/components/widgets/StatsWidget.tsx:63` calls `GET /api/studio/top8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studio/top8` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/terminal/status (frontend/command-bridge_LEGACY/SomaCT.jsx:45)
`frontend/command-bridge_LEGACY/SomaCT.jsx:45` calls `GET /api/terminal/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/terminal/status` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trading/position-size?symbol=${encodeURIComponent(selectedSymbol)} (frontend/apps/command-bridge/components/MissionControl/components/ManualWorkstation.jsx:41)
`frontend/apps/command-bridge/components/MissionControl/components/ManualWorkstation.jsx:41` calls `GET /api/trading/position-size?symbol=${encodeURIComponent(selectedSymbol)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trading/position-size?symbol=${encodeURIComponent(selectedSymbol)} (frontend/apps/command-bridge/panels/MissionControl/components/ManualWorkstation.jsx:41)
`frontend/apps/command-bridge/panels/MissionControl/components/ManualWorkstation.jsx:41` calls `GET /api/trading/position-size?symbol=${encodeURIComponent(selectedSymbol)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matchin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trading/regime?symbol=${selectedSymbol} (frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:304)
`frontend/apps/command-bridge/components/MissionControl/MissionControlApp.jsx:304` calls `GET /api/trading/regime?symbol=${selectedSymbol}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trading/regime` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trading/regime?symbol=${selectedSymbol} (frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:970)
`frontend/apps/command-bridge/panels/MissionControl/MissionControlApp.jsx:970` calls `GET /api/trading/regime?symbol=${selectedSymbol}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trading/regime` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/trading/summary (frontend/apps/command-bridge/components/EconomicSovereigntyMonitor.jsx:20)
`frontend/apps/command-bridge/components/EconomicSovereigntyMonitor.jsx:20` calls `GET /api/trading/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/trading/summary` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/workspace/projects (frontend/apps/tie/modules/ForensicsModule.jsx:100)
`frontend/apps/tie/modules/ForensicsModule.jsx:100` calls `GET /api/workspace/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspace/projects` 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/workspace/projects/${project.id}/files (frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1273)
`frontend/apps/command-bridge/panels/Axis/AxisWorkspaceView.jsx:1273` calls `GET /api/workspace/projects/${project.id}/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspace/projects/<p>/files` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/workspace/projects/${projectId}/files (frontend/apps/tie/modules/ForensicsModule.jsx:107)
`frontend/apps/tie/modules/ForensicsModule.jsx:107` calls `GET /api/workspace/projects/${projectId}/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/workspace/projects/<p>/files` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/account/multi/list.json (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:701)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:701` calls `GET /i/api/1.1/account/multi/list.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/i/api/1.1/account/multi/list.json` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/friendships/incoming.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_has_nft_avatar=1&skip_status=1&cursor=${cursor}&stringify_ids=true&count=100 (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4152)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4152` calls `GET /i/api/1.1/friendships/incoming.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/hashflags.json (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1840)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1840` calls `GET /i/api/1.1/hashflags.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/i/api/1.1/hashflags.json` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/hashflags.json (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1892)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1892` calls `GET /i/api/1.1/hashflags.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/i/api/1.1/hashflags.json` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/saved_searches/list.json (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7055)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7055` calls `GET /i/api/1.1/saved_searches/list.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/i/api/1.1/saved_searches/list.json` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/strato/column/None/profileUserId=${id},destinationLanguage=None,translationSource=Some(Google)/translation/service/translateProfile (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4236)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4236` calls `GET /i/api/1.1/strato/column/None/profileUserId=${id},destinationLanguage=None,translationSource=Some(Google)/translation/service/translateProfile` but no backend route matches that path. This is a runtime 404 waiting to happen. T…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/1.1/strato/column/None/tweetId=${id},destinationLanguage=None,translationSource=Some(Google),feature=None,timeout=None,onlyCached=None/translation/service/translateTweet (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6339)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6339` calls `GET /i/api/1.1/strato/column/None/tweetId=${id},destinationLanguage=None,translationSource=Some(Google),feature=None,timeout=None,onlyCached=None/translation/service/translateTweet` but no backend route matches that path. This is a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/2/badge_count/badge_count.json?supports_ntab_urt=1 (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1946)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1946` calls `GET /i/api/2/badge_count/badge_count.json?supports_ntab_urt=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/i/api/<p>/badge_count/badge_count.jso…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/2/guide.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_has_nft_avatar=1&include_ext_is_blue_verified=1&include_ext_verified_type=1&include_ext_profile_image_shape=1&skip_status=1&cards_platform=Web-12&include_cards=1&include_ext_alt_text=true&include_ext_limited_action_results=true&include_quote_count=true&include_reply_count=1&tweet_mode=extended&include_ext_views=true&include_entities=true&include_user_entities=true&include_ext_media_color=true&include_ext_media_availability=true&include_ext_sensitive_media_warning=true&include_ext_trusted_friends_metadata=true&send_error_codes=true&simple_quoted_tweet=true&count=20&requestContext=launch&candidate_source=trends&include_page_configuration=false&entity_tokens=false&ext=mediaStats%2ChighlightedLabel%2ChasNftAvatar%2CvoiceInfo%2CbirdwatchPivot%2CsuperFollowMetadata%2CunmentionInfo%2CeditControl (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1656)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1656` calls `GET /i/api/2/guide.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_has_nft_avat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/2/notifications/view/${id}.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_has_nft_avatar=1&skip_status=1&cards_platform=Web-12&include_cards=1&include_ext_alt_text=true&include_ext_limited_action_results=false&include_quote_count=true&include_reply_count=1&tweet_mode=extended&include_ext_collab_control=true&include_entities=true&include_user_entities=true&include_ext_media_color=true&include_ext_media_availability=true&include_ext_sensitive_media_warning=true&include_ext_trusted_friends_metadata=true&send_error_codes=true&simple_quoted_tweet=true&count=20&ext=views%2CmediaStats%2CverifiedType%2CisBlueVerified%2ChighlightedLabel%2ChasNftAvatar%2CvoiceInfo%2Cenrichments%2CsuperFollowMetadata%2CunmentionInfo%2CeditControl%2Ccollab_control%2Cvibe (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:2406)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:2406` calls `GET /i/api/2/notifications/view/${id}.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&inclu…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/2/people_discovery/modules_urt.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_has_nft_avatar=1&skip_status=1&cards_platform=Web-12&include_cards=1&include_ext_alt_text=true&include_quote_count=true&include_reply_count=1&tweet_mode=extended&include_ext_collab_control=true&include_entities=true&include_user_entities=true&include_ext_media_color=true&include_ext_media_availability=true&include_ext_sensitive_media_warning=true&include_ext_trusted_friends_metadata=true&send_error_codes=true&simple_quoted_tweet=true&count=20&display_location=connect&client_type=rweb&ext=views%2CmediaStats%2CverifiedType%2CisBlueVerifiedhighlightedLabel%2ChasNftAvatar%2CvoiceInfo%2Cenrichments%2CsuperFollowMetadata%2CunmentionInfo%2Ccollab_control (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1474)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:1474` calls `GET /i/api/2/people_discovery/modules_urt.json?include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/1dmA2m-qIsGm2XfqQtcD3A/UserMedia?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringify(features) )}&fieldToggles=${encodeURIComponent( JSON.stringify(fieldToggles) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3164)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3164` calls `GET /i/api/graphql/1dmA2m-qIsGm2XfqQtcD3A/UserMedia?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringify(feat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/2Vjeyo_L0nizAUhHe3fKyA/ListLatestTweetsTimeline?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ rweb_lists_timeline_redesign_enabled: false, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: true, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, tweetypie_unmention_optimization_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, responsive_web_twitter_article_tweet_consumption_enabled: false, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: true, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: true, responsive_web_media_download_video_enabled: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7593)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7593` calls `GET /i/api/graphql/2Vjeyo_L0nizAUhHe3fKyA/ListLatestTweetsTimeline?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.strin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/3OjEFzT2VjX-X7w4KYBJRg/Bookmarks?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ graphql_timeline_v2_bookmark_timeline: true, blue_business_profile_image_shape_enabled: true, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, tweetypie_unmention_optimization_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, longform_notetweets_rich_text_read_enabled: true, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7427)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7427` calls `GET /i/api/graphql/3OjEFzT2VjX-X7w4KYBJRg/Bookmarks?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/4exqISyA1-LejxLHY4RqJA/TopicLandingPage?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, unified_cards_ad_metadata_container_dynamic_card_content_query_enabled: true, dont_mention_me_view_api_enabled: true, responsive_web_uc_gql_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: false, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, responsive_web_enhance_cards_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8577)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8577` calls `GET /i/api/graphql/4exqISyA1-LejxLHY4RqJA/TopicLandingPage?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/4lk-D0Y8kfimSyPJjEocsA/TrustedFriendsTypeahead?variables=${encodeURIComponent( JSON.stringify(variables) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7147)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7147` calls `GET /i/api/graphql/4lk-D0Y8kfimSyPJjEocsA/TrustedFriendsTypeahead?variables=${encodeURIComponent( JSON.stringify(variables) )}` but no backend route matches that path. This is a runtime 4…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/6E69fsenLDPDcprqtogzdw/ListOwnerships?variables=${encodeURIComponent( JSON.stringify({ userId: myId, isListMemberTargetUserId: userId, count: 100, withSuperFollowsUserFields: true, withDownvotePerspective: false, withReactionsMetadata: false, withReactionsPerspective: false, withSuperFollowsTweetFields: true, }) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, unified_cards_ad_metadata_container_dynamic_card_content_query_enabled: false, dont_mention_me_view_api_enabled: true, responsive_web_uc_gql_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: false, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, responsive_web_enhance_cards_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8313)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8313` calls `GET /i/api/graphql/6E69fsenLDPDcprqtogzdw/ListOwnerships?variables=${encodeURIComponent( JSON.stringify({ userId: myId, isListMemberTargetUserId: userI…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/_8egOzcbgeLIhP0TbTStGw/UsersByRestIds?variables=${encodeURIComponent( JSON.stringify({ userIds: ids }) )}&features=${encodeURIComponent( JSON.stringify({ rweb_tipjar_consumption_enabled: false, verified_phone_label_enabled: false, responsive_web_graphql_timeline_navigation_enabled: false, responsive_web_graphql_skip_user_profile_image_extensions_enabled: true, profile_label_improvements_pcf_label_in_post_enabled: false, payments_enabled: false, responsive_web_profile_redirect_enabled: false }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3964)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3964` calls `GET /i/api/graphql/_8egOzcbgeLIhP0TbTStGw/UsersByRestIds?variables=${encodeURIComponent( JSON.stringify({ userIds: ids }) )}&features=${encodeURIComponent( JSON.st…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/cl2dF-zeGiLvZDsMGZhL4g/ListsManagementPageTimeline?variables=${encodeURIComponent( JSON.stringify({ count: 100, withSuperFollowsUserFields: true, withDownvotePerspective: false, withReactionsMetadata: false, withReactionsPerspective: false, withSuperFollowsTweetFields: true, }) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, unified_cards_ad_metadata_container_dynamic_card_content_query_enabled: false, dont_mention_me_view_api_enabled: true, responsive_web_uc_gql_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: false, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, responsive_web_enhance_cards_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8199)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8199` calls `GET /i/api/graphql/cl2dF-zeGiLvZDsMGZhL4g/ListsManagementPageTimeline?variables=${encodeURIComponent( JSON.stringify({ count: 100, withSupe…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/fJSopkDA3UP9priyce4RgQ/Followers?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ dont_mention_me_view_api_enabled: true, interactive_text_enabled: true, responsive_web_uc_gql_enabled: false, vibe_tweet_context_enabled: false, responsive_web_edit_tweet_api_enabled: false, standardized_nudges_misinfo: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3809)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3809` calls `GET /i/api/graphql/fJSopkDA3UP9priyce4RgQ/Followers?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/flaR-PUMshxFWZWPNpq4zA/SearchTimeline?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: true, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, c9s_tweet_anatomy_moderator_badge_enabled: true, tweetypie_unmention_optimization_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, responsive_web_twitter_article_tweet_consumption_enabled: true, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: true, rweb_video_timestamps_enabled: true, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: true, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6123)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6123` calls `GET /i/api/graphql/flaR-PUMshxFWZWPNpq4zA/SearchTimeline?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringify…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/i3_opgZeSaeWbfyFQjZ5Sw/TrustedFriendsMembersQuery?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JSON.stringify(features) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8422)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8422` calls `GET /i/api/graphql/i3_opgZeSaeWbfyFQjZ5Sw/TrustedFriendsMembersQuery?variables=${encodeURIComponent( JSON.stringify(variables) )}&features=${encodeURIComponent( JS…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/KwGBbJZc6DBx8EKmyQSP7g/TweetDetail?variables=${encodeURIComponent( JSON.stringify({ focalTweetId: id, with_rux_injections: false, includePromotedContent: false, withCommunity: true, withQuickPromoteEligibilityTweetFields: true, withBirdwatchNotes: true, withVoice: true, withV2Timeline: true, cursor: cursor, }) )}&features=${encodeURIComponent( JSON.stringify({ rweb_lists_timeline_redesign_enabled: false, blue_business_profile_image_shape_enabled: true, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: false, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, tweetypie_unmention_optimization_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:5319)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:5319` calls `GET /i/api/graphql/KwGBbJZc6DBx8EKmyQSP7g/TweetDetail?variables=${encodeURIComponent( JSON.stringify({ focalTweetId: id, with_rux_injection…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/KwGBbJZc6DBx8EKmyQSP7g/TweetDetail?variables=${encodeURIComponent( JSON.stringify({ focalTweetId: id, with_rux_injections: false, includePromotedContent: false, withCommunity: true, withQuickPromoteEligibilityTweetFields: true, withBirdwatchNotes: true, withVoice: true, withV2Timeline: true, }) )}&features=${encodeURIComponent( JSON.stringify({ rweb_lists_timeline_redesign_enabled: false, blue_business_profile_image_shape_enabled: true, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: false, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, tweetypie_unmention_optimization_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4770)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4770` calls `GET /i/api/graphql/KwGBbJZc6DBx8EKmyQSP7g/TweetDetail?variables=${encodeURIComponent( JSON.stringify({ focalTweetId: id, with_rux_injection…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/LxXoouvfd5E8PXsdrQ0iMg/ListSubscribers?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, unified_cards_ad_metadata_container_dynamic_card_content_query_enabled: false, dont_mention_me_view_api_enabled: true, responsive_web_uc_gql_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: false, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, responsive_web_enhance_cards_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7826)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7826` calls `GET /i/api/graphql/LxXoouvfd5E8PXsdrQ0iMg/ListSubscribers?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/m8AXvuS9H0aAI09J3ISOrw/FollowersYouKnow?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ rweb_lists_timeline_redesign_enabled: false, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: true, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, tweetypie_unmention_optimization_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, responsive_web_twitter_article_tweet_consumption_enabled: false, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: true, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: true, responsive_web_media_download_video_enabled: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4039)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4039` calls `GET /i/api/graphql/m8AXvuS9H0aAI09J3ISOrw/FollowersYouKnow?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/mLKOzzVOWUycBiExBT1gjg/CombinedLists?variables=${encodeURIComponent( JSON.stringify({ userId: id, count: 100, withSuperFollowsUserFields: true, withDownvotePerspective: false, withReactionsMetadata: false, withReactionsPerspective: false, withSuperFollowsTweetFields: true, }) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, unified_cards_ad_metadata_container_dynamic_card_content_query_enabled: false, dont_mention_me_view_api_enabled: true, responsive_web_uc_gql_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: false, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, responsive_web_enhance_cards_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4270)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:4270` calls `GET /i/api/graphql/mLKOzzVOWUycBiExBT1gjg/CombinedLists?variables=${encodeURIComponent( JSON.stringify({ userId: id, count: 100, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/QjN8ZdavFDqxUjNn3r9cig/AuthenticatedUserTFLists?variables=%7B%7D (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8378)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:8378` calls `GET /i/api/graphql/QjN8ZdavFDqxUjNn3r9cig/AuthenticatedUserTFLists?variables=%7B%7D` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/i/api/graphql/q…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/qVWT1Tn1FiklyVDqYiOhLg/Retweeters?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ dont_mention_me_view_api_enabled: true, interactive_text_enabled: true, responsive_web_uc_gql_enabled: false, vibe_tweet_context_enabled: false, responsive_web_edit_tweet_api_enabled: false, standardized_nudges_misinfo: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6039)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6039` calls `GET /i/api/graphql/qVWT1Tn1FiklyVDqYiOhLg/Retweeters?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/RMoTahkos95Jcdw-UWlZog/Favoriters?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ dont_mention_me_view_api_enabled: true, interactive_text_enabled: true, responsive_web_uc_gql_enabled: false, vibe_tweet_context_enabled: false, responsive_web_edit_tweet_api_enabled: false, standardized_nudges_misinfo: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:5873)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:5873` calls `GET /i/api/graphql/RMoTahkos95Jcdw-UWlZog/Favoriters?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/sLVLhk0bGj3MVFEKTdax1w/UserByScreenName?variables=%7B%22screen_name%22%3A%22${name}%22%2C%22withSafetyModeUserFields%22%3Atrue%2C%22withSuperFollowsUserFields%22%3Atrue%7D&features=${encodeURIComponent( JSON.stringify({ blue_business_profile_image_shape_enabled: true, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, responsive_web_graphql_timeline_navigation_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:2569)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:2569` calls `GET /i/api/graphql/sLVLhk0bGj3MVFEKTdax1w/UserByScreenName?variables=%7B%22screen_name%22%3A%22${name}%22%2C%22withSafetyModeUserFields%22%3Atrue%2C%22withSuperFollowsUserFields%22%3Atrue%7D&features=${encodeURIComponent( …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/sXFXEmtFr3nLyG1dmS81jw/ListMembers?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, unified_cards_ad_metadata_container_dynamic_card_content_query_enabled: false, dont_mention_me_view_api_enabled: true, responsive_web_uc_gql_enabled: true, vibe_api_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: false, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: false, interactive_text_enabled: true, responsive_web_text_conversations_enabled: false, responsive_web_enhance_cards_enabled: true, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7740)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7740` calls `GET /i/api/graphql/sXFXEmtFr3nLyG1dmS81jw/ListMembers?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/t-BPOrMIduGUJWO_LxcvNQ/Following?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ rweb_lists_timeline_redesign_enabled: false, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: true, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, tweetypie_unmention_optimization_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, responsive_web_twitter_article_tweet_consumption_enabled: false, tweet_awards_web_tipping_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: true, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: true, responsive_web_media_download_video_enabled: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3706)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3706` calls `GET /i/api/graphql/t-BPOrMIduGUJWO_LxcvNQ/Following?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/TQmyZ_haUqANuyBcFBLkUw/SearchTimeline?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ rweb_tipjar_consumption_enabled: true, responsive_web_graphql_exclude_directive_enabled: true, verified_phone_label_enabled: false, creator_subscriptions_tweet_preview_api_enabled: true, responsive_web_graphql_timeline_navigation_enabled: true, responsive_web_graphql_skip_user_profile_image_extensions_enabled: false, communities_web_enable_tweet_community_results_fetch: true, c9s_tweet_anatomy_moderator_badge_enabled: true, articles_preview_enabled: true, tweetypie_unmention_optimization_enabled: true, responsive_web_edit_tweet_api_enabled: true, graphql_is_translatable_rweb_tweet_is_translatable_enabled: true, view_counts_everywhere_api_enabled: true, longform_notetweets_consumption_enabled: true, responsive_web_twitter_article_tweet_consumption_enabled: true, tweet_awards_web_tipping_enabled: false, creator_subscriptions_quote_tweet_preview_enabled: false, freedom_of_speech_not_reach_fetch_enabled: true, standardized_nudges_misinfo: true, tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: true, rweb_video_timestamps_enabled: true, longform_notetweets_rich_text_read_enabled: true, longform_notetweets_inline_media_enabled: true, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6865)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:6865` calls `GET /i/api/graphql/TQmyZ_haUqANuyBcFBLkUw/SearchTimeline?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/vni8vUvtZvJoIsl49VPudg/Likes?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ dont_mention_me_view_api_enabled: true, interactive_text_enabled: true, responsive_web_uc_gql_enabled: false, vibe_tweet_context_enabled: false, responsive_web_edit_tweet_api_enabled: false, standardized_nudges_misinfo: false, responsive_web_enhance_cards_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3542)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:3542` calls `GET /i/api/graphql/vni8vUvtZvJoIsl49VPudg/Likes?variables=${encodeURIComponent( JSON.stringify(obj) )}&features=${encodeURIComponent( JSON.stringify({ …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /i/api/graphql/vxx-Y8zadpAP64HHiw4hMQ/ListByRestId?variables=${encodeURIComponent( JSON.stringify({ listId: id, withSuperFollowsUserFields: true, }) )}&features=${encodeURIComponent( JSON.stringify({ responsive_web_graphql_timeline_navigation_enabled: false, }) )} (_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7910)
`_imports/oldtwitter/OldTwitter-master/scripts/apis.js:7910` calls `GET /i/api/graphql/vxx-Y8zadpAP64HHiw4hMQ/ListByRestId?variables=${encodeURIComponent( JSON.stringify({ listId: id, withSuperFollowsUserFie…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${host}:5002/health (frontend/apps/command-bridge/hooks/useSomaAudio.js:228)
`frontend/apps/command-bridge/hooks/useSomaAudio.js:228` calls `GET http://${host}:5002/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:5002/health` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/cluster/status (tests/test-real-cluster-distribution.mjs:301)
`tests/test-real-cluster-distribution.mjs:301` calls `GET http://${node.host}:${node.port}/cluster/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/cluster/status` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/federated/model (tests/test-real-cluster-distribution.mjs:181)
`tests/test-real-cluster-distribution.mjs:181` calls `GET http://${node.host}:${node.port}/federated/model` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/federated/model` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/health (cluster/ClusterIntegration.cjs:288)
`cluster/ClusterIntegration.cjs:288` calls `GET http://${node.host}:${node.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/health` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/health (tests/test-heavy-distributed-workload.mjs:103)
`tests/test-heavy-distributed-workload.mjs:103` calls `GET http://${node.host}:${node.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/health` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/health (tests/test-heavy-distributed-workload.mjs:189)
`tests/test-heavy-distributed-workload.mjs:189` calls `GET http://${node.host}:${node.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/health` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/health (tests/test-heavy-distributed-workload.mjs:300)
`tests/test-heavy-distributed-workload.mjs:300` calls `GET http://${node.host}:${node.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/health` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/health (tests/test-heavy-distributed-workload.mjs:333)
`tests/test-heavy-distributed-workload.mjs:333` calls `GET http://${node.host}:${node.port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/health` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${node.host}:${node.port}/transmitter/sync (tests/test-real-cluster-distribution.mjs:224)
`tests/test-real-cluster-distribution.mjs:224` calls `GET http://${node.host}:${node.port}/transmitter/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/transmitter/sync` If this points at an exter…
Dangling fetchFetch

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

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/d3b6c3a9-ebca-4096-99c4-ee7d937b7404/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d3b6c3a9-ebca-4096-99c4-ee7d937b7404/

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.