{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-280a420da2505a3d", "name": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/create-scraper-bot.js:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/create-scraper-bot.js:21"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2da97437cf891ab5", "name": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/check-audit.js:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/check-audit.js:7"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7516f8187664912e", "name": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/check-data.js:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/check-data.js:16"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4fe6b5be0fea136d", "name": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/seed.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/seed.ts:23"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-89d3559fd09c4d98", "name": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/cleanup-seed.ts:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/cleanup-seed.ts:14"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6123fb6d616bdf5b", "name": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/seed-admin.ts:27", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/seed-admin.ts:27"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a8fe41a530e5dbb7", "name": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/check-db.ts:9", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/check-db.ts:9"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f0b21e3fd63ae757", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/open/TopByDimension.tsx:204", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/open/TopByDimension.tsx:204"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7201bfa0df325b3d", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/operators/OperatorCard.tsx:89", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/operators/OperatorCard.tsx:89"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e7ac287f77f5eecb", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/dashboard/AlertBanner.tsx:68", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/dashboard/AlertBanner.tsx:68"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0ccebab8509df690", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/incidents/IncidentTable.tsx:78", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/incidents/IncidentTable.tsx:78"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fc487401360a468e", "name": "Stray `console.log` in TS/JS \u2014 apps/hpsm-scraper/src/upload-closed-now.ts:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/hpsm-scraper/src/upload-closed-now.ts:12"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ce214f120b4184dd", "name": "Stray `console.log` in TS/JS \u2014 apps/hpsm-scraper/src/upload-now.ts:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/hpsm-scraper/src/upload-now.ts:7"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5711bc7a764ef3d1", "name": "Dockerfile runs as root: apps/worker/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: apps/worker/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5d589b41f1488564", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 133 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8d1ed11de463ffed", "name": "Node manifest has dependencies but no lockfile: apps/worker/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/worker/package.json"}, "fullDescription": {"text": "`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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f864ec61208765fd", "name": "Node manifest has dependencies but no lockfile: apps/hpsm-scraper/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/hpsm-scraper/package.json"}, "fullDescription": {"text": "`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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 22 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 21 placeholder/mock markers across 8 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests, 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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-aadab8210393a0ad", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/AuditLogPanel.tsx:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/AuditLogPanel.tsx:54"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-97c9fc125e45991d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/AlertRulesPanel.tsx:19", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/AlertRulesPanel.tsx:19"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4055ed880c6e9a5c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/UsersPanel.tsx:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/UsersPanel.tsx:30"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-92dcea6de0f54536", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/CreateAlertRuleForm.tsx:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/CreateAlertRuleForm.tsx:51"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-af80da92ccfb3352", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/UserFormDialog.tsx:62", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/UserFormDialog.tsx:62"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-989facaa5a0103b6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/OpenIncidentsView.tsx:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/OpenIncidentsView.tsx:20"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8e874fe95efa0547", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/TopByDimension.tsx:78", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/TopByDimension.tsx:78"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d7316865de7b5659", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/OpenIncidentTable.tsx:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/OpenIncidentTable.tsx:22"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5727868d0e890b42", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/operators/OperatorsLive.tsx:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/operators/OperatorsLive.tsx:11"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-382dd25736df34ba", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/TopCriticalTable.tsx:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/TopCriticalTable.tsx:27"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8b380e4a479d88af", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/AlertBanner.tsx:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/AlertBanner.tsx:23"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1e5cebb81896c14e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/EscalatedPanel.tsx:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/EscalatedPanel.tsx:29"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ed4b0a8c52387713", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/KPIGrid.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/KPIGrid.tsx:18"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4fd3dbf499e44a99", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/OverviewClosedRankings.tsx:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/OverviewClosedRankings.tsx:27"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ba7616a39221d4fe", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/SLAGauge.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/SLAGauge.tsx:18"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d6b714e008bf4339", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/IncidentsChart.tsx:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/IncidentsChart.tsx:26"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-55eb51e217677782", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/OpenByDayChart.tsx:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/OpenByDayChart.tsx:26"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-de901ba6abc66d77", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/incidents/IncidentTable.tsx:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/incidents/IncidentTable.tsx:26"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c5fa67a7eaaa74b0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/closed/ClosedIncidentsView.tsx:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/closed/ClosedIncidentsView.tsx:30"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3e140e36620d666c", "name": "Commented-code block (5 lines) in apps/hpsm-scraper/src/download-closed.ts:159", "shortDescription": {"text": "Commented-code block (5 lines) in apps/hpsm-scraper/src/download-closed.ts:159"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-022e6399d1ef2beb", "name": "12 env vars used in code but missing from .env.example", "shortDescription": {"text": "12 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AUTH_SECRET`, `AUTH_URL`, `DATABASE_URL`, `HPSM_API_PATH`, `HPSM_BASE_URL`, `HPSM_GROUPS`, `HPSM_PAGE_SIZE`, `HPSM_TIMEOUT_MS` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-02cdfb70b38cd841", "name": "Dangling fetch: GET /api/audit-logs?page=${page} (apps/web/src/components/settings/AuditLogPanel.tsx:54)", "shortDescription": {"text": "Dangling fetch: GET /api/audit-logs?page=${page} (apps/web/src/components/settings/AuditLogPanel.tsx:54)"}, "fullDescription": {"text": "`apps/web/src/components/settings/AuditLogPanel.tsx:54` calls `GET /api/audit-logs?page=${page}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/audit-logs`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8a0000ad7a65d4ad", "name": "Dangling fetch: GET /api/alerts (apps/web/src/components/settings/AlertRulesPanel.tsx:19)", "shortDescription": {"text": "Dangling fetch: GET /api/alerts (apps/web/src/components/settings/AlertRulesPanel.tsx:19)"}, "fullDescription": {"text": "`apps/web/src/components/settings/AlertRulesPanel.tsx:19` calls `GET /api/alerts` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/alerts`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-29d3ce3bfbca0435", "name": "Dangling fetch: PATCH /api/alerts/${id} (apps/web/src/components/settings/AlertRulesPanel.tsx:32)", "shortDescription": {"text": "Dangling fetch: PATCH /api/alerts/${id} (apps/web/src/components/settings/AlertRulesPanel.tsx:32)"}, "fullDescription": {"text": "`apps/web/src/components/settings/AlertRulesPanel.tsx:32` calls `PATCH /api/alerts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/alerts/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3ad96daee5222202", "name": "Dangling fetch: DELETE /api/alerts/${id} (apps/web/src/components/settings/AlertRulesPanel.tsx:41)", "shortDescription": {"text": "Dangling fetch: DELETE /api/alerts/${id} (apps/web/src/components/settings/AlertRulesPanel.tsx:41)"}, "fullDescription": {"text": "`apps/web/src/components/settings/AlertRulesPanel.tsx:41` calls `DELETE /api/alerts/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/alerts/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c6e5fb0bb53ef19f", "name": "Dangling fetch: GET /api/users (apps/web/src/components/settings/UsersPanel.tsx:30)", "shortDescription": {"text": "Dangling fetch: GET /api/users (apps/web/src/components/settings/UsersPanel.tsx:30)"}, "fullDescription": {"text": "`apps/web/src/components/settings/UsersPanel.tsx:30` calls `GET /api/users` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/users`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-64c01f63458f1032", "name": "Dangling fetch: DELETE /api/users/${id} (apps/web/src/components/settings/UsersPanel.tsx:52)", "shortDescription": {"text": "Dangling fetch: DELETE /api/users/${id} (apps/web/src/components/settings/UsersPanel.tsx:52)"}, "fullDescription": {"text": "`apps/web/src/components/settings/UsersPanel.tsx:52` calls `DELETE /api/users/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/users/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-76a3eeba99787040", "name": "Dangling fetch: POST /api/alerts (apps/web/src/components/settings/CreateAlertRuleForm.tsx:51)", "shortDescription": {"text": "Dangling fetch: POST /api/alerts (apps/web/src/components/settings/CreateAlertRuleForm.tsx:51)"}, "fullDescription": {"text": "`apps/web/src/components/settings/CreateAlertRuleForm.tsx:51` calls `POST /api/alerts` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/alerts`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2e386bc6c7e4a773", "name": "Dangling fetch: GET /api/auth/me (apps/web/src/components/layout/Sidebar.tsx:38)", "shortDescription": {"text": "Dangling fetch: GET /api/auth/me (apps/web/src/components/layout/Sidebar.tsx:38)"}, "fullDescription": {"text": "`apps/web/src/components/layout/Sidebar.tsx:38` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/auth/me`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-06fcc10064bd3e40", "name": "Dangling fetch: GET /api/auth/me (apps/web/src/components/layout/Header.tsx:26)", "shortDescription": {"text": "Dangling fetch: GET /api/auth/me (apps/web/src/components/layout/Header.tsx:26)"}, "fullDescription": {"text": "`apps/web/src/components/layout/Header.tsx:26` calls `GET /api/auth/me` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/auth/me`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-12eed9e62db327cd", "name": "Dangling fetch: POST /api/auth/logout (apps/web/src/components/layout/Header.tsx:30)", "shortDescription": {"text": "Dangling fetch: POST /api/auth/logout (apps/web/src/components/layout/Header.tsx:30)"}, "fullDescription": {"text": "`apps/web/src/components/layout/Header.tsx:30` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/auth/logout`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-d2babca9880f2102", "name": "Dangling fetch: GET /api/incidents/open?${params} (apps/web/src/components/open/TopByDimension.tsx:78)", "shortDescription": {"text": "Dangling fetch: GET /api/incidents/open?${params} (apps/web/src/components/open/TopByDimension.tsx:78)"}, "fullDescription": {"text": "`apps/web/src/components/open/TopByDimension.tsx:78` calls `GET /api/incidents/open?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/open`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1499f8c9f01f5ebd", "name": "Dangling fetch: GET /api/incidents/open?${qs} (apps/web/src/components/open/OpenIncidentTable.tsx:22)", "shortDescription": {"text": "Dangling fetch: GET /api/incidents/open?${qs} (apps/web/src/components/open/OpenIncidentTable.tsx:22)"}, "fullDescription": {"text": "`apps/web/src/components/open/OpenIncidentTable.tsx:22` calls `GET /api/incidents/open?${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/open`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-309a9cfd9afc137d", "name": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/open/OpenIncidentTable.tsx:75)", "shortDescription": {"text": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/open/OpenIncidentTable.tsx:75)"}, "fullDescription": {"text": "`apps/web/src/components/open/OpenIncidentTable.tsx:75` calls `POST /api/incidents/escalated` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/escalated`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-817bb08c88037943", "name": "Dangling fetch: GET /api/operators (apps/web/src/components/operators/OperatorsLive.tsx:11)", "shortDescription": {"text": "Dangling fetch: GET /api/operators (apps/web/src/components/operators/OperatorsLive.tsx:11)"}, "fullDescription": {"text": "`apps/web/src/components/operators/OperatorsLive.tsx:11` calls `GET /api/operators` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/operators`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c34789facd3daf3d", "name": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/TopCriticalTable.tsx:27)", "shortDescription": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/TopCriticalTable.tsx:27)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/TopCriticalTable.tsx:27` calls `GET /api/kpis` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/kpis`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-882392d3ad80a845", "name": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/dashboard/TopCriticalTable.tsx:78)", "shortDescription": {"text": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/dashboard/TopCriticalTable.tsx:78)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/TopCriticalTable.tsx:78` calls `POST /api/incidents/escalated` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/escalated`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9a184cea7257cede", "name": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/AlertBanner.tsx:23)", "shortDescription": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/AlertBanner.tsx:23)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/AlertBanner.tsx:23` calls `GET /api/kpis` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/kpis`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-52020ea18a8440ef", "name": "Dangling fetch: GET /api/incidents/escalated (apps/web/src/components/dashboard/EscalatedPanel.tsx:29)", "shortDescription": {"text": "Dangling fetch: GET /api/incidents/escalated (apps/web/src/components/dashboard/EscalatedPanel.tsx:29)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/EscalatedPanel.tsx:29` calls `GET /api/incidents/escalated` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/escalated`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-62d65447bd1c448c", "name": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/dashboard/EscalatedPanel.tsx:78)", "shortDescription": {"text": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/dashboard/EscalatedPanel.tsx:78)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/EscalatedPanel.tsx:78` calls `POST /api/incidents/escalated` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/escalated`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8497ae0cd05cbba1", "name": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/KPIGrid.tsx:18)", "shortDescription": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/KPIGrid.tsx:18)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/KPIGrid.tsx:18` calls `GET /api/kpis` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/kpis`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2a15f6cb86fa2c87", "name": "Dangling fetch: GET /api/sla (apps/web/src/components/dashboard/SLAGauge.tsx:18)", "shortDescription": {"text": "Dangling fetch: GET /api/sla (apps/web/src/components/dashboard/SLAGauge.tsx:18)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/SLAGauge.tsx:18` calls `GET /api/sla` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/sla`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cd5f2684da62c536", "name": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/IncidentsChart.tsx:26)", "shortDescription": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/IncidentsChart.tsx:26)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/IncidentsChart.tsx:26` calls `GET /api/kpis` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/kpis`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ec009bb0d698b497", "name": "Dangling fetch: GET /api/incidents/by-day (apps/web/src/components/dashboard/OpenByDayChart.tsx:26)", "shortDescription": {"text": "Dangling fetch: GET /api/incidents/by-day (apps/web/src/components/dashboard/OpenByDayChart.tsx:26)"}, "fullDescription": {"text": "`apps/web/src/components/dashboard/OpenByDayChart.tsx:26` calls `GET /api/incidents/by-day` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/incidents/by-day`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-91498fc1d21abcdb", "name": "Dangling fetch: POST /api/auth/login (apps/web/src/app/(auth)/login/page.tsx:19)", "shortDescription": {"text": "Dangling fetch: POST /api/auth/login (apps/web/src/app/(auth)/login/page.tsx:19)"}, "fullDescription": {"text": "`apps/web/src/app/(auth)/login/page.tsx:19` calls `POST /api/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/auth/login`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22012"}, "properties": {"repository": "uzielalvarez2-prog/noc-dashboard", "repoUrl": "https://github.com/uzielalvarez2-prog/noc-dashboard", "branch": "main"}, "results": [{"ruleId": "scanner-280a420da2505a3d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/create-scraper-bot.js:21"}, "properties": {"repobilityId": "692380c727ff9daf", "scanner": "scanner-primary", "fingerprint": "280a420da2505a3d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2da97437cf891ab5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/check-audit.js:7"}, "properties": {"repobilityId": "3e1c50c3f51e1ef2", "scanner": "scanner-primary", "fingerprint": "2da97437cf891ab5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7516f8187664912e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/scripts/check-data.js:16"}, "properties": {"repobilityId": "bada6b472b7894a2", "scanner": "scanner-primary", "fingerprint": "7516f8187664912e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4fe6b5be0fea136d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/seed.ts:23"}, "properties": {"repobilityId": "112a72e56ade1136", "scanner": "scanner-primary", "fingerprint": "4fe6b5be0fea136d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-89d3559fd09c4d98", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/cleanup-seed.ts:14"}, "properties": {"repobilityId": "1501f510afe53f3d", "scanner": "scanner-primary", "fingerprint": "89d3559fd09c4d98", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6123fb6d616bdf5b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/seed-admin.ts:27"}, "properties": {"repobilityId": "7843113f992ead7e", "scanner": "scanner-primary", "fingerprint": "6123fb6d616bdf5b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a8fe41a530e5dbb7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/prisma/check-db.ts:9"}, "properties": {"repobilityId": "f393a9b6848778e8", "scanner": "scanner-primary", "fingerprint": "a8fe41a530e5dbb7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f0b21e3fd63ae757", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/open/TopByDimension.tsx:204"}, "properties": {"repobilityId": "2bb2dfa74a9e658a", "scanner": "scanner-primary", "fingerprint": "f0b21e3fd63ae757", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7201bfa0df325b3d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/operators/OperatorCard.tsx:89"}, "properties": {"repobilityId": "bf1572166f6f452f", "scanner": "scanner-primary", "fingerprint": "7201bfa0df325b3d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e7ac287f77f5eecb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/dashboard/AlertBanner.tsx:68"}, "properties": {"repobilityId": "a78bf9a05ec100a9", "scanner": "scanner-primary", "fingerprint": "e7ac287f77f5eecb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0ccebab8509df690", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/incidents/IncidentTable.tsx:78"}, "properties": {"repobilityId": "682b823eaf226166", "scanner": "scanner-primary", "fingerprint": "0ccebab8509df690", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fc487401360a468e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/hpsm-scraper/src/upload-closed-now.ts:12"}, "properties": {"repobilityId": "b134ab7b484fcf07", "scanner": "scanner-primary", "fingerprint": "fc487401360a468e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ce214f120b4184dd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/hpsm-scraper/src/upload-now.ts:7"}, "properties": {"repobilityId": "0917246f805debfe", "scanner": "scanner-primary", "fingerprint": "ce214f120b4184dd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5711bc7a764ef3d1", "level": "warning", "message": {"text": "Dockerfile runs as root: apps/worker/Dockerfile"}, "properties": {"repobilityId": "cf4cee7637fe488a", "scanner": "scanner-primary", "fingerprint": "5711bc7a764ef3d1", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-5d589b41f1488564", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "6d34c73b4bfb5e32", "scanner": "scanner-primary", "fingerprint": "5d589b41f1488564", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/worker/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "9f468fbdd78aef16", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-8d1ed11de463ffed", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/worker/package.json"}, "properties": {"repobilityId": "332aff32a3fdf183", "scanner": "scanner-primary", "fingerprint": "8d1ed11de463ffed", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/worker/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f864ec61208765fd", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/hpsm-scraper/package.json"}, "properties": {"repobilityId": "2f862a1184258310", "scanner": "scanner-primary", "fingerprint": "f864ec61208765fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/hpsm-scraper/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "f1f087c3f22f9ea6", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "6ea3aeed28413ab4", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "bcd8144e4d3b7803", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "4cbae75e2fe087ea", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b725fc66ea5b0cd3", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "56099cee71561297", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "0337f08ea03b553c", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "8bedc16d62f06f21", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-aadab8210393a0ad", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/AuditLogPanel.tsx:54"}, "properties": {"repobilityId": "b52c7d5e2cc0e0e4", "scanner": "scanner-primary", "fingerprint": "aadab8210393a0ad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-97c9fc125e45991d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/AlertRulesPanel.tsx:19"}, "properties": {"repobilityId": "a7065d94971149c3", "scanner": "scanner-primary", "fingerprint": "97c9fc125e45991d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4055ed880c6e9a5c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/UsersPanel.tsx:30"}, "properties": {"repobilityId": "726e9080910103c5", "scanner": "scanner-primary", "fingerprint": "4055ed880c6e9a5c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-92dcea6de0f54536", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/CreateAlertRuleForm.tsx:51"}, "properties": {"repobilityId": "212555cd489f6863", "scanner": "scanner-primary", "fingerprint": "92dcea6de0f54536", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-af80da92ccfb3352", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/settings/UserFormDialog.tsx:62"}, "properties": {"repobilityId": "e8198d8634aee1a8", "scanner": "scanner-primary", "fingerprint": "af80da92ccfb3352", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-989facaa5a0103b6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/OpenIncidentsView.tsx:20"}, "properties": {"repobilityId": "55e07d855d5a3661", "scanner": "scanner-primary", "fingerprint": "989facaa5a0103b6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8e874fe95efa0547", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/TopByDimension.tsx:78"}, "properties": {"repobilityId": "e4302786f02622a9", "scanner": "scanner-primary", "fingerprint": "8e874fe95efa0547", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d7316865de7b5659", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/open/OpenIncidentTable.tsx:22"}, "properties": {"repobilityId": "0ec9f79958dd02c0", "scanner": "scanner-primary", "fingerprint": "d7316865de7b5659", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5727868d0e890b42", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/operators/OperatorsLive.tsx:11"}, "properties": {"repobilityId": "7e985b5769b11615", "scanner": "scanner-primary", "fingerprint": "5727868d0e890b42", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-382dd25736df34ba", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/TopCriticalTable.tsx:27"}, "properties": {"repobilityId": "b1077850af1533f9", "scanner": "scanner-primary", "fingerprint": "382dd25736df34ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8b380e4a479d88af", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/AlertBanner.tsx:23"}, "properties": {"repobilityId": "611974a4aef67acb", "scanner": "scanner-primary", "fingerprint": "8b380e4a479d88af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1e5cebb81896c14e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/EscalatedPanel.tsx:29"}, "properties": {"repobilityId": "9bd802d8c3dc56db", "scanner": "scanner-primary", "fingerprint": "1e5cebb81896c14e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ed4b0a8c52387713", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/KPIGrid.tsx:18"}, "properties": {"repobilityId": "f0a0f7bb3e106092", "scanner": "scanner-primary", "fingerprint": "ed4b0a8c52387713", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4fd3dbf499e44a99", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/OverviewClosedRankings.tsx:27"}, "properties": {"repobilityId": "69251f450ec6a1ca", "scanner": "scanner-primary", "fingerprint": "4fd3dbf499e44a99", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ba7616a39221d4fe", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/SLAGauge.tsx:18"}, "properties": {"repobilityId": "dd482947ba496d62", "scanner": "scanner-primary", "fingerprint": "ba7616a39221d4fe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d6b714e008bf4339", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/IncidentsChart.tsx:26"}, "properties": {"repobilityId": "c6af20a6955aee80", "scanner": "scanner-primary", "fingerprint": "d6b714e008bf4339", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-55eb51e217677782", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/dashboard/OpenByDayChart.tsx:26"}, "properties": {"repobilityId": "8fcc71b94a31a79c", "scanner": "scanner-primary", "fingerprint": "55eb51e217677782", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-de901ba6abc66d77", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/incidents/IncidentTable.tsx:26"}, "properties": {"repobilityId": "6021d0b21c3a04b3", "scanner": "scanner-primary", "fingerprint": "de901ba6abc66d77", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c5fa67a7eaaa74b0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/closed/ClosedIncidentsView.tsx:30"}, "properties": {"repobilityId": "9634f84fb88ff31a", "scanner": "scanner-primary", "fingerprint": "c5fa67a7eaaa74b0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3e140e36620d666c", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/hpsm-scraper/src/download-closed.ts:159"}, "properties": {"repobilityId": "3d17ee6a4670347c", "scanner": "scanner-primary", "fingerprint": "3e140e36620d666c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-022e6399d1ef2beb", "level": "note", "message": {"text": "12 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "7bf4178327da75a2", "scanner": "scanner-primary", "fingerprint": "022e6399d1ef2beb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-02cdfb70b38cd841", "level": "error", "message": {"text": "Dangling fetch: GET /api/audit-logs?page=${page} (apps/web/src/components/settings/AuditLogPanel.tsx:54)"}, "properties": {"repobilityId": "48a500b49eda77d6", "scanner": "scanner-primary", "fingerprint": "02cdfb70b38cd841", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8a0000ad7a65d4ad", "level": "error", "message": {"text": "Dangling fetch: GET /api/alerts (apps/web/src/components/settings/AlertRulesPanel.tsx:19)"}, "properties": {"repobilityId": "591e6fd981e3018c", "scanner": "scanner-primary", "fingerprint": "8a0000ad7a65d4ad", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-29d3ce3bfbca0435", "level": "error", "message": {"text": "Dangling fetch: PATCH /api/alerts/${id} (apps/web/src/components/settings/AlertRulesPanel.tsx:32)"}, "properties": {"repobilityId": "d1470b62d8308921", "scanner": "scanner-primary", "fingerprint": "29d3ce3bfbca0435", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-3ad96daee5222202", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/alerts/${id} (apps/web/src/components/settings/AlertRulesPanel.tsx:41)"}, "properties": {"repobilityId": "e255621466608469", "scanner": "scanner-primary", "fingerprint": "3ad96daee5222202", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-c6e5fb0bb53ef19f", "level": "error", "message": {"text": "Dangling fetch: GET /api/users (apps/web/src/components/settings/UsersPanel.tsx:30)"}, "properties": {"repobilityId": "98ede4bcf66a7a89", "scanner": "scanner-primary", "fingerprint": "c6e5fb0bb53ef19f", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-64c01f63458f1032", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/users/${id} (apps/web/src/components/settings/UsersPanel.tsx:52)"}, "properties": {"repobilityId": "becbbf3ba441cf07", "scanner": "scanner-primary", "fingerprint": "64c01f63458f1032", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-76a3eeba99787040", "level": "error", "message": {"text": "Dangling fetch: POST /api/alerts (apps/web/src/components/settings/CreateAlertRuleForm.tsx:51)"}, "properties": {"repobilityId": "cef5c7f4349e9bdc", "scanner": "scanner-primary", "fingerprint": "76a3eeba99787040", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-2e386bc6c7e4a773", "level": "error", "message": {"text": "Dangling fetch: GET /api/auth/me (apps/web/src/components/layout/Sidebar.tsx:38)"}, "properties": {"repobilityId": "f7a3a2a6faac3e07", "scanner": "scanner-primary", "fingerprint": "2e386bc6c7e4a773", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-06fcc10064bd3e40", "level": "error", "message": {"text": "Dangling fetch: GET /api/auth/me (apps/web/src/components/layout/Header.tsx:26)"}, "properties": {"repobilityId": "060beb62ce8bb97c", "scanner": "scanner-primary", "fingerprint": "06fcc10064bd3e40", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-12eed9e62db327cd", "level": "error", "message": {"text": "Dangling fetch: POST /api/auth/logout (apps/web/src/components/layout/Header.tsx:30)"}, "properties": {"repobilityId": "88e6f1e89e555772", "scanner": "scanner-primary", "fingerprint": "12eed9e62db327cd", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-d2babca9880f2102", "level": "error", "message": {"text": "Dangling fetch: GET /api/incidents/open?${params} (apps/web/src/components/open/TopByDimension.tsx:78)"}, "properties": {"repobilityId": "964bc20f2b8b622a", "scanner": "scanner-primary", "fingerprint": "d2babca9880f2102", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-1499f8c9f01f5ebd", "level": "error", "message": {"text": "Dangling fetch: GET /api/incidents/open?${qs} (apps/web/src/components/open/OpenIncidentTable.tsx:22)"}, "properties": {"repobilityId": "93a487659dfa5137", "scanner": "scanner-primary", "fingerprint": "1499f8c9f01f5ebd", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-309a9cfd9afc137d", "level": "error", "message": {"text": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/open/OpenIncidentTable.tsx:75)"}, "properties": {"repobilityId": "459a8dff8cdf80c3", "scanner": "scanner-primary", "fingerprint": "309a9cfd9afc137d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-817bb08c88037943", "level": "error", "message": {"text": "Dangling fetch: GET /api/operators (apps/web/src/components/operators/OperatorsLive.tsx:11)"}, "properties": {"repobilityId": "b164a75efb24efd8", "scanner": "scanner-primary", "fingerprint": "817bb08c88037943", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-c34789facd3daf3d", "level": "error", "message": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/TopCriticalTable.tsx:27)"}, "properties": {"repobilityId": "1424671604a76583", "scanner": "scanner-primary", "fingerprint": "c34789facd3daf3d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-882392d3ad80a845", "level": "error", "message": {"text": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/dashboard/TopCriticalTable.tsx:78)"}, "properties": {"repobilityId": "c3673fa0db7c9fc6", "scanner": "scanner-primary", "fingerprint": "882392d3ad80a845", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-9a184cea7257cede", "level": "error", "message": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/AlertBanner.tsx:23)"}, "properties": {"repobilityId": "197d092e7ebd79ec", "scanner": "scanner-primary", "fingerprint": "9a184cea7257cede", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-52020ea18a8440ef", "level": "error", "message": {"text": "Dangling fetch: GET /api/incidents/escalated (apps/web/src/components/dashboard/EscalatedPanel.tsx:29)"}, "properties": {"repobilityId": "e7d01ce46e117a8d", "scanner": "scanner-primary", "fingerprint": "52020ea18a8440ef", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-62d65447bd1c448c", "level": "error", "message": {"text": "Dangling fetch: POST /api/incidents/escalated (apps/web/src/components/dashboard/EscalatedPanel.tsx:78)"}, "properties": {"repobilityId": "d7109edf0dcef339", "scanner": "scanner-primary", "fingerprint": "62d65447bd1c448c", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8497ae0cd05cbba1", "level": "error", "message": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/KPIGrid.tsx:18)"}, "properties": {"repobilityId": "5400b1c0c775742a", "scanner": "scanner-primary", "fingerprint": "8497ae0cd05cbba1", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-2a15f6cb86fa2c87", "level": "error", "message": {"text": "Dangling fetch: GET /api/sla (apps/web/src/components/dashboard/SLAGauge.tsx:18)"}, "properties": {"repobilityId": "50d6e685bf7f4d0d", "scanner": "scanner-primary", "fingerprint": "2a15f6cb86fa2c87", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-cd5f2684da62c536", "level": "error", "message": {"text": "Dangling fetch: GET /api/kpis (apps/web/src/components/dashboard/IncidentsChart.tsx:26)"}, "properties": {"repobilityId": "75326e374c68d876", "scanner": "scanner-primary", "fingerprint": "cd5f2684da62c536", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-ec009bb0d698b497", "level": "error", "message": {"text": "Dangling fetch: GET /api/incidents/by-day (apps/web/src/components/dashboard/OpenByDayChart.tsx:26)"}, "properties": {"repobilityId": "19ec48bfad86316a", "scanner": "scanner-primary", "fingerprint": "ec009bb0d698b497", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-91498fc1d21abcdb", "level": "error", "message": {"text": "Dangling fetch: POST /api/auth/login (apps/web/src/app/(auth)/login/page.tsx:19)"}, "properties": {"repobilityId": "215f52d188440361", "scanner": "scanner-primary", "fingerprint": "91498fc1d21abcdb", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}]}]}