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.

Semse-projet/project-manager-app

https://github.com/Semse-projet/project-manager-app · scanned 2026-06-16 00:07 UTC (2 months, 2 weeks ago)

472 raw signals (0 security + 472 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

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

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

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in project-manager-app/apps/angular/src/app/features/auth/login.page.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 239, 260
project-manager-app/apps/angular/src/app/features/auth/login.page.ts:239, 260 (2 hits)
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/pro/${encodeURIComponent(slug)} (project-manager-app/apps/web/app/pro/[slug]/page.tsx:47)
`project-manager-app/apps/web/app/pro/[slug]/page.tsx:47` calls `GET /api/pro/${encodeURIComponent(slug)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/pro/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/provider (project-manager-app/apps/autonomy-server/src/server.mjs:119)
`project-manager-app/apps/autonomy-server/src/server.mjs:119` calls `GET /api/provider` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/provider` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/runs (project-manager-app/apps/autonomy-server/src/server.mjs:126)
`project-manager-app/apps/autonomy-server/src/server.mjs:126` calls `GET /api/runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/runs` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/${moduleSlug} (project-manager-app/apps/api/src/modules/ops/apply-engine.service.ts:93)
`project-manager-app/apps/api/src/modules/ops/apply-engine.service.ts:93` calls `GET /api/semse/${moduleSlug}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/admin/algorithm-runs (project-manager-app/apps/web/app/(app)/admin/algorithm-engine/page.tsx:70)
`project-manager-app/apps/web/app/(app)/admin/algorithm-engine/page.tsx:70` calls `GET /api/semse/admin/algorithm-runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/admin/algorithm-runs` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/admin/algorithm-runs?trade=${encodeURIComponent(trade)} (project-manager-app/apps/web/app/(app)/admin/algorithm-engine/page.tsx:78)
`project-manager-app/apps/web/app/(app)/admin/algorithm-engine/page.tsx:78` calls `GET /api/semse/admin/algorithm-runs?trade=${encodeURIComponent(trade)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/admin/a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/agents/status (project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:280)
`project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:280` calls `GET /api/semse/agents/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/status` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/anatomy/children/${selectedNodeId} (project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:45)
`project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:45` calls `GET /api/semse/anatomy/children/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/anatomy/children/<p>` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/anatomy/node/${selectedNodeId} (project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:44)
`project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:44` calls `GET /api/semse/anatomy/node/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/anatomy/node/<p>` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/anatomy/relations/${selectedNodeId} (project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:46)
`project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:46` calls `GET /api/semse/anatomy/relations/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/anatomy/relations/<p>` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/anatomy/tree (project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:30)
`project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:30` calls `GET /api/semse/anatomy/tree` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/anatomy/tree` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/milestones (project-manager-app/apps/web/app/lib/buildops-api.ts:147)
`project-manager-app/apps/web/app/lib/buildops-api.ts:147` calls `GET /api/semse/buildops/milestones` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/milestones` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/overview (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:308)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:308` calls `GET /api/semse/buildops/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/overview` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/overview (project-manager-app/apps/web/app/lib/buildops-api.ts:122)
`project-manager-app/apps/web/app/lib/buildops-api.ts:122` calls `GET /api/semse/buildops/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/overview` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/projects (project-manager-app/apps/web/app/lib/buildops-api.ts:127)
`project-manager-app/apps/web/app/lib/buildops-api.ts:127` calls `GET /api/semse/buildops/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/projects` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/projects/${encodeURIComponent(projectId)} (project-manager-app/apps/web/app/lib/buildops-api.ts:132)
`project-manager-app/apps/web/app/lib/buildops-api.ts:132` calls `GET /api/semse/buildops/projects/${encodeURIComponent(projectId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/projects/<p>` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/projects/${projectId} (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:110)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:110` calls `GET /api/semse/buildops/projects/${projectId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/projects/<p>` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/projects/${projectId}/activity?limit=30 (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:114)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:114` calls `GET /api/semse/buildops/projects/${projectId}/activity?limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/projects/${projectId}/health (project-manager-app/apps/web/components/buildops/BuildOpsProjectHealthPanel.tsx:43)
`project-manager-app/apps/web/components/buildops/BuildOpsProjectHealthPanel.tsx:43` calls `GET /api/semse/buildops/projects/${projectId}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/project…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/projects?limit=50 (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/page.tsx:37)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/page.tsx:37` calls `GET /api/semse/buildops/projects?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/projects` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/tasks (project-manager-app/apps/web/app/lib/buildops-api.ts:137)
`project-manager-app/apps/web/app/lib/buildops-api.ts:137` calls `GET /api/semse/buildops/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/tasks` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/buildops/tasks/${encodeURIComponent(taskId)} (project-manager-app/apps/web/app/lib/buildops-api.ts:142)
`project-manager-app/apps/web/app/lib/buildops-api.ts:142` calls `GET /api/semse/buildops/tasks/${encodeURIComponent(taskId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/tasks/<p>` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/change-orders (project-manager-app/apps/web/app/(app)/client/change-orders/page.tsx:73)
`project-manager-app/apps/web/app/(app)/client/change-orders/page.tsx:73` calls `GET /api/semse/change-orders` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/change-orders` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/change-orders/${changeOrderId}/impact (project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:49)
`project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:49` calls `GET /api/semse/change-orders/${changeOrderId}/impact` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/change-orders/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/change-orders/${changeOrderId}/impact (project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:64)
`project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:64` calls `GET /api/semse/change-orders/${changeOrderId}/impact` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/change-orders/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/consciousness/simulations (project-manager-app/apps/web/components/semse/SimulationHistoryPanel.tsx:54)
`project-manager-app/apps/web/components/semse/SimulationHistoryPanel.tsx:54` calls `GET /api/semse/consciousness/simulations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/consciousness/simulations` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/contractor/leads?${qs} (project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:98)
`project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:98` calls `GET /api/semse/contractor/leads?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/contractor/leads` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/contractor/stats (project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:99)
`project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:99` calls `GET /api/semse/contractor/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/contractor/stats` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/did/${encodeURIComponent(userId)} (project-manager-app/apps/web/app/(app)/admin/users/[id]/page.tsx:58)
`project-manager-app/apps/web/app/(app)/admin/users/[id]/page.tsx:58` calls `GET /api/semse/did/${encodeURIComponent(userId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/did/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/disputes (project-manager-app/apps/web/app/(app)/admin/disputes/page.tsx:141)
`project-manager-app/apps/web/app/(app)/admin/disputes/page.tsx:141` calls `GET /api/semse/disputes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/disputes` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/governance/credits/${encodeURIComponent(userId)}?tenantId=${encodeURIComponent(TENANT_ID)} (project-manager-app/apps/web/app/(app)/admin/users/[id]/page.tsx:59)
`project-manager-app/apps/web/app/(app)/admin/users/[id]/page.tsx:59` calls `GET /api/semse/governance/credits/${encodeURIComponent(userId)}?tenantId=${encodeURIComponent(TENANT_ID)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/governance/credits/${encodeURIComponent(userId)}?tenantId=${encodeURIComponent(tenantId)} (project-manager-app/apps/web/components/semse/TrustPassportCard.tsx:64)
`project-manager-app/apps/web/components/semse/TrustPassportCard.tsx:64` calls `GET /api/semse/governance/credits/${encodeURIComponent(userId)}?tenantId=${encodeURIComponent(tenantId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path use…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/governance/proposals${qs} (project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:446)
`project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:446` calls `GET /api/semse/governance/proposals${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/governance/proposals/<p>` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/governance/proposals/${proposal.id}/results (project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:114)
`project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:114` calls `GET /api/semse/governance/proposals/${proposal.id}/results` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/governance/proposals/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/intelligence-runs?limit=10 (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:113)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:113` calls `GET /api/semse/intelligence-runs?limit=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/intelligence-runs` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/intelligence-runs?limit=10 (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:307)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:307` calls `GET /api/semse/intelligence-runs?limit=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/intelligence-runs` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/intelligence/credentials/top (project-manager-app/apps/web/app/(app)/client/professionals/page.tsx:201)
`project-manager-app/apps/web/app/(app)/client/professionals/page.tsx:201` calls `GET /api/semse/intelligence/credentials/top` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/intelligence/credentials/top` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/admin/dashboard/page.tsx:46)
`project-manager-app/apps/web/app/(app)/admin/dashboard/page.tsx:46` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/admin/dashboard/page.tsx:60)
`project-manager-app/apps/web/app/(app)/admin/dashboard/page.tsx:60` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/client/dashboard/page.tsx:53)
`project-manager-app/apps/web/app/(app)/client/dashboard/page.tsx:53` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/client/jobs/page.tsx:88)
`project-manager-app/apps/web/app/(app)/client/jobs/page.tsx:88` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/client/professionals/page.tsx:196)
`project-manager-app/apps/web/app/(app)/client/professionals/page.tsx:196` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/worker/agenda/page.tsx:142)
`project-manager-app/apps/web/app/(app)/worker/agenda/page.tsx:142` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/worker/dashboard/page.tsx:90)
`project-manager-app/apps/web/app/(app)/worker/dashboard/page.tsx:90` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs (project-manager-app/apps/web/app/(app)/worker/jobs/page.tsx:53)
`project-manager-app/apps/web/app/(app)/worker/jobs/page.tsx:53` calls `GET /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/jobs/${j.id}/bids (project-manager-app/apps/web/app/(app)/client/dashboard/page.tsx:63)
`project-manager-app/apps/web/app/(app)/client/dashboard/page.tsx:63` calls `GET /api/semse/jobs/${j.id}/bids` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs/<p>/bids` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/knowledge/overview (project-manager-app/apps/web/app/knowledge/knowledge-client.tsx:20)
`project-manager-app/apps/web/app/knowledge/knowledge-client.tsx:20` calls `GET /api/semse/knowledge/overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/knowledge/overview` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/listings?${qs}&limit=20 (project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:226)
`project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:226` calls `GET /api/semse/marketplace/listings?${qs}&limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/listings` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/listings?${qs}&limit=30 (project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:79)
`project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:79` calls `GET /api/semse/marketplace/listings?${qs}&limit=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/listings` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/listings?status=PUBLISHED&limit=40 (project-manager-app/apps/web/app/(app)/worker/opportunities/page.tsx:72)
`project-manager-app/apps/web/app/(app)/worker/opportunities/page.tsx:72` calls `GET /api/semse/marketplace/listings?status=PUBLISHED&limit=40` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/listin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/professionals?limit=10 (project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:80)
`project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:80` calls `GET /api/semse/marketplace/professionals?limit=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/professionals` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/professionals?limit=8 (project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:227)
`project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:227` calls `GET /api/semse/marketplace/professionals?limit=8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/professionals` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/stats (project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:81)
`project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:81` calls `GET /api/semse/marketplace/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/stats` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/marketplace/stats (project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:228)
`project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:228` calls `GET /api/semse/marketplace/stats` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/marketplace/stats` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/evidence-items (project-manager-app/apps/web/app/(app)/client/milestones/page.tsx:101)
`project-manager-app/apps/web/app/(app)/client/milestones/page.tsx:101` calls `GET /api/semse/milestones/${milestoneId}/evidence-items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/milestones/<p>/evidence-it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/evidence-items (project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:129)
`project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:129` calls `GET /api/semse/milestones/${milestoneId}/evidence-items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/milestones/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/evidence-items (project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:164)
`project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:164` calls `GET /api/semse/milestones/${milestoneId}/evidence-items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/milestones/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/evidence-items/${itemId} (project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:108)
`project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:108` calls `GET /api/semse/milestones/${milestoneId}/evidence-items/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/mil…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/evidence-items/${itemId}/history (project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:109)
`project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:109` calls `GET /api/semse/milestones/${milestoneId}/evidence-items/${itemId}/history` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/payment-governance (project-manager-app/apps/web/components/milestones/MilestoneGovernancePanel.tsx:97)
`project-manager-app/apps/web/components/milestones/MilestoneGovernancePanel.tsx:97` calls `GET /api/semse/milestones/${milestoneId}/payment-governance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/milestone…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/payment-readiness (project-manager-app/apps/web/app/(app)/client/milestones/page.tsx:102)
`project-manager-app/apps/web/app/(app)/client/milestones/page.tsx:102` calls `GET /api/semse/milestones/${milestoneId}/payment-readiness` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/milestones/<p>/payment-…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/milestones/${milestoneId}/vision-summary (project-manager-app/apps/web/components/milestones/MilestoneVisionSummaryCard.tsx:39)
`project-manager-app/apps/web/components/milestones/MilestoneVisionSummaryCard.tsx:39` calls `GET /api/semse/milestones/${milestoneId}/vision-summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/milestones/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/my-bids (project-manager-app/apps/web/app/(app)/client/bids/page.tsx:43)
`project-manager-app/apps/web/app/(app)/client/bids/page.tsx:43` calls `GET /api/semse/my-bids` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/my-bids` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/notifications?limit=15 (project-manager-app/apps/web/components/semse/NotificationBell.tsx:89)
`project-manager-app/apps/web/components/semse/NotificationBell.tsx:89` calls `GET /api/semse/notifications?limit=15` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/notifications` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/operational-signals?buildOpsProjectId=${projectId}&limit=50 (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:111)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:111` calls `GET /api/semse/operational-signals?buildOpsProjectId=${projectId}&limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/operational-signals?limit=100 (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:306)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:306` calls `GET /api/semse/operational-signals?limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/operational-signals` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/consciousness (project-manager-app/apps/web/app/(app)/admin/consciousness/page.tsx:148)
`project-manager-app/apps/web/app/(app)/admin/consciousness/page.tsx:148` calls `GET /api/semse/ops/consciousness` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/consciousness` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/ecosystem-metrics (project-manager-app/apps/web/app/(app)/admin/ecosystem/page.tsx:107)
`project-manager-app/apps/web/app/(app)/admin/ecosystem/page.tsx:107` calls `GET /api/semse/ops/ecosystem-metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/ecosystem-metrics` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/intelligence-runs?limit=15 (project-manager-app/apps/web/app/(app)/admin/worker/page.tsx:68)
`project-manager-app/apps/web/app/(app)/admin/worker/page.tsx:68` calls `GET /api/semse/ops/intelligence-runs?limit=15` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/intelligence-runs` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/mission-control/summary (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:310)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:310` calls `GET /api/semse/ops/mission-control/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/mission-control/summary` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/recommendations (project-manager-app/apps/web/components/semse/RecommendationsPanel.tsx:148)
`project-manager-app/apps/web/components/semse/RecommendationsPanel.tsx:148` calls `GET /api/semse/ops/recommendations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/recommendations` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/simulation?limit=6 (project-manager-app/apps/web/components/semse/SimulationPanel.tsx:222)
`project-manager-app/apps/web/components/semse/SimulationPanel.tsx:222` calls `GET /api/semse/ops/simulation?limit=6` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/simulation` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/trust-overview (project-manager-app/apps/web/app/(app)/admin/trust/page.tsx:118)
`project-manager-app/apps/web/app/(app)/admin/trust/page.tsx:118` calls `GET /api/semse/ops/trust-overview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/trust-overview` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ops/worker-metrics (project-manager-app/apps/web/app/(app)/admin/worker/page.tsx:67)
`project-manager-app/apps/web/app/(app)/admin/worker/page.tsx:67` calls `GET /api/semse/ops/worker-metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/worker-metrics` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/prometeo-brief (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:309)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:309` calls `GET /api/semse/prometeo-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/prometeo-brief` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/prometeo-brief?buildOpsProjectId=${projectId} (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:112)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:112` calls `GET /api/semse/prometeo-brief?buildOpsProjectId=${projectId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/prometeo-…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/public/intake/${encodeURIComponent(id)} (project-manager-app/apps/web/hooks/use-intake.ts:89)
`project-manager-app/apps/web/hooks/use-intake.ts:89` calls `GET /api/semse/public/intake/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/intake/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/public/intake/${encodeURIComponent(recoveredDraftId)} (project-manager-app/apps/web/app/(app)/client/jobs/new/page.tsx:179)
`project-manager-app/apps/web/app/(app)/client/jobs/new/page.tsx:179` calls `GET /api/semse/public/intake/${encodeURIComponent(recoveredDraftId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/intake/<…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ratings (project-manager-app/apps/web/app/(app)/admin/reputation/page.tsx:190)
`project-manager-app/apps/web/app/(app)/admin/reputation/page.tsx:190` calls `GET /api/semse/ratings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ratings` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/ratings/reputation (project-manager-app/apps/web/app/(app)/admin/reputation/page.tsx:189)
`project-manager-app/apps/web/app/(app)/admin/reputation/page.tsx:189` calls `GET /api/semse/ratings/reputation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ratings/reputation` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/repo-knowledge/children/${selectedNodeId} (project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:46)
`project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:46` calls `GET /api/semse/repo-knowledge/children/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/repo-knowledge/children/<p>` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/repo-knowledge/node/${selectedNodeId} (project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:45)
`project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:45` calls `GET /api/semse/repo-knowledge/node/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/repo-knowledge/node/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/repo-knowledge/relations/${selectedNodeId} (project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:47)
`project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:47` calls `GET /api/semse/repo-knowledge/relations/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/repo-knowledge/relations/<p>`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/repo-knowledge/tree (project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:31)
`project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:31` calls `GET /api/semse/repo-knowledge/tree` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/repo-knowledge/tree` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/runtime-knowledge/children/${selectedNodeId} (project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:56)
`project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:56` calls `GET /api/semse/runtime-knowledge/children/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/runtime-knowledge/chi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/runtime-knowledge/node/${selectedNodeId} (project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:55)
`project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:55` calls `GET /api/semse/runtime-knowledge/node/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/runtime-knowledge/node/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/runtime-knowledge/relations/${selectedNodeId} (project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:57)
`project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:57` calls `GET /api/semse/runtime-knowledge/relations/${selectedNodeId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/runtime-knowledge/re…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/runtime-knowledge/status (project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:41)
`project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:41` calls `GET /api/semse/runtime-knowledge/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/runtime-knowledge/status` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/runtime-knowledge/tree (project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:40)
`project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:40` calls `GET /api/semse/runtime-knowledge/tree` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/runtime-knowledge/tree` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/trust/${encodeURIComponent(userId)}/passport (project-manager-app/apps/web/components/semse/TrustPassportCard.tsx:63)
`project-manager-app/apps/web/components/semse/TrustPassportCard.tsx:63` calls `GET /api/semse/trust/${encodeURIComponent(userId)}/passport` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/trust/<p>/passport` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/worker/evidence-summary (project-manager-app/apps/web/components/semse/WorkerEvidenceSummary.tsx:15)
`project-manager-app/apps/web/components/semse/WorkerEvidenceSummary.tsx:15` calls `GET /api/semse/worker/evidence-summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/worker/evidence-summary` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/semse/workers/payout-method (project-manager-app/apps/web/app/(app)/worker/payments/page.tsx:80)
`project-manager-app/apps/web/app/(app)/worker/payments/page.tsx:80` calls `GET /api/semse/workers/payout-method` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/workers/payout-method` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/approve (project-manager-app/apps/web/app/semse-api.ts:1193)
`project-manager-app/apps/web/app/semse-api.ts:1193` calls `PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/approve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/plans/<p>/approve` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/cancel (project-manager-app/apps/web/app/semse-api.ts:1229)
`project-manager-app/apps/web/app/semse-api.ts:1229` calls `PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/cancel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/plans/<p>/cancel` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/reject (project-manager-app/apps/web/app/semse-api.ts:1211)
`project-manager-app/apps/web/app/semse-api.ts:1211` calls `PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/reject` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/plans/<p>/reject` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/steps/${encodeURIComponent(stepId)}/${action} (project-manager-app/apps/web/app/semse-api.ts:1252)
`project-manager-app/apps/web/app/semse-api.ts:1252` calls `PATCH /api/semse/agents/plans/${encodeURIComponent(planId)}/steps/${encodeURIComponent(stepId)}/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/milestones/${milestoneId}/evidence-items/${item.id} (project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:154)
`project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:154` calls `PATCH /api/semse/milestones/${milestoneId}/evidence-items/${item.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/milestones/${milestoneId}/evidence-items/${itemId} (project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:112)
`project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:112` calls `PATCH /api/semse/milestones/${milestoneId}/evidence-items/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/operational-signals/${id}/acknowledge (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:147)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:147` calls `PATCH /api/semse/operational-signals/${id}/acknowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/operational-sig…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/operational-signals/${id}/acknowledge (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:357)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:357` calls `PATCH /api/semse/operational-signals/${id}/acknowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/operational-signals/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/operational-signals/${id}/resolve (project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:155)
`project-manager-app/apps/web/app/(app)/admin/intelligence-rooms/[id]/page.tsx:155` calls `PATCH /api/semse/operational-signals/${id}/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/operational-signals…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/operational-signals/${id}/resolve (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:365)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:365` calls `PATCH /api/semse/operational-signals/${id}/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/operational-signals/<p>/res…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/semse/public/intake/${encodeURIComponent(intakeId)}/answer (project-manager-app/apps/web/hooks/use-intake.ts:110)
`project-manager-app/apps/web/hooks/use-intake.ts:110` calls `PATCH /api/semse/public/intake/${encodeURIComponent(intakeId)}/answer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/intake/<p>/answer` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/run (project-manager-app/apps/autonomy-server/src/server.mjs:146)
`project-manager-app/apps/autonomy-server/src/server.mjs:146` calls `POST /api/run` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/run` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/classify (project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:124)
`project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:124` calls `POST /api/semse/agents/classify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/classify` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/evidence-checklist (project-manager-app/apps/web/components/semse/EvidenceChecklistCard.tsx:35)
`project-manager-app/apps/web/components/semse/EvidenceChecklistCard.tsx:35` calls `POST /api/semse/agents/evidence-checklist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/evidence-checklist` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/payment-readiness (project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:142)
`project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:142` calls `POST /api/semse/agents/payment-readiness` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/payment-readiness` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/payment-readiness (project-manager-app/apps/web/components/semse/CrowdDecisionBadge.tsx:30)
`project-manager-app/apps/web/components/semse/CrowdDecisionBadge.tsx:30` calls `POST /api/semse/agents/payment-readiness` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/payment-readiness` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/plan (project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:133)
`project-manager-app/apps/web/app/(app)/admin/agents/page.tsx:133` calls `POST /api/semse/agents/plan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/plan` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/plan (project-manager-app/apps/web/components/semse/BuildOpsPlanCard.tsx:30)
`project-manager-app/apps/web/components/semse/BuildOpsPlanCard.tsx:30` calls `POST /api/semse/agents/plan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/plan` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/agents/protools/estimate (project-manager-app/apps/web/app/(app)/client/protools/page.tsx:87)
`project-manager-app/apps/web/app/(app)/client/protools/page.tsx:87` calls `POST /api/semse/agents/protools/estimate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/agents/protools/estimate` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/anatomy/query (project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:72)
`project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:72` calls `POST /api/semse/anatomy/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/anatomy/query` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/auth/forgot-password (project-manager-app/apps/web/app/forgot-password/page.tsx:18)
`project-manager-app/apps/web/app/forgot-password/page.tsx:18` calls `POST /api/semse/auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/auth/forgot-password` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/auth/register (project-manager-app/apps/web/app/register/page.tsx:86)
`project-manager-app/apps/web/app/register/page.tsx:86` calls `POST /api/semse/auth/register` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/auth/register` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/auth/reset-password (project-manager-app/apps/web/app/reset-password/page.tsx:127)
`project-manager-app/apps/web/app/reset-password/page.tsx:127` calls `POST /api/semse/auth/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/auth/reset-password` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/auth/token (project-manager-app/apps/web/app/login/page.tsx:57)
`project-manager-app/apps/web/app/login/page.tsx:57` calls `POST /api/semse/auth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/auth/token` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/bids (project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:252)
`project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:252` calls `POST /api/semse/bids` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/bids` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/bids (project-manager-app/apps/web/app/(app)/worker/opportunities/page.tsx:106)
`project-manager-app/apps/web/app/(app)/worker/opportunities/page.tsx:106` calls `POST /api/semse/bids` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/bids` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/buildops/estimates/from-tool-result (project-manager-app/apps/web/app/lib/buildops-api.ts:186)
`project-manager-app/apps/web/app/lib/buildops-api.ts:186` calls `POST /api/semse/buildops/estimates/from-tool-result` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/estimates/from-tool-result` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/buildops/plans/${encodeURIComponent(projectId)}/${action} (project-manager-app/apps/web/app/lib/buildops-api.ts:219)
`project-manager-app/apps/web/app/lib/buildops-api.ts:219` calls `POST /api/semse/buildops/plans/${encodeURIComponent(projectId)}/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/plans/<p>/<p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/buildops/projects (project-manager-app/apps/web/app/lib/buildops-api.ts:166)
`project-manager-app/apps/web/app/lib/buildops-api.ts:166` calls `POST /api/semse/buildops/projects` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/projects` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/buildops/projects/${projectId}/rag-query (project-manager-app/apps/web/components/buildops/OperationalRagQueryPanel.tsx:46)
`project-manager-app/apps/web/components/buildops/OperationalRagQueryPanel.tsx:46` calls `POST /api/semse/buildops/projects/${projectId}/rag-query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/proje…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/buildops/tasks (project-manager-app/apps/web/app/lib/buildops-api.ts:206)
`project-manager-app/apps/web/app/lib/buildops-api.ts:206` calls `POST /api/semse/buildops/tasks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/buildops/tasks` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/change-orders/${changeOrderId}/apply-to-buildops (project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:59)
`project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:59` calls `POST /api/semse/change-orders/${changeOrderId}/apply-to-buildops` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/chan…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/change-orders/${id}/${action} (project-manager-app/apps/web/app/(app)/client/change-orders/page.tsx:108)
`project-manager-app/apps/web/app/(app)/client/change-orders/page.tsx:108` calls `POST /api/semse/change-orders/${id}/${action}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/change-orders/<p>/<p>` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/change-orders/${id}/run-risk-agent (project-manager-app/apps/web/app/(app)/client/change-orders/page.tsx:89)
`project-manager-app/apps/web/app/(app)/client/change-orders/page.tsx:89` calls `POST /api/semse/change-orders/${id}/run-risk-agent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/change-orders/<p>/run-risk-ag…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/contractor/leads (project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:116)
`project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:116` calls `POST /api/semse/contractor/leads` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/contractor/leads` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/disputes/${targetId}/resolve (project-manager-app/apps/web/app/(app)/admin/disputes/page.tsx:222)
`project-manager-app/apps/web/app/(app)/admin/disputes/page.tsx:222` calls `POST /api/semse/disputes/${targetId}/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/disputes/<p>/resolve` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/evidence (project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:151)
`project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:151` calls `POST /api/semse/evidence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/evidence` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/evidence (project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:102)
`project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:102` calls `POST /api/semse/evidence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/evidence` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/evidence/presign (project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:134)
`project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:134` calls `POST /api/semse/evidence/presign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/evidence/presign` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/evidence/presign (project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:81)
`project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:81` calls `POST /api/semse/evidence/presign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/evidence/presign` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/governance/proposals (project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:268)
`project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:268` calls `POST /api/semse/governance/proposals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/governance/proposals` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/governance/proposals/${proposal.id}/vote (project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:125)
`project-manager-app/apps/web/app/(app)/admin/governance/page.tsx:125` calls `POST /api/semse/governance/proposals/${proposal.id}/vote` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/governance/proposals/<p>/v…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/intake/${encodeURIComponent(id)}/claim (project-manager-app/apps/web/hooks/use-intake.ts:181)
`project-manager-app/apps/web/hooks/use-intake.ts:181` calls `POST /api/semse/intake/${encodeURIComponent(id)}/claim` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/intake/<p>/claim` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/intake/${encodeURIComponent(recoveredDraftId)}/claim (project-manager-app/apps/web/app/(app)/client/jobs/new/page.tsx:166)
`project-manager-app/apps/web/app/(app)/client/jobs/new/page.tsx:166` calls `POST /api/semse/intake/${encodeURIComponent(recoveredDraftId)}/claim` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/intake/<p>/clai…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/jobs (project-manager-app/apps/web/app/(app)/client/protools/page.tsx:58)
`project-manager-app/apps/web/app/(app)/client/protools/page.tsx:58` calls `POST /api/semse/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/jobs/${jobId}/escrow (project-manager-app/apps/web/app/components/payments/EscrowFundModal.tsx:62)
`project-manager-app/apps/web/app/components/payments/EscrowFundModal.tsx:62` calls `POST /api/semse/jobs/${jobId}/escrow` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/jobs/<p>/escrow` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/matching (project-manager-app/apps/web/app/(app)/client/professionals/page.tsx:219)
`project-manager-app/apps/web/app/(app)/client/professionals/page.tsx:219` calls `POST /api/semse/matching` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/matching` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/milestones/${milestoneId}/evidence-items/${item.id}/archive (project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:431)
`project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:431` calls `POST /api/semse/milestones/${milestoneId}/evidence-items/${item.id}/archive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/milestones/${milestoneId}/evidence-items/${item.id}/review (project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:180)
`project-manager-app/apps/web/components/milestones/EvidenceReviewAdminCard.tsx:180` calls `POST /api/semse/milestones/${milestoneId}/evidence-items/${item.id}/review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/milestones/${milestoneId}/evidence-items/${itemId}/replace (project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:160)
`project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:160` calls `POST /api/semse/milestones/${milestoneId}/evidence-items/${itemId}/replace` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/milestones/${milestoneId}/evidence-items/${itemId}/review (project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:122)
`project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:122` calls `POST /api/semse/milestones/${milestoneId}/evidence-items/${itemId}/review` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/notifications/${notificationId}/read (project-manager-app/apps/web/components/semse/NotificationBell.tsx:68)
`project-manager-app/apps/web/components/semse/NotificationBell.tsx:68` calls `POST /api/semse/notifications/${notificationId}/read` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/notifications/<p>/read` If th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/notifications/push-subscribe (project-manager-app/apps/web/hooks/usePushNotifications.ts:44)
`project-manager-app/apps/web/hooks/usePushNotifications.ts:44` calls `POST /api/semse/notifications/push-subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/notifications/push-subscribe` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/notifications/read-all (project-manager-app/apps/web/components/semse/NotificationBell.tsx:72)
`project-manager-app/apps/web/components/semse/NotificationBell.tsx:72` calls `POST /api/semse/notifications/read-all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/notifications/read-all` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/operational-signals/seed-test (project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:588)
`project-manager-app/apps/web/app/(app)/admin/mission-control/page.tsx:588` calls `POST /api/semse/operational-signals/seed-test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/operational-signals/seed-test` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/ops/apply (project-manager-app/apps/web/components/semse/SimulationPanel.tsx:76)
`project-manager-app/apps/web/components/semse/SimulationPanel.tsx:76` calls `POST /api/semse/ops/apply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/ops/apply` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/prometeo/chunks/${encodeURIComponent(chunkId)}/feedback (project-manager-app/apps/web/app/(app)/admin/prometeo/page.tsx:133)
`project-manager-app/apps/web/app/(app)/admin/prometeo/page.tsx:133` calls `POST /api/semse/prometeo/chunks/${encodeURIComponent(chunkId)}/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/prometeo/chun…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/prometeo/chunks/${encodeURIComponent(input.chunkId)}/feedback (project-manager-app/apps/web/app/semse-api.ts:1627)
`project-manager-app/apps/web/app/semse-api.ts:1627` calls `POST /api/semse/prometeo/chunks/${encodeURIComponent(input.chunkId)}/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/prometeo/chunks/<p>/fee…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/public/budget/suggest (project-manager-app/apps/web/components/landing/landing-intake.tsx:213)
`project-manager-app/apps/web/components/landing/landing-intake.tsx:213` calls `POST /api/semse/public/budget/suggest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/budget/suggest` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/public/intake/${encodeURIComponent(intakeId)}/estimate${suffix} (project-manager-app/apps/web/hooks/use-intake.ts:167)
`project-manager-app/apps/web/hooks/use-intake.ts:167` calls `POST /api/semse/public/intake/${encodeURIComponent(intakeId)}/estimate${suffix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/intake/<p>/e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/public/intake/${encodeURIComponent(intakeId)}/images (project-manager-app/apps/web/hooks/use-intake.ts:141)
`project-manager-app/apps/web/hooks/use-intake.ts:141` calls `POST /api/semse/public/intake/${encodeURIComponent(intakeId)}/images` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/intake/<p>/images` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/public/intake/analyze (project-manager-app/apps/web/hooks/use-intake.ts:66)
`project-manager-app/apps/web/hooks/use-intake.ts:66` calls `POST /api/semse/public/intake/analyze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/intake/analyze` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/public/professionals/preview (project-manager-app/apps/web/components/landing/landing-intake.tsx:180)
`project-manager-app/apps/web/components/landing/landing-intake.tsx:180` calls `POST /api/semse/public/professionals/preview` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/public/professionals/preview` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/repo-knowledge/query (project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:73)
`project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:73` calls `POST /api/semse/repo-knowledge/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/repo-knowledge/query` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/runtime-knowledge/query (project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:85)
`project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:85` calls `POST /api/semse/runtime-knowledge/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/runtime-knowledge/query` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/tools/ai-assist (project-manager-app/apps/web/app/(public)/worker/apply/[id]/page.tsx:136)
`project-manager-app/apps/web/app/(public)/worker/apply/[id]/page.tsx:136` calls `POST /api/semse/tools/ai-assist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/tools/ai-assist` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/tools/ai-assist (project-manager-app/apps/web/components/tools/ToolAIPanel.tsx:62)
`project-manager-app/apps/web/components/tools/ToolAIPanel.tsx:62` calls `POST /api/semse/tools/ai-assist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/tools/ai-assist` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/tools/calculate (project-manager-app/apps/web/app/(app)/tools/project-manager/project-manager-tool-client.tsx:98)
`project-manager-app/apps/web/app/(app)/tools/project-manager/project-manager-tool-client.tsx:98` calls `POST /api/semse/tools/calculate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/tools/calculate` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/tools/calculate (project-manager-app/apps/web/app/lib/semse-tools-api.ts:289)
`project-manager-app/apps/web/app/lib/semse-tools-api.ts:289` calls `POST /api/semse/tools/calculate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/tools/calculate` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/tracker/bootstrap (project-manager-app/tests/e2e-semse/worker-tracker.spec.js:21)
`project-manager-app/tests/e2e-semse/worker-tracker.spec.js:21` calls `POST /api/semse/tracker/bootstrap` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/tracker/bootstrap` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/users/${currentUser.id}/verify (project-manager-app/apps/web/app/(app)/worker/profile/page.tsx:140)
`project-manager-app/apps/web/app/(app)/worker/profile/page.tsx:140` calls `POST /api/semse/users/${currentUser.id}/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/users/<p>/verify` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/semse/workers/payout-method (project-manager-app/apps/web/app/components/payments/PayoutMethodForm.tsx:80)
`project-manager-app/apps/web/app/components/payments/PayoutMethodForm.tsx:80` calls `POST /api/semse/workers/payout-method` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/workers/payout-method` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/embeddings (project-manager-app/apps/api/src/modules/prometeo/embedding.service.ts:121)
`project-manager-app/apps/api/src/modules/prometeo/embedding.service.ts:121` calls `POST https://api.openai.com/v1/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/embeddings` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/embeddings (project-manager-app/scripts/prometeo-backfill-embeddings.mjs:33)
`project-manager-app/scripts/prometeo-backfill-embeddings.mjs:33` calls `POST https://api.openai.com/v1/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/embeddings` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.tavily.com/search (project-manager-app/apps/web/app/api/semse/tools/electrical/research/route.ts:179)
`project-manager-app/apps/web/app/api/semse/tools/electrical/research/route.ts:179` calls `POST https://api.tavily.com/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.tavily.com/search` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.tavily.com/search (project-manager-app/apps/web/app/api/semse/tools/painting/research/route.ts:178)
`project-manager-app/apps/web/app/api/semse/tools/painting/research/route.ts:178` calls `POST https://api.tavily.com/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.tavily.com/search` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://graph.facebook.com/${version}/${phoneNumberId}/messages (project-manager-app/apps/api/src/modules/communications/providers/whatsapp-cloud.adapter.ts:163)
`project-manager-app/apps/api/src/modules/communications/providers/whatsapp-cloud.adapter.ts:163` calls `POST https://graph.facebook.com/${version}/${phoneNumberId}/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/semse/uploads/files/${encodeURIComponent(key)} (project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:145)
`project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:145` calls `PUT /api/semse/uploads/files/${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/semse/uploads/files…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `analyze_evidence_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:59
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `batch_analyze_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:295
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:295 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `blueprint_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:186
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check_consistency_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:233
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:233 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check_duplicate_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:173
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:173 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `compare_before_after_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:159
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `detect_trade_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:275
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:275 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `document_binarize_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:214
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estimate_area_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:223
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `match_reference_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:268
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `perspective_correct_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:197
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `progress_timeline_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:243
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `safety_check_endpoint` without auth dependency — project-manager-app/apps/vision-service/app/routes/evidence.py:262
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
project-manager-app/apps/vision-service/app/routes/evidence.py:262 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in project-manager-app/apps/api/src/modules/graphify/graphify.service.ts:57
Found a known-risky pattern (exec_used). Review and replace if possible.
project-manager-app/apps/api/src/modules/graphify/graphify.service.ts:57 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/api/src/modules/ai-models/providers/deepseek.provider.ts:30
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 — project-manager-app/apps/api/src/modules/ai-models/providers/kimi.provider.ts:30
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 — project-manager-app/apps/api/src/modules/communications/providers/whatsapp-cloud.adapter.ts:163
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 — project-manager-app/apps/autonomy-server/src/server.mjs:126
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/app/(app)/admin/algorithm-engine/page.tsx:78
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 — project-manager-app/apps/web/app/(app)/admin/contractors/page.tsx:99
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 — project-manager-app/apps/web/app/(app)/admin/marketplace/page.tsx:79
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 — project-manager-app/apps/web/app/(app)/admin/prometeo/page.tsx:49
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 — project-manager-app/apps/web/app/(app)/client/dashboard/page.tsx:53
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 — project-manager-app/apps/web/app/(app)/client/jobs/new/page.tsx:179
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 — project-manager-app/apps/web/app/(app)/client/marketplace/page.tsx:226
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 — project-manager-app/apps/web/app/(app)/worker/field-ops/page.tsx:93
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 — project-manager-app/apps/web/app/anatomy/anatomy-client.tsx:30
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 — project-manager-app/apps/web/app/api/semse/_server.ts:267
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 — project-manager-app/apps/web/app/api/semse/agents/delegations/stream/route.ts:15
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/app/api/semse/agents/evidence-checklist/route.ts:12
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 — project-manager-app/apps/web/app/api/semse/cortex/context/stream/route.ts:15
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/app/api/semse/finance/invoices/[id]/pdf/route.ts:17
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 — project-manager-app/apps/web/app/api/semse/my-bids/route.ts:14
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 — project-manager-app/apps/web/app/api/semse/ops/backfill-embeddings/route.ts:17
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 — project-manager-app/apps/web/app/api/semse/public/intake/[id]/images/route.ts:24
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 — project-manager-app/apps/web/app/api/semse/public/intake/_shared.ts:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/app/api/semse/tools/electrical/research/route.ts:122
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 — project-manager-app/apps/web/app/api/semse/tools/painting/research/route.ts:121
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 — project-manager-app/apps/web/app/api/semse/travel/_google.ts:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/app/api/semse/uploads/files/[...key]/route.ts:26
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 — project-manager-app/apps/web/app/api/semse/vision/route.ts:17
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 — project-manager-app/apps/web/app/field-ops/page.tsx: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 — project-manager-app/apps/web/app/knowledge/knowledge-client.tsx:20
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 — project-manager-app/apps/web/app/lib/buildops-api.ts:122
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 — project-manager-app/apps/web/app/lib/semse-tools-api.ts:257
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 — project-manager-app/apps/web/app/repo-map/repo-map-client.tsx:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/app/runtime-map/runtime-map-client.tsx:40
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 — project-manager-app/apps/web/app/semse-api.ts:112
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 — project-manager-app/apps/web/components/change-orders/ChangeOrderImpactCard.tsx:64
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/components/landing/landing-intake.tsx:180
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 — project-manager-app/apps/web/components/milestones/EvidenceItemDetailPanel.tsx:145
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 — project-manager-app/apps/web/components/milestones/MilestoneEvidenceUploader.tsx:93
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 — project-manager-app/apps/web/components/semse/ObserverPanel.tsx:133
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 — project-manager-app/apps/web/components/semse/TrustPassportCard.tsx:63
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 — project-manager-app/apps/web/components/tools/ToolAIPanel.tsx:62
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/apps/web/hooks/use-intake.ts:141
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 — project-manager-app/apps/web/hooks/usePushNotifications.ts:44
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 — project-manager-app/apps/worker/src/main.mjs:514
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 — project-manager-app/packages/autonomy/src/index.ts:102
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/api-agents-smoke.mjs:96
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 — project-manager-app/scripts/api-autonomy-local-llm-smoke.mjs:128
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 — project-manager-app/scripts/api-autonomy-staged-smoke.mjs:107
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/api-contracts-smoke.mjs:86
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 — project-manager-app/scripts/api-copilot-actions-smoke.mjs:15
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/api-disputes-smoke.mjs:112
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 — project-manager-app/scripts/api-domain-events-smoke.mjs:147
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 — project-manager-app/scripts/api-escrow-contract-smoke.mjs:120
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 — project-manager-app/scripts/api-evidence-smoke.mjs:95
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 — project-manager-app/scripts/api-integration.mjs:271
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 — project-manager-app/scripts/api-marketplace-smoke.mjs:74
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/api-milestones-smoke.mjs:90
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/api-operacion-asistida-smoke.mjs:100
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 — project-manager-app/scripts/api-persistence-smoke.mjs: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
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/api-projects-smoke.mjs:157
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 — project-manager-app/scripts/api-reservations-smoke.mjs:80
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 — project-manager-app/scripts/api-travel-smoke.mjs:22
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 — project-manager-app/scripts/buildops-legacy-promotion-smoke.mjs:46
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 — project-manager-app/scripts/buildops-rerun-bridge-smoke.mjs:64
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/demo-smoke.mjs:29
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 — project-manager-app/scripts/intake-operations-bridge-smoke.mjs:35
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/local-llm-smoke.mjs:18
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 — project-manager-app/scripts/multi-category-intake-smoke.mjs:141
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 — project-manager-app/scripts/operacion-asistida-bcp-drill.mjs:317
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 — project-manager-app/scripts/prometeo-backfill-embeddings.mjs:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/prometeo-rag-embeddings-smoke.mjs:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — project-manager-app/scripts/smart-intake-e2e-smoke.mjs:36
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 — project-manager-app/scripts/smoke-browser-agent-remote.mjs:46
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 — project-manager-app/scripts/smoke-browser-agent.mjs:213
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 — project-manager-app/scripts/web-travel-bff-smoke.mjs:8
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: project-manager-app/apps/vision-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
pnpm/action-setup@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
6 files, 10 locations
.github/workflows/ci.yml:42, 80, 104, 130 (4 hits)
.github/workflows/release.yml:45, 69 (2 hits)
.github/workflows/api-integration.yml:54
.github/workflows/api-smoke.yml:49
.github/workflows/autonomy-staged-api.yml:79
.github/workflows/operacion-asistida-api.yml:84
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in project-manager-app/apps/autonomy-server/src/server.mjs:46
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
project-manager-app/apps/autonomy-server/src/server.mjs:46 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in project-manager-app/apps/vision-service/app/main.py:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
project-manager-app/apps/vision-service/app/main.py:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in project-manager-app/app.js:362
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
project-manager-app/app.js:362 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in project-manager-app/apps/autonomy-server/src/server.mjs:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
project-manager-app/apps/autonomy-server/src/server.mjs:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_carpinteria.html:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_carpinteria.html:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_concreto.html:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_concreto.html:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_cotizador_escrow.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_cotizador_escrow.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_drywall.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_drywall.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_electricista.html:193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_electricista.html:193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_hvac.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_hvac.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_pintura.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_pintura.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_pisos.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_pisos.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_plomeria.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_plomeria.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_herramienta_roofing.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_herramienta_roofing.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in SEMSE Pro Tools v2/herramientas_html/semse_pro_tools_suite.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
SEMSE Pro Tools v2/herramientas_html/semse_pro_tools_suite.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/apps/api/src/modules/agents/technical-runtime.service.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/apps/api/src/modules/agents/technical-runtime.service.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/apps/api/src/modules/autonomy/autonomy.service.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/apps/api/src/modules/autonomy/autonomy.service.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/apps/api/src/modules/developer-runtime/developer-runtime.shell.service.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/apps/api/src/modules/developer-runtime/developer-runtime.shell.service.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/apps/api/src/modules/graphify/graphify.service.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/apps/api/src/modules/graphify/graphify.service.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/apps/web/scripts/railway-start.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/apps/web/scripts/railway-start.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/apps/worker/src/modules/developer-runtime/runtime.executor.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/apps/worker/src/modules/developer-runtime/runtime.executor.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/packages/autonomy/src/git.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/packages/autonomy/src/git.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/packages/autonomy/src/validator.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/packages/autonomy/src/validator.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/demo-smoke.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/demo-smoke.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/demo-web-runtime.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/demo-web-runtime.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/operacion-asistida-api-drill-runner.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/operacion-asistida-api-drill-runner.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/operacion-asistida-restore-multienv-runner.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/operacion-asistida-restore-multienv-runner.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/pre-migrate.mjs:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/pre-migrate.mjs:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/pull-local-llm.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/pull-local-llm.mjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/semse-health-check.mjs:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/semse-health-check.mjs:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/smoke-browser-agent.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/smoke-browser-agent.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/start-local-llm.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/start-local-llm.mjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/scripts/web-sprint15-smoke.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/scripts/web-sprint15-smoke.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/tmp-semse-visible-smoke-prod.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/tmp-semse-visible-smoke-prod.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in project-manager-app/tmp-semse-visible-smoke.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
project-manager-app/tmp-semse-visible-smoke.mjs:2 Node child process

Showing first 300 of 415. 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/85894f64-7e59-4198-9156-6dcb9661f62a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/85894f64-7e59-4198-9156-6dcb9661f62a/

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.