{"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-a4bb93dd82c22e28", "name": "Stray `console.log` in TS/JS \u2014 server/src/index.ts:74", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/src/index.ts:74"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e7571924f79610b2", "name": "Insecure pattern 'cors_wildcard' in server/src/index.ts:21", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in server/src/index.ts:21"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "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 35 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. 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-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-62be1581ae510042", "name": "Commented-code block (5 lines) in web/scripts/prebuild.mjs:401", "shortDescription": {"text": "Commented-code block (5 lines) in web/scripts/prebuild.mjs:401"}, "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-8f35823493a594c0", "name": "Commented-code block (6 lines) in web/src/App.tsx:254", "shortDescription": {"text": "Commented-code block (6 lines) in web/src/App.tsx:254"}, "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-a44cec1eed5028fb", "name": "Commented-code block (5 lines) in web/src/lib/api.ts:287", "shortDescription": {"text": "Commented-code block (5 lines) in web/src/lib/api.ts:287"}, "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-cceb56acb1257aa5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/lib/api.ts:237", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/lib/api.ts:237"}, "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-78b7d7086f40c046", "name": "Dangling fetch: POST /api/auth/login (web/functions/login.ts:104)", "shortDescription": {"text": "Dangling fetch: POST /api/auth/login (web/functions/login.ts:104)"}, "fullDescription": {"text": "`web/functions/login.ts:104` 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}}, {"id": "scanner-fe8dd520b37ee095", "name": "Dangling fetch: POST /api/auth/change-password (web/functions/login.ts:137)", "shortDescription": {"text": "Dangling fetch: POST /api/auth/change-password (web/functions/login.ts:137)"}, "fullDescription": {"text": "`web/functions/login.ts:137` calls `POST /api/auth/change-password` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/auth/change-password`\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-e5495d595d6f621f", "name": "Dangling fetch: PUT /api/edits/${entry.building}/${entry.floor}/${encodeURIComponent(entry.spaceId)} (web/src/lib/api.ts", "shortDescription": {"text": "Dangling fetch: PUT /api/edits/${entry.building}/${entry.floor}/${encodeURIComponent(entry.spaceId)} (web/src/lib/api.ts:143)"}, "fullDescription": {"text": "`web/src/lib/api.ts:143` calls `PUT /api/edits/${entry.building}/${entry.floor}/${encodeURIComponent(entry.spaceId)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/edits/<p>/<p>/<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-3195fd2c0a224f40", "name": "Dangling fetch: GET /api/edits/${building}/${floor} (web/src/lib/api.ts:184)", "shortDescription": {"text": "Dangling fetch: GET /api/edits/${building}/${floor} (web/src/lib/api.ts:184)"}, "fullDescription": {"text": "`web/src/lib/api.ts:184` calls `GET /api/edits/${building}/${floor}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/edits/<p>/<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-fce669b2a0e88256", "name": "Dangling fetch: PUT /api/edits/${building}/${floor}/${encodeURIComponent(spaceId)} (web/src/lib/api.ts:214)", "shortDescription": {"text": "Dangling fetch: PUT /api/edits/${building}/${floor}/${encodeURIComponent(spaceId)} (web/src/lib/api.ts:214)"}, "fullDescription": {"text": "`web/src/lib/api.ts:214` calls `PUT /api/edits/${building}/${floor}/${encodeURIComponent(spaceId)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/edits/<p>/<p>/<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-4b8fee2d1b5c7a5d", "name": "Dangling fetch: GET /api/auth/me (web/src/lib/api.ts:329)", "shortDescription": {"text": "Dangling fetch: GET /api/auth/me (web/src/lib/api.ts:329)"}, "fullDescription": {"text": "`web/src/lib/api.ts:329` 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-30002c7a37621c86", "name": "Dangling fetch: POST /api/auth/logout (web/src/lib/api.ts:339)", "shortDescription": {"text": "Dangling fetch: POST /api/auth/logout (web/src/lib/api.ts:339)"}, "fullDescription": {"text": "`web/src/lib/api.ts:339` 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-0c3e306732335f66", "name": "Dangling fetch: GET /data/${building}/legend.json (web/src/lib/api.ts:359)", "shortDescription": {"text": "Dangling fetch: GET /data/${building}/legend.json (web/src/lib/api.ts:359)"}, "fullDescription": {"text": "`web/src/lib/api.ts:359` calls `GET /data/${building}/legend.json` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/data/<p>/legend.json`\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-5d2804688bfa765d", "name": "Dangling fetch: GET /api/colors/${building} (web/src/lib/api.ts:372)", "shortDescription": {"text": "Dangling fetch: GET /api/colors/${building} (web/src/lib/api.ts:372)"}, "fullDescription": {"text": "`web/src/lib/api.ts:372` calls `GET /api/colors/${building}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/colors/<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-020720e0eefa0c14", "name": "Dangling fetch: PUT /api/colors/${building}/${encodeURIComponent(sig)} (web/src/lib/api.ts:390)", "shortDescription": {"text": "Dangling fetch: PUT /api/colors/${building}/${encodeURIComponent(sig)} (web/src/lib/api.ts:390)"}, "fullDescription": {"text": "`web/src/lib/api.ts:390` calls `PUT /api/colors/${building}/${encodeURIComponent(sig)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/colors/<p>/<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-69595b48796e4488", "name": "Unused endpoint: GET /api/building", "shortDescription": {"text": "Unused endpoint: GET /api/building"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/building` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e52d457e970d8566", "name": "Unused endpoint: GET /api/departments", "shortDescription": {"text": "Unused endpoint: GET /api/departments"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/departments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-868663d2944e64a5", "name": "Unused endpoint: GET /api/room-types", "shortDescription": {"text": "Unused endpoint: GET /api/room-types"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/room-types` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2ea7a5abebdd993c", "name": "Unused endpoint: GET /api/cleaning-levels", "shortDescription": {"text": "Unused endpoint: GET /api/cleaning-levels"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/cleaning-levels` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9699b44346f70bf2", "name": "Unused endpoint: GET /api/buildings", "shortDescription": {"text": "Unused endpoint: GET /api/buildings"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/buildings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9d75cf1dfaaadf85", "name": "Unused endpoint: GET /api/floors", "shortDescription": {"text": "Unused endpoint: GET /api/floors"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/floors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d94762ac25650a6c", "name": "Unused endpoint: GET /api/floors/:floor", "shortDescription": {"text": "Unused endpoint: GET /api/floors/:floor"}, "fullDescription": {"text": "`server/src/index.ts` declares `GET /api/floors/:floor` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a103ac9bf692398f", "name": "Unused endpoint: PUT /api/floors/:floor/spaces/:spaceId", "shortDescription": {"text": "Unused endpoint: PUT /api/floors/:floor/spaces/:spaceId"}, "fullDescription": {"text": "`server/src/index.ts` declares `PUT /api/floors/:floor/spaces/:spaceId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20937"}, "properties": {"repository": "tedmcdo/occupancy-map", "repoUrl": "https://github.com/tedmcdo/occupancy-map", "branch": "main"}, "results": [{"ruleId": "scanner-a4bb93dd82c22e28", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/src/index.ts:74"}, "properties": {"repobilityId": "966123b8e19cb728", "scanner": "scanner-primary", "fingerprint": "a4bb93dd82c22e28", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-e7571924f79610b2", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in server/src/index.ts:21"}, "properties": {"repobilityId": "1083a4ecea2f2d0a", "scanner": "scanner-primary", "fingerprint": "e7571924f79610b2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/src/index.ts"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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": "1c50b29d2f63400e", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "1ef83e118feb0804", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "a82e836c8819206b", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "74409c6b647fd3d7", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "ae0911c5f60c386b", "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": "ffd989ccc647d211", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-62be1581ae510042", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/scripts/prebuild.mjs:401"}, "properties": {"repobilityId": "0d0c4a4c17efe473", "scanner": "scanner-primary", "fingerprint": "62be1581ae510042", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f35823493a594c0", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/src/App.tsx:254"}, "properties": {"repobilityId": "b148b139d47454fa", "scanner": "scanner-primary", "fingerprint": "8f35823493a594c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a44cec1eed5028fb", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/src/lib/api.ts:287"}, "properties": {"repobilityId": "7ff067ce3be14cfd", "scanner": "scanner-primary", "fingerprint": "a44cec1eed5028fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cceb56acb1257aa5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/src/lib/api.ts:237"}, "properties": {"repobilityId": "9b3c76cfd57d9eb1", "scanner": "scanner-primary", "fingerprint": "cceb56acb1257aa5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-78b7d7086f40c046", "level": "error", "message": {"text": "Dangling fetch: POST /api/auth/login (web/functions/login.ts:104)"}, "properties": {"repobilityId": "90a694a2e6a6e43e", "scanner": "scanner-primary", "fingerprint": "78b7d7086f40c046", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-fe8dd520b37ee095", "level": "error", "message": {"text": "Dangling fetch: POST /api/auth/change-password (web/functions/login.ts:137)"}, "properties": {"repobilityId": "cb6d520a339f06e0", "scanner": "scanner-primary", "fingerprint": "fe8dd520b37ee095", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-e5495d595d6f621f", "level": "error", "message": {"text": "Dangling fetch: PUT /api/edits/${entry.building}/${entry.floor}/${encodeURIComponent(entry.spaceId)} (web/src/lib/api.ts:143)"}, "properties": {"repobilityId": "6e25af030a0c1601", "scanner": "scanner-primary", "fingerprint": "e5495d595d6f621f", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-3195fd2c0a224f40", "level": "error", "message": {"text": "Dangling fetch: GET /api/edits/${building}/${floor} (web/src/lib/api.ts:184)"}, "properties": {"repobilityId": "9fbd6a93584f5596", "scanner": "scanner-primary", "fingerprint": "3195fd2c0a224f40", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-fce669b2a0e88256", "level": "error", "message": {"text": "Dangling fetch: PUT /api/edits/${building}/${floor}/${encodeURIComponent(spaceId)} (web/src/lib/api.ts:214)"}, "properties": {"repobilityId": "af359d703be078a8", "scanner": "scanner-primary", "fingerprint": "fce669b2a0e88256", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-4b8fee2d1b5c7a5d", "level": "error", "message": {"text": "Dangling fetch: GET /api/auth/me (web/src/lib/api.ts:329)"}, "properties": {"repobilityId": "551a67152cf7fc95", "scanner": "scanner-primary", "fingerprint": "4b8fee2d1b5c7a5d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-30002c7a37621c86", "level": "error", "message": {"text": "Dangling fetch: POST /api/auth/logout (web/src/lib/api.ts:339)"}, "properties": {"repobilityId": "a2c23ad8cf95576d", "scanner": "scanner-primary", "fingerprint": "30002c7a37621c86", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-0c3e306732335f66", "level": "error", "message": {"text": "Dangling fetch: GET /data/${building}/legend.json (web/src/lib/api.ts:359)"}, "properties": {"repobilityId": "4001b5e64e4ad86a", "scanner": "scanner-primary", "fingerprint": "0c3e306732335f66", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5d2804688bfa765d", "level": "error", "message": {"text": "Dangling fetch: GET /api/colors/${building} (web/src/lib/api.ts:372)"}, "properties": {"repobilityId": "20579c4811afa2d6", "scanner": "scanner-primary", "fingerprint": "5d2804688bfa765d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-020720e0eefa0c14", "level": "error", "message": {"text": "Dangling fetch: PUT /api/colors/${building}/${encodeURIComponent(sig)} (web/src/lib/api.ts:390)"}, "properties": {"repobilityId": "a7164f812177dc0d", "scanner": "scanner-primary", "fingerprint": "020720e0eefa0c14", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-69595b48796e4488", "level": "note", "message": {"text": "Unused endpoint: GET /api/building"}, "properties": {"repobilityId": "111347348cad87f5", "scanner": "scanner-primary", "fingerprint": "69595b48796e4488", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e52d457e970d8566", "level": "note", "message": {"text": "Unused endpoint: GET /api/departments"}, "properties": {"repobilityId": "5de178a81590a0a2", "scanner": "scanner-primary", "fingerprint": "e52d457e970d8566", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-868663d2944e64a5", "level": "note", "message": {"text": "Unused endpoint: GET /api/room-types"}, "properties": {"repobilityId": "c4c7b44866d5cad2", "scanner": "scanner-primary", "fingerprint": "868663d2944e64a5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2ea7a5abebdd993c", "level": "note", "message": {"text": "Unused endpoint: GET /api/cleaning-levels"}, "properties": {"repobilityId": "b065fd5d59d9fb77", "scanner": "scanner-primary", "fingerprint": "2ea7a5abebdd993c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9699b44346f70bf2", "level": "note", "message": {"text": "Unused endpoint: GET /api/buildings"}, "properties": {"repobilityId": "1ccd3df577568e2d", "scanner": "scanner-primary", "fingerprint": "9699b44346f70bf2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9d75cf1dfaaadf85", "level": "note", "message": {"text": "Unused endpoint: GET /api/floors"}, "properties": {"repobilityId": "729e98b5a6ce90f9", "scanner": "scanner-primary", "fingerprint": "9d75cf1dfaaadf85", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d94762ac25650a6c", "level": "note", "message": {"text": "Unused endpoint: GET /api/floors/:floor"}, "properties": {"repobilityId": "227d2c442569759f", "scanner": "scanner-primary", "fingerprint": "d94762ac25650a6c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a103ac9bf692398f", "level": "note", "message": {"text": "Unused endpoint: PUT /api/floors/:floor/spaces/:spaceId"}, "properties": {"repobilityId": "0f2a98c8b7005b0b", "scanner": "scanner-primary", "fingerprint": "a103ac9bf692398f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}