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.

vivimassa/horizon-v2-mono

https://github.com/vivimassa/horizon-v2-mono · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

1231 raw signals (0 security + 1231 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 1215 actionable findings from 1 signal source. 16 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 42.0/100 with 100.0% coverage. It contains 22613 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1231 findings — concentrated in frontend (524), quality (491), api (154). Risk profile is high: 1 critical, 108 high, 89 medium. Recommended next step: open the frontend layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in server/src/scripts/seed-demo-users.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
server/src/scripts/seed-demo-users.ts:14
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/agents/tdd-guide.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/agents/tdd-guide.md:104 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/horizon-db-conventions/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/horizon-db-conventions/SKILL.md:103 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: apps/web/src/components/scheduling/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
apps/web/src/components/scheduling/CLAUDE.md:40 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ground-ops/config/templates/${encodeURIComponent(id)} (packages/api/src/client.ts:8545)
`packages/api/src/client.ts:8545` calls `DELETE /api/v1/ground-ops/config/templates/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/templates/<p>` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ground-ops/flight-documents/${encodeURIComponent(id)} (packages/api/src/client.ts:8627)
`packages/api/src/client.ts:8627` calls `DELETE /api/v1/ground-ops/flight-documents/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/flight-documents/<p>` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ground-ops/handling-agents/${encodeURIComponent(id)} (packages/api/src/client.ts:8600)
`packages/api/src/client.ts:8600` calls `DELETE /api/v1/ground-ops/handling-agents/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/handling-agents/<p>` If this points…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/v1/ground-ops/vehicle-dispatch/${encodeURIComponent(id)} (packages/api/src/client.ts:8654)
`packages/api/src/client.ts:8654` calls `DELETE /api/v1/ground-ops/vehicle-dispatch/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/vehicle-dispatch/<p>` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /charter/contracts/${id} (packages/api/src/client.ts:5889)
`packages/api/src/client.ts:5889` calls `DELETE /charter/contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/charter/contracts/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /charter/flights/${id} (packages/api/src/client.ts:5902)
`packages/api/src/client.ts:5902` calls `DELETE /charter/flights/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/charter/flights/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /crew-app/me/day-off-requests/${encodeURIComponent(id)} (apps/crew/src/lib/api-client.ts:919)
`apps/crew/src/lib/api-client.ts:919` calls `DELETE /crew-app/me/day-off-requests/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/me/day-off-requests/<p>` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /crew-app/me/passports/${encodeURIComponent(id)} (apps/crew/src/lib/api-client.ts:710)
`apps/crew/src/lib/api-client.ts:710` calls `DELETE /crew-app/me/passports/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/me/passports/<p>` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /operator-bulletins/${encodeURIComponent(id)} (packages/api/src/client.ts:9229)
`packages/api/src/client.ts:9229` calls `DELETE /operator-bulletins/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/operator-bulletins/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /pairings/${encodeURIComponent(id)}${qs} (packages/api/src/client.ts:7525)
`packages/api/src/client.ts:7525` calls `DELETE /pairings/${encodeURIComponent(id)}${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pairings/<p>/<p>` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/pairing-optimizer/history${qs} (packages/api/src/client.ts:9284)
`packages/api/src/client.ts:9284` calls `GET /api/pairing-optimizer/history${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/pairing-optimizer/history/<p>` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/config/alert-rules (packages/api/src/client.ts:8570)
`packages/api/src/client.ts:8570` calls `GET /api/v1/ground-ops/config/alert-rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/alert-rules` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/config/services (packages/api/src/client.ts:8548)
`packages/api/src/client.ts:8548` calls `GET /api/v1/ground-ops/config/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/services` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/config/sla-contracts (packages/api/src/client.ts:8559)
`packages/api/src/client.ts:8559` calls `GET /api/v1/ground-ops/config/sla-contracts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/sla-contracts` If this points at an external API, pr…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/config/templates (packages/api/src/client.ts:8533)
`packages/api/src/client.ts:8533` calls `GET /api/v1/ground-ops/config/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/templates` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/deviations/${encodeURIComponent(id)} (packages/api/src/client.ts:8522)
`packages/api/src/client.ts:8522` calls `GET /api/v1/ground-ops/deviations/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/deviations/<p>` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/flightview?${params.toString()} (packages/api/src/client.ts:8613)
`packages/api/src/client.ts:8613` calls `GET /api/v1/ground-ops/flightview?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/flightview` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/handlers?${params.toString()} (packages/api/src/client.ts:8495)
`packages/api/src/client.ts:8495` calls `GET /api/v1/ground-ops/handlers?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/handlers` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/handling-agents${tail} (packages/api/src/client.ts:8587)
`packages/api/src/client.ts:8587` calls `GET /api/v1/ground-ops/handling-agents${tail}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/handling-agents/<p>` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/turnarounds/${encodeURIComponent(id)} (packages/api/src/client.ts:8446)
`packages/api/src/client.ts:8446` calls `GET /api/v1/ground-ops/turnarounds/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/turnarounds/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/ground-ops/vehicle-dispatch/${encodeURIComponent(id)} (packages/api/src/client.ts:8642)
`packages/api/src/client.ts:8642` calls `GET /api/v1/ground-ops/vehicle-dispatch/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/vehicle-dispatch/<p>` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /crew-app/auth/pin-policy${qs} (apps/crew/src/lib/api-client.ts:637)
`apps/crew/src/lib/api-client.ts:637` calls `GET /crew-app/auth/pin-policy${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/auth/pin-policy/<p>` If this points at an external API, prefix it wit…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /crew-app/auth/styling?operatorId=${encodeURIComponent(operatorId)} (apps/crew/src/lib/api-client.ts:641)
`apps/crew/src/lib/api-client.ts:641` calls `GET /crew-app/auth/styling?operatorId=${encodeURIComponent(operatorId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/auth/styling` If this points at …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /crew-app/me/day-off-requests${qs} (apps/crew/src/lib/api-client.ts:909)
`apps/crew/src/lib/api-client.ts:909` calls `GET /crew-app/me/day-off-requests${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/me/day-off-requests/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /crew-schedule/publications${suffix} (packages/api/src/client.ts:8350)
`packages/api/src/client.ts:8350` calls `GET /crew-schedule/publications${suffix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-schedule/publications/<p>` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /crew/${encodeURIComponent(crewId)}/document-folders${qs} (packages/api/src/client.ts:7315)
`packages/api/src/client.ts:7315` calls `GET /crew/${encodeURIComponent(crewId)}/document-folders${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew/<p>/document-folders/<p>` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /operator-ai-config/models?providerId=${encodeURIComponent(providerId)} (packages/api/src/client.ts:8859)
`packages/api/src/client.ts:8859` calls `GET /operator-ai-config/models?providerId=${encodeURIComponent(providerId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/operator-ai-config/models` If this points…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /reports/daily-ops-remarks/${encodeURIComponent(date)} (packages/api/src/client.ts:4254)
`packages/api/src/client.ts:4254` calls `GET /reports/daily-ops-remarks/${encodeURIComponent(date)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/reports/daily-ops-remarks/<p>` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /skyhub-logo.png (apps/web/src/lib/airport-activity-export.ts:81)
`apps/web/src/lib/airport-activity-export.ts:81` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/block-time-report-export.ts:136)
`apps/web/src/lib/block-time-report-export.ts:136` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/crew-absence-report-export.ts:114)
`apps/web/src/lib/crew-absence-report-export.ts:114` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/crew-expiry-report-export.ts:102)
`apps/web/src/lib/crew-expiry-report-export.ts:102` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /skyhub-logo.png (apps/web/src/lib/daily-ops-export.ts:98)
`apps/web/src/lib/daily-ops-export.ts:98` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /skyhub-logo.png (apps/web/src/lib/daily-schedule-export.ts:208)
`apps/web/src/lib/daily-schedule-export.ts:208` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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: GET /skyhub-logo.png (apps/web/src/lib/delay-analysis-export.ts:169)
`apps/web/src/lib/delay-analysis-export.ts:169` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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: GET /skyhub-logo.png (apps/web/src/lib/emissions-report-export.ts:206)
`apps/web/src/lib/emissions-report-export.ts:206` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/fids-export.ts:79)
`apps/web/src/lib/fids-export.ts:79` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/fleet-utilization-export.ts:133)
`apps/web/src/lib/fleet-utilization-export.ts:133` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/freight-statistics-export.ts:172)
`apps/web/src/lib/freight-statistics-export.ts:172` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /skyhub-logo.png (apps/web/src/lib/frequency-analysis-export.ts:119)
`apps/web/src/lib/frequency-analysis-export.ts:119` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /skyhub-logo.png (apps/web/src/lib/fuel-report-export.ts:210)
`apps/web/src/lib/fuel-report-export.ts:210` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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: GET /skyhub-logo.png (apps/web/src/lib/hotac-audit-export.ts:63)
`apps/web/src/lib/hotac-audit-export.ts:63` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /skyhub-logo.png (apps/web/src/lib/irops-report-export.ts:116)
`apps/web/src/lib/irops-report-export.ts:116` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/otp-export.ts:175)
`apps/web/src/lib/otp-export.ts:175` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/passenger-statistics-export.ts:189)
`apps/web/src/lib/passenger-statistics-export.ts:189` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/pic-discretion-export.ts:111)
`apps/web/src/lib/pic-discretion-export.ts:111` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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: GET /skyhub-logo.png (apps/web/src/lib/public-timetable/export.ts:122)
`apps/web/src/lib/public-timetable/export.ts:122` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/published-crew-export.ts:188)
`apps/web/src/lib/published-crew-export.ts:188` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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: GET /skyhub-logo.png (apps/web/src/lib/route-summary-export.ts:102)
`apps/web/src/lib/route-summary-export.ts:102` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/schedule-audit-export.ts:27)
`apps/web/src/lib/schedule-audit-export.ts:27` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/schedule-legality-check-export.ts:66)
`apps/web/src/lib/schedule-legality-check-export.ts:66` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /skyhub-logo.png (apps/web/src/lib/schedule-summary-export.ts:82)
`apps/web/src/lib/schedule-summary-export.ts:82` calls `GET /skyhub-logo.png` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/skyhub-logo.png` 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 /v1/duty-swap/policy${qs} (packages/api/src/client.ts:8689)
`packages/api/src/client.ts:8689` calls `GET /v1/duty-swap/policy${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/duty-swap/policy/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /v1/open-flights${qs} (packages/api/src/client.ts:8768)
`packages/api/src/client.ts:8768` calls `GET /v1/open-flights${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/open-flights/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /weather/alerts${qs} (packages/api/src/client.ts:7131)
`packages/api/src/client.ts:7131` calls `GET /weather/alerts${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/weather/alerts/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3002/flights?from=${from}&to=${to} (server/src/probe-flights.ts:16)
`server/src/probe-flights.ts:16` calls `GET http://localhost:3002/flights?from=${from}&to=${to}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3002/flights` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://airportdb.io/api/v1/airport/${code}?apiToken=free (server/src/routes/reference.ts:289)
`server/src/routes/reference.ts:289` calls `GET https://airportdb.io/api/v1/airport/${code}?apiToken=free` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/airportdb.io/api/v1/airport/<p>` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.anthropic.com/v1/models?limit=100 (server/src/services/skyai/model-catalog.ts:83)
`server/src/services/skyai/model-catalog.ts:83` calls `GET https://api.anthropic.com/v1/models?limit=100` 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/models` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://generativelanguage.googleapis.com/v1beta/models?key=${encodeURIComponent(apiKey)}&pageSize=200 (server/src/services/skyai/model-catalog.ts:127)
`server/src/services/skyai/model-catalog.ts:127` calls `GET https://generativelanguage.googleapis.com/v1beta/models?key=${encodeURIComponent(apiKey)}&pageSize=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://raw.githubusercontent.com/mwgg/Airports/master/airports.json (server/src/routes/reference.ts:302)
`server/src/routes/reference.ts:302` calls `GET https://raw.githubusercontent.com/mwgg/Airports/master/airports.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/raw.githubusercontent.com/mwgg/airports/mas…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/ground-ops/deviations/${encodeURIComponent(id)} (packages/api/src/client.ts:8527)
`packages/api/src/client.ts:8527` calls `PATCH /api/v1/ground-ops/deviations/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/deviations/<p>` If this points at an exte…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/ground-ops/handling-agents/${encodeURIComponent(id)} (packages/api/src/client.ts:8595)
`packages/api/src/client.ts:8595` calls `PATCH /api/v1/ground-ops/handling-agents/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/handling-agents/<p>` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/ground-ops/turnarounds/${encodeURIComponent(id)}/services/${encodeURIComponent(serviceType)} (packages/api/src/client.ts:8466)
`packages/api/src/client.ts:8466` calls `PATCH /api/v1/ground-ops/turnarounds/${encodeURIComponent(id)}/services/${encodeURIComponent(serviceType)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/v1/ground-ops/vehicle-dispatch/${encodeURIComponent(id)} (packages/api/src/client.ts:8649)
`packages/api/src/client.ts:8649` calls `PATCH /api/v1/ground-ops/vehicle-dispatch/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/vehicle-dispatch/<p>` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /charter/contracts/${id} (packages/api/src/client.ts:5877)
`packages/api/src/client.ts:5877` calls `PATCH /charter/contracts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/charter/contracts/<p>` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /charter/contracts/${id}/status (packages/api/src/client.ts:5883)
`packages/api/src/client.ts:5883` calls `PATCH /charter/contracts/${id}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/charter/contracts/<p>/status` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /crew-app/me/passports/${encodeURIComponent(id)} (apps/crew/src/lib/api-client.ts:704)
`apps/crew/src/lib/api-client.ts:704` calls `PATCH /crew-app/me/passports/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/me/passports/<p>` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /crew-schedule/temp-bases/${encodeURIComponent(id)}${qs} (packages/api/src/client.ts:8390)
`packages/api/src/client.ts:8390` calls `PATCH /crew-schedule/temp-bases/${encodeURIComponent(id)}${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-schedule/temp-bases/<p>/<p>` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/solver/stream (packages/logic/src/utils/solver-stream.ts:61)
`packages/logic/src/utils/solver-stream.ts:61` calls `POST /api/solver/stream` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/solver/stream` 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/v1/ground-ops/config/services (packages/api/src/client.ts:8550)
`packages/api/src/client.ts:8550` calls `POST /api/v1/ground-ops/config/services` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/services` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/config/sla-contracts (packages/api/src/client.ts:8561)
`packages/api/src/client.ts:8561` calls `POST /api/v1/ground-ops/config/sla-contracts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/sla-contracts` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/config/templates (packages/api/src/client.ts:8535)
`packages/api/src/client.ts:8535` calls `POST /api/v1/ground-ops/config/templates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/templates` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/flight-documents (packages/api/src/client.ts:8622)
`packages/api/src/client.ts:8622` calls `POST /api/v1/ground-ops/flight-documents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/flight-documents` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/handling-agents (packages/api/src/client.ts:8590)
`packages/api/src/client.ts:8590` calls `POST /api/v1/ground-ops/handling-agents` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/handling-agents` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/turnarounds (packages/api/src/client.ts:8448)
`packages/api/src/client.ts:8448` calls `POST /api/v1/ground-ops/turnarounds` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/turnarounds` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/turnarounds/backfill (packages/api/src/client.ts:8453)
`packages/api/src/client.ts:8453` calls `POST /api/v1/ground-ops/turnarounds/backfill` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/turnarounds/backfill` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/v1/ground-ops/vehicle-dispatch (packages/api/src/client.ts:8644)
`packages/api/src/client.ts:8644` calls `POST /api/v1/ground-ops/vehicle-dispatch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/vehicle-dispatch` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/forgot-password (packages/api/src/client.ts:3133)
`packages/api/src/client.ts:3133` calls `POST /auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/forgot-password` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/login (packages/api/src/client.ts:3091)
`packages/api/src/client.ts:3091` calls `POST /auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/mfa-verify (packages/api/src/client.ts:3098)
`packages/api/src/client.ts:3098` calls `POST /auth/mfa-verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/mfa-verify` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/refresh (packages/api/src/client.ts:3104)
`packages/api/src/client.ts:3104` calls `POST /auth/refresh` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/refresh` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/reset-password (packages/api/src/client.ts:3139)
`packages/api/src/client.ts:3139` calls `POST /auth/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/reset-password` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /auth/set-password (packages/api/src/client.ts:3127)
`packages/api/src/client.ts:3127` calls `POST /auth/set-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/auth/set-password` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /crew-app/auth/logout (apps/crew/src/lib/api-client.ts:943)
`apps/crew/src/lib/api-client.ts:943` calls `POST /crew-app/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/auth/logout` If this points at an external API, prefix it with `https://` so …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /crew-app/me/fatigue/${encodeURIComponent(reportId)}/osr (apps/crew/src/lib/api-client.ts:874)
`apps/crew/src/lib/api-client.ts:874` calls `POST /crew-app/me/fatigue/${encodeURIComponent(reportId)}/osr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/me/fatigue/<p>/osr` If this points at an e…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /crew-app/me/fit-unfit/${encodeURIComponent(id)}/rescind (apps/crew/src/lib/api-client.ts:851)
`apps/crew/src/lib/api-client.ts:851` calls `POST /crew-app/me/fit-unfit/${encodeURIComponent(id)}/rescind` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/crew-app/me/fit-unfit/<p>/rescind` If this points a…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /network/scenarios/${encodeURIComponent(scenarioId)}/apply (packages/api/src/client.ts:4411)
`packages/api/src/client.ts:4411` calls `POST /network/scenarios/${encodeURIComponent(scenarioId)}/apply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/network/scenarios/<p>/apply` If this points at an ext…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /network/scenarios/audit/${encodeURIComponent(auditId)}/rollback (packages/api/src/client.ts:4430)
`packages/api/src/client.ts:4430` calls `POST /network/scenarios/audit/${encodeURIComponent(auditId)}/rollback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/network/scenarios/audit/<p>/rollback` If this p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /operator-ai-config/prompts/${encodeURIComponent(moduleKey)}/rollback (packages/api/src/client.ts:8849)
`packages/api/src/client.ts:8849` calls `POST /operator-ai-config/prompts/${encodeURIComponent(moduleKey)}/rollback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/operator-ai-config/prompts/<p>/rollback` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /tail-optimizer/${encodeURIComponent(runId)}/apply (packages/api/src/client.ts:4197)
`packages/api/src/client.ts:4197` calls `POST /tail-optimizer/${encodeURIComponent(runId)}/apply` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tail-optimizer/<p>/apply` If this points at an external API, …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /tail-optimizer/${encodeURIComponent(runId)}/discard (packages/api/src/client.ts:4199)
`packages/api/src/client.ts:4199` calls `POST /tail-optimizer/${encodeURIComponent(runId)}/discard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/tail-optimizer/<p>/discard` If this points at an external A…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/me/mfa/disable (packages/api/src/client.ts:3117)
`packages/api/src/client.ts:3117` calls `POST /users/me/mfa/disable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/mfa/disable` If this points at an external API, prefix it with `https://` so the …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /users/me/mfa/verify (packages/api/src/client.ts:3112)
`packages/api/src/client.ts:3112` calls `POST /users/me/mfa/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/users/me/mfa/verify` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/embeddings (server/scripts/verify-openai-key.ts:92)
`server/scripts/verify-openai-key.ts:92` calls `POST https://api.openai.com/v1/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/embeddings` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/embeddings (server/src/services/operator-ai-scope/embedding-provider.ts:66)
`server/src/services/operator-ai-scope/embedding-provider.ts:66` calls `POST https://api.openai.com/v1/embeddings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/embeddings` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (server/src/services/email.ts:35)
`server/src/services/email.ts:35` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v1/ground-ops/config/alert-rules (packages/api/src/client.ts:8572)
`packages/api/src/client.ts:8572` calls `PUT /api/v1/ground-ops/config/alert-rules` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/alert-rules` If this points at an external API, prefix…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v1/ground-ops/config/services/${encodeURIComponent(id)} (packages/api/src/client.ts:8555)
`packages/api/src/client.ts:8555` calls `PUT /api/v1/ground-ops/config/services/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/services/<p>` If this points at…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v1/ground-ops/config/sla-contracts/${encodeURIComponent(id)} (packages/api/src/client.ts:8566)
`packages/api/src/client.ts:8566` calls `PUT /api/v1/ground-ops/config/sla-contracts/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/sla-contracts/<p>` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/v1/ground-ops/config/templates/${encodeURIComponent(id)} (packages/api/src/client.ts:8540)
`packages/api/src/client.ts:8540` calls `PUT /api/v1/ground-ops/config/templates/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/ground-ops/config/templates/<p>` If this points …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /operator-ai-config/prompts/${encodeURIComponent(moduleKey)} (packages/api/src/client.ts:8844)
`packages/api/src/client.ts:8844` calls `PUT /operator-ai-config/prompts/${encodeURIComponent(moduleKey)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/operator-ai-config/prompts/<p>` If this points at an…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /reports/daily-ops-remarks/${encodeURIComponent(date)} (packages/api/src/client.ts:4256)
`packages/api/src/client.ts:4256` calls `PUT /reports/daily-ops-remarks/${encodeURIComponent(date)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/reports/daily-ops-remarks/<p>` If this points at an extern…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /reports/emissions-plans/${encodeURIComponent(id)} (packages/api/src/client.ts:4217)
`packages/api/src/client.ts:4217` calls `PUT /reports/emissions-plans/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/reports/emissions-plans/<p>` If this points at an external API…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT /v1/duty-swap/policy${qs} (packages/api/src/client.ts:8693)
`packages/api/src/client.ts:8693` calls `PUT /v1/duty-swap/policy${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/duty-swap/policy/<p>` If this points at an external API, prefix it with `https://` so t…
Dangling fetchHelper:request
high System graph security security conf 1.00 Insecure pattern 'eval_used' in apps/web/src/components/admin/ai-integration/network-write-confirm-modal.tsx:54
Found a known-risky pattern (eval_used). Review and replace if possible.
apps/web/src/components/admin/ai-integration/network-write-confirm-modal.tsx:54 Eval used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/web/src/app/login/forgot-password/page.tsx:63
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 — apps/web/src/app/login/page.tsx:93
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 — apps/web/src/app/login/reset-password/page.tsx:115
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 — apps/web/src/components/disruption-center/disruption-hero.tsx:249
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 — apps/web/src/components/disruption-center/workflow-timeline.tsx:195
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 — apps/web/src/components/flight-ops/control/occ-dashboard/occ-hero.tsx:193
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 — apps/web/src/components/flight-ops/gantt/recovery-dialog.tsx:408
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 — apps/web/src/components/flight-ops/journey-log/signature-pad.tsx:34
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 — apps/web/src/components/network/optimizer/network-optimizer-splash.tsx:184
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 — apps/web/src/components/ui/global-runway-progress.tsx:662
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 — apps/web/src/components/ui/runway-loading-panel.tsx:44
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 — apps/web/src/components/wallpaper-bg.tsx:119
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 — apps/crew/app/(tabs)/messages.tsx:26
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/crew/app/(tabs)/roster.tsx:125
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 — apps/crew/app/activity/[activityId].tsx:66
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 — apps/crew/app/duty/[assignmentId].tsx:144
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 — apps/crew/app/swap/vacation.tsx:103
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 — apps/crew/src/components/AcknowledgementGateScreen.tsx:38
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 — apps/mobile/app/(tabs)/crew-ops/tracking-check-in.tsx:76
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 — apps/mobile/app/(tabs)/settings/index.tsx:84
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 — apps/mobile/app/(tabs)/settings/non-crew-person-detail.tsx:708
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 — apps/mobile/app/(tabs)/settings/operator-config.tsx:441
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 — apps/mobile/components/schedule/import-dialog.tsx:55
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 — apps/mobile/src/components/crew-ops/pairing-gantt/pairing-filter-sheet.tsx:2
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 — apps/mobile/src/components/crew-ops/schedule/crew-schedule-filter-sheet.tsx:4
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 — apps/mobile/src/database/wmdb-types.d.ts:23
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 — apps/web/src/components/auth-provider.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 — apps/web/src/components/crew-ops/check-in/check-in-shell.tsx:51
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 — apps/web/src/components/crew-ops/crew-documents/document-list.tsx:69
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 — apps/web/src/components/crew-ops/crew-profile/crew-profile-shell.tsx:146
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 — apps/web/src/components/crew-ops/training/sessions/training-sessions-shell.tsx: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 — apps/web/src/components/crew-ops/training/sim-schedule/sim-schedule-shell.tsx:186
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 — apps/web/src/lib/authed-fetch.ts:5
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/stores/use-crew-schedule-store.ts:2524
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/api/src/client.ts:232
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/crew-db/src/sync/sync-client.ts:53
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/logic/src/optimizers/network/predictor-client/otp-client.ts:35
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — server/seed-ahm732.mjs:113
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 — server/seed-block-hours-all.mjs:120
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — server/seed-block-hours.mjs:103
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 — server/seed-delay-codes.mjs:10
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 — server/seed-performance.mjs:106
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 — server/seed-regs.mjs:18
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — server/src/probe-flights.ts:16
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 — server/src/routes/hotel-bookings.ts:419
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 — server/src/routes/ssim.ts:418
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 — server/src/seed-runways.ts:54
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 — server/src/services/skyai/model-catalog.ts:83
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/hooks/hooks.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/hooks/hooks.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/strategic-compact/SKILL.md
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/skills/strategic-compact/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: apps/web/src/components/scheduling/CLAUDE.md
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.
apps/web/src/components/scheduling/CLAUDE.md 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, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/auto-roster-solver/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/demand-forecaster/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/network-constraint-evaluator/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/otp-predictor/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/pairing-optimizer/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: services/recovery-solver/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
github/codeql-action/init@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 30, 36, 39
.github/workflows/codeql.yml:30, 36, 39 (3 hits)
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/src/routes/auto-roster.ts:959
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/src/routes/auto-roster.ts:959 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/src/routes/pairing-optimizer.ts:1723
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/src/routes/pairing-optimizer.ts:1723 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/src/routes/recovery-advisor.ts:113
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/src/routes/recovery-advisor.ts:113 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/src/routes/recovery.ts:493
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/src/routes/recovery.ts:493 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/login/forgot-password/page.tsx:63
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/app/login/forgot-password/page.tsx:63 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/login/page.tsx:93
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/app/login/page.tsx:93 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/login/reset-password/page.tsx:115
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/app/login/reset-password/page.tsx:115 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/disruption-center/disruption-hero.tsx:249
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/disruption-center/disruption-hero.tsx:249 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/disruption-center/workflow-timeline.tsx:195
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/disruption-center/workflow-timeline.tsx:195 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/flight-ops/control/occ-dashboard/occ-hero.tsx:193
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/flight-ops/control/occ-dashboard/occ-hero.tsx:193 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/flight-ops/gantt/recovery-dialog.tsx:408
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/flight-ops/gantt/recovery-dialog.tsx:408 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/flight-ops/journey-log/signature-pad.tsx:34
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/flight-ops/journey-log/signature-pad.tsx:34 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/network/optimizer/network-optimizer-splash.tsx:184
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/network/optimizer/network-optimizer-splash.tsx:184 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/ui/global-runway-progress.tsx:662
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/ui/global-runway-progress.tsx:662 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/ui/runway-loading-panel.tsx:44
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/ui/runway-loading-panel.tsx:44 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/wallpaper-bg.tsx:119
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/wallpaper-bg.tsx:119 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/crew/design-mock.html:1708
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/crew/design-mock.html:1708 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/app/auth/sso/callback/route.ts:24
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/app/auth/sso/callback/route.ts:24 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/stores/use-gantt-store.ts:567
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/stores/use-gantt-store.ts:567 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/free-solver-port.mjs:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/free-solver-port.mjs:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/hooks/pre-commit.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/hooks/pre-commit.js:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in apps/mobile/src/components/sysadmin/sso/sso-cards.tsx:127
Found a known-risky pattern (weak_hash). Review and replace if possible.
apps/mobile/src/components/sysadmin/sso/sso-cards.tsx:127 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in apps/web/src/components/sysadmin/sso/sso-shell.tsx:201
Found a known-risky pattern (weak_hash). Review and replace if possible.
apps/web/src/components/sysadmin/sso/sso-shell.tsx:201 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1894 placeholder/mock markers across 665 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 network Security conf 1.00 Privileged port 587 in use
Port 587 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
server/src/routes/operator-smtp-config.ts Ports
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
94 test file(s) for 3826 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Maintenance conf 1.00 67 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Integrity conf 1.00 91 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AI_CONFIG_MASTER_KEY`, `ANTHROPIC_API_KEY`, `ASM_SSM_SFTP_ADAPTER`, `ASM_SSM_SMTP_ADAPTER`, `AUTO_ROSTER_CABIN_THRESHOLD`, `AUTO_ROSTER_CARRY_IN`, `AUTO_ROSTER_COVERAGE_STAGNATION_SEC`, `AUTO_ROSTER_DISABLE_PRESOLVE` + 83 more. Add them (with a pl…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. 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 hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1306 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 hardware Supply chain conf 1.00 6 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
6 files, 6 locations
services/auto-roster-solver/Dockerfile:1
services/demand-forecaster/Dockerfile:1
services/network-constraint-evaluator/Dockerfile:1
services/otp-predictor/Dockerfile:1
services/pairing-optimizer/Dockerfile:1
services/recovery-solver/Dockerfile:1
containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — apps/web/src/components/crew-ops/schedule/crew-schedule-shell.tsx:1114
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 quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: services/otp-predictor/app/predictor/registry.py:get_active_entry, services/demand-forecaster/app/forecaster/registry.py:load_active This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Co…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: services/auto-roster-solver/app/main.py:require_internal_key, services/network-constraint-evaluator/app/main.py:require_internal_key, services/otp-predictor/app/main.py:require_internal_key, services/pairing-optimizer/app/main.py:require_internal_key …
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 dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/crew/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/crew/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/mobile/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/mobile/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/web/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/api/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/api/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/constants/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/constants/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/crew-db/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/crew-db/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/logic/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/logic/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/types/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/types/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: server/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
server/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `advisory_v1` in packages/api/src/client.ts:12009
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 `advisory_v1` in server/src/services/fatigue-scoring.ts:129
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 `delLegacy` in server/src/scripts/seed-journey-logs.ts:276
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 `isLegacy` in apps/crew/src/theme/use-theme.ts:22
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 `logistic_regression_v1` in packages/logic/src/disruption-ml/trainer.ts:180
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 `logistic_regression_v1` in packages/logic/src/disruption-ml/types.ts:27
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 `migrateLegacy` in server/src/services/crew-apis/config-loader.ts:61
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 `model_copy` in services/network-constraint-evaluator/app/solver/constraints.py:365
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 `pairing_period_v1` in apps/web/src/stores/use-pairing-store.ts:176
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 cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: build_aircraft_network
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/recovery-solver/app/solver/flight_graph.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: categorical_indices
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/otp-predictor/app/predictor/features.py:109
low System graph software Dead code conf 1.00 Possibly dead Python function: categorical_indices
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/demand-forecaster/app/forecaster/features.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: covered_flight_ids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pairing-optimizer/app/solver/fdtl_legality.py:206
low System graph software Dead code conf 1.00 Possibly dead Python function: feature_column_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/otp-predictor/app/predictor/features.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: feature_column_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/demand-forecaster/app/forecaster/features.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: invalidate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/auto-roster-solver/app/surrogate/skeleton.py:166
low System graph software Dead code conf 1.00 Possibly dead Python function: piecewise_linearise
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/demand-forecaster/app/allocator/scurve.py:178
low System graph software Dead code conf 1.00 6 occurrences Possibly dead Python function: require_internal_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
6 files, 6 locations
services/auto-roster-solver/app/main.py:54
services/demand-forecaster/app/main.py:71
services/network-constraint-evaluator/app/main.py:47
services/otp-predictor/app/main.py:65
services/pairing-optimizer/app/main.py:52
services/recovery-solver/app/main.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: run_solver
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/auto-roster-solver/app/solver/cp_sat_engine.py:1532
low System graph software Dead code conf 1.00 Possibly dead Python function: to_minutes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/network-constraint-evaluator/app/solver/constraints.py:59
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 — apps/mobile/app/login.tsx:177
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/mobile/utils/api-url.ts:38
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/web/src/components/crew-ops/schedule/crew-schedule-shell.tsx:427
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/web/src/components/crew-ops/schedule/skyai/skyai-panel.tsx:102
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/copy-audit.ts:466
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/gen-crew-schedule-test-plan.js:474
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/hooks/pre-commit.js:66
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/read-test-plan.js:9
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/audit-activity-code-rest.ts:40
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/backfill-fdtl-computation-type.ts:45
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/backfill-flight-climatology.ts:79
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/check-active-bulletins.ts:21
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/check-flight-ops-ai-accuracy.ts:74
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/drop-stale-operator-scheduling-index.ts:11
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/fit-s-curve.ts:98
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/inspect-aircraft-image.ts:31
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/migrate-core-modules-on.ts:22
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/patch-off-color.ts:16
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-actuals-fdtl.ts:46
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-aug-upgrade.ts:43
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-ca-sgn-shortfall.ts:161
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-colgen-e2e.ts:63
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-duty-amendments.ts:52
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-may1-coverage.ts:115
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-pairopt-fdtl.ts:26
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-pu-day-distribution.ts:194
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-seed-coverage.ts:33
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-stability-report.ts:42
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/probe-tail-optimizer-e2e.ts:37
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/reextract-bulletin-scopes.ts:28
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/seed-runway-bulletin.ts:70
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/scripts/verify-openai-key.ts:34
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-aug-max-sectors.ts:44
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-capacity-ledger.ts:23
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-crew-rolling-snapshot.ts:55
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-duty-amendment-rules.ts:76
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-pairing-legality.ts:43
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-pairing-tails.ts: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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/backfill-seniority-from-employment.ts:29
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/check-aug.ts:17
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/check-gantt-overlap.ts:37
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/check-scheduling-cfg.ts:10
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/cleanup-sample-pairings.ts:12
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/count-a320.ts:45
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/count-pu-fa.ts:12
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/db/connection.ts:9
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/dedupe-scheduled-flights.ts:23
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/diag-crew-10178.ts:15
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/diagnose-tail-overlap.ts:46
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/diagnose-unassigned.ts:34
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/fix-tail-doublebook.ts:40
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/force-cancel-run.ts:21
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/index.ts:281
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/issue-pin-eid.ts:41
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/allocation-report-email-deliver.ts:136
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/asm-ssm-deliver.ts:200
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/audit-notify-tick.ts:22
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/hotel-email-deliver.ts:176
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/mvt-auto-transmit.ts:134
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/task-scheduler.ts:28
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/tasks/daily-crew-activity-log.ts:863
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
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — server/src/jobs/tasks/network-ai-accuracy-eval.ts:145
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 494. 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/30e5ecd5-d8f2-4858-98f3-0f62ccdc9b48/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/30e5ecd5-d8f2-4858-98f3-0f62ccdc9b48/

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.