{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-03f74d88afc5625c", "name": "TODO/FIXME marker in shipping code \u2014 app/admin/layout.jsx:10", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 app/admin/layout.jsx:10"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-61f458c2d08ea479", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/inspection/page.jsx:554", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/inspection/page.jsx:554"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e0afabc1af94d7f5", "name": "Stray `console.log` in TS/JS \u2014 app/r2/[slug]/print/pdf/route.js:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/r2/[slug]/print/pdf/route.js:55"}, "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-ee7b0565775da8bf", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/r2/[slug]/print/render/page.jsx:233", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/r2/[slug]/print/render/page.jsx:233"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fd7d268b42bf7422", "name": "TODO/FIXME marker in shipping code \u2014 lib/leadSubmit.js:104", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 lib/leadSubmit.js:104"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4f7264dffe55cb72", "name": "Insecure pattern 'dangerous_innerhtml' in app/inspection/page.jsx:554", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/inspection/page.jsx:554"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e1ed77129a3ed538", "name": "Insecure pattern 'dangerous_innerhtml' in app/r2/[slug]/print/render/page.jsx:233", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/r2/[slug]/print/render/page.jsx:233"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "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-e35c458f172ad48c", "name": "Very large file: app/r2/[slug]/ReportView.jsx (1610 lines)", "shortDescription": {"text": "Very large file: app/r2/[slug]/ReportView.jsx (1610 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 196 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 21 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 57 placeholder/mock markers across 22 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-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, operator-readme. 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, ci, tests, operator-readme. 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-6a0edd74fcddeacc", "name": "Legacy-named symbol `timeline__copy` in components/Timeline.jsx:64", "shortDescription": {"text": "Legacy-named symbol `timeline__copy` in components/Timeline.jsx:64"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a7fa934d5b0fb4d0", "name": "Commented-code block (7 lines) in components/useModalHistory.js:9", "shortDescription": {"text": "Commented-code block (7 lines) in components/useModalHistory.js:9"}, "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-e79dc5ca9bfecad1", "name": "Legacy-named symbol `footer__copy` in components/LanderFooter.jsx:17", "shortDescription": {"text": "Legacy-named symbol `footer__copy` in components/LanderFooter.jsx:17"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7917b7a714d74d6d", "name": "Commented-code block (5 lines) in components/Reveal.jsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/Reveal.jsx:3"}, "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-638abdab6bd5404c", "name": "Commented-code block (6 lines) in components/admin/AdminSidebar.jsx:7", "shortDescription": {"text": "Commented-code block (6 lines) in components/admin/AdminSidebar.jsx:7"}, "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-dfb1697928ef93c0", "name": "Commented-code block (7 lines) in components/admin/DataTable.jsx:11", "shortDescription": {"text": "Commented-code block (7 lines) in components/admin/DataTable.jsx:11"}, "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-d042bbe752325aac", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/admin/DataTable.jsx:119", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/admin/DataTable.jsx:119"}, "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-b158d4ee449ed1e5", "name": "Legacy-named symbol `grid__copy` in app/suspected-mould/page.jsx:290", "shortDescription": {"text": "Legacy-named symbol `grid__copy` in app/suspected-mould/page.jsx:290"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ee9e0f6758bb3724", "name": "Legacy-named symbol `item__copy` in app/sporetrust-sentinel/page.jsx:282", "shortDescription": {"text": "Legacy-named symbol `item__copy` in app/sporetrust-sentinel/page.jsx:282"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-117f535817481e7c", "name": "Legacy-named symbol `section__copy` in app/partners/remediation/page.jsx:226", "shortDescription": {"text": "Legacy-named symbol `section__copy` in app/partners/remediation/page.jsx:226"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-826404364290c087", "name": "Legacy-named symbol `section__copy` in app/partners/contractors/page.jsx:196", "shortDescription": {"text": "Legacy-named symbol `section__copy` in app/partners/contractors/page.jsx:196"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-29fa016fba2660b7", "name": "Legacy-named symbol `grid__copy` in app/visible-mould/page.jsx:117", "shortDescription": {"text": "Legacy-named symbol `grid__copy` in app/visible-mould/page.jsx:117"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f2e7479d381a8d69", "name": "Commented-code block (9 lines) in app/api/inspections/[slug]/reschedule/route.js:8", "shortDescription": {"text": "Commented-code block (9 lines) in app/api/inspections/[slug]/reschedule/route.js:8"}, "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-8ff4ca394201177d", "name": "Commented-code block (5 lines) in app/api/inspections/[slug]/cancel/route.js:8", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/inspections/[slug]/cancel/route.js:8"}, "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-72da2283d5c3aa29", "name": "Commented-code block (5 lines) in app/api/admin/moisture-readings/route.js:11", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/admin/moisture-readings/route.js:11"}, "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-1ac5d32b313fbc01", "name": "Commented-code block (5 lines) in app/api/admin/sample-locations/route.js:11", "shortDescription": {"text": "Commented-code block (5 lines) in app/api/admin/sample-locations/route.js:11"}, "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-b59dca4c60cd288b", "name": "Commented-code block (7 lines) in app/api/admin/image-captures/route.js:11", "shortDescription": {"text": "Commented-code block (7 lines) in app/api/admin/image-captures/route.js:11"}, "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-9eb6dcf6ab0c5bc8", "name": "Commented-code block (6 lines) in app/api/cal/webhook/route.js:18", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/cal/webhook/route.js:18"}, "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-91d2a28b5d18d732", "name": "Commented-code block (5 lines) in app/r/[slug]/ReportView.jsx:12", "shortDescription": {"text": "Commented-code block (5 lines) in app/r/[slug]/ReportView.jsx:12"}, "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-823e8b4c21775b2b", "name": "Commented-code block (6 lines) in app/admin/layout.jsx:10", "shortDescription": {"text": "Commented-code block (6 lines) in app/admin/layout.jsx:10"}, "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-306a01eccc0c6a84", "name": "Commented-code block (6 lines) in app/admin/inspections/page.jsx:13", "shortDescription": {"text": "Commented-code block (6 lines) in app/admin/inspections/page.jsx:13"}, "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-eb42ad898a9d7555", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/page.jsx:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/page.jsx: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-04f9a8fac7c0fb62", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/page.jsx:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/page.jsx: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-202ec865d82dcacf", "name": "Commented-code block (6 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/page.jsx:25", "shortDescription": {"text": "Commented-code block (6 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/page.jsx:25"}, "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-9d0076e40da40920", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/locations/[location_id]/page.jsx:62", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/locations/[location_id]/page.jsx: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-9a6a4245351f904d", "name": "Commented-code block (7 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step4Moisture.jsx:", "shortDescription": {"text": "Commented-code block (7 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step4Moisture.jsx:18"}, "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-4dd2fe84f7b550db", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step4M", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step4Moisture.jsx:55"}, "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-a4fdb9b41075b97c", "name": "Commented-code block (6 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step5AirSample.jsx", "shortDescription": {"text": "Commented-code block (6 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step5AirSample.jsx:121"}, "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-58ebbb68c62d10af", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/wrap-up/page.jsx:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/wrap-up/page.jsx: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-c565b9a2ad7b51f5", "name": "Legacy-named symbol `section__copy` in app/inspection/page.jsx:464", "shortDescription": {"text": "Legacy-named symbol `section__copy` in app/inspection/page.jsx:464"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-778a7a599da5dc3a", "name": "Legacy-named symbol `ground__copy` in app/why-sporetrust/page.jsx:198", "shortDescription": {"text": "Legacy-named symbol `ground__copy` in app/why-sporetrust/page.jsx:198"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-624d34d1ff6370f8", "name": "Commented-code block (5 lines) in app/r2/[slug]/LifecycleView.jsx:11", "shortDescription": {"text": "Commented-code block (5 lines) in app/r2/[slug]/LifecycleView.jsx:11"}, "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-1ee35958bc530f33", "name": "Commented-code block (8 lines) in app/r2/[slug]/page.jsx:7", "shortDescription": {"text": "Commented-code block (8 lines) in app/r2/[slug]/page.jsx:7"}, "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-5235b2212ec44ce4", "name": "Commented-code block (5 lines) in app/r2/[slug]/ReportView.jsx:13", "shortDescription": {"text": "Commented-code block (5 lines) in app/r2/[slug]/ReportView.jsx:13"}, "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-8d29914ebd62f4d7", "name": "Commented-code block (6 lines) in app/r2/[slug]/print/page.jsx:7", "shortDescription": {"text": "Commented-code block (6 lines) in app/r2/[slug]/print/page.jsx:7"}, "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-5a5f93f2e96bd156", "name": "Commented-code block (6 lines) in app/r2/[slug]/print/render/page.jsx:6", "shortDescription": {"text": "Commented-code block (6 lines) in app/r2/[slug]/print/render/page.jsx:6"}, "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-41b18fc57c625353", "name": "Commented-code block (6 lines) in lib/supabase.js:5", "shortDescription": {"text": "Commented-code block (6 lines) in lib/supabase.js:5"}, "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-d8d1ba97a3ddd45d", "name": "Commented-code block (6 lines) in lib/inspectionsFromBooking.js:5", "shortDescription": {"text": "Commented-code block (6 lines) in lib/inspectionsFromBooking.js:5"}, "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-25ead7a4d9bbfb7c", "name": "Commented-code block (5 lines) in lib/mouldIndex.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/mouldIndex.js:1"}, "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-43f701499a126e9f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 lib/weather.js:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/weather.js:59"}, "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-6ab4ae2f50e136ab", "name": "Commented-code block (5 lines) in lib/admin/useAutosaveRow.js:6", "shortDescription": {"text": "Commented-code block (5 lines) in lib/admin/useAutosaveRow.js:6"}, "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-b90b11bf19b5fee8", "name": "Commented-code block (5 lines) in lib/admin/row-handler.js:5", "shortDescription": {"text": "Commented-code block (5 lines) in lib/admin/row-handler.js:5"}, "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}}]}}, "automationDetails": {"id": "repobility/20948"}, "properties": {"repository": "TehbynDFRNT/sporetrustdemo", "repoUrl": "https://github.com/TehbynDFRNT/sporetrustdemo", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-03f74d88afc5625c", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 app/admin/layout.jsx:10"}, "properties": {"repobilityId": "1447389da75cc954", "scanner": "scanner-primary", "fingerprint": "03f74d88afc5625c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-61f458c2d08ea479", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/inspection/page.jsx:554"}, "properties": {"repobilityId": "5998723e619b52e1", "scanner": "scanner-primary", "fingerprint": "61f458c2d08ea479", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e0afabc1af94d7f5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/r2/[slug]/print/pdf/route.js:55"}, "properties": {"repobilityId": "e87f7f189b3038fd", "scanner": "scanner-primary", "fingerprint": "e0afabc1af94d7f5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ee7b0565775da8bf", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/r2/[slug]/print/render/page.jsx:233"}, "properties": {"repobilityId": "5d2ad7cc84926160", "scanner": "scanner-primary", "fingerprint": "ee7b0565775da8bf", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-fd7d268b42bf7422", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 lib/leadSubmit.js:104"}, "properties": {"repobilityId": "bc588dec788468b9", "scanner": "scanner-primary", "fingerprint": "fd7d268b42bf7422", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-4f7264dffe55cb72", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/inspection/page.jsx:554"}, "properties": {"repobilityId": "7f2fda9860d3d195", "scanner": "scanner-primary", "fingerprint": "4f7264dffe55cb72", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/inspection/page.jsx"}, "region": {"startLine": 554}}}]}, {"ruleId": "scanner-e1ed77129a3ed538", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/r2/[slug]/print/render/page.jsx:233"}, "properties": {"repobilityId": "ce436c2c3dcd0fc9", "scanner": "scanner-primary", "fingerprint": "e1ed77129a3ed538", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/r2/[slug]/print/render/page.jsx"}, "region": {"startLine": 233}}}]}, {"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-e35c458f172ad48c", "level": "note", "message": {"text": "Very large file: app/r2/[slug]/ReportView.jsx (1610 lines)"}, "properties": {"repobilityId": "929331a6a7901eac", "scanner": "scanner-primary", "fingerprint": "e35c458f172ad48c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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": "25ccbd379bad5cf5", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "b6016f49a6bb7a67", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4774048f34942ddb", "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": "512b702e395d9f2e", "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": "9ee3f9400a25b45d", "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": "1d12ac5ba6cc4fd7", "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": "973b0a5f05b12e3e", "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": "49cde488d66e6a01", "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": "e4cbc426394db7fb", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6a0edd74fcddeacc", "level": "note", "message": {"text": "Legacy-named symbol `timeline__copy` in components/Timeline.jsx:64"}, "properties": {"repobilityId": "b7070b43361b240a", "scanner": "scanner-primary", "fingerprint": "6a0edd74fcddeacc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a7fa934d5b0fb4d0", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/useModalHistory.js:9"}, "properties": {"repobilityId": "a94ca7d42550cb7f", "scanner": "scanner-primary", "fingerprint": "a7fa934d5b0fb4d0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e79dc5ca9bfecad1", "level": "note", "message": {"text": "Legacy-named symbol `footer__copy` in components/LanderFooter.jsx:17"}, "properties": {"repobilityId": "48929dab42806ea6", "scanner": "scanner-primary", "fingerprint": "e79dc5ca9bfecad1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7917b7a714d74d6d", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/Reveal.jsx:3"}, "properties": {"repobilityId": "392a077ee09a262b", "scanner": "scanner-primary", "fingerprint": "7917b7a714d74d6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-638abdab6bd5404c", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/admin/AdminSidebar.jsx:7"}, "properties": {"repobilityId": "869e28e8eba2ee23", "scanner": "scanner-primary", "fingerprint": "638abdab6bd5404c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dfb1697928ef93c0", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/admin/DataTable.jsx:11"}, "properties": {"repobilityId": "c5876d7a7feb87cc", "scanner": "scanner-primary", "fingerprint": "dfb1697928ef93c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d042bbe752325aac", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/admin/DataTable.jsx:119"}, "properties": {"repobilityId": "7389e0dfb7b2edc3", "scanner": "scanner-primary", "fingerprint": "d042bbe752325aac", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b158d4ee449ed1e5", "level": "note", "message": {"text": "Legacy-named symbol `grid__copy` in app/suspected-mould/page.jsx:290"}, "properties": {"repobilityId": "ff1713714aedc807", "scanner": "scanner-primary", "fingerprint": "b158d4ee449ed1e5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ee9e0f6758bb3724", "level": "note", "message": {"text": "Legacy-named symbol `item__copy` in app/sporetrust-sentinel/page.jsx:282"}, "properties": {"repobilityId": "8837119bf9e632ce", "scanner": "scanner-primary", "fingerprint": "ee9e0f6758bb3724", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-117f535817481e7c", "level": "note", "message": {"text": "Legacy-named symbol `section__copy` in app/partners/remediation/page.jsx:226"}, "properties": {"repobilityId": "119e38336c6dbc38", "scanner": "scanner-primary", "fingerprint": "117f535817481e7c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-826404364290c087", "level": "note", "message": {"text": "Legacy-named symbol `section__copy` in app/partners/contractors/page.jsx:196"}, "properties": {"repobilityId": "93d445f368bc8ef0", "scanner": "scanner-primary", "fingerprint": "826404364290c087", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-29fa016fba2660b7", "level": "note", "message": {"text": "Legacy-named symbol `grid__copy` in app/visible-mould/page.jsx:117"}, "properties": {"repobilityId": "2f8d469c8a67dbab", "scanner": "scanner-primary", "fingerprint": "29fa016fba2660b7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f2e7479d381a8d69", "level": "none", "message": {"text": "Commented-code block (9 lines) in app/api/inspections/[slug]/reschedule/route.js:8"}, "properties": {"repobilityId": "b256b2fb3e447d0a", "scanner": "scanner-primary", "fingerprint": "f2e7479d381a8d69", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ff4ca394201177d", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/inspections/[slug]/cancel/route.js:8"}, "properties": {"repobilityId": "48ec446ffec17802", "scanner": "scanner-primary", "fingerprint": "8ff4ca394201177d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-72da2283d5c3aa29", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/admin/moisture-readings/route.js:11"}, "properties": {"repobilityId": "89bed7110edc11cc", "scanner": "scanner-primary", "fingerprint": "72da2283d5c3aa29", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1ac5d32b313fbc01", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/api/admin/sample-locations/route.js:11"}, "properties": {"repobilityId": "8774818573bdd37c", "scanner": "scanner-primary", "fingerprint": "1ac5d32b313fbc01", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b59dca4c60cd288b", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/api/admin/image-captures/route.js:11"}, "properties": {"repobilityId": "3404af5681e1c6eb", "scanner": "scanner-primary", "fingerprint": "b59dca4c60cd288b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9eb6dcf6ab0c5bc8", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/cal/webhook/route.js:18"}, "properties": {"repobilityId": "34c4baa6f3176a96", "scanner": "scanner-primary", "fingerprint": "9eb6dcf6ab0c5bc8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91d2a28b5d18d732", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/r/[slug]/ReportView.jsx:12"}, "properties": {"repobilityId": "033801b202f3245d", "scanner": "scanner-primary", "fingerprint": "91d2a28b5d18d732", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-823e8b4c21775b2b", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/admin/layout.jsx:10"}, "properties": {"repobilityId": "e8986597fc3d6db4", "scanner": "scanner-primary", "fingerprint": "823e8b4c21775b2b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-306a01eccc0c6a84", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/admin/inspections/page.jsx:13"}, "properties": {"repobilityId": "ee2d87e9e0c29d15", "scanner": "scanner-primary", "fingerprint": "306a01eccc0c6a84", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb42ad898a9d7555", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/page.jsx:23"}, "properties": {"repobilityId": "823bfdab84f99997", "scanner": "scanner-primary", "fingerprint": "eb42ad898a9d7555", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-04f9a8fac7c0fb62", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/page.jsx:51"}, "properties": {"repobilityId": "3c15aef77f78dfd4", "scanner": "scanner-primary", "fingerprint": "04f9a8fac7c0fb62", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-202ec865d82dcacf", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/page.jsx:25"}, "properties": {"repobilityId": "2e252ed2d2b2500a", "scanner": "scanner-primary", "fingerprint": "202ec865d82dcacf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d0076e40da40920", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/locations/[location_id]/page.jsx:62"}, "properties": {"repobilityId": "26b2606b210c77af", "scanner": "scanner-primary", "fingerprint": "9d0076e40da40920", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9a6a4245351f904d", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step4Moisture.jsx:18"}, "properties": {"repobilityId": "e3474d39d7caa37b", "scanner": "scanner-primary", "fingerprint": "9a6a4245351f904d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4dd2fe84f7b550db", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step4Moisture.jsx:55"}, "properties": {"repobilityId": "b3996f534c59fa76", "scanner": "scanner-primary", "fingerprint": "4dd2fe84f7b550db", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a4fdb9b41075b97c", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/admin/inspections/[inspection_id]/locations/[location_id]/steps/Step5AirSample.jsx:121"}, "properties": {"repobilityId": "e84fc922885b87da", "scanner": "scanner-primary", "fingerprint": "a4fdb9b41075b97c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58ebbb68c62d10af", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/inspections/[inspection_id]/wrap-up/page.jsx:29"}, "properties": {"repobilityId": "f4edefdb3ccc0a18", "scanner": "scanner-primary", "fingerprint": "58ebbb68c62d10af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c565b9a2ad7b51f5", "level": "note", "message": {"text": "Legacy-named symbol `section__copy` in app/inspection/page.jsx:464"}, "properties": {"repobilityId": "8929b904dbe39335", "scanner": "scanner-primary", "fingerprint": "c565b9a2ad7b51f5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-778a7a599da5dc3a", "level": "note", "message": {"text": "Legacy-named symbol `ground__copy` in app/why-sporetrust/page.jsx:198"}, "properties": {"repobilityId": "b317cbbbb343252e", "scanner": "scanner-primary", "fingerprint": "778a7a599da5dc3a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-624d34d1ff6370f8", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/r2/[slug]/LifecycleView.jsx:11"}, "properties": {"repobilityId": "91dd0e33b9b31bae", "scanner": "scanner-primary", "fingerprint": "624d34d1ff6370f8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1ee35958bc530f33", "level": "none", "message": {"text": "Commented-code block (8 lines) in app/r2/[slug]/page.jsx:7"}, "properties": {"repobilityId": "26fc3b938018525b", "scanner": "scanner-primary", "fingerprint": "1ee35958bc530f33", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5235b2212ec44ce4", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/r2/[slug]/ReportView.jsx:13"}, "properties": {"repobilityId": "adf655f4e924262c", "scanner": "scanner-primary", "fingerprint": "5235b2212ec44ce4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d29914ebd62f4d7", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/r2/[slug]/print/page.jsx:7"}, "properties": {"repobilityId": "a9d1f7ee9e404ebc", "scanner": "scanner-primary", "fingerprint": "8d29914ebd62f4d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5a5f93f2e96bd156", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/r2/[slug]/print/render/page.jsx:6"}, "properties": {"repobilityId": "102b158a5abfdf72", "scanner": "scanner-primary", "fingerprint": "5a5f93f2e96bd156", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-41b18fc57c625353", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/supabase.js:5"}, "properties": {"repobilityId": "207f13622fcaf6e3", "scanner": "scanner-primary", "fingerprint": "41b18fc57c625353", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d8d1ba97a3ddd45d", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/inspectionsFromBooking.js:5"}, "properties": {"repobilityId": "3a34ad986f019ef1", "scanner": "scanner-primary", "fingerprint": "d8d1ba97a3ddd45d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-25ead7a4d9bbfb7c", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/mouldIndex.js:1"}, "properties": {"repobilityId": "684f795e1c4aee96", "scanner": "scanner-primary", "fingerprint": "25ead7a4d9bbfb7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43f701499a126e9f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 lib/weather.js:59"}, "properties": {"repobilityId": "b6b575ec076f8dff", "scanner": "scanner-primary", "fingerprint": "43f701499a126e9f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6ab4ae2f50e136ab", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/admin/useAutosaveRow.js:6"}, "properties": {"repobilityId": "f7c7396881152dfa", "scanner": "scanner-primary", "fingerprint": "6ab4ae2f50e136ab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b90b11bf19b5fee8", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/admin/row-handler.js:5"}, "properties": {"repobilityId": "655217808c414d2a", "scanner": "scanner-primary", "fingerprint": "b90b11bf19b5fee8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}