{"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-79341eddc3969eaf", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:32", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:32"}, "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-6b78045504447c81", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 app/steps-use/page.tsx:289", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/steps-use/page.tsx:289"}, "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-ab20112bfb466a56", "name": "`truncate` class without `title=` for hover reveal \u2014 components/Nav.tsx:82", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Nav.tsx:82"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-048e6b734f3bc1b4", "name": "Stray `console.log` in TS/JS \u2014 engine/run.ts:94", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 engine/run.ts:94"}, "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-6ec82ac5100d335f", "name": "Stray `console.log` in TS/JS \u2014 engine/backtest.test.ts:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 engine/backtest.test.ts:15"}, "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-f51a29d6ca68ae52", "name": "Stray `console.log` in TS/JS \u2014 engine/calibrate.test.ts:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 engine/calibrate.test.ts:57"}, "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-00e02d769549c830", "name": "Stray `console.log` in TS/JS \u2014 engine/accrue.test.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 engine/accrue.test.ts:33"}, "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-292203090dc21d4e", "name": "Stray `console.log` in TS/JS \u2014 engine/price/price.test.ts:98", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 engine/price/price.test.ts:98"}, "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-55743aaf2ebef8bb", "name": "Insecure pattern 'direct_innerhtml_assignment' in build-portable.mjs:268", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in build-portable.mjs:268"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b88fb69cb551b03", "name": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:32", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:32"}, "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-45bd212bc49150de", "name": "Insecure pattern 'dangerous_innerhtml' in app/steps-use/page.tsx:289", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in app/steps-use/page.tsx:289"}, "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-9a52e8ed06f421b6", "name": "Insecure pattern 'node_child_process' in scripts/prebuild.mjs:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/prebuild.mjs:8"}, "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-ab34cea348a00266", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/freightclose-archive-april-2026.html:375", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/freightclose-archive-april-2026.html:375"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "14 tests / 70 src (ratio 0.20)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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-335f77c98af4e0c3", "name": "Commented-code block (5 lines) in tailwind.config.ts:24", "shortDescription": {"text": "Commented-code block (5 lines) in tailwind.config.ts:24"}, "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-5e3f6dcbff00c3d3", "name": "Commented-code block (7 lines) in app/approval/page.tsx:3", "shortDescription": {"text": "Commented-code block (7 lines) in app/approval/page.tsx: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-46accaa2a96a4d7f", "name": "Commented-code block (6 lines) in app/closed/page.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in app/closed/page.tsx: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-9949d3a6005f1ce4", "name": "Commented-code block (6 lines) in app/deck/page.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in app/deck/page.tsx: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-413891349cf3ff1c", "name": "Commented-code block (6 lines) in scripts/prebuild.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/prebuild.mjs: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-493c4d1210e18838", "name": "Commented-code block (5 lines) in components/CarrierAccrualTable.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/CarrierAccrualTable.tsx: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-54c7985f44e7fef8", "name": "Commented-code block (5 lines) in components/ExceptionsView.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/ExceptionsView.tsx: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-1259136a1813063d", "name": "Commented-code block (7 lines) in components/ShipmentMap.tsx:1", "shortDescription": {"text": "Commented-code block (7 lines) in components/ShipmentMap.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-d4279b979d4d13e8", "name": "Commented-code block (6 lines) in components/guide/diagrams.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in components/guide/diagrams.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-cb90893bd6472b57", "name": "Commented-code block (5 lines) in components/close/ClosePanel.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/close/ClosePanel.tsx: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-324bf049f1c7fa2d", "name": "Commented-code block (5 lines) in components/close/JePanel.tsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in components/close/JePanel.tsx: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-4c2ae52b6999f8bc", "name": "Commented-code block (5 lines) in components/close/MethodPanel.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/close/MethodPanel.tsx: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-245a4d6ff869c937", "name": "Commented-code block (5 lines) in components/close/ConnectionsDiagram.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in components/close/ConnectionsDiagram.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-13cc351facb40ac9", "name": "Commented-code block (5 lines) in components/close/RatesPanel.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in components/close/RatesPanel.tsx: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-4d6124900a4a9d6c", "name": "Commented-code block (6 lines) in engine/samples.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in engine/samples.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-6d18d72a13baf709", "name": "Commented-code block (7 lines) in engine/configSet.ts:8", "shortDescription": {"text": "Commented-code block (7 lines) in engine/configSet.ts: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-3b05dd063f8d6933", "name": "Commented-code block (9 lines) in engine/may.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in engine/may.ts: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-6b1803141c286737", "name": "Commented-code block (5 lines) in engine/run.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in engine/run.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-64b554e128775628", "name": "Commented-code block (6 lines) in engine/history.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in engine/history.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-280a636d57946959", "name": "Commented-code block (11 lines) in engine/reconcile.ts:3", "shortDescription": {"text": "Commented-code block (11 lines) in engine/reconcile.ts: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-d829cfbdb9127dd7", "name": "Commented-code block (6 lines) in engine/normalize.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in engine/normalize.ts: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-759d811190045ae1", "name": "Commented-code block (7 lines) in engine/close.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in engine/close.ts: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-ee5d90970c53ee9b", "name": "Commented-code block (8 lines) in engine/calibrate.ts:14", "shortDescription": {"text": "Commented-code block (8 lines) in engine/calibrate.ts:14"}, "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-0519bc11cd98db28", "name": "Commented-code block (9 lines) in engine/backtest.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in engine/backtest.ts: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-a826804eaaf50d7e", "name": "Commented-code block (7 lines) in engine/close.test.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in engine/close.test.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-61346374e9060ab0", "name": "Commented-code block (5 lines) in engine/exceptions.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in engine/exceptions.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}}]}}, "automationDetails": {"id": "repobility/25472"}, "properties": {"repository": "dogsleddev/freightclose", "repoUrl": "https://github.com/dogsleddev/freightclose", "branch": "main"}, "results": [{"ruleId": "scanner-79341eddc3969eaf", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/layout.tsx:32"}, "properties": {"repobilityId": "6f16eb9b82a2dcd6", "scanner": "scanner-primary", "fingerprint": "79341eddc3969eaf", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-6b78045504447c81", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 app/steps-use/page.tsx:289"}, "properties": {"repobilityId": "4de22dd1e7c24191", "scanner": "scanner-primary", "fingerprint": "6b78045504447c81", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-ab20112bfb466a56", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Nav.tsx:82"}, "properties": {"repobilityId": "e4260bbe4c878e8b", "scanner": "scanner-primary", "fingerprint": "ab20112bfb466a56", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-048e6b734f3bc1b4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 engine/run.ts:94"}, "properties": {"repobilityId": "344fdc4bc671f282", "scanner": "scanner-primary", "fingerprint": "048e6b734f3bc1b4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ec82ac5100d335f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 engine/backtest.test.ts:15"}, "properties": {"repobilityId": "41acb5139273232a", "scanner": "scanner-primary", "fingerprint": "6ec82ac5100d335f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f51a29d6ca68ae52", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 engine/calibrate.test.ts:57"}, "properties": {"repobilityId": "e4547f02112735b9", "scanner": "scanner-primary", "fingerprint": "f51a29d6ca68ae52", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-00e02d769549c830", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 engine/accrue.test.ts:33"}, "properties": {"repobilityId": "cd74cccc488b8bdc", "scanner": "scanner-primary", "fingerprint": "00e02d769549c830", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-292203090dc21d4e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 engine/price/price.test.ts:98"}, "properties": {"repobilityId": "063b8902e9a2e3c9", "scanner": "scanner-primary", "fingerprint": "292203090dc21d4e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-55743aaf2ebef8bb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in build-portable.mjs:268"}, "properties": {"repobilityId": "41759a8cf4a9b2a1", "scanner": "scanner-primary", "fingerprint": "55743aaf2ebef8bb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "build-portable.mjs"}, "region": {"startLine": 268}}}]}, {"ruleId": "scanner-0b88fb69cb551b03", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:32"}, "properties": {"repobilityId": "69d4743587f721a0", "scanner": "scanner-primary", "fingerprint": "0b88fb69cb551b03", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/layout.tsx"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-45bd212bc49150de", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in app/steps-use/page.tsx:289"}, "properties": {"repobilityId": "6ea89fb63b6a212a", "scanner": "scanner-primary", "fingerprint": "45bd212bc49150de", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/steps-use/page.tsx"}, "region": {"startLine": 289}}}]}, {"ruleId": "scanner-9a52e8ed06f421b6", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/prebuild.mjs:8"}, "properties": {"repobilityId": "3ddf57065e5202ce", "scanner": "scanner-primary", "fingerprint": "9a52e8ed06f421b6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/prebuild.mjs"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-ab34cea348a00266", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/freightclose-archive-april-2026.html:375"}, "properties": {"repobilityId": "c203ab287aceeb95", "scanner": "scanner-primary", "fingerprint": "ab34cea348a00266", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/freightclose-archive-april-2026.html"}, "region": {"startLine": 375}}}]}, {"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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e9d5907bc864f05c", "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": "86a21950fd84fffb", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "bd855f6109b401a3", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "d9f65550bb94ad69", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-335f77c98af4e0c3", "level": "none", "message": {"text": "Commented-code block (5 lines) in tailwind.config.ts:24"}, "properties": {"repobilityId": "1074e58b079c281d", "scanner": "scanner-primary", "fingerprint": "335f77c98af4e0c3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e3f6dcbff00c3d3", "level": "none", "message": {"text": "Commented-code block (7 lines) in app/approval/page.tsx:3"}, "properties": {"repobilityId": "dfd8abbcf728d055", "scanner": "scanner-primary", "fingerprint": "5e3f6dcbff00c3d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-46accaa2a96a4d7f", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/closed/page.tsx:3"}, "properties": {"repobilityId": "38a36373b561bb1d", "scanner": "scanner-primary", "fingerprint": "46accaa2a96a4d7f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9949d3a6005f1ce4", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/deck/page.tsx:3"}, "properties": {"repobilityId": "ce5ca13bb19f40a0", "scanner": "scanner-primary", "fingerprint": "9949d3a6005f1ce4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-413891349cf3ff1c", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/prebuild.mjs:1"}, "properties": {"repobilityId": "bddb8a2978bc0027", "scanner": "scanner-primary", "fingerprint": "413891349cf3ff1c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-493c4d1210e18838", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/CarrierAccrualTable.tsx:3"}, "properties": {"repobilityId": "40bd2489386e4f1b", "scanner": "scanner-primary", "fingerprint": "493c4d1210e18838", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-54c7985f44e7fef8", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/ExceptionsView.tsx:3"}, "properties": {"repobilityId": "983439b9fbb91f80", "scanner": "scanner-primary", "fingerprint": "54c7985f44e7fef8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1259136a1813063d", "level": "none", "message": {"text": "Commented-code block (7 lines) in components/ShipmentMap.tsx:1"}, "properties": {"repobilityId": "85376966810716f1", "scanner": "scanner-primary", "fingerprint": "1259136a1813063d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d4279b979d4d13e8", "level": "none", "message": {"text": "Commented-code block (6 lines) in components/guide/diagrams.tsx:1"}, "properties": {"repobilityId": "1b2485f8b62ef1a6", "scanner": "scanner-primary", "fingerprint": "d4279b979d4d13e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cb90893bd6472b57", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/close/ClosePanel.tsx:3"}, "properties": {"repobilityId": "e0f0212c7e46fda5", "scanner": "scanner-primary", "fingerprint": "cb90893bd6472b57", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-324bf049f1c7fa2d", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/close/JePanel.tsx:6"}, "properties": {"repobilityId": "19f38b347ea69e39", "scanner": "scanner-primary", "fingerprint": "324bf049f1c7fa2d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c2ae52b6999f8bc", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/close/MethodPanel.tsx:3"}, "properties": {"repobilityId": "b414ea39cb5d4f3d", "scanner": "scanner-primary", "fingerprint": "4c2ae52b6999f8bc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-245a4d6ff869c937", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/close/ConnectionsDiagram.tsx:1"}, "properties": {"repobilityId": "82053fb4bc59f888", "scanner": "scanner-primary", "fingerprint": "245a4d6ff869c937", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-13cc351facb40ac9", "level": "none", "message": {"text": "Commented-code block (5 lines) in components/close/RatesPanel.tsx:3"}, "properties": {"repobilityId": "fb88c6a286f01380", "scanner": "scanner-primary", "fingerprint": "13cc351facb40ac9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d6124900a4a9d6c", "level": "none", "message": {"text": "Commented-code block (6 lines) in engine/samples.ts:1"}, "properties": {"repobilityId": "d5d5cc3155857e4c", "scanner": "scanner-primary", "fingerprint": "4d6124900a4a9d6c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6d18d72a13baf709", "level": "none", "message": {"text": "Commented-code block (7 lines) in engine/configSet.ts:8"}, "properties": {"repobilityId": "e7fd3fe8c4588c48", "scanner": "scanner-primary", "fingerprint": "6d18d72a13baf709", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3b05dd063f8d6933", "level": "none", "message": {"text": "Commented-code block (9 lines) in engine/may.ts:3"}, "properties": {"repobilityId": "0bbbf90c7da12086", "scanner": "scanner-primary", "fingerprint": "3b05dd063f8d6933", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b1803141c286737", "level": "none", "message": {"text": "Commented-code block (5 lines) in engine/run.ts:1"}, "properties": {"repobilityId": "64a6e79a24f2725e", "scanner": "scanner-primary", "fingerprint": "6b1803141c286737", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64b554e128775628", "level": "none", "message": {"text": "Commented-code block (6 lines) in engine/history.ts:1"}, "properties": {"repobilityId": "74c4804000793e34", "scanner": "scanner-primary", "fingerprint": "64b554e128775628", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-280a636d57946959", "level": "none", "message": {"text": "Commented-code block (11 lines) in engine/reconcile.ts:3"}, "properties": {"repobilityId": "f741626ded7cec7f", "scanner": "scanner-primary", "fingerprint": "280a636d57946959", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d829cfbdb9127dd7", "level": "none", "message": {"text": "Commented-code block (6 lines) in engine/normalize.ts:3"}, "properties": {"repobilityId": "6270216a315f6447", "scanner": "scanner-primary", "fingerprint": "d829cfbdb9127dd7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-759d811190045ae1", "level": "none", "message": {"text": "Commented-code block (7 lines) in engine/close.ts:3"}, "properties": {"repobilityId": "a6b0d4a37aa3db75", "scanner": "scanner-primary", "fingerprint": "759d811190045ae1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ee5d90970c53ee9b", "level": "none", "message": {"text": "Commented-code block (8 lines) in engine/calibrate.ts:14"}, "properties": {"repobilityId": "4da1fa40ba8df032", "scanner": "scanner-primary", "fingerprint": "ee5d90970c53ee9b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0519bc11cd98db28", "level": "none", "message": {"text": "Commented-code block (9 lines) in engine/backtest.ts:3"}, "properties": {"repobilityId": "e862ebd4731c7bab", "scanner": "scanner-primary", "fingerprint": "0519bc11cd98db28", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a826804eaaf50d7e", "level": "none", "message": {"text": "Commented-code block (7 lines) in engine/close.test.ts:1"}, "properties": {"repobilityId": "396fb71753c992b7", "scanner": "scanner-primary", "fingerprint": "a826804eaaf50d7e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-61346374e9060ab0", "level": "none", "message": {"text": "Commented-code block (5 lines) in engine/exceptions.ts:1"}, "properties": {"repobilityId": "5bd909f14595285f", "scanner": "scanner-primary", "fingerprint": "61346374e9060ab0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}