{"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-63d89c3af221408d", "name": "Possibly dead Python function: sh_dc_to_rgb", "shortDescription": {"text": "Possibly dead Python function: sh_dc_to_rgb"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-103b6ed5f46d9054", "name": "Stray `console.log` in TS/JS \u2014 tests/renderer/gl/effect3dGl.test.ts:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/renderer/gl/effect3dGl.test.ts:29"}, "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-d48895e2d4900230", "name": "Stray `console.log` in TS/JS \u2014 coverage/prettify.js:2", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 coverage/prettify.js:2"}, "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-226e677d4bd18c20", "name": "Stray `console.log` in TS/JS \u2014 src/main/index.ts:643", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/main/index.ts:643"}, "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-740c5d545efb05bd", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/main/index.ts:316", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/main/index.ts:316"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "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-25fda8c70eedf8c6", "name": "Insecure pattern 'direct_innerhtml_assignment' in coverage/sorter.js:84", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in coverage/sorter.js:84"}, "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-63702a5241aaf793", "name": "Insecure pattern 'direct_innerhtml_assignment' in coverage/prettify.js:2", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in coverage/prettify.js:2"}, "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-e4c8dc05c9a3dfb1", "name": "Insecure pattern 'domparser_html_parse' in src/renderer/src/components/VideoStudioView.tsx:147", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in src/renderer/src/components/VideoStudioView.tsx:147"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e16e392bfeca1035", "name": "Insecure pattern 'cors_wildcard' in src/main/index.ts:650", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/main/index.ts:650"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). 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-e4f658c0c00de0d4", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-448d8837178ae57a", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9104316fc2948a9b", "name": "Very large file: src/renderer/src/App.tsx (2491 lines)", "shortDescription": {"text": "Very large file: src/renderer/src/App.tsx (2491 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-a77dae24acf1d6a0", "name": "Very large file: src/renderer/src/components/VideoStudioView.tsx (1436 lines)", "shortDescription": {"text": "Very large file: src/renderer/src/components/VideoStudioView.tsx (1436 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-73e298e13e1b5fc3", "name": "Very large file: src/renderer/src/components/AudioStudioView.tsx (2532 lines)", "shortDescription": {"text": "Very large file: src/renderer/src/components/AudioStudioView.tsx (2532 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-f7b78e5f76edde68", "name": "Very large file: src/renderer/src/components/MiniGamesView.tsx (1269 lines)", "shortDescription": {"text": "Very large file: src/renderer/src/components/MiniGamesView.tsx (1269 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-6ee8ff17767cde44", "name": "Very large file: src/engine/effects.ts (1705 lines)", "shortDescription": {"text": "Very large file: src/engine/effects.ts (1705 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-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 25 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1ee84228aa90012e", "name": "Commented-code block (5 lines) in vitest.config.ts:31", "shortDescription": {"text": "Commented-code block (5 lines) in vitest.config.ts:31"}, "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-d832b750e998c68a", "name": "Commented-code block (5 lines) in tests/renderer/setup.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/renderer/setup.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-3c8cc764fe4de661", "name": "Commented-code block (6 lines) in tests/renderer/components/ArchitectureView.test.tsx:1", "shortDescription": {"text": "Commented-code block (6 lines) in tests/renderer/components/ArchitectureView.test.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-10f793ecd54748e8", "name": "Commented-code block (5 lines) in tests/renderer/gl/previewGl.test.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/renderer/gl/previewGl.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-28d01bbbd84a1c9d", "name": "Network/subprocess call without timeout or try/except \u2014 tools/reconstruct.py:60", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 tools/reconstruct.py:60"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-67b8a17745ed11dd", "name": "Commented-code block (6 lines) in src/renderer/src/App.tsx:807", "shortDescription": {"text": "Commented-code block (6 lines) in src/renderer/src/App.tsx:807"}, "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-1e6bb7e45b7b5a1c", "name": "Commented-code block (5 lines) in src/engine/effects.ts:152", "shortDescription": {"text": "Commented-code block (5 lines) in src/engine/effects.ts:152"}, "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-41e76fc1baf77233", "name": "Commented-code block (6 lines) in src/main/index.ts:606", "shortDescription": {"text": "Commented-code block (6 lines) in src/main/index.ts:606"}, "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/20806"}, "properties": {"repository": "tangjianfang/RGBBox", "repoUrl": "https://github.com/tangjianfang/RGBBox", "branch": "main"}, "results": [{"ruleId": "scanner-63d89c3af221408d", "level": "note", "message": {"text": "Possibly dead Python function: sh_dc_to_rgb"}, "properties": {"repobilityId": "30a2882c4f0f2768", "scanner": "scanner-primary", "fingerprint": "63d89c3af221408d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/convert_splat.py:39"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-103b6ed5f46d9054", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/renderer/gl/effect3dGl.test.ts:29"}, "properties": {"repobilityId": "043866b6c83428f8", "scanner": "scanner-primary", "fingerprint": "103b6ed5f46d9054", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d48895e2d4900230", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 coverage/prettify.js:2"}, "properties": {"repobilityId": "7ae131d34d4f067b", "scanner": "scanner-primary", "fingerprint": "d48895e2d4900230", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-226e677d4bd18c20", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/main/index.ts:643"}, "properties": {"repobilityId": "85947df4f96e7ba3", "scanner": "scanner-primary", "fingerprint": "226e677d4bd18c20", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-740c5d545efb05bd", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 src/main/index.ts:316"}, "properties": {"repobilityId": "647b3ee464c9013c", "scanner": "scanner-primary", "fingerprint": "740c5d545efb05bd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"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-25fda8c70eedf8c6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in coverage/sorter.js:84"}, "properties": {"repobilityId": "39766a562195c1af", "scanner": "scanner-primary", "fingerprint": "25fda8c70eedf8c6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coverage/sorter.js"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-63702a5241aaf793", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in coverage/prettify.js:2"}, "properties": {"repobilityId": "bf1b26c03160b291", "scanner": "scanner-primary", "fingerprint": "63702a5241aaf793", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coverage/prettify.js"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-e4c8dc05c9a3dfb1", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in src/renderer/src/components/VideoStudioView.tsx:147"}, "properties": {"repobilityId": "c906d1c530e43923", "scanner": "scanner-primary", "fingerprint": "e4c8dc05c9a3dfb1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/renderer/src/components/VideoStudioView.tsx"}, "region": {"startLine": 147}}}]}, {"ruleId": "scanner-e16e392bfeca1035", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/main/index.ts:650"}, "properties": {"repobilityId": "3c0b9c836a4ed733", "scanner": "scanner-primary", "fingerprint": "e16e392bfeca1035", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/main/index.ts"}, "region": {"startLine": 650}}}]}, {"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-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0fb8c24a130cdd0a", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "38cf1c8b667d348e", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7b2f6f2d816930a2", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-e4f658c0c00de0d4", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "25e1fa3783e7cb32", "scanner": "scanner-primary", "fingerprint": "e4f658c0c00de0d4", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-448d8837178ae57a", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "13af6451e15656fc", "scanner": "scanner-primary", "fingerprint": "448d8837178ae57a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9104316fc2948a9b", "level": "note", "message": {"text": "Very large file: src/renderer/src/App.tsx (2491 lines)"}, "properties": {"repobilityId": "44b2812ddec337b7", "scanner": "scanner-primary", "fingerprint": "9104316fc2948a9b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a77dae24acf1d6a0", "level": "note", "message": {"text": "Very large file: src/renderer/src/components/VideoStudioView.tsx (1436 lines)"}, "properties": {"repobilityId": "bccbf8543721e1f3", "scanner": "scanner-primary", "fingerprint": "a77dae24acf1d6a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-73e298e13e1b5fc3", "level": "note", "message": {"text": "Very large file: src/renderer/src/components/AudioStudioView.tsx (2532 lines)"}, "properties": {"repobilityId": "af50883512b851cb", "scanner": "scanner-primary", "fingerprint": "73e298e13e1b5fc3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f7b78e5f76edde68", "level": "note", "message": {"text": "Very large file: src/renderer/src/components/MiniGamesView.tsx (1269 lines)"}, "properties": {"repobilityId": "609c8cf445c37fe9", "scanner": "scanner-primary", "fingerprint": "f7b78e5f76edde68", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6ee8ff17767cde44", "level": "note", "message": {"text": "Very large file: src/engine/effects.ts (1705 lines)"}, "properties": {"repobilityId": "0a6bc680df3baa16", "scanner": "scanner-primary", "fingerprint": "6ee8ff17767cde44", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e752628d47749f99", "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": "c1ab9d6bd2c65074", "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": "009840702f61c977", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "ec6033e425907c9e", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "df8b2136974fb44a", "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": "3833c0374d863430", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-1ee84228aa90012e", "level": "none", "message": {"text": "Commented-code block (5 lines) in vitest.config.ts:31"}, "properties": {"repobilityId": "a7c14754704dfad7", "scanner": "scanner-primary", "fingerprint": "1ee84228aa90012e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d832b750e998c68a", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/renderer/setup.ts:1"}, "properties": {"repobilityId": "7bf41f22bb294712", "scanner": "scanner-primary", "fingerprint": "d832b750e998c68a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3c8cc764fe4de661", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/renderer/components/ArchitectureView.test.tsx:1"}, "properties": {"repobilityId": "1f7569a714610599", "scanner": "scanner-primary", "fingerprint": "3c8cc764fe4de661", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10f793ecd54748e8", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/renderer/gl/previewGl.test.ts:1"}, "properties": {"repobilityId": "e2c0859595cf12bd", "scanner": "scanner-primary", "fingerprint": "10f793ecd54748e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-28d01bbbd84a1c9d", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 tools/reconstruct.py:60"}, "properties": {"repobilityId": "beda1949614482c7", "scanner": "scanner-primary", "fingerprint": "28d01bbbd84a1c9d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-67b8a17745ed11dd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/renderer/src/App.tsx:807"}, "properties": {"repobilityId": "e70014faed51c312", "scanner": "scanner-primary", "fingerprint": "67b8a17745ed11dd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e6bb7e45b7b5a1c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/engine/effects.ts:152"}, "properties": {"repobilityId": "44c5e47b735d50cd", "scanner": "scanner-primary", "fingerprint": "1e6bb7e45b7b5a1c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-41e76fc1baf77233", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/main/index.ts:606"}, "properties": {"repobilityId": "e52dfe8bc2d05b6d", "scanner": "scanner-primary", "fingerprint": "41e76fc1baf77233", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}