{"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-f119cecab3942807", "name": "Stray `console.log` in TS/JS \u2014 bootstrap-pb.js:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 bootstrap-pb.js:63"}, "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-c4aae1f10e401d19", "name": "Stray `console.log` in TS/JS \u2014 enrich-crawlee.js:359", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 enrich-crawlee.js:359"}, "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-21b2220c1ea3eb5b", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/agent/AgentClient.js:327", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/agent/AgentClient.js:327"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dcc699f39ff5cdc5", "name": "Insecure pattern 'node_child_process' in project.cjs:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in project.cjs:14"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-70f60d9fe66ba8c0", "name": "Insecure pattern 'node_child_process' in web-runner.cjs:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in web-runner.cjs:6"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-95cd5c8bf2ce6ac2", "name": "Insecure pattern 'dangerous_innerhtml' in app/agent/AgentClient.js:327", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/agent/AgentClient.js:327"}, "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-41189bfc15920371", "name": "Insecure pattern 'node_child_process' in web/lib/store.cjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in web/lib/store.cjs:3"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 68 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 99 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 12 placeholder/mock markers across 5 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. 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": "low", "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-1c49202bb4678294", "name": "Commented-code block (6 lines) in gridscrape.cjs:11", "shortDescription": {"text": "Commented-code block (6 lines) in gridscrape.cjs: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-3dae4c9ec2a2f96c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 gridscrape.cjs:70", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 gridscrape.cjs:70"}, "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-49571fac6c49b8ef", "name": "Commented-code block (8 lines) in scrape.cjs:2", "shortDescription": {"text": "Commented-code block (8 lines) in scrape.cjs:2"}, "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-01ea05327108dd30", "name": "Commented-code block (5 lines) in web-runner.cjs:154", "shortDescription": {"text": "Commented-code block (5 lines) in web-runner.cjs:154"}, "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-a286cac33a3a33dd", "name": "Commented-code block (5 lines) in enrich.cjs:45", "shortDescription": {"text": "Commented-code block (5 lines) in enrich.cjs:45"}, "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-c9b789be17c73b9a", "name": "Commented-code block (8 lines) in enrich-crawlee.js:4", "shortDescription": {"text": "Commented-code block (8 lines) in enrich-crawlee.js:4"}, "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-9562162d330b9b5a", "name": "Commented-code block (5 lines) in whatsapp.cjs:6", "shortDescription": {"text": "Commented-code block (5 lines) in whatsapp.cjs: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-d070e39f27d83730", "name": "Commented-code block (10 lines) in web/lib/web-audit.cjs:3", "shortDescription": {"text": "Commented-code block (10 lines) in web/lib/web-audit.cjs: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-7cffab24be8b54b9", "name": "Commented-code block (10 lines) in web/lib/llm.cjs:3", "shortDescription": {"text": "Commented-code block (10 lines) in web/lib/llm.cjs: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-0e929e9581c54843", "name": "Commented-code block (7 lines) in web/lib/site-report.cjs:1", "shortDescription": {"text": "Commented-code block (7 lines) in web/lib/site-report.cjs: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}}]}}, "automationDetails": {"id": "repobility/19726"}, "properties": {"repository": "sionex-code/leads-enhancer", "repoUrl": "https://github.com/sionex-code/leads-enhancer", "branch": "main"}, "results": [{"ruleId": "scanner-f119cecab3942807", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 bootstrap-pb.js:63"}, "properties": {"repobilityId": "68e6cb0e3b8d28b7", "scanner": "scanner-primary", "fingerprint": "f119cecab3942807", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c4aae1f10e401d19", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 enrich-crawlee.js:359"}, "properties": {"repobilityId": "3d0f8294914142ad", "scanner": "scanner-primary", "fingerprint": "c4aae1f10e401d19", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-21b2220c1ea3eb5b", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/agent/AgentClient.js:327"}, "properties": {"repobilityId": "db8b88e2ca1f4588", "scanner": "scanner-primary", "fingerprint": "21b2220c1ea3eb5b", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-dcc699f39ff5cdc5", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in project.cjs:14"}, "properties": {"repobilityId": "f8ddcfff64c65217", "scanner": "scanner-primary", "fingerprint": "dcc699f39ff5cdc5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "project.cjs"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-70f60d9fe66ba8c0", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in web-runner.cjs:6"}, "properties": {"repobilityId": "9ba6770da6e0edb6", "scanner": "scanner-primary", "fingerprint": "70f60d9fe66ba8c0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web-runner.cjs"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-95cd5c8bf2ce6ac2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/agent/AgentClient.js:327"}, "properties": {"repobilityId": "89adb8c5f3b5340f", "scanner": "scanner-primary", "fingerprint": "95cd5c8bf2ce6ac2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/agent/AgentClient.js"}, "region": {"startLine": 327}}}]}, {"ruleId": "scanner-41189bfc15920371", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in web/lib/store.cjs:3"}, "properties": {"repobilityId": "47d28ce6516f84aa", "scanner": "scanner-primary", "fingerprint": "41189bfc15920371", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/lib/store.cjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-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": "fd3667ae05aca928", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ab53ee5ecb6ac646", "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": "959aa1115a66c82e", "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": "c5127ce6ff5d02a3", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "028081eda9d6973c", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "58405624a6048f0c", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "22fc6e8751215b47", "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": "b72ead965f0dd841", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-1c49202bb4678294", "level": "none", "message": {"text": "Commented-code block (6 lines) in gridscrape.cjs:11"}, "properties": {"repobilityId": "838c218e82db5a00", "scanner": "scanner-primary", "fingerprint": "1c49202bb4678294", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3dae4c9ec2a2f96c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 gridscrape.cjs:70"}, "properties": {"repobilityId": "c362450429fdea6b", "scanner": "scanner-primary", "fingerprint": "3dae4c9ec2a2f96c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-49571fac6c49b8ef", "level": "none", "message": {"text": "Commented-code block (8 lines) in scrape.cjs:2"}, "properties": {"repobilityId": "090b661578447c5c", "scanner": "scanner-primary", "fingerprint": "49571fac6c49b8ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-01ea05327108dd30", "level": "none", "message": {"text": "Commented-code block (5 lines) in web-runner.cjs:154"}, "properties": {"repobilityId": "a931ce67266c57e4", "scanner": "scanner-primary", "fingerprint": "01ea05327108dd30", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a286cac33a3a33dd", "level": "none", "message": {"text": "Commented-code block (5 lines) in enrich.cjs:45"}, "properties": {"repobilityId": "9715857460509761", "scanner": "scanner-primary", "fingerprint": "a286cac33a3a33dd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c9b789be17c73b9a", "level": "none", "message": {"text": "Commented-code block (8 lines) in enrich-crawlee.js:4"}, "properties": {"repobilityId": "bf1852c460c90c74", "scanner": "scanner-primary", "fingerprint": "c9b789be17c73b9a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9562162d330b9b5a", "level": "none", "message": {"text": "Commented-code block (5 lines) in whatsapp.cjs:6"}, "properties": {"repobilityId": "fd351641f5ec8daf", "scanner": "scanner-primary", "fingerprint": "9562162d330b9b5a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d070e39f27d83730", "level": "none", "message": {"text": "Commented-code block (10 lines) in web/lib/web-audit.cjs:3"}, "properties": {"repobilityId": "9c5e8c1c012c196d", "scanner": "scanner-primary", "fingerprint": "d070e39f27d83730", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7cffab24be8b54b9", "level": "none", "message": {"text": "Commented-code block (10 lines) in web/lib/llm.cjs:3"}, "properties": {"repobilityId": "4cbaf1012734af9e", "scanner": "scanner-primary", "fingerprint": "7cffab24be8b54b9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0e929e9581c54843", "level": "none", "message": {"text": "Commented-code block (7 lines) in web/lib/site-report.cjs:1"}, "properties": {"repobilityId": "3f7991277c6742bb", "scanner": "scanner-primary", "fingerprint": "0e929e9581c54843", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}