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.

vrushabh-rajaghatta/ligature

https://github.com/vrushabh-rajaghatta/ligature · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

907 raw signals (0 security + 907 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 899 actionable findings from 1 signal source. 8 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 57.4/100 with 100.0% coverage. It contains 9254 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 907 findings — concentrated in quality (384), frontend (248), api (209). Risk profile is high: 5 critical, 198 high, 82 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 423 of 899 actionable findings. 907 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 5 occurrences Possible secret in frontend/src/config/auth-config.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 107, 118, 129, 140, 151
frontend/src/config/auth-config.ts:107, 118, 129, 140, 151 (5 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/authoring/documents/${id} (frontend/src/hooks/useAuthoringPersistence.ts:298)
`frontend/src/hooks/useAuthoringPersistence.ts:298` calls `DELETE /api/authoring/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/authoring/documents/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/documents/${id} (frontend/src/stores/document-store.ts:335)
`frontend/src/stores/document-store.ts:335` calls `DELETE /api/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/favorites?entityType=${encodeURIComponent(entityType)}&entityId=${encodeURIComponent(entityId)} (frontend/src/store/useFavoritesStore.ts:96)
`frontend/src/store/useFavoritesStore.ts:96` calls `DELETE /api/favorites?entityType=${encodeURIComponent(entityType)}&entityId=${encodeURIComponent(entityId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/favorit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/glp/edc-link?id=${encodeURIComponent(id)} (frontend/src/hooks/useGLPEDCPersistence.ts:191)
`frontend/src/hooks/useGLPEDCPersistence.ts:191` calls `DELETE /api/glp/edc-link?id=${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/glp/edc-link` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/products/${id} (frontend/src/stores/products-store.ts:199)
`frontend/src/stores/products-store.ts:199` calls `DELETE /api/products/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/products/<p>` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/submissions/${id} (frontend/src/stores/submissions-store.ts:340)
`frontend/src/stores/submissions-store.ts:340` calls `DELETE /api/submissions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/submissions/lifecycle/${id} (frontend/src/hooks/useSubmissionLifecyclePersistence.ts:313)
`frontend/src/hooks/useSubmissionLifecyclePersistence.ts:313` calls `DELETE /api/submissions/lifecycle/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/lifecycle/<p>` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tmf/artifacts/${id} (frontend/src/hooks/useTMFPersistence.ts:208)
`frontend/src/hooks/useTMFPersistence.ts:208` calls `DELETE /api/tmf/artifacts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/artifacts/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tmf/gaps/${id} (frontend/src/hooks/useTMFPersistence.ts:399)
`frontend/src/hooks/useTMFPersistence.ts:399` calls `DELETE /api/tmf/gaps/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/gaps/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/cascade (frontend/src/components/screens/AgentHubScreen.tsx:744)
`frontend/src/components/screens/AgentHubScreen.tsx:744` calls `GET /api/agents/cascade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/cascade` 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/agents/learning (frontend/src/components/screens/AgentHubScreen.tsx:1493)
`frontend/src/components/screens/AgentHubScreen.tsx:1493` calls `GET /api/agents/learning` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/learning` 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/agents/proactive?include_scans=true (frontend/src/components/screens/AgentHubScreen.tsx:1258)
`frontend/src/components/screens/AgentHubScreen.tsx:1258` calls `GET /api/agents/proactive?include_scans=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/proactive` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/review/${run.reviewRequestId} (frontend/src/components/screens/AgentHubScreen.tsx:2140)
`frontend/src/components/screens/AgentHubScreen.tsx:2140` calls `GET /api/agents/review/${run.reviewRequestId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/review/<p>` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/review?status=pending (frontend/src/components/screens/AgentHubScreen.tsx:2445)
`frontend/src/components/screens/AgentHubScreen.tsx:2445` calls `GET /api/agents/review?status=pending` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/review` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/runs (frontend/src/components/screens/AgentHubScreen.tsx:2444)
`frontend/src/components/screens/AgentHubScreen.tsx:2444` calls `GET /api/agents/runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/runs` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/runs (frontend/src/hooks/useLixAgent.ts:119)
`frontend/src/hooks/useLixAgent.ts:119` calls `GET /api/agents/runs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/runs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/agents/runs/${req.agentRunId} (frontend/src/components/screens/AgentHubScreen.tsx:470)
`frontend/src/components/screens/AgentHubScreen.tsx:470` calls `GET /api/agents/runs/${req.agentRunId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/runs/<p>` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ai/generate (frontend/src/hooks/useAIService.ts:209)
`frontend/src/hooks/useAIService.ts:209` calls `GET /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ai/generate (frontend/src/hooks/useAIService.ts:47)
`frontend/src/hooks/useAIService.ts:47` calls `GET /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ai/section-generate (frontend/src/lib/demo-generation-fallback.ts:493)
`frontend/src/lib/demo-generation-fallback.ts:493` calls `GET /api/ai/section-generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/section-generate` 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/audit (frontend/src/components/screens/CreateModals.tsx:531)
`frontend/src/components/screens/CreateModals.tsx:531` calls `GET /api/audit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/export?format=${fmt} (frontend/src/components/screens/AuditTrailDashboard.tsx:1573)
`frontend/src/components/screens/AuditTrailDashboard.tsx:1573` calls `GET /api/audit/export?format=${fmt}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/export` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit/export?format=csv (frontend/src/components/screens/CreateModals.tsx:561)
`frontend/src/components/screens/CreateModals.tsx:561` calls `GET /api/audit/export?format=csv` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/export` 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/audit/export?format=csv (frontend/src/components/screens/RDArchivesScreen.tsx:2326)
`frontend/src/components/screens/RDArchivesScreen.tsx:2326` calls `GET /api/audit/export?format=csv` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/export` 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/audit/export?format=csv (frontend/src/components/screens/RDArchivesScreen.tsx:2575)
`frontend/src/components/screens/RDArchivesScreen.tsx:2575` calls `GET /api/audit/export?format=csv` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/export` 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/audit/verify-chain (frontend/src/components/screens/AuditTrailDashboard.tsx:1558)
`frontend/src/components/screens/AuditTrailDashboard.tsx:1558` calls `GET /api/audit/verify-chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit/verify-chain` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/audit?limit=100 (frontend/src/components/screens/AuditTrailDashboard.tsx:1542)
`frontend/src/components/screens/AuditTrailDashboard.tsx:1542` calls `GET /api/audit?limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/audit` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/session (frontend/src/components/layout/Header.tsx:116)
`frontend/src/components/layout/Header.tsx:116` calls `GET /api/auth/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/session` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/session (frontend/src/hooks/useAuth.ts:76)
`frontend/src/hooks/useAuth.ts:76` calls `GET /api/auth/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/session` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/authoring/documents/${id} (frontend/src/hooks/useAuthoringPersistence.ts:193)
`frontend/src/hooks/useAuthoringPersistence.ts:193` calls `GET /api/authoring/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/authoring/documents/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/authoring/documents?${params.toString()} (frontend/src/hooks/useAuthoringPersistence.ts:159)
`frontend/src/hooks/useAuthoringPersistence.ts:159` calls `GET /api/authoring/documents?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/authoring/documents` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/biostats/sdtm-validation (frontend/src/components/screens/BiostatsScreen.tsx:1486)
`frontend/src/components/screens/BiostatsScreen.tsx:1486` calls `GET /api/biostats/sdtm-validation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/biostats/sdtm-validation` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/citations/check (frontend/src/hooks/useCitationMonitor.ts:54)
`frontend/src/hooks/useCitationMonitor.ts:54` calls `GET /api/citations/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/citations/check` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cross-module?${params.toString()} (frontend/src/store/useCrossModuleEventStore.ts:755)
`frontend/src/store/useCrossModuleEventStore.ts:755` calls `GET /api/cross-module?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cross-module` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/document-control/archives?${params.toString()} (frontend/src/hooks/useDocumentControlPersistence.ts:333)
`frontend/src/hooks/useDocumentControlPersistence.ts:333` calls `GET /api/document-control/archives?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/archives` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/document-control/review-cycles?${params.toString()} (frontend/src/hooks/useDocumentControlPersistence.ts:77)
`frontend/src/hooks/useDocumentControlPersistence.ts:77` calls `GET /api/document-control/review-cycles?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/review-cycles` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/document-control/templates?${params.toString()} (frontend/src/hooks/useDocumentControlPersistence.ts:243)
`frontend/src/hooks/useDocumentControlPersistence.ts:243` calls `GET /api/document-control/templates?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/templates` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/document-control/workflows?${params.toString()} (frontend/src/hooks/useDocumentControlPersistence.ts:157)
`frontend/src/hooks/useDocumentControlPersistence.ts:157` calls `GET /api/document-control/workflows?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/workflows` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/documents?${params.toString()} (frontend/src/hooks/useDocumentControlPersistence.ts:423)
`frontend/src/hooks/useDocumentControlPersistence.ts:423` calls `GET /api/documents?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/documents?${params.toString()} (frontend/src/stores/document-store.ts:204)
`frontend/src/stores/document-store.ts:204` calls `GET /api/documents?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/errors?limit=10 (frontend/src/components/monitoring/ObservabilityDashboard.tsx:202)
`frontend/src/components/monitoring/ObservabilityDashboard.tsx:202` calls `GET /api/errors?limit=10` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/errors` 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/haqs/${haqId}/audit?limit=${limit} (frontend/src/hooks/useHAQAuditTrail.ts:76)
`frontend/src/hooks/useHAQAuditTrail.ts:76` calls `GET /api/haqs/${haqId}/audit?limit=${limit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haqs/<p>/audit` 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/haqs/${haqId}/reviews (frontend/src/hooks/useHAQReviews.ts:108)
`frontend/src/hooks/useHAQReviews.ts:108` calls `GET /api/haqs/${haqId}/reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haqs/<p>/reviews` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/idmp/products (frontend/src/components/screens/IDMPDashboard.tsx:44)
`frontend/src/components/screens/IDMPDashboard.tsx:44` calls `GET /api/idmp/products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/idmp/products` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/metrics (frontend/src/components/monitoring/ObservabilityDashboard.tsx:201)
`frontend/src/components/monitoring/ObservabilityDashboard.tsx:201` calls `GET /api/metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/products?${params.toString()} (frontend/src/stores/products-store.ts:89)
`frontend/src/stores/products-store.ts:89` calls `GET /api/products?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/products` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/signatures?limit=100 (frontend/src/components/screens/AuditTrailDashboard.tsx:1596)
`frontend/src/components/screens/AuditTrailDashboard.tsx:1596` calls `GET /api/signatures?limit=100` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/signatures` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/submissions/lifecycle/${id} (frontend/src/hooks/useSubmissionLifecyclePersistence.ts:205)
`frontend/src/hooks/useSubmissionLifecyclePersistence.ts:205` calls `GET /api/submissions/lifecycle/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/lifecycle/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/submissions/lifecycle?${params.toString()} (frontend/src/hooks/useSubmissionLifecyclePersistence.ts:168)
`frontend/src/hooks/useSubmissionLifecyclePersistence.ts:168` calls `GET /api/submissions/lifecycle?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/lifecycle` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/submissions?${params.toString()} (frontend/src/stores/submissions-store.ts:234)
`frontend/src/stores/submissions-store.ts:234` calls `GET /api/submissions?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions` 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/submissions?limit=50 (frontend/src/hooks/useSubmissionsHubData.ts:99)
`frontend/src/hooks/useSubmissionsHubData.ts:99` calls `GET /api/submissions?limit=50` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tmf/artifacts?${params.toString()} (frontend/src/hooks/useTMFPersistence.ts:91)
`frontend/src/hooks/useTMFPersistence.ts:91` calls `GET /api/tmf/artifacts?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/artifacts` 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/tmf/auto-link?type=rules (frontend/src/components/tmf/AutoLinkDashboard.tsx:125)
`frontend/src/components/tmf/AutoLinkDashboard.tsx:125` calls `GET /api/tmf/auto-link?type=rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/auto-link` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tmf/gaps?${params.toString()} (frontend/src/hooks/useTMFPersistence.ts:280)
`frontend/src/hooks/useTMFPersistence.ts:280` calls `GET /api/tmf/gaps?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/gaps` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tmf/qc?${params.toString()} (frontend/src/components/tmf/TMFQCDashboard.tsx:180)
`frontend/src/components/tmf/TMFQCDashboard.tsx:180` calls `GET /api/tmf/qc?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/qc` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tmf/zones${params} (frontend/src/components/tmf/TMFCompletenessDashboard.tsx:107)
`frontend/src/components/tmf/TMFCompletenessDashboard.tsx:107` calls `GET /api/tmf/zones${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/zones/<p>` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tmf/zones${params} (frontend/src/hooks/useTMFPersistence.ts:243)
`frontend/src/hooks/useTMFPersistence.ts:243` calls `GET /api/tmf/zones${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/zones/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users (frontend/src/components/screens/AdminScreen.tsx:1207)
`frontend/src/components/screens/AdminScreen.tsx:1207` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users (frontend/src/components/screens/AdminScreen.tsx:316)
`frontend/src/components/screens/AdminScreen.tsx:316` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/agents/proactive/${id} (frontend/src/components/screens/AgentHubScreen.tsx:1283)
`frontend/src/components/screens/AgentHubScreen.tsx:1283` calls `PATCH /api/agents/proactive/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/proactive/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/cross-module (frontend/src/store/useCrossModuleEventStore.ts:827)
`frontend/src/store/useCrossModuleEventStore.ts:827` calls `PATCH /api/cross-module` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cross-module` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/documents/${id} (frontend/src/hooks/useDocumentControlPersistence.ts:501)
`frontend/src/hooks/useDocumentControlPersistence.ts:501` calls `PATCH /api/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents/<p>` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/haqs/${haqId}/reviews (frontend/src/hooks/useHAQReviews.ts:301)
`frontend/src/hooks/useHAQReviews.ts:301` calls `PATCH /api/haqs/${haqId}/reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haqs/<p>/reviews` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agents/cascade (frontend/src/components/screens/AgentHubScreen.tsx:772)
`frontend/src/components/screens/AgentHubScreen.tsx:772` calls `POST /api/agents/cascade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/cascade` 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/agents/cascade (frontend/src/components/screens/RDConnectedScreen.tsx:574)
`frontend/src/components/screens/RDConnectedScreen.tsx:574` calls `POST /api/agents/cascade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/cascade` 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/agents/learning (frontend/src/components/screens/AgentHubScreen.tsx:1828)
`frontend/src/components/screens/AgentHubScreen.tsx:1828` calls `POST /api/agents/learning` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/learning` 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/agents/learning (frontend/src/components/screens/AgentHubScreen.tsx:2156)
`frontend/src/components/screens/AgentHubScreen.tsx:2156` calls `POST /api/agents/learning` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/learning` 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/agents/learning (frontend/src/components/screens/AgentHubScreen.tsx:486)
`frontend/src/components/screens/AgentHubScreen.tsx:486` calls `POST /api/agents/learning` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/learning` 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/agents/proactive/scan (frontend/src/components/screens/AgentHubScreen.tsx:1272)
`frontend/src/components/screens/AgentHubScreen.tsx:1272` calls `POST /api/agents/proactive/scan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/proactive/scan` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agents/review/${req.id} (frontend/src/components/screens/AgentHubScreen.tsx:1823)
`frontend/src/components/screens/AgentHubScreen.tsx:1823` calls `POST /api/agents/review/${req.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/review/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agents/review/${req.id} (frontend/src/components/screens/AgentHubScreen.tsx:480)
`frontend/src/components/screens/AgentHubScreen.tsx:480` calls `POST /api/agents/review/${req.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/review/<p>` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agents/review/${reviewReq.id} (frontend/src/components/screens/AgentHubScreen.tsx:2151)
`frontend/src/components/screens/AgentHubScreen.tsx:2151` calls `POST /api/agents/review/${reviewReq.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/review/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/agents/trigger (frontend/src/components/screens/AgentHubScreen.tsx:1084)
`frontend/src/components/screens/AgentHubScreen.tsx:1084` calls `POST /api/agents/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/trigger` 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/agents/trigger (frontend/src/components/screens/AgentHubScreen.tsx:1994)
`frontend/src/components/screens/AgentHubScreen.tsx:1994` calls `POST /api/agents/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/trigger` 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/agents/trigger (frontend/src/components/screens/RDConnectedScreen.tsx:590)
`frontend/src/components/screens/RDConnectedScreen.tsx:590` calls `POST /api/agents/trigger` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/agents/trigger` 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/ai/batch-section (frontend/src/hooks/useBatchGeneration.ts:204)
`frontend/src/hooks/useBatchGeneration.ts:204` calls `POST /api/ai/batch-section` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/batch-section` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/document-qc (frontend/src/hooks/useDocumentQC.ts:166)
`frontend/src/hooks/useDocumentQC.ts:166` calls `POST /api/ai/document-qc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/document-qc` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/components/ai/AIDocumentGeneratorPanel.tsx:700)
`frontend/src/components/ai/AIDocumentGeneratorPanel.tsx:700` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/components/authoring/DocumentEditor.tsx:823)
`frontend/src/components/authoring/DocumentEditor.tsx:823` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/components/authoring/DocumentEditor.tsx:906)
`frontend/src/components/authoring/DocumentEditor.tsx:906` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/components/screens/BiostatsScreen.tsx:2485)
`frontend/src/components/screens/BiostatsScreen.tsx:2485` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/hooks/useAIService.ts:135)
`frontend/src/hooks/useAIService.ts:135` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/hooks/useAIService.ts:230)
`frontend/src/hooks/useAIService.ts:230` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/generate (frontend/src/lib/ai-assistant.tsx:103)
`frontend/src/lib/ai-assistant.tsx:103` calls `POST /api/ai/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/generate` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/glp-data-integrity (frontend/src/components/glp/GLPEDCIntegrationTab.tsx:573)
`frontend/src/components/glp/GLPEDCIntegrationTab.tsx:573` calls `POST /api/ai/glp-data-integrity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/glp-data-integrity` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/glp-data-integrity (frontend/src/components/glp/GLPEDCIntegrationTab.tsx:622)
`frontend/src/components/glp/GLPEDCIntegrationTab.tsx:622` calls `POST /api/ai/glp-data-integrity` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/glp-data-integrity` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/haq-rag (frontend/src/components/screens/HAQScreen.tsx:870)
`frontend/src/components/screens/HAQScreen.tsx:870` calls `POST /api/ai/haq-rag` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/haq-rag` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/haq-rag (frontend/src/hooks/useHAQRAG.ts:143)
`frontend/src/hooks/useHAQRAG.ts:143` calls `POST /api/ai/haq-rag` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/haq-rag` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/haq-rag (frontend/src/hooks/useHAQRAG.ts:223)
`frontend/src/hooks/useHAQRAG.ts:223` calls `POST /api/ai/haq-rag` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/haq-rag` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/ind-gap-analysis (frontend/src/components/screens/ResearchScreen.tsx:646)
`frontend/src/components/screens/ResearchScreen.tsx:646` calls `POST /api/ai/ind-gap-analysis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/ind-gap-analysis` 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/ai/ind-gap-analysis (frontend/src/components/screens/ResearchScreen.tsx:666)
`frontend/src/components/screens/ResearchScreen.tsx:666` calls `POST /api/ai/ind-gap-analysis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/ind-gap-analysis` 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/ai/research-intelligence (frontend/src/components/screens/ResearchScreen.tsx:688)
`frontend/src/components/screens/ResearchScreen.tsx:688` calls `POST /api/ai/research-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/research-intelligence` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/research-intelligence (frontend/src/components/screens/ResearchScreen.tsx:715)
`frontend/src/components/screens/ResearchScreen.tsx:715` calls `POST /api/ai/research-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/research-intelligence` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/research-intelligence (frontend/src/components/screens/ResearchScreen.tsx:820)
`frontend/src/components/screens/ResearchScreen.tsx:820` calls `POST /api/ai/research-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/research-intelligence` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/safety-intelligence (frontend/src/hooks/useSafetyIntelligence.ts:170)
`frontend/src/hooks/useSafetyIntelligence.ts:170` calls `POST /api/ai/safety-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-intelligence` 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/ai/safety-intelligence (frontend/src/hooks/useSafetyIntelligence.ts:210)
`frontend/src/hooks/useSafetyIntelligence.ts:210` calls `POST /api/ai/safety-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-intelligence` 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/ai/safety-intelligence (frontend/src/hooks/useSafetyIntelligence.ts:245)
`frontend/src/hooks/useSafetyIntelligence.ts:245` calls `POST /api/ai/safety-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-intelligence` 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/ai/safety-intelligence (frontend/src/hooks/useSafetyIntelligence.ts:286)
`frontend/src/hooks/useSafetyIntelligence.ts:286` calls `POST /api/ai/safety-intelligence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-intelligence` 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/ai/safety-narrative (frontend/src/hooks/useSafetyNarrativeRAG.ts:330)
`frontend/src/hooks/useSafetyNarrativeRAG.ts:330` calls `POST /api/ai/safety-narrative` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-narrative` 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/ai/safety-narrative (frontend/src/hooks/useSafetyNarrativeRAG.ts:434)
`frontend/src/hooks/useSafetyNarrativeRAG.ts:434` calls `POST /api/ai/safety-narrative` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-narrative` 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/ai/safety-signal (frontend/src/hooks/useSignalAnalysis.ts:161)
`frontend/src/hooks/useSignalAnalysis.ts:161` calls `POST /api/ai/safety-signal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/safety-signal` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/section-generate (frontend/src/hooks/useBatchSectionGeneration.ts:418)
`frontend/src/hooks/useBatchSectionGeneration.ts:418` calls `POST /api/ai/section-generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/section-generate` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/section-generate (frontend/src/hooks/useSectionGeneration.ts:194)
`frontend/src/hooks/useSectionGeneration.ts:194` calls `POST /api/ai/section-generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/section-generate` 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/ai/stream-spike (frontend/src/pages/SpikeStreamingPage.tsx:86)
`frontend/src/pages/SpikeStreamingPage.tsx:86` calls `POST /api/ai/stream-spike` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/stream-spike` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/usdm-protocol-assist (frontend/src/components/screens/StudyDesignScreen.tsx:1742)
`frontend/src/components/screens/StudyDesignScreen.tsx:1742` calls `POST /api/ai/usdm-protocol-assist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/usdm-protocol-assist` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/usdm-protocol-assist (frontend/src/components/screens/StudyDesignScreen.tsx:1766)
`frontend/src/components/screens/StudyDesignScreen.tsx:1766` calls `POST /api/ai/usdm-protocol-assist` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/usdm-protocol-assist` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/login (frontend/src/hooks/useAuth.ts:129)
`frontend/src/hooks/useAuth.ts:129` calls `POST /api/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (frontend/src/components/layout/Header.tsx:141)
`frontend/src/components/layout/Header.tsx:141` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (frontend/src/hooks/useAuth.ts:203)
`frontend/src/hooks/useAuth.ts:203` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/authoring/documents (frontend/src/hooks/useAuthoringPersistence.ts:225)
`frontend/src/hooks/useAuthoringPersistence.ts:225` calls `POST /api/authoring/documents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/authoring/documents` 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/biostats/sdtm-validation (frontend/src/components/screens/BiostatsScreen.tsx:1931)
`frontend/src/components/screens/BiostatsScreen.tsx:1931` calls `POST /api/biostats/sdtm-validation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/biostats/sdtm-validation` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/citations/check (frontend/src/hooks/useCitationMonitor.ts:70)
`frontend/src/hooks/useCitationMonitor.ts:70` calls `POST /api/citations/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/citations/check` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/citations/check (frontend/src/hooks/useCitationMonitor.ts:94)
`frontend/src/hooks/useCitationMonitor.ts:94` calls `POST /api/citations/check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/citations/check` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/collaboration/operations (frontend/src/services/collaboration/offline-queue-service.ts:345)
`frontend/src/services/collaboration/offline-queue-service.ts:345` calls `POST /api/collaboration/operations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/collaboration/operations` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/collaboration/presence (frontend/src/services/collaboration/presence-awareness-service.ts:417)
`frontend/src/services/collaboration/presence-awareness-service.ts:417` calls `POST /api/collaboration/presence` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/collaboration/presence` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cross-module (frontend/src/components/screens/RDArchivesScreen.tsx:2579)
`frontend/src/components/screens/RDArchivesScreen.tsx:2579` calls `POST /api/cross-module` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cross-module` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cross-module (frontend/src/store/useCrossModuleEventStore.ts:781)
`frontend/src/store/useCrossModuleEventStore.ts:781` calls `POST /api/cross-module` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cross-module` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/document-control/archives (frontend/src/hooks/useDocumentControlPersistence.ts:377)
`frontend/src/hooks/useDocumentControlPersistence.ts:377` calls `POST /api/document-control/archives` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/archives` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/document-control/review-cycles (frontend/src/hooks/useDocumentControlPersistence.ts:120)
`frontend/src/hooks/useDocumentControlPersistence.ts:120` calls `POST /api/document-control/review-cycles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/review-cycles` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/document-control/templates (frontend/src/hooks/useDocumentControlPersistence.ts:295)
`frontend/src/hooks/useDocumentControlPersistence.ts:295` calls `POST /api/document-control/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/templates` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/document-control/workflows (frontend/src/hooks/useDocumentControlPersistence.ts:205)
`frontend/src/hooks/useDocumentControlPersistence.ts:205` calls `POST /api/document-control/workflows` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/document-control/workflows` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/documents (frontend/src/hooks/useDocumentControlPersistence.ts:460)
`frontend/src/hooks/useDocumentControlPersistence.ts:460` calls `POST /api/documents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/documents (frontend/src/stores/document-store.ts:276)
`frontend/src/stores/document-store.ts:276` calls `POST /api/documents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/documents/ingest (frontend/src/hooks/usePDFIngestion.tsx:160)
`frontend/src/hooks/usePDFIngestion.tsx:160` calls `POST /api/documents/ingest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents/ingest` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/eln/experiments/${id}/sign (frontend/src/hooks/useELNPersistence.ts:192)
`frontend/src/hooks/useELNPersistence.ts:192` calls `POST /api/eln/experiments/${id}/sign` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/eln/experiments/<p>/sign` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/favorites (frontend/src/store/useFavoritesStore.ts:79)
`frontend/src/store/useFavoritesStore.ts:79` calls `POST /api/favorites` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/favorites` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/glp/edc-link (frontend/src/hooks/useGLPEDCPersistence.ts:164)
`frontend/src/hooks/useGLPEDCPersistence.ts:164` calls `POST /api/glp/edc-link` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/glp/edc-link` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/glp/edc-sync (frontend/src/hooks/useGLPEDCPersistence.ts:203)
`frontend/src/hooks/useGLPEDCPersistence.ts:203` calls `POST /api/glp/edc-sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/glp/edc-sync` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/haq/report (frontend/src/components/screens/HAQScreen.tsx:995)
`frontend/src/components/screens/HAQScreen.tsx:995` calls `POST /api/haq/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haq/report` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/haqs/${haqId}/audit (frontend/src/hooks/useHAQReviews.ts:216)
`frontend/src/hooks/useHAQReviews.ts:216` calls `POST /api/haqs/${haqId}/audit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haqs/<p>/audit` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/haqs/${haqId}/audit (frontend/src/hooks/useHAQReviews.ts:287)
`frontend/src/hooks/useHAQReviews.ts:287` calls `POST /api/haqs/${haqId}/audit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haqs/<p>/audit` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/haqs/${haqId}/reviews (frontend/src/hooks/useHAQReviews.ts:230)
`frontend/src/hooks/useHAQReviews.ts:230` calls `POST /api/haqs/${haqId}/reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/haqs/<p>/reviews` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/products (frontend/src/stores/products-store.ts:131)
`frontend/src/stores/products-store.ts:131` calls `POST /api/products` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/products` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/safety/aggregate-reports (frontend/src/components/safety/AggregateReportGenerationPanel.tsx:256)
`frontend/src/components/safety/AggregateReportGenerationPanel.tsx:256` calls `POST /api/safety/aggregate-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/safety/aggregate-reports` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/safety/e2b-xml (frontend/src/components/safety/XMLPreviewPanel.tsx:107)
`frontend/src/components/safety/XMLPreviewPanel.tsx:107` calls `POST /api/safety/e2b-xml` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/safety/e2b-xml` 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/safety/narrative (frontend/src/components/screens/SafetyScreen.tsx:1295)
`frontend/src/components/screens/SafetyScreen.tsx:1295` calls `POST /api/safety/narrative` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/safety/narrative` 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/safety/report (frontend/src/components/screens/SignalDetectionScreen.tsx:392)
`frontend/src/components/screens/SignalDetectionScreen.tsx:392` calls `POST /api/safety/report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/safety/report` 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/signatures (frontend/src/components/screens/QMSScreen.tsx:2246)
`frontend/src/components/screens/QMSScreen.tsx:2246` calls `POST /api/signatures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/signatures` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/signatures (frontend/src/components/screens/SafetyScreen.tsx:3246)
`frontend/src/components/screens/SafetyScreen.tsx:3246` calls `POST /api/signatures` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/signatures` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/smart-submissions (frontend/src/components/smart-submissions/SmartDocumentGenerator.tsx:110)
`frontend/src/components/smart-submissions/SmartDocumentGenerator.tsx:110` calls `POST /api/smart-submissions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-submissions` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/smart-submissions/pdfa3 (frontend/src/components/smart-submissions/SmartDocumentGenerator.tsx:210)
`frontend/src/components/smart-submissions/SmartDocumentGenerator.tsx:210` calls `POST /api/smart-submissions/pdfa3` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/smart-submissions/pdfa3` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/submissions (frontend/src/stores/submissions-store.ts:279)
`frontend/src/stores/submissions-store.ts:279` calls `POST /api/submissions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/submissions/compile (frontend/src/components/publishing/SubmissionPackageBuilder.tsx:132)
`frontend/src/components/publishing/SubmissionPackageBuilder.tsx:132` calls `POST /api/submissions/compile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/compile` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/submissions/global-plan (frontend/src/components/submissions/GlobalSubmissionPlanWizard.tsx:961)
`frontend/src/components/submissions/GlobalSubmissionPlanWizard.tsx:961` calls `POST /api/submissions/global-plan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/global-plan` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/submissions/lifecycle (frontend/src/hooks/useSubmissionLifecyclePersistence.ts:240)
`frontend/src/hooks/useSubmissionLifecyclePersistence.ts:240` calls `POST /api/submissions/lifecycle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/lifecycle` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tmf/artifacts (frontend/src/hooks/useTMFPersistence.ts:120)
`frontend/src/hooks/useTMFPersistence.ts:120` calls `POST /api/tmf/artifacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/artifacts` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tmf/artifacts (frontend/src/hooks/useTMFPersistence.ts:430)
`frontend/src/hooks/useTMFPersistence.ts:430` calls `POST /api/tmf/artifacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/artifacts` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tmf/gaps (frontend/src/hooks/useTMFPersistence.ts:322)
`frontend/src/hooks/useTMFPersistence.ts:322` calls `POST /api/tmf/gaps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/gaps` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload (frontend/src/components/ui/FileUpload.tsx:315)
`frontend/src/components/ui/FileUpload.tsx:315` calls `POST /api/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/users/invite (frontend/src/components/screens/AdminScreen.tsx:1194)
`frontend/src/components/screens/AdminScreen.tsx:1194` calls `POST /api/users/invite` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users/invite` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/users/invite/accept (frontend/src/pages/InvitePage.tsx:49)
`frontend/src/pages/InvitePage.tsx:49` calls `POST /api/users/invite/accept` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users/invite/accept` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (frontend/src/services/ai-authoring-service.ts:418)
`frontend/src/services/ai-authoring-service.ts:418` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (frontend/src/services/ai-authoring-service.ts:739)
`frontend/src/services/ai-authoring-service.ts:739` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (frontend/src/services/anthropic-service.ts:285)
`frontend/src/services/anthropic-service.ts:285` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (frontend/src/services/anthropic-service.ts:363)
`frontend/src/services/anthropic-service.ts:363` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/authoring/documents/${id} (frontend/src/hooks/useAuthoringPersistence.ts:263)
`frontend/src/hooks/useAuthoringPersistence.ts:263` calls `PUT /api/authoring/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/authoring/documents/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/documents/${id} (frontend/src/stores/document-store.ts:253)
`frontend/src/stores/document-store.ts:253` calls `PUT /api/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/documents/${id} (frontend/src/stores/document-store.ts:316)
`frontend/src/stores/document-store.ts:316` calls `PUT /api/documents/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/documents/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/products/${id} (frontend/src/stores/products-store.ts:176)
`frontend/src/stores/products-store.ts:176` calls `PUT /api/products/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/products/<p>` 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: PUT /api/submissions/${id} (frontend/src/stores/submissions-store.ts:316)
`frontend/src/stores/submissions-store.ts:316` calls `PUT /api/submissions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/submissions/lifecycle/${id} (frontend/src/hooks/useSubmissionLifecyclePersistence.ts:278)
`frontend/src/hooks/useSubmissionLifecyclePersistence.ts:278` calls `PUT /api/submissions/lifecycle/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/submissions/lifecycle/<p>` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/tmf/artifacts/${id} (frontend/src/hooks/useTMFPersistence.ts:151)
`frontend/src/hooks/useTMFPersistence.ts:151` calls `PUT /api/tmf/artifacts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/artifacts/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/tmf/gaps/${id} (frontend/src/hooks/useTMFPersistence.ts:363)
`frontend/src/hooks/useTMFPersistence.ts:363` calls `PUT /api/tmf/gaps/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/gaps/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/tmf/qc/${itemId} (frontend/src/components/tmf/TMFQCDashboard.tsx:222)
`frontend/src/components/tmf/TMFQCDashboard.tsx:222` calls `PUT /api/tmf/qc/${itemId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tmf/qc/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_document` without auth dependency — backend/app/routers/documents.py:316
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/documents.py:316 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_haq` without auth dependency — backend/app/routers/haqs.py:319
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/haqs.py:319 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_product` without auth dependency — backend/app/routers/products.py:318
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/products.py:318 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_safety_report` without auth dependency — backend/app/routers/safety.py:314
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/safety.py:314 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_study` without auth dependency — backend/app/routers/studies.py:239
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/studies.py:239 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_submission` without auth dependency — backend/app/routers/submissions.py:344
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/submissions.py:344 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_document` without auth dependency — backend/app/routers/documents.py:246
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/documents.py:246 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_haq` without auth dependency — backend/app/routers/haqs.py:254
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/haqs.py:254 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_safety_report` without auth dependency — backend/app/routers/safety.py:240
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/safety.py:240 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_study` without auth dependency — backend/app/routers/studies.py:189
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/studies.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_submission` without auth dependency — backend/app/routers/submissions.py:285
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/submissions.py:285 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_document` without auth dependency — backend/app/routers/documents.py:151
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/documents.py:151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_document` without auth dependency — backend/app/routers/documents.py:152
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/documents.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_haq` without auth dependency — backend/app/routers/haqs.py:163
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/haqs.py:163 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_haq` without auth dependency — backend/app/routers/haqs.py:164
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/haqs.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_product` without auth dependency — backend/app/routers/products.py:185
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/products.py:185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_product` without auth dependency — backend/app/routers/products.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.
backend/app/routers/products.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_safety_report` without auth dependency — backend/app/routers/safety.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/safety.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_safety_report` without auth dependency — backend/app/routers/safety.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.
backend/app/routers/safety.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_study` without auth dependency — backend/app/routers/studies.py:134
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/studies.py:134 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_study` without auth dependency — backend/app/routers/studies.py:135
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/studies.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_submission` without auth dependency — backend/app/routers/submissions.py:185
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/submissions.py:185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_submission` without auth dependency — backend/app/routers/submissions.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.
backend/app/routers/submissions.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate` without auth dependency — backend/app/routers/ai.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/ai.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `haq_rag_synthesize` without auth dependency — backend/app/routers/ai.py:122
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/ai.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `inference` without auth dependency — backend/app/routers/ai.py:422
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/ai.py:422 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rag_retrieve` without auth dependency — backend/app/routers/ai.py:482
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/ai.py:482 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `section_generate` without auth dependency — backend/app/routers/ai.py:248
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/ai.py:248 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_document` without auth dependency — backend/app/routers/documents.py:247
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/documents.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_haq` without auth dependency — backend/app/routers/haqs.py:255
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/haqs.py:255 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_product` without auth dependency — backend/app/routers/products.py:279
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/products.py:279 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_safety_report` without auth dependency — backend/app/routers/safety.py:241
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/safety.py:241 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_study` without auth dependency — backend/app/routers/studies.py:190
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/studies.py:190 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_submission` without auth dependency — backend/app/routers/submissions.py:286
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routers/submissions.py:286 securityAuth fastapi unauth mutation
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/ai/AIDocumentGeneratorPanel.tsx:926
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/ai/AIGenerationPanel.tsx:327
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/authoring/AISectionEditor.tsx:501
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/authoring/AuthoringStreamingPanel.tsx:410
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/authoring/BatchGenerationPanel.tsx:481
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/authoring/DocumentEditor.tsx:663
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/documents/PDFDocumentPreview.tsx:232
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/documents/ReviewCommentsThread.tsx:421
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/haq/HAQStreamingPanel.tsx:533
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/safety/SafetyNarrativeStreamingPanel.tsx:618
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/safety/XMLPreviewPanel.tsx:305
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/screens/AIDocumentGenerationScreen.tsx:870
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/ui/HAQResponseEditorV2.tsx:308
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/viewer/DocumentCompareViewer.tsx:409
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/viewer/DocumentViewer.tsx:542
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/components/viewer/PagedDocumentRenderer.tsx:426
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/components/authoring/DocumentEditor.tsx:823
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 — frontend/src/components/layout/Header.tsx:116
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 — frontend/src/components/publishing/SubmissionPackageBuilder.tsx:132
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 — frontend/src/components/screens/AgentHubScreen.tsx:486
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 — frontend/src/components/screens/CreateModals.tsx:531
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 — frontend/src/components/screens/QMSScreen.tsx:2246
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 — frontend/src/components/screens/RDConnectedScreen.tsx:590
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 — frontend/src/components/screens/ResearchScreen.tsx:646
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 — frontend/src/components/screens/SafetyScreen.tsx:3246
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 — frontend/src/components/tmf/TMFQCDashboard.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 — frontend/src/components/ui/FileUpload.tsx:315
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 — frontend/src/hooks/useAuthoringPersistence.ts:159
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 — frontend/src/hooks/useDocumentControlPersistence.ts:77
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 — frontend/src/hooks/usePDFIngestion.tsx:160
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 — frontend/src/hooks/useSubmissionLifecyclePersistence.ts:168
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 — frontend/src/hooks/useTMFPersistence.ts:91
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/lib/agent-engine.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 — frontend/src/lib/applications-api.ts:212
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 — frontend/src/lib/documents-api.ts:116
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 — frontend/src/lib/error-reporting.ts: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 — frontend/src/lib/haq-api.ts: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 — frontend/src/lib/integrations/docuvera/client.ts:476
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 — frontend/src/lib/products-api.ts:132
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 — frontend/src/lib/safety-api.ts:195
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 — frontend/src/lib/studies-api.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 — frontend/src/lib/submissions-api.ts:211
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 — frontend/src/services/anthropic-service.ts:285
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 — frontend/src/services/collaboration/offline-queue-service.ts:345
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 — frontend/src/services/ctms-persistence.ts:170
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 — frontend/src/services/notification-channels-service.ts:263
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 — frontend/src/services/resilient-executor-service.ts:901
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 — frontend/src/services/retry-strategies-service.ts:318
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 — frontend/src/stores/products-store.ts:89
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 — frontend/src/stores/submissions-store.ts:234
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 authority lacks a verifier contract: .claude/launch.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/launch.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. 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 quality Integrity conf 1.00 5 occurrences Frontend route `/review` has no Link/navigate to it — frontend/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
5 occurrences
repo-level (5 hits)
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/ai/AIDocumentGeneratorPanel.tsx:926
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/ai/AIDocumentGeneratorPanel.tsx:926 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/ai/AIGenerationPanel.tsx:327
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/ai/AIGenerationPanel.tsx:327 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/authoring/AISectionEditor.tsx:501
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/authoring/AISectionEditor.tsx:501 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/authoring/AuthoringStreamingPanel.tsx:410
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/authoring/AuthoringStreamingPanel.tsx:410 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/authoring/BatchGenerationPanel.tsx:481
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/authoring/BatchGenerationPanel.tsx:481 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/authoring/DocumentEditor.tsx:663
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/authoring/DocumentEditor.tsx:663 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/documents/PDFDocumentPreview.tsx:232
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/documents/PDFDocumentPreview.tsx:232 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/documents/ReviewCommentsThread.tsx:421
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/documents/ReviewCommentsThread.tsx:421 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/haq/HAQStreamingPanel.tsx:533
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/haq/HAQStreamingPanel.tsx:533 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/safety/SafetyNarrativeStreamingPanel.tsx:618
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/safety/SafetyNarrativeStreamingPanel.tsx:618 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/safety/XMLPreviewPanel.tsx:305
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/safety/XMLPreviewPanel.tsx:305 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/screens/AIDocumentGenerationScreen.tsx:870
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/screens/AIDocumentGenerationScreen.tsx:870 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/ui/HAQResponseEditorV2.tsx:308
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/ui/HAQResponseEditorV2.tsx:308 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/viewer/DocumentCompareViewer.tsx:409
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/viewer/DocumentCompareViewer.tsx:409 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/viewer/DocumentViewer.tsx:542
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/viewer/DocumentViewer.tsx:542 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/src/components/viewer/PagedDocumentRenderer.tsx:426
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/src/components/viewer/PagedDocumentRenderer.tsx:426 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in frontend/src/components/publishing/ECTDValidationWorkflow.tsx:375
Found a known-risky pattern (weak_hash). Review and replace if possible.
frontend/src/components/publishing/ECTDValidationWorkflow.tsx:375 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in frontend/src/components/publishing/SubmissionPackageBuilder.tsx:614
Found a known-risky pattern (weak_hash). Review and replace if possible.
frontend/src/components/publishing/SubmissionPackageBuilder.tsx:614 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in frontend/src/components/submissions/SubmissionHistoryDashboard.tsx:793
Found a known-risky pattern (weak_hash). Review and replace if possible.
frontend/src/components/submissions/SubmissionHistoryDashboard.tsx:793 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in frontend/src/services/haq-response-finalization-service.ts:264
Found a known-risky pattern (weak_hash). Review and replace if possible.
frontend/src/services/haq-response-finalization-service.ts:264 Weak hash
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1048 placeholder/mock markers across 310 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
9 test file(s) for 1052 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 16 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/src/components/collaboration/OfflineIndicator.tsx:288
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/src/components/demo/CrossModuleLineageStatus.tsx:205
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/src/components/documents/DocumentProvenanceBadge.tsx:498
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in frontend/src/services/validation-report-service.ts:489
Found a known-risky pattern (document_write). Review and replace if possible.
frontend/src/services/validation-report-service.ts:489 Document write
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/app/routers/ai.py:generate, backend/app/routers/ai.py:haq_rag_synthesize This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: backend/app/routers/submissions.py:update_submission, backend/app/routers/haqs.py:update_haq, backend/app/routers/documents.py:update_document, backend/app/routers/safety.py:update_safety_report This is *the* AI-coder failure mode (4× more duplicatio…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: backend/app/routers/studies.py:list_studies, backend/app/routers/submissions.py:list_submissions, backend/app/routers/products.py:list_products, backend/app/routers/haqs.py:list_haqs This is *the* AI-coder failure mode (4× more duplication in vibe-co…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `3_DMP_v1` in frontend/src/store/useTMFStore.ts:413
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `d120_responses_v1` in frontend/src/store/useCampaignEnhancements.ts:97
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `daysOld` in frontend/src/services/agents/submission-assembly-agent.ts:112
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `daysOld` in frontend/src/store/useActivityStore.ts:244
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `NotificationBellLegacy` in frontend/src/components/notifications/NotificationSystem.tsx:463
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: add_audit_entry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/core/audit_store.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: is_role_at_least
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/core/rbac.py:221
low System graph software Dead code conf 1.00 Possibly dead Python function: require_permission
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/core/security.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: require_role
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/core/security.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: sse_text_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/services/ai_service.py:129
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — frontend/src/services/usage-event-service.ts:428
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/public/pwa-sw.js:49
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak

Showing first 300 of 423. 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/35727940-1801-4dbb-9d82-532b3a262079/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/35727940-1801-4dbb-9d82-532b3a262079/

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.