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.

davistroy/open-brain

https://github.com/davistroy/open-brain · scanned 2026-06-17 01:54 UTC (1 month, 1 week ago)

580 raw signals (0 security + 580 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -35.9 (diff) · 523 actionable findings from 1 signal source. 57 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 40.8/100 with 100.0% coverage. It contains 4624 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 580 findings — concentrated in api (333), quality (129), frontend (41). Risk profile is high: 8 critical, 286 high, 58 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/admin/banner (packages/core-api/src/__tests__/admin-routes.test.ts:752)
`packages/core-api/src/__tests__/admin-routes.test.ts:752` calls `DELETE /api/v1/admin/banner` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/banner` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/captures/cap-abc-123 (packages/core-api/src/__tests__/captures-routes.test.ts:468)
`packages/core-api/src/__tests__/captures-routes.test.ts:468` calls `DELETE /api/v1/captures/cap-abc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-abc-123` If this points at an externa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/captures/missing-id (packages/core-api/src/__tests__/captures-routes.test.ts:478)
`packages/core-api/src/__tests__/captures-routes.test.ts:478` calls `DELETE /api/v1/captures/missing-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/missing-id` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:283)
`packages/core-api/src/__tests__/email-routes.test.ts:283` calls `DELETE /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /admin/slack/channels (packages/web-next/lib/api/admin.ts:94)
`packages/web-next/lib/api/admin.ts:94` calls `GET /admin/slack/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/slack/channels` 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/unknown (packages/voice-capture/src/__tests__/server.test.ts:158)
`packages/voice-capture/src/__tests__/server.test.ts:158` calls `GET /api/unknown` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/unknown` 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/v1/admin/banner (packages/core-api/src/__tests__/admin-routes.test.ts:693)
`packages/core-api/src/__tests__/admin-routes.test.ts:693` calls `GET /api/v1/admin/banner` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/banner` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/pipeline/health (packages/core-api/src/__tests__/admin-routes.test.ts:775)
`packages/core-api/src/__tests__/admin-routes.test.ts:775` calls `GET /api/v1/admin/pipeline/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/pipeline/health` If this points at an external AP…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/pipeline/health (packages/slack-bot/src/lib/core-api-client.ts:294)
`packages/slack-bot/src/lib/core-api-client.ts:294` calls `GET /api/v1/admin/pipeline/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/pipeline/health` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/queues (packages/core-api/src/__tests__/admin-routes.test.ts:764)
`packages/core-api/src/__tests__/admin-routes.test.ts:764` calls `GET /api/v1/admin/queues` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/slack/channels (packages/core-api/src/__tests__/admin-routes.test.ts:820)
`packages/core-api/src/__tests__/admin-routes.test.ts:820` calls `GET /api/v1/admin/slack/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/slack/channels (packages/core-api/src/__tests__/slack-channel-routes.test.ts:121)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:121` calls `GET /api/v1/admin/slack/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/slack/channels (packages/core-api/src/__tests__/slack-channel-routes.test.ts:133)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:133` calls `GET /api/v1/admin/slack/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/slack/channels (packages/core-api/src/__tests__/slack-channel-routes.test.ts:142)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:142` calls `GET /api/v1/admin/slack/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/admin/slack/channels (packages/core-api/src/__tests__/slack-channel-routes.test.ts:250)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:250` calls `GET /api/v1/admin/slack/channels` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:201)
`packages/core-api/src/__tests__/bet-routes.test.ts:201` calls `GET /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/bets/missing-id (packages/core-api/src/__tests__/bet-routes.test.ts:216)
`packages/core-api/src/__tests__/bet-routes.test.ts:216` calls `GET /api/v1/bets/missing-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/missing-id` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/captures/cap-abc-123 (packages/core-api/src/__tests__/captures-routes.test.ts:341)
`packages/core-api/src/__tests__/captures-routes.test.ts:341` calls `GET /api/v1/captures/cap-abc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-abc-123` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/captures/missing-id (packages/core-api/src/__tests__/captures-routes.test.ts:352)
`packages/core-api/src/__tests__/captures-routes.test.ts:352` calls `GET /api/v1/captures/missing-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/missing-id` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:113)
`packages/core-api/src/__tests__/email-routes.test.ts:113` calls `GET /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related (packages/core-api/src/__tests__/entity-routes.test.ts:425)
`packages/core-api/src/__tests__/entity-routes.test.ts:425` calls `GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/aaaaaaaa-aaaa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related (packages/core-api/src/__tests__/entity-routes.test.ts:442)
`packages/core-api/src/__tests__/entity-routes.test.ts:442` calls `GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/aaaaaaaa-aaaa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related?limit=50 (packages/core-api/src/__tests__/entity-routes.test.ts:453)
`packages/core-api/src/__tests__/entity-routes.test.ts:453` calls `GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/aaaa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related?limit=999 (packages/core-api/src/__tests__/entity-routes.test.ts:456)
`packages/core-api/src/__tests__/entity-routes.test.ts:456` calls `GET /api/v1/entities/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/related?limit=999` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/aaa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb/related (packages/core-api/src/__tests__/entity-routes.test.ts:466)
`packages/core-api/src/__tests__/entity-routes.test.ts:466` calls `GET /api/v1/entities/bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb/related` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/bbbbbbbb-bbbb…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1 (packages/core-api/src/__tests__/entity-routes.test.ts:197)
`packages/core-api/src/__tests__/entity-routes.test.ts:197` calls `GET /api/v1/entities/entity-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/commitments (packages/core-api/src/__tests__/commitment-routes.test.ts:193)
`packages/core-api/src/__tests__/commitment-routes.test.ts:193` calls `GET /api/v1/entities/entity-uuid-1/commitments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/commitments` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/commitments?include_resolved=true (packages/core-api/src/__tests__/commitment-routes.test.ts:209)
`packages/core-api/src/__tests__/commitment-routes.test.ts:209` calls `GET /api/v1/entities/entity-uuid-1/commitments?include_resolved=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/commitments?limit=5&offset=10 (packages/core-api/src/__tests__/commitment-routes.test.ts:220)
`packages/core-api/src/__tests__/commitment-routes.test.ts:220` calls `GET /api/v1/entities/entity-uuid-1/commitments?limit=5&offset=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uui…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline (packages/core-api/src/__tests__/entity-routes.test.ts:504)
`packages/core-api/src/__tests__/entity-routes.test.ts:504` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/mentions-tim…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?bucket=hour (packages/core-api/src/__tests__/entity-routes.test.ts:545)
`packages/core-api/src/__tests__/entity-routes.test.ts:545` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?bucket=hour` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=365d&bucket=day (packages/core-api/src/__tests__/entity-routes.test.ts:556)
`packages/core-api/src/__tests__/entity-routes.test.ts:556` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=365d&bucket=day` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/ent…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=365d&bucket=week (packages/core-api/src/__tests__/entity-routes.test.ts:620)
`packages/core-api/src/__tests__/entity-routes.test.ts:620` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=365d&bucket=week` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/en…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=60d (packages/core-api/src/__tests__/entity-routes.test.ts:534)
`packages/core-api/src/__tests__/entity-routes.test.ts:534` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=60d` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/m…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=7d&bucket=day (packages/core-api/src/__tests__/entity-routes.test.ts:594)
`packages/core-api/src/__tests__/entity-routes.test.ts:594` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=7d&bucket=day` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=7d&bucket=day (packages/core-api/src/__tests__/entity-routes.test.ts:609)
`packages/core-api/src/__tests__/entity-routes.test.ts:609` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=7d&bucket=day` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=90d&bucket=month (packages/core-api/src/__tests__/entity-routes.test.ts:521)
`packages/core-api/src/__tests__/entity-routes.test.ts:521` calls `GET /api/v1/entities/entity-uuid-1/mentions-timeline?window=90d&bucket=month` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/en…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/nonexistent-uuid (packages/core-api/src/__tests__/entity-routes.test.ts:214)
`packages/core-api/src/__tests__/entity-routes.test.ts:214` calls `GET /api/v1/entities/nonexistent-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/nonexistent-uuid` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/nonexistent-uuid/mentions-timeline (packages/core-api/src/__tests__/entity-routes.test.ts:570)
`packages/core-api/src/__tests__/entity-routes.test.ts:570` calls `GET /api/v1/entities/nonexistent-uuid/mentions-timeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/nonexistent-uuid/mentio…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/nonexistent-uuid/mentions-timeline (packages/core-api/src/__tests__/entity-routes.test.ts:583)
`packages/core-api/src/__tests__/entity-routes.test.ts:583` calls `GET /api/v1/entities/nonexistent-uuid/mentions-timeline` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/nonexistent-uuid/mentio…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/entities/not-a-uuid/related (packages/core-api/src/__tests__/entity-routes.test.ts:478)
`packages/core-api/src/__tests__/entity-routes.test.ts:478` calls `GET /api/v1/entities/not-a-uuid/related` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/not-a-uuid/related` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ingest/uploads/00000000-0000-4000-8000-000000000000 (packages/core-api/src/__tests__/ingest-routes.test.ts:412)
`packages/core-api/src/__tests__/ingest-routes.test.ts:412` calls `GET /api/v1/ingest/uploads/00000000-0000-4000-8000-000000000000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ingest/uploads/00000000-…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ingest/uploads/not-a-uuid (packages/core-api/src/__tests__/ingest-routes.test.ts:426)
`packages/core-api/src/__tests__/ingest-routes.test.ts:426` calls `GET /api/v1/ingest/uploads/not-a-uuid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ingest/uploads/not-a-uuid` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/sessions/11111111-1111-1111-1111-111111111111 (packages/core-api/src/__tests__/session-routes.test.ts:226)
`packages/core-api/src/__tests__/session-routes.test.ts:226` calls `GET /api/v1/sessions/11111111-1111-1111-1111-111111111111` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-1111-1111-1…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/sessions/11111111-1111-1111-1111-111111111111?include_transcript=false (packages/core-api/src/__tests__/session-routes.test.ts:239)
`packages/core-api/src/__tests__/session-routes.test.ts:239` calls `GET /api/v1/sessions/11111111-1111-1111-1111-111111111111?include_transcript=false` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sess…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/sessions/99999999-9999-9999-9999-999999999999 (packages/core-api/src/__tests__/session-routes.test.ts:253)
`packages/core-api/src/__tests__/session-routes.test.ts:253` calls `GET /api/v1/sessions/99999999-9999-9999-9999-999999999999` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/99999999-9999-9999-9…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/settings (packages/core-api/src/__tests__/mobile-auth-routing.test.ts:204)
`packages/core-api/src/__tests__/mobile-auth-routing.test.ts:204` calls `GET /api/v1/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/settings` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/voice/sessions/vs-uuid-1 (packages/core-api/src/__tests__/voice-session-routes.test.ts:134)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:134` calls `GET /api/v1/voice/sessions/vs-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/wiki/pages/entities/cloud/aws.md (packages/core-api/src/__tests__/wiki-routes.test.ts:126)
`packages/core-api/src/__tests__/wiki-routes.test.ts:126` calls `GET /api/v1/wiki/pages/entities/cloud/aws.md` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/wiki/pages/entities/cloud/aws.md` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/wiki/pages/entities/k8s.md (packages/core-api/src/__tests__/wiki-routes.test.ts:103)
`packages/core-api/src/__tests__/wiki-routes.test.ts:103` calls `GET /api/v1/wiki/pages/entities/k8s.md` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/wiki/pages/entities/k8s.md` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/wiki/pages/entities/nonexistent.md (packages/core-api/src/__tests__/wiki-routes.test.ts:115)
`packages/core-api/src/__tests__/wiki-routes.test.ts:115` calls `GET /api/v1/wiki/pages/entities/nonexistent.md` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/wiki/pages/entities/nonexistent.md` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /bets (packages/core-api/src/__tests__/helpers.ts:58)
`packages/core-api/src/__tests__/helpers.ts:58` calls `GET /bets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/bets` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /captures (packages/mobile/__tests__/lib/api-client.test.ts:114)
`packages/mobile/__tests__/lib/api-client.test.ts:114` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` 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 /captures (packages/mobile/__tests__/lib/api-client.test.ts:128)
`packages/mobile/__tests__/lib/api-client.test.ts:128` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` 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 /captures (packages/mobile/__tests__/lib/api-client.test.ts:133)
`packages/mobile/__tests__/lib/api-client.test.ts:133` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` 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 /captures (packages/mobile/__tests__/lib/api-client.test.ts:143)
`packages/mobile/__tests__/lib/api-client.test.ts:143` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` 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 /captures (packages/mobile/__tests__/lib/api-client.test.ts:159)
`packages/mobile/__tests__/lib/api-client.test.ts:159` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` 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 /captures (packages/mobile/__tests__/lib/api-client.test.ts:84)
`packages/mobile/__tests__/lib/api-client.test.ts:84` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /captures (packages/mobile/__tests__/lib/api-client.test.ts:99)
`packages/mobile/__tests__/lib/api-client.test.ts:99` calls `GET /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /captures/${encodeURIComponent(id)} (packages/mobile/src/lib/api-client.ts:111)
`packages/mobile/src/lib/api-client.ts:111` calls `GET /captures/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures/<p>` 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 /captures/${encodeURIComponent(id)} (packages/web-next/lib/api/captures.ts:42)
`packages/web-next/lib/api/captures.ts:42` calls `GET /captures/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures/<p>` 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 /captures/x (packages/mobile/__tests__/lib/api-client.test.ts:170)
`packages/mobile/__tests__/lib/api-client.test.ts:170` calls `GET /captures/x` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures/x` 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 /config/ai-routing (packages/web-next/lib/api/config.ts:91)
`packages/web-next/lib/api/config.ts:91` calls `GET /config/ai-routing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/config/ai-routing` 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 /config/integrations (packages/web-next/lib/api/config.ts:27)
`packages/web-next/lib/api/config.ts:27` calls `GET /config/integrations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/config/integrations` 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 /email/drafts/${encodeURIComponent(id)} (packages/web-next/lib/api/email.ts:83)
`packages/web-next/lib/api/email.ts:83` calls `GET /email/drafts/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/email/drafts/<p>` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /entities (packages/mobile/__tests__/lib/api-client.test.ts:115)
`packages/mobile/__tests__/lib/api-client.test.ts:115` calls `GET /entities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/entities` 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 /entities/${encodeURIComponent(id)} (packages/mobile/src/lib/api-client.ts:123)
`packages/mobile/src/lib/api-client.ts:123` calls `GET /entities/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/entities/<p>` 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 /entities/${encodeURIComponent(id)} (packages/web-next/lib/api/entities.ts:43)
`packages/web-next/lib/api/entities.ts:43` calls `GET /entities/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/entities/<p>` 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 /ingest/uploads${qs} (packages/web-next/lib/api/ingest.ts:134)
`packages/web-next/lib/api/ingest.ts:134` calls `GET /ingest/uploads${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ingest/uploads/<p>` 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 /ingest/uploads/${encodeURIComponent(id)} (packages/web-next/lib/api/ingest.ts:141)
`packages/web-next/lib/api/ingest.ts:141` calls `GET /ingest/uploads/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ingest/uploads/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /intelligence/connections/latest (packages/web-next/lib/api/intelligence.ts:37)
`packages/web-next/lib/api/intelligence.ts:37` calls `GET /intelligence/connections/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/intelligence/connections/latest` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /intelligence/drift/latest (packages/web-next/lib/api/intelligence.ts:42)
`packages/web-next/lib/api/intelligence.ts:42` calls `GET /intelligence/drift/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/intelligence/drift/latest` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /intelligence/summary (packages/web-next/lib/api/intelligence.ts:32)
`packages/web-next/lib/api/intelligence.ts:32` calls `GET /intelligence/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/intelligence/summary` 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 /search${buildQueryString(params)} (packages/mobile/src/lib/api-client.ts:141)
`packages/mobile/src/lib/api-client.ts:141` calls `GET /search${buildQueryString(params)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/search/<p>` 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 /search${qs} (packages/web-next/lib/api/search.ts:42)
`packages/web-next/lib/api/search.ts:42` calls `GET /search${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/search/<p>` 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 /search?q=test (packages/mobile/__tests__/lib/api-client.test.ts:116)
`packages/mobile/__tests__/lib/api-client.test.ts:116` calls `GET /search?q=test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/search` 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 /settings/${encodeURIComponent(key)} (packages/mobile/src/lib/api-client.ts:156)
`packages/mobile/src/lib/api-client.ts:156` calls `GET /settings/${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/settings/<p>` 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 /settings/${encodeURIComponent(key)} (packages/web-next/lib/api/settings.ts:23)
`packages/web-next/lib/api/settings.ts:23` calls `GET /settings/${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/settings/<p>` 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 /stats (packages/mobile/src/lib/api-client.ts:162)
`packages/mobile/src/lib/api-client.ts:162` calls `GET /stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /stats (packages/web-next/lib/api/stats.ts:34)
`packages/web-next/lib/api/stats.ts:34` calls `GET /stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/stats` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /system/flows${qs} (packages/web-next/lib/api/system-health.ts:137)
`packages/web-next/lib/api/system-health.ts:137` calls `GET /system/flows${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/system/flows/<p>` 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 /system/health (packages/web-next/lib/api/system-health.ts:131)
`packages/web-next/lib/api/system-health.ts:131` calls `GET /system/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/system/health` 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 /system/infrastructure (packages/web-next/lib/api/system-health.ts:142)
`packages/web-next/lib/api/system-health.ts:142` calls `GET /system/infrastructure` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/system/infrastructure` 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 /test (packages/core-api/src/__tests__/error-handler.test.ts:17)
`packages/core-api/src/__tests__/error-handler.test.ts:17` calls `GET /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: GET /test (packages/core-api/src/__tests__/error-handler.test.ts:27)
`packages/core-api/src/__tests__/error-handler.test.ts:27` calls `GET /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: GET /test (packages/core-api/src/__tests__/error-handler.test.ts:37)
`packages/core-api/src/__tests__/error-handler.test.ts:37` calls `GET /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: GET /test (packages/core-api/src/__tests__/error-handler.test.ts:47)
`packages/core-api/src/__tests__/error-handler.test.ts:47` calls `GET /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: GET /test (packages/core-api/src/__tests__/error-handler.test.ts:57)
`packages/core-api/src/__tests__/error-handler.test.ts:57` calls `GET /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: GET /triggers (packages/web-next/lib/api/config.ts:55)
`packages/web-next/lib/api/config.ts:55` calls `GET /triggers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/triggers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /voice/sessions/${encodeURIComponent(id)} (packages/web-next/lib/api/voice.ts:68)
`packages/web-next/lib/api/voice.ts:68` calls `GET /voice/sessions/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/voice/sessions/<p>` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /voice/sessions/active (packages/web-next/lib/api/voice.ts:61)
`packages/web-next/lib/api/voice.ts:61` calls `GET /voice/sessions/active` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/voice/sessions/active` 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 /wiki/lint-report (packages/web-next/lib/api/wiki.ts:109)
`packages/web-next/lib/api/wiki.ts:109` calls `GET /wiki/lint-report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/lint-report` 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 /wiki/pages${qs} (packages/web-next/lib/api/wiki.ts:87)
`packages/web-next/lib/api/wiki.ts:87` calls `GET /wiki/pages${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/pages/<p>` 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 /wiki/pages/${encodedPath} (packages/web-next/lib/api/wiki.ts:98)
`packages/web-next/lib/api/wiki.ts:98` calls `GET /wiki/pages/${encodedPath}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/pages/<p>` 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 /wiki/recent-changes${qs} (packages/web-next/lib/api/wiki.ts:104)
`packages/web-next/lib/api/wiki.ts:104` calls `GET /wiki/recent-changes${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/recent-changes/<p>` 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 /wiki/stats (packages/web-next/lib/api/wiki.ts:114)
`packages/web-next/lib/api/wiki.ts:114` calls `GET /wiki/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/stats` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://slack.com/api/conversations.history?channel=${SLACK_CHANNEL}&limit=50 (scripts/regression-test.mjs:1238)
`scripts/regression-test.mjs:1238` calls `GET https://slack.com/api/conversations.history?channel=${SLACK_CHANNEL}&limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/slack.com/api/conversations.history`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://slack.com/api/conversations.replies?channel=${SLACK_CHANNEL}&ts=${ts} (scripts/regression-test.mjs:104)
`scripts/regression-test.mjs:104` calls `GET https://slack.com/api/conversations.replies?channel=${SLACK_CHANNEL}&ts=${ts}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/slack.com/api/conversations.replies` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://slack.com/api/conversations.replies?channel=${SLACK_CHANNEL}&ts=${ts} (scripts/regression-test.mjs:1246)
`scripts/regression-test.mjs:1246` calls `GET https://slack.com/api/conversations.replies?channel=${SLACK_CHANNEL}&ts=${ts}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/slack.com/api/conversations.replies`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:271)
`packages/core-api/src/__tests__/bet-routes.test.ts:271` calls `PATCH /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:292)
`packages/core-api/src/__tests__/bet-routes.test.ts:292` calls `PATCH /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:311)
`packages/core-api/src/__tests__/bet-routes.test.ts:311` calls `PATCH /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:324)
`packages/core-api/src/__tests__/bet-routes.test.ts:324` calls `PATCH /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:340)
`packages/core-api/src/__tests__/bet-routes.test.ts:340` calls `PATCH /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/bet-uuid-1 (packages/core-api/src/__tests__/bet-routes.test.ts:355)
`packages/core-api/src/__tests__/bet-routes.test.ts:355` calls `PATCH /api/v1/bets/bet-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/bet-uuid-1` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/bets/missing (packages/core-api/src/__tests__/bet-routes.test.ts:373)
`packages/core-api/src/__tests__/bet-routes.test.ts:373` calls `PATCH /api/v1/bets/missing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/bets/missing` If this points at an external API, prefix it with …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/captures/cap-abc-123 (packages/core-api/src/__tests__/captures-routes.test.ts:379)
`packages/core-api/src/__tests__/captures-routes.test.ts:379` calls `PATCH /api/v1/captures/cap-abc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-abc-123` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/captures/cap-abc-123 (packages/core-api/src/__tests__/captures-routes.test.ts:407)
`packages/core-api/src/__tests__/captures-routes.test.ts:407` calls `PATCH /api/v1/captures/cap-abc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-abc-123` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/captures/cap-abc-123 (packages/core-api/src/__tests__/captures-routes.test.ts:423)
`packages/core-api/src/__tests__/captures-routes.test.ts:423` calls `PATCH /api/v1/captures/cap-abc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-abc-123` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/captures/cap-abc-123 (packages/core-api/src/__tests__/captures-routes.test.ts:437)
`packages/core-api/src/__tests__/captures-routes.test.ts:437` calls `PATCH /api/v1/captures/cap-abc-123` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-abc-123` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/captures/missing-id (packages/core-api/src/__tests__/captures-routes.test.ts:394)
`packages/core-api/src/__tests__/captures-routes.test.ts:394` calls `PATCH /api/v1/captures/missing-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/missing-id` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/commitments/comm-uuid-1 (packages/core-api/src/__tests__/commitment-routes.test.ts:242)
`packages/core-api/src/__tests__/commitment-routes.test.ts:242` calls `PATCH /api/v1/commitments/comm-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/commitments/comm-uuid-1` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/commitments/comm-uuid-1 (packages/core-api/src/__tests__/commitment-routes.test.ts:293)
`packages/core-api/src/__tests__/commitment-routes.test.ts:293` calls `PATCH /api/v1/commitments/comm-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/commitments/comm-uuid-1` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/commitments/comm-uuid-1 (packages/core-api/src/__tests__/commitment-routes.test.ts:308)
`packages/core-api/src/__tests__/commitment-routes.test.ts:308` calls `PATCH /api/v1/commitments/comm-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/commitments/comm-uuid-1` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/commitments/comm-uuid-1 (packages/core-api/src/__tests__/commitment-routes.test.ts:323)
`packages/core-api/src/__tests__/commitment-routes.test.ts:323` calls `PATCH /api/v1/commitments/comm-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/commitments/comm-uuid-1` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/commitments/comm-uuid-2 (packages/core-api/src/__tests__/commitment-routes.test.ts:262)
`packages/core-api/src/__tests__/commitment-routes.test.ts:262` calls `PATCH /api/v1/commitments/comm-uuid-2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/commitments/comm-uuid-2` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/commitments/nonexistent-id (packages/core-api/src/__tests__/commitment-routes.test.ts:278)
`packages/core-api/src/__tests__/commitment-routes.test.ts:278` calls `PATCH /api/v1/commitments/nonexistent-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/commitments/nonexistent-id` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:305)
`packages/core-api/src/__tests__/email-routes.test.ts:305` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:328)
`packages/core-api/src/__tests__/email-routes.test.ts:328` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:353)
`packages/core-api/src/__tests__/email-routes.test.ts:353` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:372)
`packages/core-api/src/__tests__/email-routes.test.ts:372` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:390)
`packages/core-api/src/__tests__/email-routes.test.ts:390` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:406)
`packages/core-api/src/__tests__/email-routes.test.ts:406` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/draft-uuid-1 (packages/core-api/src/__tests__/email-routes.test.ts:446)
`packages/core-api/src/__tests__/email-routes.test.ts:446` calls `PATCH /api/v1/email/drafts/draft-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/email/drafts/missing-id (packages/core-api/src/__tests__/email-routes.test.ts:424)
`packages/core-api/src/__tests__/email-routes.test.ts:424` calls `PATCH /api/v1/email/drafts/missing-id` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/missing-id` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/nonexistent-skill (packages/core-api/src/__tests__/skills-routes.test.ts:515)
`packages/core-api/src/__tests__/skills-routes.test.ts:515` calls `PATCH /api/v1/skills/nonexistent-skill` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/nonexistent-skill` If this points at an ex…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:357)
`packages/core-api/src/__tests__/skills-routes.test.ts:357` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:376)
`packages/core-api/src/__tests__/skills-routes.test.ts:376` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:393)
`packages/core-api/src/__tests__/skills-routes.test.ts:393` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:412)
`packages/core-api/src/__tests__/skills-routes.test.ts:412` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:431)
`packages/core-api/src/__tests__/skills-routes.test.ts:431` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:449)
`packages/core-api/src/__tests__/skills-routes.test.ts:449` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:466)
`packages/core-api/src/__tests__/skills-routes.test.ts:466` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:483)
`packages/core-api/src/__tests__/skills-routes.test.ts:483` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:498)
`packages/core-api/src/__tests__/skills-routes.test.ts:498` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:535)
`packages/core-api/src/__tests__/skills-routes.test.ts:535` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/skills/weekly-brief (packages/core-api/src/__tests__/skills-routes.test.ts:552)
`packages/core-api/src/__tests__/skills-routes.test.ts:552` calls `PATCH /api/v1/skills/weekly-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/voice/sessions/vs-uuid-1 (packages/core-api/src/__tests__/voice-session-routes.test.ts:225)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:225` calls `PATCH /api/v1/voice/sessions/vs-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/voice/sessions/vs-uuid-1 (packages/core-api/src/__tests__/voice-session-routes.test.ts:242)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:242` calls `PATCH /api/v1/voice/sessions/vs-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/voice/sessions/vs-uuid-1 (packages/core-api/src/__tests__/voice-session-routes.test.ts:257)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:257` calls `PATCH /api/v1/voice/sessions/vs-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/voice/sessions/vs-uuid-1 (packages/core-api/src/__tests__/voice-session-routes.test.ts:270)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:270` calls `PATCH /api/v1/voice/sessions/vs-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/voice/sessions/vs-uuid-1 (packages/core-api/src/__tests__/voice-session-routes.test.ts:283)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:283` calls `PATCH /api/v1/voice/sessions/vs-uuid-1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /briefs/${encodeURIComponent(id)} (packages/mobile/src/lib/api-client.ts:135)
`packages/mobile/src/lib/api-client.ts:135` calls `PATCH /briefs/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/briefs/<p>` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /briefs/${encodeURIComponent(id)} (packages/web-next/lib/api/briefs.ts:104)
`packages/web-next/lib/api/briefs.ts:104` calls `PATCH /briefs/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/briefs/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /commitments/${encodeURIComponent(id)} (packages/mobile/src/lib/api-client.ts:150)
`packages/mobile/src/lib/api-client.ts:150` calls `PATCH /commitments/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/commitments/<p>` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /commitments/${encodeURIComponent(id)} (packages/web-next/lib/api/commitments.ts:52)
`packages/web-next/lib/api/commitments.ts:52` calls `PATCH /commitments/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/commitments/<p>` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/queues/${encodeURIComponent(name)}/clear (packages/web-next/lib/api/admin.ts:34)
`packages/web-next/lib/api/admin.ts:34` calls `POST /admin/queues/${encodeURIComponent(name)}/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/queues/<p>/clear` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /admin/reset-data (packages/web-next/lib/api/admin.ts:138)
`packages/web-next/lib/api/admin.ts:138` calls `POST /admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/reset-data` 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: POST /admin/slack/channels/${encodeURIComponent(id)}/archive (packages/web-next/lib/api/admin.ts:102)
`packages/web-next/lib/api/admin.ts:102` calls `POST /admin/slack/channels/${encodeURIComponent(id)}/archive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/admin/slack/channels/<p>/archive` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/banner (packages/core-api/src/__tests__/admin-routes.test.ts:701)
`packages/core-api/src/__tests__/admin-routes.test.ts:701` calls `POST /api/v1/admin/banner` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/banner` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/banner (packages/core-api/src/__tests__/admin-routes.test.ts:715)
`packages/core-api/src/__tests__/admin-routes.test.ts:715` calls `POST /api/v1/admin/banner` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/banner` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/banner (packages/core-api/src/__tests__/admin-routes.test.ts:727)
`packages/core-api/src/__tests__/admin-routes.test.ts:727` calls `POST /api/v1/admin/banner` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/banner` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/banner (packages/core-api/src/__tests__/admin-routes.test.ts:740)
`packages/core-api/src/__tests__/admin-routes.test.ts:740` calls `POST /api/v1/admin/banner` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/banner` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/config/reload (packages/core-api/src/__tests__/admin-routes.test.ts:652)
`packages/core-api/src/__tests__/admin-routes.test.ts:652` calls `POST /api/v1/admin/config/reload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/config/reload` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/config/reload (packages/core-api/src/__tests__/admin-routes.test.ts:671)
`packages/core-api/src/__tests__/admin-routes.test.ts:671` calls `POST /api/v1/admin/config/reload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/config/reload` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/config/reload (packages/core-api/src/__tests__/admin-routes.test.ts:683)
`packages/core-api/src/__tests__/admin-routes.test.ts:683` calls `POST /api/v1/admin/config/reload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/config/reload` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/${name}/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:172)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:172` calls `POST /api/v1/admin/queues/${name}/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/<p>/clear` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/capture-pipeline/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:106)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:106` calls `POST /api/v1/admin/queues/capture-pipeline/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/capture-pipeline/clear…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/capture-pipeline/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:127)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:127` calls `POST /api/v1/admin/queues/capture-pipeline/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/capture-pipeline/clear…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/capture-pipeline/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:140)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:140` calls `POST /api/v1/admin/queues/capture-pipeline/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/capture-pipeline/clear…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/capture-pipeline/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:193)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:193` calls `POST /api/v1/admin/queues/capture-pipeline/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/capture-pipeline/clear…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/capture-pipeline/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:69)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:69` calls `POST /api/v1/admin/queues/capture-pipeline/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/capture-pipeline/clear`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/capture-pipeline/clear (packages/core-api/src/__tests__/admin-routes.test.ts:783)
`packages/core-api/src/__tests__/admin-routes.test.ts:783` calls `POST /api/v1/admin/queues/capture-pipeline/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/capture-pipeline/clear` If …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/daily-sweep/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:153)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:153` calls `POST /api/v1/admin/queues/daily-sweep/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/daily-sweep/clear` If this …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/nonexistent-queue/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:116)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:116` calls `POST /api/v1/admin/queues/nonexistent-queue/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/nonexistent-queue/cle…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/notification/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:82)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:82` calls `POST /api/v1/admin/queues/notification/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/notification/clear` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/queues/skill-execution/clear (packages/core-api/src/__tests__/admin-queue-clear.test.ts:94)
`packages/core-api/src/__tests__/admin-queue-clear.test.ts:94` calls `POST /api/v1/admin/queues/skill-execution/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/queues/skill-execution/clear` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:150)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:150` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:170)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:170` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:190)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:190` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:213)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:213` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:223)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:223` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:231)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:231` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:243)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:243` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:256)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:256` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:277)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:277` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:285)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:285` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:306)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:306` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:333)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:333` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-reset-two-step.test.ts:341)
`packages/core-api/src/__tests__/admin-reset-two-step.test.ts:341` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:222)
`packages/core-api/src/__tests__/admin-routes.test.ts:222` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:248)
`packages/core-api/src/__tests__/admin-routes.test.ts:248` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:265)
`packages/core-api/src/__tests__/admin-routes.test.ts:265` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:280)
`packages/core-api/src/__tests__/admin-routes.test.ts:280` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:295)
`packages/core-api/src/__tests__/admin-routes.test.ts:295` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:322)
`packages/core-api/src/__tests__/admin-routes.test.ts:322` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:342)
`packages/core-api/src/__tests__/admin-routes.test.ts:342` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:355)
`packages/core-api/src/__tests__/admin-routes.test.ts:355` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:376)
`packages/core-api/src/__tests__/admin-routes.test.ts:376` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:385)
`packages/core-api/src/__tests__/admin-routes.test.ts:385` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:393)
`packages/core-api/src/__tests__/admin-routes.test.ts:393` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:413)
`packages/core-api/src/__tests__/admin-routes.test.ts:413` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:435)
`packages/core-api/src/__tests__/admin-routes.test.ts:435` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:442)
`packages/core-api/src/__tests__/admin-routes.test.ts:442` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:465)
`packages/core-api/src/__tests__/admin-routes.test.ts:465` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:472)
`packages/core-api/src/__tests__/admin-routes.test.ts:472` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:507)
`packages/core-api/src/__tests__/admin-routes.test.ts:507` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:514)
`packages/core-api/src/__tests__/admin-routes.test.ts:514` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:541)
`packages/core-api/src/__tests__/admin-routes.test.ts:541` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:548)
`packages/core-api/src/__tests__/admin-routes.test.ts:548` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:567)
`packages/core-api/src/__tests__/admin-routes.test.ts:567` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:577)
`packages/core-api/src/__tests__/admin-routes.test.ts:577` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:606)
`packages/core-api/src/__tests__/admin-routes.test.ts:606` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:618)
`packages/core-api/src/__tests__/admin-routes.test.ts:618` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:791)
`packages/core-api/src/__tests__/admin-routes.test.ts:791` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/core-api/src/__tests__/admin-routes.test.ts:803)
`packages/core-api/src/__tests__/admin-routes.test.ts:803` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/web-next/components/settings/DangerZoneSection.tsx:102)
`packages/web-next/components/settings/DangerZoneSection.tsx:102` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/reset-data (packages/web-next/components/system/AdminResetSection.tsx:91)
`packages/web-next/components/system/AdminResetSection.tsx:91` calls `POST /api/v1/admin/reset-data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/admin/reset-data` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/slack/channels/C001/archive (packages/core-api/src/__tests__/slack-channel-routes.test.ts:159)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:159` calls `POST /api/v1/admin/slack/channels/C001/archive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels/c001/archive`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/slack/channels/C001/archive (packages/core-api/src/__tests__/slack-channel-routes.test.ts:175)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:175` calls `POST /api/v1/admin/slack/channels/C001/archive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels/c001/archive`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/slack/channels/C001/archive (packages/core-api/src/__tests__/slack-channel-routes.test.ts:258)
`packages/core-api/src/__tests__/slack-channel-routes.test.ts:258` calls `POST /api/v1/admin/slack/channels/C001/archive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels/c001/archive`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/admin/slack/channels/C123/archive (packages/core-api/src/__tests__/admin-routes.test.ts:828)
`packages/core-api/src/__tests__/admin-routes.test.ts:828` calls `POST /api/v1/admin/slack/channels/C123/archive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/admin/slack/channels/c123/archive` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/captures/cap-pipeline-1/retry (packages/core-api/src/__tests__/pipeline.test.ts:291)
`packages/core-api/src/__tests__/pipeline.test.ts:291` calls `POST /api/v1/captures/cap-pipeline-1/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-pipeline-1/retry` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/captures/cap-pipeline-1/retry (packages/core-api/src/__tests__/pipeline.test.ts:326)
`packages/core-api/src/__tests__/pipeline.test.ts:326` calls `POST /api/v1/captures/cap-pipeline-1/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-pipeline-1/retry` If this points at a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/captures/cap-pipeline-1/retry?stage=embed (packages/core-api/src/__tests__/pipeline.test.ts:342)
`packages/core-api/src/__tests__/pipeline.test.ts:342` calls `POST /api/v1/captures/cap-pipeline-1/retry?stage=embed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/cap-pipeline-1/retry` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/captures/missing-id/retry (packages/core-api/src/__tests__/pipeline.test.ts:311)
`packages/core-api/src/__tests__/pipeline.test.ts:311` calls `POST /api/v1/captures/missing-id/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/captures/missing-id/retry` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/email/drafts/draft-uuid-1/send (packages/core-api/src/__tests__/email-routes.test.ts:262)
`packages/core-api/src/__tests__/email-routes.test.ts:262` calls `POST /api/v1/email/drafts/draft-uuid-1/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/email/drafts/draft-uuid-1/send` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/bad-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:322)
`packages/core-api/src/__tests__/entity-routes.test.ts:322` calls `POST /api/v1/entities/bad-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/bad-id/merge` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/bad-id/split (packages/core-api/src/__tests__/entity-routes.test.ts:406)
`packages/core-api/src/__tests__/entity-routes.test.ts:406` calls `POST /api/v1/entities/bad-id/split` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/bad-id/split` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/ask (packages/core-api/src/__tests__/entity-routes.test.ts:640)
`packages/core-api/src/__tests__/entity-routes.test.ts:640` calls `POST /api/v1/entities/entity-uuid-1/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/ask` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/ask (packages/core-api/src/__tests__/entity-routes.test.ts:688)
`packages/core-api/src/__tests__/entity-routes.test.ts:688` calls `POST /api/v1/entities/entity-uuid-1/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/ask` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/ask (packages/core-api/src/__tests__/entity-routes.test.ts:705)
`packages/core-api/src/__tests__/entity-routes.test.ts:705` calls `POST /api/v1/entities/entity-uuid-1/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/ask` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/ask (packages/core-api/src/__tests__/entity-routes.test.ts:721)
`packages/core-api/src/__tests__/entity-routes.test.ts:721` calls `POST /api/v1/entities/entity-uuid-1/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/ask` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/ask (packages/core-api/src/__tests__/entity-routes.test.ts:738)
`packages/core-api/src/__tests__/entity-routes.test.ts:738` calls `POST /api/v1/entities/entity-uuid-1/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/ask` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/ask (packages/core-api/src/__tests__/entity-routes.test.ts:761)
`packages/core-api/src/__tests__/entity-routes.test.ts:761` calls `POST /api/v1/entities/entity-uuid-1/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/ask` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/brief (packages/core-api/src/__tests__/entity-routes.test.ts:784)
`packages/core-api/src/__tests__/entity-routes.test.ts:784` calls `POST /api/v1/entities/entity-uuid-1/brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/brief` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/brief (packages/core-api/src/__tests__/entity-routes.test.ts:829)
`packages/core-api/src/__tests__/entity-routes.test.ts:829` calls `POST /api/v1/entities/entity-uuid-1/brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/brief` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/brief (packages/core-api/src/__tests__/entity-routes.test.ts:843)
`packages/core-api/src/__tests__/entity-routes.test.ts:843` calls `POST /api/v1/entities/entity-uuid-1/brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/brief` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/split (packages/core-api/src/__tests__/entity-routes.test.ts:357)
`packages/core-api/src/__tests__/entity-routes.test.ts:357` calls `POST /api/v1/entities/entity-uuid-1/split` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/split` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/split (packages/core-api/src/__tests__/entity-routes.test.ts:375)
`packages/core-api/src/__tests__/entity-routes.test.ts:375` calls `POST /api/v1/entities/entity-uuid-1/split` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/split` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/entity-uuid-1/split (packages/core-api/src/__tests__/entity-routes.test.ts:390)
`packages/core-api/src/__tests__/entity-routes.test.ts:390` calls `POST /api/v1/entities/entity-uuid-1/split` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/entity-uuid-1/split` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/merge (packages/slack-bot/src/lib/core-api-client.ts:213)
`packages/slack-bot/src/lib/core-api-client.ts:213` calls `POST /api/v1/entities/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/merge` If this points at an external API, prefix it with `h…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/nonexistent-uuid/ask (packages/core-api/src/__tests__/entity-routes.test.ts:670)
`packages/core-api/src/__tests__/entity-routes.test.ts:670` calls `POST /api/v1/entities/nonexistent-uuid/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/nonexistent-uuid/ask` If this points…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/nonexistent-uuid/brief (packages/core-api/src/__tests__/entity-routes.test.ts:814)
`packages/core-api/src/__tests__/entity-routes.test.ts:814` calls `POST /api/v1/entities/nonexistent-uuid/brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/nonexistent-uuid/brief` If this po…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/same-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:291)
`packages/core-api/src/__tests__/entity-routes.test.ts:291` calls `POST /api/v1/entities/same-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/same-id/merge` If this points at an externa…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/source-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:229)
`packages/core-api/src/__tests__/entity-routes.test.ts:229` calls `POST /api/v1/entities/source-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/source-id/merge` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/source-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:259)
`packages/core-api/src/__tests__/entity-routes.test.ts:259` calls `POST /api/v1/entities/source-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/source-id/merge` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/source-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:276)
`packages/core-api/src/__tests__/entity-routes.test.ts:276` calls `POST /api/v1/entities/source-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/source-id/merge` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/source-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:306)
`packages/core-api/src/__tests__/entity-routes.test.ts:306` calls `POST /api/v1/entities/source-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/source-id/merge` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/entities/source-id/merge (packages/core-api/src/__tests__/entity-routes.test.ts:338)
`packages/core-api/src/__tests__/entity-routes.test.ts:338` calls `POST /api/v1/entities/source-id/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/entities/source-id/merge` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/intelligence/daily-connections/trigger (packages/core-api/src/__tests__/intelligence-routes.test.ts:317)
`packages/core-api/src/__tests__/intelligence-routes.test.ts:317` calls `POST /api/v1/intelligence/daily-connections/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/intelligence/daily-connections…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/intelligence/daily-connections/trigger (packages/core-api/src/__tests__/intelligence-routes.test.ts:345)
`packages/core-api/src/__tests__/intelligence-routes.test.ts:345` calls `POST /api/v1/intelligence/daily-connections/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/intelligence/daily-connections…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/intelligence/daily-connections/trigger (packages/core-api/src/__tests__/intelligence-routes.test.ts:387)
`packages/core-api/src/__tests__/intelligence-routes.test.ts:387` calls `POST /api/v1/intelligence/daily-connections/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/intelligence/daily-connections…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/intelligence/drift-monitor/trigger (packages/core-api/src/__tests__/intelligence-routes.test.ts:332)
`packages/core-api/src/__tests__/intelligence-routes.test.ts:332` calls `POST /api/v1/intelligence/drift-monitor/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/intelligence/drift-monitor/trigger…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/intelligence/drift-monitor/trigger (packages/core-api/src/__tests__/intelligence-routes.test.ts:378)
`packages/core-api/src/__tests__/intelligence-routes.test.ts:378` calls `POST /api/v1/intelligence/drift-monitor/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/intelligence/drift-monitor/trigger…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/intelligence/weekly-brief/trigger (packages/core-api/src/__tests__/intelligence-routes.test.ts:363)
`packages/core-api/src/__tests__/intelligence-routes.test.ts:363` calls `POST /api/v1/intelligence/weekly-brief/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/intelligence/weekly-brief/trigger` …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/abandon (packages/core-api/src/__tests__/session-routes.test.ts:408)
`packages/core-api/src/__tests__/session-routes.test.ts:408` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/abandon` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-11…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/complete (packages/core-api/src/__tests__/session-routes.test.ts:387)
`packages/core-api/src/__tests__/session-routes.test.ts:387` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-1…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/pause (packages/core-api/src/__tests__/session-routes.test.ts:347)
`packages/core-api/src/__tests__/session-routes.test.ts:347` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/pause` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-1111…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond (packages/core-api/src/__tests__/session-routes.test.ts:268)
`packages/core-api/src/__tests__/session-routes.test.ts:268` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-11…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond (packages/core-api/src/__tests__/session-routes.test.ts:287)
`packages/core-api/src/__tests__/session-routes.test.ts:287` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-11…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond (packages/core-api/src/__tests__/session-routes.test.ts:300)
`packages/core-api/src/__tests__/session-routes.test.ts:300` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-11…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond (packages/core-api/src/__tests__/session-routes.test.ts:315)
`packages/core-api/src/__tests__/session-routes.test.ts:315` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-11…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond (packages/core-api/src/__tests__/session-routes.test.ts:328)
`packages/core-api/src/__tests__/session-routes.test.ts:328` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/respond` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-11…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/resume (packages/core-api/src/__tests__/session-routes.test.ts:367)
`packages/core-api/src/__tests__/session-routes.test.ts:367` calls `POST /api/v1/sessions/11111111-1111-1111-1111-111111111111/resume` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/sessions/11111111-111…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/skills/invalid_name!/trigger (packages/core-api/src/__tests__/skills-routes.test.ts:305)
`packages/core-api/src/__tests__/skills-routes.test.ts:305` calls `POST /api/v1/skills/invalid_name!/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/invalid_name!/trigger` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/skills/pipeline-health/trigger (packages/core-api/src/__tests__/skills-routes.test.ts:272)
`packages/core-api/src/__tests__/skills-routes.test.ts:272` calls `POST /api/v1/skills/pipeline-health/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/pipeline-health/trigger` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/skills/pipeline-health/trigger (packages/core-api/src/__tests__/skills-routes.test.ts:287)
`packages/core-api/src/__tests__/skills-routes.test.ts:287` calls `POST /api/v1/skills/pipeline-health/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/pipeline-health/trigger` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/skills/weekly-brief/trigger (packages/core-api/src/__tests__/skills-routes.test.ts:228)
`packages/core-api/src/__tests__/skills-routes.test.ts:228` calls `POST /api/v1/skills/weekly-brief/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief/trigger` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/skills/weekly-brief/trigger (packages/core-api/src/__tests__/skills-routes.test.ts:248)
`packages/core-api/src/__tests__/skills-routes.test.ts:248` calls `POST /api/v1/skills/weekly-brief/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief/trigger` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/skills/weekly-brief/trigger (packages/core-api/src/__tests__/skills-routes.test.ts:316)
`packages/core-api/src/__tests__/skills-routes.test.ts:316` calls `POST /api/v1/skills/weekly-brief/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/skills/weekly-brief/trigger` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/voice/sessions/vs-uuid-1/complete (packages/core-api/src/__tests__/voice-session-routes.test.ts:302)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:302` calls `POST /api/v1/voice/sessions/vs-uuid-1/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1/complete`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/voice/sessions/vs-uuid-1/complete (packages/core-api/src/__tests__/voice-session-routes.test.ts:331)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:331` calls `POST /api/v1/voice/sessions/vs-uuid-1/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1/complete`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/voice/sessions/vs-uuid-1/complete (packages/core-api/src/__tests__/voice-session-routes.test.ts:352)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:352` calls `POST /api/v1/voice/sessions/vs-uuid-1/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1/complete`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/voice/sessions/vs-uuid-1/complete (packages/core-api/src/__tests__/voice-session-routes.test.ts:365)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:365` calls `POST /api/v1/voice/sessions/vs-uuid-1/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1/complete`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/voice/sessions/vs-uuid-1/complete (packages/core-api/src/__tests__/voice-session-routes.test.ts:378)
`packages/core-api/src/__tests__/voice-session-routes.test.ts:378` calls `POST /api/v1/voice/sessions/vs-uuid-1/complete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/voice/sessions/vs-uuid-1/complete`…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /briefs/${encodeURIComponent(id)}/dismiss (packages/web-next/lib/api/briefs.ts:112)
`packages/web-next/lib/api/briefs.ts:112` calls `POST /briefs/${encodeURIComponent(id)}/dismiss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/briefs/<p>/dismiss` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /briefs/${encodeURIComponent(id)}/refine (packages/web-next/lib/api/briefs.ts:119)
`packages/web-next/lib/api/briefs.ts:119` calls `POST /briefs/${encodeURIComponent(id)}/refine` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/briefs/<p>/refine` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /captures (packages/mobile/src/lib/api-client.ts:114)
`packages/mobile/src/lib/api-client.ts:114` calls `POST /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` 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: POST /captures (packages/web-next/lib/api/captures.ts:47)
`packages/web-next/lib/api/captures.ts:47` calls `POST /captures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/captures` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /entities/${encodeURIComponent(id)}/ask (packages/web-next/lib/api/entities.ts:91)
`packages/web-next/lib/api/entities.ts:91` calls `POST /entities/${encodeURIComponent(id)}/ask` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/entities/<p>/ask` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /entities/${encodeURIComponent(sourceId)}/merge (packages/web-next/lib/api/entities.ts:54)
`packages/web-next/lib/api/entities.ts:54` calls `POST /entities/${encodeURIComponent(sourceId)}/merge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/entities/<p>/merge` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /ingest/process-now${qs} (packages/web-next/lib/api/ingest.ts:161)
`packages/web-next/lib/api/ingest.ts:161` calls `POST /ingest/process-now${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ingest/process-now/<p>` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /ingest/uploads/${encodeURIComponent(id)}/process (packages/web-next/lib/api/ingest.ts:149)
`packages/web-next/lib/api/ingest.ts:149` calls `POST /ingest/uploads/${encodeURIComponent(id)}/process` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/ingest/uploads/<p>/process` If this points at an exter…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /mcp (packages/core-api/src/__tests__/mobile-auth-routing.test.ts:221)
`packages/core-api/src/__tests__/mobile-auth-routing.test.ts:221` calls `POST /mcp` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/mcp` 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: POST /skills/${encodeURIComponent(name)}/trigger (packages/web-next/lib/api/skills.ts:30)
`packages/web-next/lib/api/skills.ts:30` calls `POST /skills/${encodeURIComponent(name)}/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/skills/<p>/trigger` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /synthesize (packages/web-next/lib/api/synthesize.ts:38)
`packages/web-next/lib/api/synthesize.ts:38` calls `POST /synthesize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/synthesize` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /triggers (packages/web-next/lib/api/config.ts:64)
`packages/web-next/lib/api/config.ts:64` calls `POST /triggers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/triggers` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /voice-api/upload (packages/web-next/components/voice/FileDropZone.tsx:106)
`packages/web-next/components/voice/FileDropZone.tsx:106` calls `POST /voice-api/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice-api/upload` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /wiki/lint (packages/web-next/lib/api/wiki.ts:127)
`packages/web-next/lib/api/wiki.ts:127` calls `POST /wiki/lint` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/lint` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /wiki/resynthesize (packages/web-next/lib/api/wiki.ts:132)
`packages/web-next/lib/api/wiki.ts:132` calls `POST /wiki/resynthesize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/wiki/resynthesize` 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: POST https://slack.com/api/chat.postMessage (scripts/regression-test.mjs:93)
`scripts/regression-test.mjs:93` calls `POST https://slack.com/api/chat.postMessage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/slack.com/api/chat.postmessage` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /settings/${encodeURIComponent(key)} (packages/web-next/lib/api/settings.ts:31)
`packages/web-next/lib/api/settings.ts:31` calls `PUT /settings/${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/settings/<p>` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph security auth conf 1.00 FastAPI POST `extract` without auth dependency — packages/file-ingestion/src/extract.py:448
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
packages/file-ingestion/src/extract.py:448 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 Flask mutation route `create_link_token` without `@login_required` — scripts/plaid-link-server.py:317
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
scripts/plaid-link-server.py:317 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `exchange_public_token` without `@login_required` — scripts/plaid-link-server.py:341
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
scripts/plaid-link-server.py:341 securityAuth flask unauth route
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — packages/web-next/app/layout.tsx:35
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — packages/web-next/components/briefs/BriefReader.tsx:13
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — packages/web-next/components/wiki/WikiTabs.tsx:7
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cloudflare/email-worker/src/index.ts:176
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cloudflare/synthetic-monitor/src/index.ts:75
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/core-api/src/__tests__/integration/helpers.ts:333
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/core-api/src/__tests__/integration/mcp-tools.test.ts:536
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/core-api/src/__tests__/integration/rate-limit-internal.test.ts:39
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/core-api/src/__tests__/integration/rate-limit-public.test.ts:94
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/core-api/src/__tests__/integration/voice-captures.test.ts:91
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/shared/src/services/email/gmail-client.ts:5
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/shared/src/services/slack-messenger.ts:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/slack-bot/src/__tests__/capture-handler.test.ts:259
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/slack-bot/src/lib/core-api-client.ts:43
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness

Showing first 300 of 427. 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/d9335ca7-3927-4c09-92b4-fd872e0490bd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d9335ca7-3927-4c09-92b4-fd872e0490bd/

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.