{"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-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-61e59f89448e1b8c", "name": "Very large file: src/lib/caseStudies.ts (1550 lines)", "shortDescription": {"text": "Very large file: src/lib/caseStudies.ts (1550 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 50 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 31 placeholder/mock markers across 11 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. 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-e2968aebd6569978", "name": "Commented-code block (8 lines) in api/generate.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in api/generate.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-a99f47da9a7d1ed2", "name": "Commented-code block (5 lines) in src/components/Spine.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/Spine.tsx: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-766c7a98836adc33", "name": "Commented-code block (8 lines) in src/components/Ambient.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/components/Ambient.tsx: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-48319115b01ecde3", "name": "Commented-code block (6 lines) in src/components/XwalkChips.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/XwalkChips.tsx: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-19306160386dc2cf", "name": "Commented-code block (5 lines) in src/components/AuthModal.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/AuthModal.tsx: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-2ff10c52a2172d42", "name": "Commented-code block (5 lines) in src/components/BrandBar.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/BrandBar.tsx: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-d430980cd0d1960c", "name": "Commented-code block (9 lines) in src/components/ReadingFacets.tsx:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/components/ReadingFacets.tsx: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-09d3fdb01b5b5c91", "name": "Commented-code block (10 lines) in src/lib/api.ts:1", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/api.ts: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-fc7e38ac81126561", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/api.ts:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/api.ts:32"}, "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-de4fd7dcdc65cb2e", "name": "Commented-code block (9 lines) in src/lib/auth.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/auth.ts: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-61309047ddf2e13b", "name": "Commented-code block (8 lines) in src/lib/xwalk.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/xwalk.ts: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-b058adb34665141d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/xwalk.ts:38", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/xwalk.ts:38"}, "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-cd79d8ae070b673c", "name": "Commented-code block (9 lines) in src/lib/cloud.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/cloud.ts: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-78ceb278a519c574", "name": "Commented-code block (5 lines) in src/lib/theme.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/theme.ts: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-c76c949076e97028", "name": "Commented-code block (7 lines) in src/lib/stats.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/stats.ts: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-dce62b90ac80b366", "name": "Commented-code block (8 lines) in src/lib/scales.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/scales.ts: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-9d00256852a1f14f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/scales.ts:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/scales.ts:39"}, "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-daf79048a9b8e5dc", "name": "Commented-code block (7 lines) in src/lib/stages.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/stages.ts: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-2a092fa255894399", "name": "Commented-code block (8 lines) in src/lib/journals.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/journals.ts: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-c45bfe0c6fd85cc8", "name": "Commented-code block (7 lines) in src/lib/caseStudies.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/caseStudies.ts: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-db1ecfddf1850a31", "name": "Commented-code block (6 lines) in src/lib/store.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/store.ts: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-335d8f111023adbc", "name": "Commented-code block (7 lines) in src/lib/dataset.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/dataset.ts: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-e9d0a7a428fb3009", "name": "Commented-code block (7 lines) in src/lib/paperFacets.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/paperFacets.ts: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-369a453720db7764", "name": "Commented-code block (5 lines) in src/lib/useAuth.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/useAuth.ts: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-e4ab02971e3b02be", "name": "Commented-code block (6 lines) in src/lib/theories.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/theories.ts: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-eb5d1242b01acb4e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/theories.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/theories.ts: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-21ed03f26688c90a", "name": "Commented-code block (7 lines) in src/lib/useCloudSync.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/useCloudSync.ts: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-7948ab75b19bb3eb", "name": "Commented-code block (5 lines) in src/lib/sync.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/sync.ts: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-ea34bbae48c1b986", "name": "Commented-code block (6 lines) in src/lib/corpus.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/corpus.ts: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-bb183216344d8c78", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/corpus.ts:52", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/corpus.ts:52"}, "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-5092ecfb5bdbd9e1", "name": "Commented-code block (8 lines) in src/lib/router.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/router.ts: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-12ae9b0cac3383ab", "name": "Commented-code block (6 lines) in src/lib/types.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/types.ts: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-a5b63be0dae50b0f", "name": "Commented-code block (9 lines) in src/lib/prereg.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in src/lib/prereg.ts: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-52f18bd9af225708", "name": "Commented-code block (7 lines) in src/lib/useStageData.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/useStageData.ts: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-0b088979ad46f305", "name": "Commented-code block (7 lines) in src/lib/artifacts.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/artifacts.ts: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-f6c6064fe15802f1", "name": "Commented-code block (7 lines) in src/lib/power.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/power.ts: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-0cbc53d02ec4029e", "name": "Commented-code block (8 lines) in src/stages/MeasureBody.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/stages/MeasureBody.tsx: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-683221fd25bf6221", "name": "Commented-code block (8 lines) in src/stages/CollectBody.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/stages/CollectBody.tsx: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-0b4b9e81ea9d7a19", "name": "Commented-code block (7 lines) in src/stages/DiscoverBody.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/stages/DiscoverBody.tsx: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-6f6479f08637852d", "name": "Commented-code block (6 lines) in src/stages/StageShell.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/stages/StageShell.tsx: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-5ce5727201474e1a", "name": "Commented-code block (8 lines) in src/stages/PublishBody.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/stages/PublishBody.tsx: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-4506b1584e22f764", "name": "Commented-code block (8 lines) in src/stages/WriteBody.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/stages/WriteBody.tsx: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-5fec63e36dbbecea", "name": "Commented-code block (10 lines) in src/stages/AnalyzeBody.tsx:1", "shortDescription": {"text": "Commented-code block (10 lines) in src/stages/AnalyzeBody.tsx: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-1c1e68b4f2578928", "name": "Commented-code block (8 lines) in src/stages/FrameBody.tsx:1", "shortDescription": {"text": "Commented-code block (8 lines) in src/stages/FrameBody.tsx: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-7e99088cbce20bdb", "name": "Commented-code block (5 lines) in src/views/Hub.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/views/Hub.tsx: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-e750bfd3b24b8fc5", "name": "Commented-code block (6 lines) in src/views/ProjectView.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/views/ProjectView.tsx: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-62d76f6495b145b0", "name": "Commented-code block (7 lines) in src/views/Examples.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/views/Examples.tsx: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-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `TLS_MODEL`, `VITE_SUPABASE_ANON_KEY`, `VITE_SUPABASE_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20639"}, "properties": {"repository": "SyAhmedU/throughline-studio", "repoUrl": "https://github.com/SyAhmedU/throughline-studio", "branch": "main"}, "results": [{"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-61e59f89448e1b8c", "level": "note", "message": {"text": "Very large file: src/lib/caseStudies.ts (1550 lines)"}, "properties": {"repobilityId": "006bdb7020f8f592", "scanner": "scanner-primary", "fingerprint": "61e59f89448e1b8c", "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": "9f475e45581b722e", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "b19f647ac6eb18b2", "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": "9bc25c03e61f66ff", "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": "357ecb1d3ad8cdcb", "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": "1ee2b8fe65e83281", "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": "3651d07d48334b2b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e2968aebd6569978", "level": "none", "message": {"text": "Commented-code block (8 lines) in api/generate.js:1"}, "properties": {"repobilityId": "05693e74805f81bc", "scanner": "scanner-primary", "fingerprint": "e2968aebd6569978", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a99f47da9a7d1ed2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/Spine.tsx:1"}, "properties": {"repobilityId": "990e277b16c32b71", "scanner": "scanner-primary", "fingerprint": "a99f47da9a7d1ed2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-766c7a98836adc33", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/components/Ambient.tsx:1"}, "properties": {"repobilityId": "bce630651f22c251", "scanner": "scanner-primary", "fingerprint": "766c7a98836adc33", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-48319115b01ecde3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/XwalkChips.tsx:1"}, "properties": {"repobilityId": "4a526e7c7cba0c56", "scanner": "scanner-primary", "fingerprint": "48319115b01ecde3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-19306160386dc2cf", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/AuthModal.tsx:1"}, "properties": {"repobilityId": "f9c0b031008876d8", "scanner": "scanner-primary", "fingerprint": "19306160386dc2cf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ff10c52a2172d42", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/BrandBar.tsx:1"}, "properties": {"repobilityId": "803e307e00817cab", "scanner": "scanner-primary", "fingerprint": "2ff10c52a2172d42", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d430980cd0d1960c", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/components/ReadingFacets.tsx:1"}, "properties": {"repobilityId": "315fe7f150637f8e", "scanner": "scanner-primary", "fingerprint": "d430980cd0d1960c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-09d3fdb01b5b5c91", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/api.ts:1"}, "properties": {"repobilityId": "bc1fc319b0808c56", "scanner": "scanner-primary", "fingerprint": "09d3fdb01b5b5c91", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fc7e38ac81126561", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/api.ts:32"}, "properties": {"repobilityId": "4136dcb95abefcb0", "scanner": "scanner-primary", "fingerprint": "fc7e38ac81126561", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-de4fd7dcdc65cb2e", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/auth.ts:1"}, "properties": {"repobilityId": "a588fced85a601f8", "scanner": "scanner-primary", "fingerprint": "de4fd7dcdc65cb2e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61309047ddf2e13b", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/xwalk.ts:1"}, "properties": {"repobilityId": "ad69fcf39e9ea2bd", "scanner": "scanner-primary", "fingerprint": "61309047ddf2e13b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b058adb34665141d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/xwalk.ts:38"}, "properties": {"repobilityId": "49bde03b826b1e18", "scanner": "scanner-primary", "fingerprint": "b058adb34665141d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cd79d8ae070b673c", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/cloud.ts:1"}, "properties": {"repobilityId": "7e70442da087be94", "scanner": "scanner-primary", "fingerprint": "cd79d8ae070b673c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-78ceb278a519c574", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/theme.ts:1"}, "properties": {"repobilityId": "e416ff28f93b736f", "scanner": "scanner-primary", "fingerprint": "78ceb278a519c574", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c76c949076e97028", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/stats.ts:1"}, "properties": {"repobilityId": "29fc814a348a2a20", "scanner": "scanner-primary", "fingerprint": "c76c949076e97028", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dce62b90ac80b366", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/scales.ts:1"}, "properties": {"repobilityId": "721792ad4b16482e", "scanner": "scanner-primary", "fingerprint": "dce62b90ac80b366", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d00256852a1f14f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/scales.ts:39"}, "properties": {"repobilityId": "9ee42d1b316f5243", "scanner": "scanner-primary", "fingerprint": "9d00256852a1f14f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-daf79048a9b8e5dc", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/stages.ts:1"}, "properties": {"repobilityId": "01d7554af0e25ded", "scanner": "scanner-primary", "fingerprint": "daf79048a9b8e5dc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a092fa255894399", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/journals.ts:1"}, "properties": {"repobilityId": "a3e052d682db8eba", "scanner": "scanner-primary", "fingerprint": "2a092fa255894399", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c45bfe0c6fd85cc8", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/caseStudies.ts:9"}, "properties": {"repobilityId": "692cd77dafa5d16e", "scanner": "scanner-primary", "fingerprint": "c45bfe0c6fd85cc8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-db1ecfddf1850a31", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/store.ts:1"}, "properties": {"repobilityId": "5828564216fbe795", "scanner": "scanner-primary", "fingerprint": "db1ecfddf1850a31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-335d8f111023adbc", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/dataset.ts:1"}, "properties": {"repobilityId": "969d0b9addd8bdf5", "scanner": "scanner-primary", "fingerprint": "335d8f111023adbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e9d0a7a428fb3009", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/paperFacets.ts:1"}, "properties": {"repobilityId": "c5a7055104dbe253", "scanner": "scanner-primary", "fingerprint": "e9d0a7a428fb3009", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-369a453720db7764", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/useAuth.ts:1"}, "properties": {"repobilityId": "d23f8cbe4837453e", "scanner": "scanner-primary", "fingerprint": "369a453720db7764", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e4ab02971e3b02be", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/theories.ts:1"}, "properties": {"repobilityId": "bddb9e66e2668fc3", "scanner": "scanner-primary", "fingerprint": "e4ab02971e3b02be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb5d1242b01acb4e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/theories.ts:29"}, "properties": {"repobilityId": "b417f86e3111d71d", "scanner": "scanner-primary", "fingerprint": "eb5d1242b01acb4e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-21ed03f26688c90a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/useCloudSync.ts:1"}, "properties": {"repobilityId": "7d99b592053fe107", "scanner": "scanner-primary", "fingerprint": "21ed03f26688c90a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7948ab75b19bb3eb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/sync.ts:1"}, "properties": {"repobilityId": "165e6e5c7dfdca9f", "scanner": "scanner-primary", "fingerprint": "7948ab75b19bb3eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea34bbae48c1b986", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/corpus.ts:1"}, "properties": {"repobilityId": "d09430fd7eef3d25", "scanner": "scanner-primary", "fingerprint": "ea34bbae48c1b986", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bb183216344d8c78", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/corpus.ts:52"}, "properties": {"repobilityId": "5b5812c65571fe3c", "scanner": "scanner-primary", "fingerprint": "bb183216344d8c78", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5092ecfb5bdbd9e1", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/router.ts:1"}, "properties": {"repobilityId": "61a37261a2ef6c3f", "scanner": "scanner-primary", "fingerprint": "5092ecfb5bdbd9e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12ae9b0cac3383ab", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/types.ts:1"}, "properties": {"repobilityId": "1cacf8e1af2f3ddf", "scanner": "scanner-primary", "fingerprint": "12ae9b0cac3383ab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5b63be0dae50b0f", "level": "none", "message": {"text": "Commented-code block (9 lines) in src/lib/prereg.ts:1"}, "properties": {"repobilityId": "d2eb84b3054e1855", "scanner": "scanner-primary", "fingerprint": "a5b63be0dae50b0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-52f18bd9af225708", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/useStageData.ts:1"}, "properties": {"repobilityId": "e1eaf548e87dcb99", "scanner": "scanner-primary", "fingerprint": "52f18bd9af225708", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b088979ad46f305", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/artifacts.ts:1"}, "properties": {"repobilityId": "3e130e590703c0a0", "scanner": "scanner-primary", "fingerprint": "0b088979ad46f305", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6c6064fe15802f1", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/power.ts:1"}, "properties": {"repobilityId": "1cafc9705b5d9a12", "scanner": "scanner-primary", "fingerprint": "f6c6064fe15802f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0cbc53d02ec4029e", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/stages/MeasureBody.tsx:1"}, "properties": {"repobilityId": "5cda175c26a2cc9e", "scanner": "scanner-primary", "fingerprint": "0cbc53d02ec4029e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-683221fd25bf6221", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/stages/CollectBody.tsx:1"}, "properties": {"repobilityId": "274769ffc356e4b0", "scanner": "scanner-primary", "fingerprint": "683221fd25bf6221", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b4b9e81ea9d7a19", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/stages/DiscoverBody.tsx:1"}, "properties": {"repobilityId": "1a6fc07b6acf231a", "scanner": "scanner-primary", "fingerprint": "0b4b9e81ea9d7a19", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6f6479f08637852d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/stages/StageShell.tsx:1"}, "properties": {"repobilityId": "20c0b5ca7cd6b418", "scanner": "scanner-primary", "fingerprint": "6f6479f08637852d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5ce5727201474e1a", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/stages/PublishBody.tsx:1"}, "properties": {"repobilityId": "ac80e587df63dd16", "scanner": "scanner-primary", "fingerprint": "5ce5727201474e1a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4506b1584e22f764", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/stages/WriteBody.tsx:1"}, "properties": {"repobilityId": "0f56981b846159b8", "scanner": "scanner-primary", "fingerprint": "4506b1584e22f764", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5fec63e36dbbecea", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/stages/AnalyzeBody.tsx:1"}, "properties": {"repobilityId": "ca03853af8408a5f", "scanner": "scanner-primary", "fingerprint": "5fec63e36dbbecea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c1e68b4f2578928", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/stages/FrameBody.tsx:1"}, "properties": {"repobilityId": "7f69442c664b4696", "scanner": "scanner-primary", "fingerprint": "1c1e68b4f2578928", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e99088cbce20bdb", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/views/Hub.tsx:1"}, "properties": {"repobilityId": "e5e4763f46d7286f", "scanner": "scanner-primary", "fingerprint": "7e99088cbce20bdb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e750bfd3b24b8fc5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/views/ProjectView.tsx:1"}, "properties": {"repobilityId": "1d3e5af53b894e77", "scanner": "scanner-primary", "fingerprint": "e750bfd3b24b8fc5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-62d76f6495b145b0", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/views/Examples.tsx:1"}, "properties": {"repobilityId": "bc35fd6787545b78", "scanner": "scanner-primary", "fingerprint": "62d76f6495b145b0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}