{"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-31b5f5edd7c1619b", "name": "Stray `console.log` in TS/JS \u2014 cli.ts:53", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cli.ts:53"}, "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-6b884429e9738104", "name": "Stray `console.log` in TS/JS \u2014 setup.ts:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 setup.ts:21"}, "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-c3247de62402874c", "name": "Insecure pattern 'node_child_process' in cross-platform.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in cross-platform.ts: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-3e476d1fac0297ad", "name": "Insecure pattern 'node_child_process' in setup.ts:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in setup.ts:4"}, "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-79cb67d43d7df29f", "name": "Insecure pattern 'node_child_process' in cdp-ensure.ts:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in cdp-ensure.ts:4"}, "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-8aaae666e863dbc9", "name": "Insecure pattern 'node_child_process' in tasting.ts:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tasting.ts: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-85622dd6c490192a", "name": "Insecure pattern 'eval_used' in browser.ts:63", "shortDescription": {"text": "Insecure pattern 'eval_used' in browser.ts:63"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "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 15 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 34 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: 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": "low", "confidence": 1.0}}, {"id": "scanner-0f15596b945ed64f", "name": "Commented-code block (8 lines) in setup.ts:61", "shortDescription": {"text": "Commented-code block (8 lines) in setup.ts:61"}, "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-059428736be4292f", "name": "Commented-code block (6 lines) in cdp-ensure.ts:24", "shortDescription": {"text": "Commented-code block (6 lines) in cdp-ensure.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-f7fe637e0397a83e", "name": "Commented-code block (6 lines) in designer-controller.ts:118", "shortDescription": {"text": "Commented-code block (6 lines) in designer-controller.ts:118"}, "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-c694f0fc5d8560e9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 designer-controller.ts:867", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 designer-controller.ts:867"}, "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-baafce9757e067f8", "name": "Commented-code block (6 lines) in cdp-trace.ts:15", "shortDescription": {"text": "Commented-code block (6 lines) in cdp-trace.ts:15"}, "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-d63a367ded44c37e", "name": "Commented-code block (5 lines) in ui-anchors.ts:157", "shortDescription": {"text": "Commented-code block (5 lines) in ui-anchors.ts:157"}, "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-4e2826c078769eb3", "name": "Commented-code block (6 lines) in run-state.ts:242", "shortDescription": {"text": "Commented-code block (6 lines) in run-state.ts:242"}, "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-7f9f28f18ac02ea3", "name": "Commented-code block (5 lines) in repo-root.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in repo-root.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0d0c3920c4aa7c00", "name": "Commented-code block (5 lines) in browser.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in browser.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/28782"}, "properties": {"repository": "pro-vi/designer", "repoUrl": "https://github.com/pro-vi/designer", "branch": "main"}, "results": [{"ruleId": "scanner-31b5f5edd7c1619b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cli.ts:53"}, "properties": {"repobilityId": "0f8fdfc588e23fda", "scanner": "scanner-primary", "fingerprint": "31b5f5edd7c1619b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6b884429e9738104", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 setup.ts:21"}, "properties": {"repobilityId": "3b6d1b948d3516a6", "scanner": "scanner-primary", "fingerprint": "6b884429e9738104", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c3247de62402874c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in cross-platform.ts:3"}, "properties": {"repobilityId": "7254e4601dd95813", "scanner": "scanner-primary", "fingerprint": "c3247de62402874c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cross-platform.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-3e476d1fac0297ad", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in setup.ts:4"}, "properties": {"repobilityId": "11cb521adfa505c0", "scanner": "scanner-primary", "fingerprint": "3e476d1fac0297ad", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "setup.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-79cb67d43d7df29f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in cdp-ensure.ts:4"}, "properties": {"repobilityId": "8941fd48bdc5a36e", "scanner": "scanner-primary", "fingerprint": "79cb67d43d7df29f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cdp-ensure.ts"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-8aaae666e863dbc9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tasting.ts:3"}, "properties": {"repobilityId": "13a32b371f264b25", "scanner": "scanner-primary", "fingerprint": "8aaae666e863dbc9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tasting.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-85622dd6c490192a", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in browser.ts:63"}, "properties": {"repobilityId": "dd5e4e5084d36074", "scanner": "scanner-primary", "fingerprint": "85622dd6c490192a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "browser.ts"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b861a9f79339421f", "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": "ef33739a99e69476", "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": "ff41428b41727ed3", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-0f15596b945ed64f", "level": "none", "message": {"text": "Commented-code block (8 lines) in setup.ts:61"}, "properties": {"repobilityId": "6e3f9734f3622754", "scanner": "scanner-primary", "fingerprint": "0f15596b945ed64f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-059428736be4292f", "level": "none", "message": {"text": "Commented-code block (6 lines) in cdp-ensure.ts:24"}, "properties": {"repobilityId": "43a16c8d7ed8a54d", "scanner": "scanner-primary", "fingerprint": "059428736be4292f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f7fe637e0397a83e", "level": "none", "message": {"text": "Commented-code block (6 lines) in designer-controller.ts:118"}, "properties": {"repobilityId": "bea1bb9423c08977", "scanner": "scanner-primary", "fingerprint": "f7fe637e0397a83e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c694f0fc5d8560e9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 designer-controller.ts:867"}, "properties": {"repobilityId": "2a72ef78968bde5a", "scanner": "scanner-primary", "fingerprint": "c694f0fc5d8560e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-baafce9757e067f8", "level": "none", "message": {"text": "Commented-code block (6 lines) in cdp-trace.ts:15"}, "properties": {"repobilityId": "5aa2aba8d3714567", "scanner": "scanner-primary", "fingerprint": "baafce9757e067f8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d63a367ded44c37e", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui-anchors.ts:157"}, "properties": {"repobilityId": "241db1ab619e8eee", "scanner": "scanner-primary", "fingerprint": "d63a367ded44c37e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4e2826c078769eb3", "level": "none", "message": {"text": "Commented-code block (6 lines) in run-state.ts:242"}, "properties": {"repobilityId": "f3125400b0c8c3b7", "scanner": "scanner-primary", "fingerprint": "4e2826c078769eb3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7f9f28f18ac02ea3", "level": "none", "message": {"text": "Commented-code block (5 lines) in repo-root.ts:5"}, "properties": {"repobilityId": "23b25ada9c54f4bd", "scanner": "scanner-primary", "fingerprint": "7f9f28f18ac02ea3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0d0c3920c4aa7c00", "level": "none", "message": {"text": "Commented-code block (5 lines) in browser.ts:5"}, "properties": {"repobilityId": "e26fd842b004ba9f", "scanner": "scanner-primary", "fingerprint": "0d0c3920c4aa7c00", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}