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.

RevealUIStudio/revealui

https://github.com/RevealUIStudio/revealui · scanned 2026-06-15 23:51 UTC (2 months, 3 weeks ago)

1606 raw signals (0 security + 1606 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 1584 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 48.7/100 with 100.0% coverage. It contains 13632 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1606 findings — concentrated in api (1022), quality (302), frontend (153). Risk profile is high: 37 critical, 983 high, 162 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 1359 of 1584 actionable findings. 1606 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 2 occurrences Possible secret in e2e/auth.e2e.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 51, 127
e2e/auth.e2e.ts:51, 127 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in e2e/electric.e2e.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 83, 94
e2e/electric.e2e.ts:83, 94 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in packages/core/src/client/admin/i18n/en.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
packages/core/src/client/admin/i18n/en.ts:19
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
CLAUDE.md:231 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api-keys/key_abc (apps/server/src/routes/__tests__/api-keys.test.ts:297)
`apps/server/src/routes/__tests__/api-keys.test.ts:297` calls `DELETE /api-keys/key_abc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/key_abc` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api-keys/key_abc (apps/server/src/routes/__tests__/api-keys.test.ts:333)
`apps/server/src/routes/__tests__/api-keys.test.ts:333` calls `DELETE /api-keys/key_abc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/key_abc` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api-keys/key_belongs_to_user1 (apps/server/src/routes/__tests__/api-keys.test.ts:517)
`apps/server/src/routes/__tests__/api-keys.test.ts:517` calls `DELETE /api-keys/key_belongs_to_user1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/key_belongs_to_user1` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api-keys/key_nonexistent (apps/server/src/routes/__tests__/api-keys.test.ts:314)
`apps/server/src/routes/__tests__/api-keys.test.ts:314` calls `DELETE /api-keys/key_nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys/key_nonexistent` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/memory/context/${sessionId}/${agentId} (packages/ai/src/client/hooks/useAgentContext.ts:188)
`packages/ai/src/client/hooks/useAgentContext.ts:188` calls `DELETE /api/memory/context/${sessionId}/${agentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/context/<p>/<p>` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/memory/episodic/${userId}/${memoryId} (packages/ai/src/client/hooks/useEpisodicMemory.ts:167)
`packages/ai/src/client/hooks/useEpisodicMemory.ts:167` calls `DELETE /api/memory/episodic/${userId}/${memoryId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/episodic/<p>/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/provenance/prov-1 (apps/server/__tests__/api-endpoints.test.ts:503)
`apps/server/__tests__/api-endpoints.test.ts:503` calls `DELETE /api/provenance/prov-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance/prov-1` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /boards/board-1 (apps/server/src/routes/__tests__/tickets.test.ts:332)
`apps/server/src/routes/__tests__/tickets.test.ts:332` calls `DELETE /boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /boards/board-1 (apps/server/src/routes/__tests__/tickets.test.ts:342)
`apps/server/src/routes/__tests__/tickets.test.ts:342` calls `DELETE /boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /boards/no-board (apps/server/src/routes/__tests__/tickets.test.ts:349)
`apps/server/src/routes/__tests__/tickets.test.ts:349` calls `DELETE /boards/no-board` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/no-board` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /columns/col-1 (apps/server/src/routes/__tests__/tickets.test.ts:601)
`apps/server/src/routes/__tests__/tickets.test.ts:601` calls `DELETE /columns/col-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/columns/col-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /columns/col-1 (apps/server/src/routes/__tests__/tickets.test.ts:619)
`apps/server/src/routes/__tests__/tickets.test.ts:619` calls `DELETE /columns/col-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/columns/col-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /columns/col-1 (apps/server/src/routes/__tests__/tickets.test.ts:635)
`apps/server/src/routes/__tests__/tickets.test.ts:635` calls `DELETE /columns/col-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/columns/col-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /comments/comment-1 (apps/server/src/routes/__tests__/tickets.test.ts:741)
`apps/server/src/routes/__tests__/tickets.test.ts:741` calls `DELETE /comments/comment-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/comments/comment-1` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /comments/comment-1 (apps/server/src/routes/__tests__/tickets.test.ts:759)
`apps/server/src/routes/__tests__/tickets.test.ts:759` calls `DELETE /comments/comment-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/comments/comment-1` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /comments/no-comment (apps/server/src/routes/__tests__/tickets.test.ts:750)
`apps/server/src/routes/__tests__/tickets.test.ts:750` calls `DELETE /comments/no-comment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/comments/no-comment` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:388)
`apps/server/src/routes/__tests__/inference-config.test.ts:388` calls `DELETE /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /labels/label-1 (apps/server/src/routes/__tests__/tickets.test.ts:814)
`apps/server/src/routes/__tests__/tickets.test.ts:814` calls `DELETE /labels/label-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/labels/label-1` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /labels/label-1 (apps/server/src/routes/__tests__/tickets.test.ts:835)
`apps/server/src/routes/__tests__/tickets.test.ts:835` calls `DELETE /labels/label-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/labels/label-1` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /labels/no-label (apps/server/src/routes/__tests__/tickets.test.ts:821)
`apps/server/src/routes/__tests__/tickets.test.ts:821` calls `DELETE /labels/no-label` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/labels/no-label` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:310)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:310` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:324)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:324` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:332)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:332` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:490)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:490` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:506)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:506` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:513)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:513` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content.test.ts:602)
`apps/server/src/routes/__tests__/content.test.ts:602` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content.test.ts:611)
`apps/server/src/routes/__tests__/content.test.ts:611` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/media-1 (apps/server/src/routes/__tests__/content.test.ts:619)
`apps/server/src/routes/__tests__/content.test.ts:619` calls `DELETE /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /media/nonexistent (apps/server/src/routes/__tests__/content-media-upload.test.ts:497)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:497` calls `DELETE /media/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/nonexistent` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /pages/nonexistent (apps/server/src/routes/__tests__/content.test.ts:1134)
`apps/server/src/routes/__tests__/content.test.ts:1134` calls `DELETE /pages/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pages/nonexistent` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /pages/page-1 (apps/server/src/routes/__tests__/content.test.ts:1127)
`apps/server/src/routes/__tests__/content.test.ts:1127` calls `DELETE /pages/page-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pages/page-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /pages/page-1 (apps/server/src/routes/__tests__/content.test.ts:1142)
`apps/server/src/routes/__tests__/content.test.ts:1142` calls `DELETE /pages/page-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pages/page-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /pages/page-1 (apps/server/src/routes/__tests__/content.test.ts:1152)
`apps/server/src/routes/__tests__/content.test.ts:1152` calls `DELETE /pages/page-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pages/page-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /pages/page-1 (apps/server/src/routes/__tests__/content.test.ts:1161)
`apps/server/src/routes/__tests__/content.test.ts:1161` calls `DELETE /pages/page-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pages/page-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /posts/nonexistent (apps/server/src/routes/__tests__/content.test.ts:468)
`apps/server/src/routes/__tests__/content.test.ts:468` calls `DELETE /posts/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/posts/nonexistent` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /posts/post-1 (apps/server/src/routes/__tests__/content.test.ts:461)
`apps/server/src/routes/__tests__/content.test.ts:461` calls `DELETE /posts/post-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/posts/post-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /posts/post-1 (apps/server/src/routes/__tests__/content.test.ts:475)
`apps/server/src/routes/__tests__/content.test.ts:475` calls `DELETE /posts/post-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/posts/post-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /posts/post-1 (apps/server/src/routes/__tests__/content.test.ts:484)
`apps/server/src/routes/__tests__/content.test.ts:484` calls `DELETE /posts/post-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/posts/post-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /posts/post-1 (apps/server/src/routes/__tests__/content.test.ts:493)
`apps/server/src/routes/__tests__/content.test.ts:493` calls `DELETE /posts/post-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/posts/post-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /products/nonexistent (apps/server/src/routes/__tests__/products.test.ts:303)
`apps/server/src/routes/__tests__/products.test.ts:303` calls `DELETE /products/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/products/nonexistent` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /products/product-1 (apps/server/src/routes/__tests__/products.test.ts:287)
`apps/server/src/routes/__tests__/products.test.ts:287` calls `DELETE /products/product-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/products/product-1` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /products/product-1 (apps/server/src/routes/__tests__/products.test.ts:296)
`apps/server/src/routes/__tests__/products.test.ts:296` calls `DELETE /products/product-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/products/product-1` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /prov-1 (apps/server/src/routes/__tests__/code-provenance.test.ts:275)
`apps/server/src/routes/__tests__/code-provenance.test.ts:275` calls `DELETE /prov-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/prov-1` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /prov-1 (apps/server/src/routes/__tests__/code-provenance.test.ts:284)
`apps/server/src/routes/__tests__/code-provenance.test.ts:284` calls `DELETE /prov-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/prov-1` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /prov-1 (apps/server/src/routes/__tests__/code-provenance.test.ts:292)
`apps/server/src/routes/__tests__/code-provenance.test.ts:292` calls `DELETE /prov-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/prov-1` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /rag/workspaces/ws-1/documents/doc-1 (apps/server/src/routes/__tests__/rag-index.test.ts:320)
`apps/server/src/routes/__tests__/rag-index.test.ts:320` calls `DELETE /rag/workspaces/ws-1/documents/doc-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rag/workspaces/ws-1/documents/doc-1` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /rag/workspaces/ws-1/documents/doc-42 (apps/server/src/routes/__tests__/rag-index.test.ts:332)
`apps/server/src/routes/__tests__/rag-index.test.ts:332` calls `DELETE /rag/workspaces/ws-1/documents/doc-42` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rag/workspaces/ws-1/documents/doc-42` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /rag/workspaces/ws-1/documents/doc-99 (apps/server/src/routes/__tests__/rag-index.test.ts:689)
`apps/server/src/routes/__tests__/rag-index.test.ts:689` calls `DELETE /rag/workspaces/ws-1/documents/doc-99` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rag/workspaces/ws-1/documents/doc-99` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /rag/workspaces/ws-1/documents/specific-doc-id (apps/server/src/routes/__tests__/rag-index.test.ts:705)
`apps/server/src/routes/__tests__/rag-index.test.ts:705` calls `DELETE /rag/workspaces/ws-1/documents/specific-doc-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/rag/workspaces/ws-1/documents/specific-d…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:579)
`apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:579` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:589)
`apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:589` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:602)
`apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:602` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:612)
`apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:612` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace.test.ts:725)
`apps/server/src/routes/__tests__/marketplace.test.ts:725` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace.test.ts:737)
`apps/server/src/routes/__tests__/marketplace.test.ts:737` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace.test.ts:749)
`apps/server/src/routes/__tests__/marketplace.test.ts:749` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace.test.ts:759)
`apps/server/src/routes/__tests__/marketplace.test.ts:759` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace.test.ts:779)
`apps/server/src/routes/__tests__/marketplace.test.ts:779` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_abcdef123456 (apps/server/src/routes/__tests__/marketplace.test.ts:790)
`apps/server/src/routes/__tests__/marketplace.test.ts:790` calls `DELETE /servers/mcp_abcdef123456` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_abcdef123456` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_zzzzzzzzzzzz (apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:624)
`apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:624` calls `DELETE /servers/mcp_zzzzzzzzzzzz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_zzzzzzzzzzzz` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /servers/mcp_zzzzzzzzzzzz (apps/server/src/routes/__tests__/marketplace.test.ts:769)
`apps/server/src/routes/__tests__/marketplace.test.ts:769` calls `DELETE /servers/mcp_zzzzzzzzzzzz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/servers/mcp_zzzzzzzzzzzz` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /sites/nonexistent (apps/server/src/routes/__tests__/content.test.ts:828)
`apps/server/src/routes/__tests__/content.test.ts:828` calls `DELETE /sites/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/nonexistent` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /sites/site-1 (apps/server/src/routes/__tests__/content.test.ts:821)
`apps/server/src/routes/__tests__/content.test.ts:821` calls `DELETE /sites/site-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/site-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /sites/site-1 (apps/server/src/routes/__tests__/content.test.ts:835)
`apps/server/src/routes/__tests__/content.test.ts:835` calls `DELETE /sites/site-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/site-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /sites/site-1 (apps/server/src/routes/__tests__/content.test.ts:844)
`apps/server/src/routes/__tests__/content.test.ts:844` calls `DELETE /sites/site-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/site-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /sites/site-1 (apps/server/src/routes/__tests__/content.test.ts:853)
`apps/server/src/routes/__tests__/content.test.ts:853` calls `DELETE /sites/site-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/site-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /test (apps/server/src/middleware/__tests__/csrf.test.ts:368)
`apps/server/src/middleware/__tests__/csrf.test.ts:368` calls `DELETE /test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/test` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /tickets/ticket-1 (apps/server/src/routes/__tests__/tickets.test.ts:469)
`apps/server/src/routes/__tests__/tickets.test.ts:469` calls `DELETE /tickets/ticket-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/ticket-1` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /tickets/ticket-1 (apps/server/src/routes/__tests__/tickets.test.ts:480)
`apps/server/src/routes/__tests__/tickets.test.ts:480` calls `DELETE /tickets/ticket-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/ticket-1` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /tickets/ticket-1 (apps/server/src/routes/__tests__/tickets.test.ts:488)
`apps/server/src/routes/__tests__/tickets.test.ts:488` calls `DELETE /tickets/ticket-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/ticket-1` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /tickets/ticket-1/labels/label-1 (apps/server/src/routes/__tests__/tickets.test.ts:871)
`apps/server/src/routes/__tests__/tickets.test.ts:871` calls `DELETE /tickets/ticket-1/labels/label-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/ticket-1/labels/label-1` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/admin-1 (apps/server/src/routes/__tests__/users.test.ts:324)
`apps/server/src/routes/__tests__/users.test.ts:324` calls `DELETE /users/admin-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/admin-1` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/nonexistent (apps/server/src/routes/__tests__/users.test.ts:341)
`apps/server/src/routes/__tests__/users.test.ts:341` calls `DELETE /users/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/nonexistent` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/user-a (apps/server/src/routes/__tests__/users.test.ts:312)
`apps/server/src/routes/__tests__/users.test.ts:312` calls `DELETE /users/user-a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/user-a` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/user-a (apps/server/src/routes/__tests__/users.test.ts:332)
`apps/server/src/routes/__tests__/users.test.ts:332` calls `DELETE /users/user-a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/user-a` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /users/user-b (apps/server/src/routes/__tests__/users.test.ts:318)
`apps/server/src/routes/__tests__/users.test.ts:318` calls `DELETE /users/user-b` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/user-b` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /${file} (apps/docs/app/lib/search-index.ts:189)
`apps/docs/app/lib/search-index.ts:189` calls `GET /${file}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin-only (apps/server/src/middleware/__tests__/chain-integration.test.ts:184)
`apps/server/src/middleware/__tests__/chain-integration.test.ts:184` calls `GET /admin-only` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin-only` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin-only (apps/server/src/middleware/__tests__/chain-integration.test.ts:194)
`apps/server/src/middleware/__tests__/chain-integration.test.ts:194` calls `GET /admin-only` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin-only` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin-only (apps/server/src/middleware/__tests__/chain-integration.test.ts:207)
`apps/server/src/middleware/__tests__/chain-integration.test.ts:207` calls `GET /admin-only` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin-only` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/settings (packages/paywall/src/server/__tests__/hono.test.ts:114)
`packages/paywall/src/server/__tests__/hono.test.ts:114` calls `GET /admin/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/settings` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/settings (packages/paywall/src/server/__tests__/hono.test.ts:125)
`packages/paywall/src/server/__tests__/hono.test.ts:125` calls `GET /admin/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/settings` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/settings (packages/paywall/src/server/__tests__/hono.test.ts:136)
`packages/paywall/src/server/__tests__/hono.test.ts:136` calls `GET /admin/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/settings` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/settings (packages/paywall/src/server/__tests__/hono.test.ts:151)
`packages/paywall/src/server/__tests__/hono.test.ts:151` calls `GET /admin/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/settings` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ai/tasks (packages/paywall/src/server/__tests__/hono.test.ts:101)
`packages/paywall/src/server/__tests__/hono.test.ts:101` calls `GET /ai/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ai/tasks` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ai/tasks (packages/paywall/src/server/__tests__/hono.test.ts:29)
`packages/paywall/src/server/__tests__/hono.test.ts:29` calls `GET /ai/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ai/tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ai/tasks (packages/paywall/src/server/__tests__/hono.test.ts:41)
`packages/paywall/src/server/__tests__/hono.test.ts:41` calls `GET /ai/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ai/tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ai/tasks (packages/paywall/src/server/__tests__/hono.test.ts:57)
`packages/paywall/src/server/__tests__/hono.test.ts:57` calls `GET /ai/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ai/tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ai/tasks (packages/paywall/src/server/__tests__/hono.test.ts:69)
`packages/paywall/src/server/__tests__/hono.test.ts:69` calls `GET /ai/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ai/tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ai/tasks (packages/paywall/src/server/__tests__/hono.test.ts:83)
`packages/paywall/src/server/__tests__/hono.test.ts:83` calls `GET /ai/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ai/tasks` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/by-meter (apps/server/src/routes/__tests__/analytics.test.ts:152)
`apps/server/src/routes/__tests__/analytics.test.ts:152` calls `GET /analytics/by-meter` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/by-meter` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/by-meter (apps/server/src/routes/__tests__/analytics.test.ts:275)
`apps/server/src/routes/__tests__/analytics.test.ts:275` calls `GET /analytics/by-meter` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/by-meter` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/by-meter (apps/server/src/routes/__tests__/analytics.test.ts:294)
`apps/server/src/routes/__tests__/analytics.test.ts:294` calls `GET /analytics/by-meter` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/by-meter` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/by-source (apps/server/src/routes/__tests__/analytics.test.ts:158)
`apps/server/src/routes/__tests__/analytics.test.ts:158` calls `GET /analytics/by-source` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/by-source` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/by-source (apps/server/src/routes/__tests__/analytics.test.ts:328)
`apps/server/src/routes/__tests__/analytics.test.ts:328` calls `GET /analytics/by-source` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/by-source` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary (apps/server/src/routes/__tests__/analytics.test.ts:146)
`apps/server/src/routes/__tests__/analytics.test.ts:146` calls `GET /analytics/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary (apps/server/src/routes/__tests__/analytics.test.ts:172)
`apps/server/src/routes/__tests__/analytics.test.ts:172` calls `GET /analytics/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary (apps/server/src/routes/__tests__/analytics.test.ts:196)
`apps/server/src/routes/__tests__/analytics.test.ts:196` calls `GET /analytics/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary (apps/server/src/routes/__tests__/analytics.test.ts:362)
`apps/server/src/routes/__tests__/analytics.test.ts:362` calls `GET /analytics/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary (apps/server/src/routes/__tests__/analytics.test.ts:378)
`apps/server/src/routes/__tests__/analytics.test.ts:378` calls `GET /analytics/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary?days=0 (apps/server/src/routes/__tests__/analytics.test.ts:237)
`apps/server/src/routes/__tests__/analytics.test.ts:237` calls `GET /analytics/summary?days=0` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary?days=400 (apps/server/src/routes/__tests__/analytics.test.ts:244)
`apps/server/src/routes/__tests__/analytics.test.ts:244` calls `GET /analytics/summary?days=400` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /analytics/summary?days=7 (apps/server/src/routes/__tests__/analytics.test.ts:221)
`apps/server/src/routes/__tests__/analytics.test.ts:221` calls `GET /analytics/summary?days=7` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/analytics/summary` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api-keys (apps/server/src/routes/__tests__/api-keys.test.ts:233)
`apps/server/src/routes/__tests__/api-keys.test.ts:233` calls `GET /api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api-keys (apps/server/src/routes/__tests__/api-keys.test.ts:250)
`apps/server/src/routes/__tests__/api-keys.test.ts:250` calls `GET /api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api-keys (apps/server/src/routes/__tests__/api-keys.test.ts:279)
`apps/server/src/routes/__tests__/api-keys.test.ts:279` calls `GET /api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api-keys (apps/server/src/routes/__tests__/api-keys.test.ts:553)
`apps/server/src/routes/__tests__/api-keys.test.ts:553` calls `GET /api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/api-keys` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/1 (packages/scripts/parallel.ts:358)
`packages/scripts/parallel.ts:358` calls `GET /api/1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/2 (packages/scripts/parallel.ts:358)
`packages/scripts/parallel.ts:358` calls `GET /api/2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (apps/admin/src/app/(backend)/refunds/page.tsx:124)
`apps/admin/src/app/(backend)/refunds/page.tsx:124` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (apps/admin/src/app/(backend)/settings/account/page.tsx:134)
`apps/admin/src/app/(backend)/settings/account/page.tsx:134` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (apps/admin/src/app/(backend)/upgrade/page.tsx:22)
`apps/admin/src/app/(backend)/upgrade/page.tsx:22` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/me (apps/admin/src/lib/components/AdminBar/index.tsx:40)
`apps/admin/src/lib/components/AdminBar/index.tsx:40` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/me` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/mfa/status (apps/admin/src/app/(backend)/settings/security/page.tsx:120)
`apps/admin/src/app/(backend)/settings/security/page.tsx:120` calls `GET /api/auth/mfa/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/mfa/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/auth/passkey/list (apps/admin/src/app/(backend)/settings/security/page.tsx:132)
`apps/admin/src/app/(backend)/settings/security/page.tsx:132` calls `GET /api/auth/passkey/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/passkey/list` 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/auth/session (packages/auth/src/react/useSession.ts:85)
`packages/auth/src/react/useSession.ts:85` calls `GET /api/auth/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/session` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/sessions (apps/admin/src/app/(backend)/settings/security/page.tsx:144)
`apps/admin/src/app/(backend)/settings/security/page.tsx:144` calls `GET /api/auth/sessions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sessions` 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/billing/checkout (apps/server/src/middleware/__tests__/chain-integration.test.ts:308)
`apps/server/src/middleware/__tests__/chain-integration.test.ts:308` calls `GET /api/billing/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/billing/checkout` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/billing/subscription (packages/paywall/src/client/index.ts:22)
`packages/paywall/src/client/index.ts:22` calls `GET /api/billing/subscription` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/subscription` 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/billing/subscription (packages/paywall/src/client/PaywallProvider.tsx:34)
`packages/paywall/src/client/PaywallProvider.tsx:34` calls `GET /api/billing/subscription` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/subscription` 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/collab/agent/snapshot/boundary-doc (apps/server/src/routes/__tests__/agent-collab-edge.test.ts:199)
`apps/server/src/routes/__tests__/agent-collab-edge.test.ts:199` calls `GET /api/collab/agent/snapshot/boundary-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/boundary-doc` If thi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/collab-doc (apps/server/src/routes/__tests__/agent-collab-edge.test.ts:255)
`apps/server/src/routes/__tests__/agent-collab-edge.test.ts:255` calls `GET /api/collab/agent/snapshot/collab-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/collab-doc` If this po…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/doc-123 (apps/server/src/routes/__tests__/agent-collab.test.ts:374)
`apps/server/src/routes/__tests__/agent-collab.test.ts:374` calls `GET /api/collab/agent/snapshot/doc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/doc-123` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/empty-doc (apps/server/src/routes/__tests__/agent-collab-edge.test.ts:218)
`apps/server/src/routes/__tests__/agent-collab-edge.test.ts:218` calls `GET /api/collab/agent/snapshot/empty-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/empty-doc` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/empty-doc (apps/server/src/routes/__tests__/agent-collab.test.ts:436)
`apps/server/src/routes/__tests__/agent-collab.test.ts:436` calls `GET /api/collab/agent/snapshot/empty-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/empty-doc` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/error-doc (apps/server/src/routes/__tests__/agent-collab.test.ts:450)
`apps/server/src/routes/__tests__/agent-collab.test.ts:450` calls `GET /api/collab/agent/snapshot/error-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/error-doc` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/large-doc (apps/server/src/routes/__tests__/agent-collab.test.ts:416)
`apps/server/src/routes/__tests__/agent-collab.test.ts:416` calls `GET /api/collab/agent/snapshot/large-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/large-doc` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/nonexistent-doc (apps/server/src/routes/__tests__/agent-collab.test.ts:394)
`apps/server/src/routes/__tests__/agent-collab.test.ts:394` calls `GET /api/collab/agent/snapshot/nonexistent-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/nonexistent-doc` If th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/agent/snapshot/valid-doc (apps/server/src/routes/__tests__/agent-collab.test.ts:468)
`apps/server/src/routes/__tests__/agent-collab.test.ts:468` calls `GET /api/collab/agent/snapshot/valid-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/agent/snapshot/valid-doc` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/${targetDocId} (apps/server/src/routes/__tests__/collab.test.ts:303)
`apps/server/src/routes/__tests__/collab.test.ts:303` calls `GET /api/collab/snapshot/${targetDocId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/<p>` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/${targetDocId} (apps/server/src/routes/__tests__/collab.test.ts:320)
`apps/server/src/routes/__tests__/collab.test.ts:320` calls `GET /api/collab/snapshot/${targetDocId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/<p>` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-1 (apps/server/src/routes/__tests__/collab.test.ts:222)
`apps/server/src/routes/__tests__/collab.test.ts:222` calls `GET /api/collab/snapshot/doc-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-1` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-1 (apps/server/src/routes/__tests__/collab.test.ts:264)
`apps/server/src/routes/__tests__/collab.test.ts:264` calls `GET /api/collab/snapshot/doc-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-1` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-a (apps/server/src/routes/__tests__/collab.test.ts:524)
`apps/server/src/routes/__tests__/collab.test.ts:524` calls `GET /api/collab/snapshot/doc-a` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-a` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-b (apps/server/src/routes/__tests__/collab.test.ts:533)
`apps/server/src/routes/__tests__/collab.test.ts:533` calls `GET /api/collab/snapshot/doc-b` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-b` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-empty (apps/server/src/routes/__tests__/collab.test.ts:231)
`apps/server/src/routes/__tests__/collab.test.ts:231` calls `GET /api/collab/snapshot/doc-empty` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-empty` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-nonerror (apps/server/src/routes/__tests__/collab.test.ts:505)
`apps/server/src/routes/__tests__/collab.test.ts:505` calls `GET /api/collab/snapshot/doc-nonerror` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-nonerror` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-roundtrip (apps/server/src/routes/__tests__/collab.test.ts:485)
`apps/server/src/routes/__tests__/collab.test.ts:485` calls `GET /api/collab/snapshot/doc-roundtrip` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-roundtrip` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/doc-with-data (apps/server/src/routes/__tests__/collab.test.ts:248)
`apps/server/src/routes/__tests__/collab.test.ts:248` calls `GET /api/collab/snapshot/doc-with-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/doc-with-data` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/collab/snapshot/shape-doc (apps/server/src/routes/__tests__/collab.test.ts:280)
`apps/server/src/routes/__tests__/collab.test.ts:280` calls `GET /api/collab/snapshot/shape-doc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/collab/snapshot/shape-doc` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/conversations/${conversationId}/messages (apps/admin/src/lib/components/Agent/index.tsx:503)
`apps/admin/src/lib/components/Agent/index.tsx:503` calls `GET /api/conversations/${conversationId}/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversations/<p>/messages` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/health-monitoring (apps/admin/src/lib/components/SystemHealthMonitor/index.tsx:30)
`apps/admin/src/lib/components/SystemHealthMonitor/index.tsx:30` calls `GET /api/health-monitoring` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/health-monitoring` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/health-monitoring/processes?${params.toString()} (apps/admin/src/lib/components/SystemHealthMonitor/index.tsx:70)
`apps/admin/src/lib/components/SystemHealthMonitor/index.tsx:70` calls `GET /api/health-monitoring/processes?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/health-monitoring/processes` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/collections (apps/admin/src/app/(backend)/mcp/page.tsx:64)
`apps/admin/src/app/(backend)/mcp/page.tsx:64` calls `GET /api/mcp/collections` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/collections` 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/mcp/remote-servers/${encodeURIComponent(server)}/log-stream?tenant=${encodeURIComponent(tenant)}&level=${level} (apps/admin/src/lib/components/mcp/logs-panel.tsx:61)
`apps/admin/src/lib/components/mcp/logs-panel.tsx:61` calls `GET /api/mcp/remote-servers/${encodeURIComponent(server)}/log-stream?tenant=${encodeURIComponent(tenant)}&level=${level}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used f…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/remote-servers/${encodeURIComponent(server)}/prompts?tenant=${encodeURIComponent(tenant)} (apps/admin/src/lib/components/mcp/prompts-panel.tsx:52)
`apps/admin/src/lib/components/mcp/prompts-panel.tsx:52` calls `GET /api/mcp/remote-servers/${encodeURIComponent(server)}/prompts?tenant=${encodeURIComponent(tenant)}` 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/remote-servers/${encodeURIComponent(server)}/resource?tenant=${encodeURIComponent(tenant)}&uri=${encodeURIComponent(uri)} (apps/admin/src/lib/components/mcp/resources-panel.tsx:75)
`apps/admin/src/lib/components/mcp/resources-panel.tsx:75` calls `GET /api/mcp/remote-servers/${encodeURIComponent(server)}/resource?tenant=${encodeURIComponent(tenant)}&uri=${encodeURIComponent(uri)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Nor…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/remote-servers/${encodeURIComponent(server)}/resources?tenant=${encodeURIComponent(tenant)} (apps/admin/src/lib/components/mcp/resources-panel.tsx:46)
`apps/admin/src/lib/components/mcp/resources-panel.tsx:46` calls `GET /api/mcp/remote-servers/${encodeURIComponent(server)}/resources?tenant=${encodeURIComponent(tenant)}` 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/remote-servers/${encodeURIComponent(server)}/tools?tenant=${encodeURIComponent(tenant)} (apps/admin/src/app/(backend)/mcp/inspect/page.tsx:67)
`apps/admin/src/app/(backend)/mcp/inspect/page.tsx:67` calls `GET /api/mcp/remote-servers/${encodeURIComponent(server)}/tools?tenant=${encodeURIComponent(tenant)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/remote-servers?tenant=${encodeURIComponent(tenantId)} (apps/admin/src/app/(backend)/mcp/page.tsx:83)
`apps/admin/src/app/(backend)/mcp/page.tsx:83` calls `GET /api/mcp/remote-servers?tenant=${encodeURIComponent(tenantId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/remote-servers` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (apps/admin/src/app/(backend)/agents/page.tsx:185)
`apps/admin/src/app/(backend)/agents/page.tsx:185` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/servers (apps/admin/src/app/(backend)/mcp/page.tsx:46)
`apps/admin/src/app/(backend)/mcp/page.tsx:46` calls `GET /api/mcp/servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/servers` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage (apps/server/src/routes/__tests__/mcp-usage.test.ts:109)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:109` calls `GET /api/mcp/usage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage (apps/server/src/routes/__tests__/mcp-usage.test.ts:98)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:98` calls `GET /api/mcp/usage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=${r} (apps/admin/src/lib/components/mcp/usage-dashboard.tsx:104)
`apps/admin/src/lib/components/mcp/usage-dashboard.tsx:104` calls `GET /api/mcp/usage?range=${r}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mcp/usage` 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/mcp/usage?range=24h (apps/server/src/routes/__tests__/mcp-usage.test.ts:119)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:119` calls `GET /api/mcp/usage?range=24h` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=24h (apps/server/src/routes/__tests__/mcp-usage.test.ts:148)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:148` calls `GET /api/mcp/usage?range=24h` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=24h (apps/server/src/routes/__tests__/mcp-usage.test.ts:194)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:194` calls `GET /api/mcp/usage?range=24h` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=24h (apps/server/src/routes/__tests__/mcp-usage.test.ts:223)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:223` calls `GET /api/mcp/usage?range=24h` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=24h (apps/server/src/routes/__tests__/mcp-usage.test.ts:254)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:254` calls `GET /api/mcp/usage?range=24h` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=24h (apps/server/src/routes/__tests__/mcp-usage.test.ts:282)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:282` calls `GET /api/mcp/usage?range=24h` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=7d (apps/server/src/routes/__tests__/mcp-usage.test.ts:286)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:286` calls `GET /api/mcp/usage?range=7d` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/mcp/usage?range=999d (apps/server/src/routes/__tests__/mcp-usage.test.ts:297)
`apps/server/src/routes/__tests__/mcp-usage.test.ts:297` calls `GET /api/mcp/usage?range=999d` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp/usage` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/memory/context/${sessionId}/${agentId} (packages/ai/src/client/hooks/useAgentContext.ts:101)
`packages/ai/src/client/hooks/useAgentContext.ts:101` calls `GET /api/memory/context/${sessionId}/${agentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/context/<p>/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/memory/context/${sessionId}/${agentId} (packages/ai/src/client/hooks/useAgentContext.ts:72)
`packages/ai/src/client/hooks/useAgentContext.ts:72` calls `GET /api/memory/context/${sessionId}/${agentId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/context/<p>/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/memory/episodic/${userId} (packages/ai/src/client/hooks/useEpisodicMemory.ts:115)
`packages/ai/src/client/hooks/useEpisodicMemory.ts:115` calls `GET /api/memory/episodic/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/episodic/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/memory/episodic/${userId} (packages/ai/src/client/hooks/useEpisodicMemory.ts:81)
`packages/ai/src/client/hooks/useEpisodicMemory.ts:81` calls `GET /api/memory/episodic/${userId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/episodic/<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/memory/working/${sessionId} (packages/ai/src/client/hooks/useWorkingMemory.ts:200)
`packages/ai/src/client/hooks/useWorkingMemory.ts:200` calls `GET /api/memory/working/${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/working/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/memory/working/${sessionId} (packages/ai/src/client/hooks/useWorkingMemory.ts:232)
`packages/ai/src/client/hooks/useWorkingMemory.ts:232` calls `GET /api/memory/working/${sessionId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/working/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/posts/${id} (packages/router/src/index.ts:26)
`packages/router/src/index.ts:26` calls `GET /api/posts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/posts/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provenance (apps/server/__tests__/api-endpoints.test.ts:446)
`apps/server/__tests__/api-endpoints.test.ts:446` calls `GET /api/provenance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provenance/nonexistent (apps/server/__tests__/api-endpoints.test.ts:485)
`apps/server/__tests__/api-endpoints.test.ts:485` calls `GET /api/provenance/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance/nonexistent` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provenance/prov-1 (apps/server/__tests__/api-endpoints.test.ts:478)
`apps/server/__tests__/api-endpoints.test.ts:478` calls `GET /api/provenance/prov-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance/prov-1` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provenance/prov-1/reviews (apps/server/__tests__/api-endpoints.test.ts:536)
`apps/server/__tests__/api-endpoints.test.ts:536` calls `GET /api/provenance/prov-1/reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance/prov-1/reviews` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provenance/stats (apps/server/__tests__/api-endpoints.test.ts:512)
`apps/server/__tests__/api-endpoints.test.ts:512` calls `GET /api/provenance/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance/stats` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provenance?authorType=ai_generated (apps/server/__tests__/api-endpoints.test.ts:454)
`apps/server/__tests__/api-endpoints.test.ts:454` calls `GET /api/provenance?authorType=ai_generated` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/provenance` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/data (apps/server/src/middleware/__tests__/chain-integration.test.ts:233)
`apps/server/src/middleware/__tests__/chain-integration.test.ts:233` calls `GET /api/public/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/public/data` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/data (apps/server/src/middleware/__tests__/chain-integration.test.ts:244)
`apps/server/src/middleware/__tests__/chain-integration.test.ts:244` calls `GET /api/public/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/public/data` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/stripe/customers (apps/admin/src/lib/components/CustomerSelect/index.tsx:6)
`apps/admin/src/lib/components/CustomerSelect/index.tsx:6` calls `GET /api/stripe/customers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/customers` 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/stripe/prices (apps/admin/src/lib/collections/Prices/ui/PricesSelect.tsx:12)
`apps/admin/src/lib/collections/Prices/ui/PricesSelect.tsx:12` calls `GET /api/stripe/prices` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/prices` 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/stripe/products (apps/admin/src/lib/collections/Products/ui/ProductSelect.tsx:11)
`apps/admin/src/lib/collections/Products/ui/ProductSelect.tsx:11` calls `GET /api/stripe/products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/products` 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/tickets (apps/server/src/middleware/__tests__/audit.test.ts:104)
`apps/server/src/middleware/__tests__/audit.test.ts:104` calls `GET /api/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets (apps/server/src/middleware/__tests__/audit.test.ts:113)
`apps/server/src/middleware/__tests__/audit.test.ts:113` calls `GET /api/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets (apps/server/src/middleware/__tests__/audit.test.ts:125)
`apps/server/src/middleware/__tests__/audit.test.ts:125` calls `GET /api/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets (apps/server/src/middleware/__tests__/audit.test.ts:51)
`apps/server/src/middleware/__tests__/audit.test.ts:51` calls `GET /api/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets (apps/server/src/middleware/__tests__/audit.test.ts:90)
`apps/server/src/middleware/__tests__/audit.test.ts:90` calls `GET /api/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/boards (apps/server/__tests__/api-endpoints.test.ts:307)
`apps/server/__tests__/api-endpoints.test.ts:307` calls `GET /api/tickets/boards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/boards` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/boards/board-1 (apps/server/__tests__/api-endpoints.test.ts:326)
`apps/server/__tests__/api-endpoints.test.ts:326` calls `GET /api/tickets/boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/boards/board-1` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/boards/board-1/tickets (apps/server/__tests__/api-endpoints.test.ts:346)
`apps/server/__tests__/api-endpoints.test.ts:346` calls `GET /api/tickets/boards/board-1/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/boards/board-1/tickets` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/boards/nonexistent (apps/server/__tests__/api-endpoints.test.ts:333)
`apps/server/__tests__/api-endpoints.test.ts:333` calls `GET /api/tickets/boards/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/boards/nonexistent` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/labels (apps/server/__tests__/api-endpoints.test.ts:421)
`apps/server/__tests__/api-endpoints.test.ts:421` calls `GET /api/tickets/labels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/labels` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/tickets/nonexistent (apps/server/__tests__/api-endpoints.test.ts:372)
`apps/server/__tests__/api-endpoints.test.ts:372` calls `GET /api/tickets/tickets/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/tickets/nonexistent` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/tickets/ticket-1 (apps/server/__tests__/api-endpoints.test.ts:365)
`apps/server/__tests__/api-endpoints.test.ts:365` calls `GET /api/tickets/tickets/ticket-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/tickets/ticket-1` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tickets/tickets/ticket-1/comments (apps/server/__tests__/api-endpoints.test.ts:396)
`apps/server/__tests__/api-endpoints.test.ts:396` calls `GET /api/tickets/tickets/ticket-1/comments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tickets/tickets/ticket-1/comments` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/user/api-keys (apps/admin/src/app/(backend)/settings/api-keys/page.tsx:56)
`apps/admin/src/app/(backend)/settings/api-keys/page.tsx:56` calls `GET /api/user/api-keys` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/api-keys` 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/v1/openapi.json (packages/openapi/src/__tests__/openapi-hono.test.ts:222)
`packages/openapi/src/__tests__/openapi-hono.test.ts:222` calls `GET /api/v1/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/openapi.json` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards (apps/server/src/routes/__tests__/tickets.test.ts:245)
`apps/server/src/routes/__tests__/tickets.test.ts:245` calls `GET /boards` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1 (apps/server/src/routes/__tests__/tickets.test.ts:269)
`apps/server/src/routes/__tests__/tickets.test.ts:269` calls `GET /boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1 (apps/server/src/routes/__tests__/tickets.test.ts:285)
`apps/server/src/routes/__tests__/tickets.test.ts:285` calls `GET /boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1 (apps/server/src/routes/__tests__/tickets.test.ts:292)
`apps/server/src/routes/__tests__/tickets.test.ts:292` calls `GET /boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1 (apps/server/src/routes/__tests__/tickets.test.ts:356)
`apps/server/src/routes/__tests__/tickets.test.ts:356` calls `GET /boards/board-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1` If this points at an external API, prefix it with `https://`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1/columns (apps/server/src/routes/__tests__/tickets.test.ts:550)
`apps/server/src/routes/__tests__/tickets.test.ts:550` calls `GET /boards/board-1/columns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1/columns` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1/tickets (apps/server/src/routes/__tests__/tickets.test.ts:370)
`apps/server/src/routes/__tests__/tickets.test.ts:370` calls `GET /boards/board-1/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1/tickets` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/board-1/tickets (apps/server/src/routes/__tests__/tickets.test.ts:388)
`apps/server/src/routes/__tests__/tickets.test.ts:388` calls `GET /boards/board-1/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/board-1/tickets` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/missing-board/tickets (apps/server/src/routes/__tests__/tickets.test.ts:380)
`apps/server/src/routes/__tests__/tickets.test.ts:380` calls `GET /boards/missing-board/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/missing-board/tickets` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /boards/no-board (apps/server/src/routes/__tests__/tickets.test.ts:278)
`apps/server/src/routes/__tests__/tickets.test.ts:278` calls `GET /boards/no-board` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/boards/no-board` If this points at an external API, prefix it with `https:/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /connect/return (apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:781)
`apps/server/src/routes/__tests__/marketplace-endpoints.test.ts:781` calls `GET /connect/return` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/connect/return` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /connect/return (apps/server/src/routes/__tests__/marketplace.test.ts:1045)
`apps/server/src/routes/__tests__/marketplace.test.ts:1045` calls `GET /connect/return` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/connect/return` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /connect/return (apps/server/src/routes/__tests__/marketplace.test.ts:1054)
`apps/server/src/routes/__tests__/marketplace.test.ts:1054` calls `GET /connect/return` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/connect/return` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /ctx (apps/server/src/lib/__tests__/request-context.test.ts:14)
`apps/server/src/lib/__tests__/request-context.test.ts:14` calls `GET /ctx` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ctx` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /devkit/profiles (apps/server/src/routes/__tests__/devkit.test.ts:103)
`apps/server/src/routes/__tests__/devkit.test.ts:103` calls `GET /devkit/profiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/devkit/profiles` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /devkit/profiles (apps/server/src/routes/__tests__/devkit.test.ts:131)
`apps/server/src/routes/__tests__/devkit.test.ts:131` calls `GET /devkit/profiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/devkit/profiles` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/media (apps/server/src/routes/__tests__/export.test.ts:245)
`apps/server/src/routes/__tests__/export.test.ts:245` calls `GET /export/media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/media` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/posts (apps/server/src/routes/__tests__/export.test.ts:109)
`apps/server/src/routes/__tests__/export.test.ts:109` calls `GET /export/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/posts` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/posts (apps/server/src/routes/__tests__/export.test.ts:116)
`apps/server/src/routes/__tests__/export.test.ts:116` calls `GET /export/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/posts` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/posts (apps/server/src/routes/__tests__/export.test.ts:132)
`apps/server/src/routes/__tests__/export.test.ts:132` calls `GET /export/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/posts` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/posts (apps/server/src/routes/__tests__/export.test.ts:161)
`apps/server/src/routes/__tests__/export.test.ts:161` calls `GET /export/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/posts` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/posts?format=csv (apps/server/src/routes/__tests__/export.test.ts:205)
`apps/server/src/routes/__tests__/export.test.ts:205` calls `GET /export/posts?format=csv` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/posts` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/posts?format=csv (apps/server/src/routes/__tests__/export.test.ts:221)
`apps/server/src/routes/__tests__/export.test.ts:221` calls `GET /export/posts?format=csv` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/posts` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/sites?status=active (apps/server/src/routes/__tests__/export.test.ts:148)
`apps/server/src/routes/__tests__/export.test.ts:148` calls `GET /export/sites?status=active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/sites` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/tickets (apps/server/src/routes/__tests__/export.test.ts:234)
`apps/server/src/routes/__tests__/export.test.ts:234` calls `GET /export/tickets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/tickets` If this points at an external API, prefix it with `https://` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /export/users (apps/server/src/routes/__tests__/export.test.ts:182)
`apps/server/src/routes/__tests__/export.test.ts:182` calls `GET /export/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/export/users` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features (apps/server/src/routes/__tests__/license.test.ts:430)
`apps/server/src/routes/__tests__/license.test.ts:430` calls `GET /features` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /features (apps/server/src/routes/__tests__/license.test.ts:440)
`apps/server/src/routes/__tests__/license.test.ts:440` calls `GET /features` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/features` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /file/packages%2Fcore%2Fsrc%2Findex.ts (apps/server/src/routes/__tests__/code-provenance.test.ts:175)
`apps/server/src/routes/__tests__/code-provenance.test.ts:175` calls `GET /file/packages%2Fcore%2Fsrc%2Findex.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/file/packages%2fcore%2fsrc%2findex.ts` If thi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/admin/stats (apps/server/src/routes/__tests__/gdpr-edge.test.ts:287)
`apps/server/src/routes/__tests__/gdpr-edge.test.ts:287` calls `GET /gdpr/admin/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/admin/stats` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/admin/stats (apps/server/src/routes/__tests__/gdpr.test.ts:506)
`apps/server/src/routes/__tests__/gdpr.test.ts:506` calls `GET /gdpr/admin/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/admin/stats` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/admin/stats (apps/server/src/routes/__tests__/gdpr.test.ts:512)
`apps/server/src/routes/__tests__/gdpr.test.ts:512` calls `GET /gdpr/admin/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/admin/stats` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent (apps/server/src/routes/__tests__/gdpr.test.ts:383)
`apps/server/src/routes/__tests__/gdpr.test.ts:383` calls `GET /gdpr/consent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent (apps/server/src/routes/__tests__/gdpr.test.ts:389)
`apps/server/src/routes/__tests__/gdpr.test.ts:389` calls `GET /gdpr/consent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent/check/${type} (apps/server/src/routes/__tests__/gdpr-edge.test.ts:246)
`apps/server/src/routes/__tests__/gdpr-edge.test.ts:246` calls `GET /gdpr/consent/check/${type}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent/check/<p>` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent/check/analytics (apps/server/src/routes/__tests__/gdpr.test.ts:400)
`apps/server/src/routes/__tests__/gdpr.test.ts:400` calls `GET /gdpr/consent/check/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent/check/analytics` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent/check/analytics (apps/server/src/routes/__tests__/gdpr.test.ts:412)
`apps/server/src/routes/__tests__/gdpr.test.ts:412` calls `GET /gdpr/consent/check/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent/check/analytics` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent/check/invalid (apps/server/src/routes/__tests__/gdpr.test.ts:406)
`apps/server/src/routes/__tests__/gdpr.test.ts:406` calls `GET /gdpr/consent/check/invalid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent/check/invalid` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/consent/check/marketing (apps/server/src/routes/__tests__/gdpr-edge.test.ts:235)
`apps/server/src/routes/__tests__/gdpr-edge.test.ts:235` calls `GET /gdpr/consent/check/marketing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/consent/check/marketing` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion (apps/server/src/routes/__tests__/gdpr.test.ts:426)
`apps/server/src/routes/__tests__/gdpr.test.ts:426` calls `GET /gdpr/deletion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion (apps/server/src/routes/__tests__/gdpr.test.ts:433)
`apps/server/src/routes/__tests__/gdpr.test.ts:433` calls `GET /gdpr/deletion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion (apps/server/src/routes/__tests__/gdpr.test.ts:447)
`apps/server/src/routes/__tests__/gdpr.test.ts:447` calls `GET /gdpr/deletion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion (apps/server/src/routes/__tests__/gdpr.test.ts:459)
`apps/server/src/routes/__tests__/gdpr.test.ts:459` calls `GET /gdpr/deletion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion/del-1 (apps/server/src/routes/__tests__/gdpr.test.ts:471)
`apps/server/src/routes/__tests__/gdpr.test.ts:471` calls `GET /gdpr/deletion/del-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion/del-1` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion/del-1 (apps/server/src/routes/__tests__/gdpr.test.ts:485)
`apps/server/src/routes/__tests__/gdpr.test.ts:485` calls `GET /gdpr/deletion/del-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion/del-1` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion/del-1 (apps/server/src/routes/__tests__/gdpr.test.ts:494)
`apps/server/src/routes/__tests__/gdpr.test.ts:494` calls `GET /gdpr/deletion/del-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion/del-1` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /gdpr/deletion/del-missing (apps/server/src/routes/__tests__/gdpr.test.ts:478)
`apps/server/src/routes/__tests__/gdpr.test.ts:478` calls `GET /gdpr/deletion/del-missing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/gdpr/deletion/del-missing` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (apps/server/__tests__/api-endpoints.test.ts:294)
`apps/server/__tests__/api-endpoints.test.ts:294` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (apps/server/__tests__/api-endpoints.test.ts:550)
`apps/server/__tests__/api-endpoints.test.ts:550` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:101)
`packages/test/src/integration/api/api-cors.integration.test.ts:101` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:107)
`packages/test/src/integration/api/api-cors.integration.test.ts:107` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:120)
`packages/test/src/integration/api/api-cors.integration.test.ts:120` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:134)
`packages/test/src/integration/api/api-cors.integration.test.ts:134` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:148)
`packages/test/src/integration/api/api-cors.integration.test.ts:148` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:169)
`packages/test/src/integration/api/api-cors.integration.test.ts:169` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:174)
`packages/test/src/integration/api/api-cors.integration.test.ts:174` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:179)
`packages/test/src/integration/api/api-cors.integration.test.ts:179` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:201)
`packages/test/src/integration/api/api-cors.integration.test.ts:201` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:221)
`packages/test/src/integration/api/api-cors.integration.test.ts:221` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:241)
`packages/test/src/integration/api/api-cors.integration.test.ts:241` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:305)
`packages/test/src/integration/api/api-cors.integration.test.ts:305` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:318)
`packages/test/src/integration/api/api-cors.integration.test.ts:318` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:333)
`packages/test/src/integration/api/api-cors.integration.test.ts:333` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:347)
`packages/test/src/integration/api/api-cors.integration.test.ts:347` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:362)
`packages/test/src/integration/api/api-cors.integration.test.ts:362` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:367)
`packages/test/src/integration/api/api-cors.integration.test.ts:367` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:373)
`packages/test/src/integration/api/api-cors.integration.test.ts:373` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /health (packages/test/src/integration/api/api-cors.integration.test.ts:95)
`packages/test/src/integration/api/api-cors.integration.test.ts:95` calls `GET /health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/health` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config (apps/server/src/routes/__tests__/inference-config.test.ts:235)
`apps/server/src/routes/__tests__/inference-config.test.ts:235` calls `GET /inference/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_no_config (apps/server/src/routes/__tests__/inference-config.test.ts:199)
`apps/server/src/routes/__tests__/inference-config.test.ts:199` calls `GET /inference/config?workspaceId=site_no_config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:162)
`apps/server/src/routes/__tests__/inference-config.test.ts:162` calls `GET /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:170)
`apps/server/src/routes/__tests__/inference-config.test.ts:170` calls `GET /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:181)
`apps/server/src/routes/__tests__/inference-config.test.ts:181` calls `GET /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:220)
`apps/server/src/routes/__tests__/inference-config.test.ts:220` calls `GET /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:422)
`apps/server/src/routes/__tests__/inference-config.test.ts:422` calls `GET /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /inference/config?workspaceId=site_xyz (apps/server/src/routes/__tests__/inference-config.test.ts:443)
`apps/server/src/routes/__tests__/inference-config.test.ts:443` calls `GET /inference/config?workspaceId=site_xyz` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/inference/config` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /labels (apps/server/src/routes/__tests__/tickets.test.ts:772)
`apps/server/src/routes/__tests__/tickets.test.ts:772` calls `GET /labels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/labels` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /live (apps/server/src/routes/__tests__/health.test.ts:279)
`apps/server/src/routes/__tests__/health.test.ts:279` calls `GET /live` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/live` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /live (apps/server/src/routes/__tests__/health.test.ts:287)
`apps/server/src/routes/__tests__/health.test.ts:287` calls `GET /live` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/live` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media (apps/server/src/routes/__tests__/content-media-upload.test.ts:263)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:263` calls `GET /media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media (apps/server/src/routes/__tests__/content-media-upload.test.ts:272)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:272` calls `GET /media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media (apps/server/src/routes/__tests__/content-media-upload.test.ts:348)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:348` calls `GET /media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media (apps/server/src/routes/__tests__/content.test.ts:509)
`apps/server/src/routes/__tests__/content.test.ts:509` calls `GET /media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media (apps/server/src/routes/__tests__/content.test.ts:515)
`apps/server/src/routes/__tests__/content.test.ts:515` calls `GET /media` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:362)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:362` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:369)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:369` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:390)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:390` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content-media-upload.test.ts:397)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:397` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content.test.ts:528)
`apps/server/src/routes/__tests__/content.test.ts:528` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content.test.ts:535)
`apps/server/src/routes/__tests__/content.test.ts:535` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/media-1 (apps/server/src/routes/__tests__/content.test.ts:542)
`apps/server/src/routes/__tests__/content.test.ts:542` calls `GET /media/media-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/media-1` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/nonexistent (apps/server/src/routes/__tests__/content-media-upload.test.ts:379)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:379` calls `GET /media/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/nonexistent` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media/nonexistent (apps/server/src/routes/__tests__/content.test.ts:549)
`apps/server/src/routes/__tests__/content.test.ts:549` calls `GET /media/nonexistent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media/nonexistent` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media?limit=10&offset=20 (apps/server/src/routes/__tests__/content-media-upload.test.ts:290)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:290` calls `GET /media?limit=10&offset=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /media?mimeType=image (apps/server/src/routes/__tests__/content-media-upload.test.ts:281)
`apps/server/src/routes/__tests__/content-media-upload.test.ts:281` calls `GET /media?mimeType=image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/media` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /metrics (apps/server/src/routes/__tests__/health.test.ts:309)
`apps/server/src/routes/__tests__/health.test.ts:309` calls `GET /metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /metrics (apps/server/src/routes/__tests__/health.test.ts:315)
`apps/server/src/routes/__tests__/health.test.ts:315` calls `GET /metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /metrics (apps/server/src/routes/__tests__/health.test.ts:323)
`apps/server/src/routes/__tests__/health.test.ts:323` calls `GET /metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /metrics (apps/server/src/routes/__tests__/health.test.ts:331)
`apps/server/src/routes/__tests__/health.test.ts:331` calls `GET /metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchHelper:request

Showing first 300 of 1359. 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/59fd59aa-6060-4bfb-a318-ffd6b60ef66d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/59fd59aa-6060-4bfb-a318-ffd6b60ef66d/

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.