{"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-02cf78693bd86bc4", "name": "Stray `console.log` in TS/JS \u2014 analyze_effects.js:44", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 analyze_effects.js:44"}, "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-91c65c7248b8e677", "name": "Stray `console.log` in TS/JS \u2014 scripts/testLayerGrant.ts:60", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/testLayerGrant.ts:60"}, "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-73991ae1a6d91461", "name": "Stray `console.log` in TS/JS \u2014 scripts/addMissingEffects.ts:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/addMissingEffects.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-f40ada9cf4f78032", "name": "Stray `console.log` in TS/JS \u2014 scripts/verifyEffects.ts:493", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verifyEffects.ts:493"}, "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-8480d475c5f5c204", "name": "Stray `console.log` in TS/JS \u2014 scripts/buildEffectsJson.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/buildEffectsJson.ts:30"}, "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-46100b29b32676bd", "name": "Stray `console.log` in TS/JS \u2014 scripts/regenerateLayerCards.ts:47", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/regenerateLayerCards.ts:47"}, "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-156771c5a5677a6f", "name": "Stray `console.log` in TS/JS \u2014 src/screens/BattleScreen.tsx:4410", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/screens/BattleScreen.tsx:4410"}, "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-2add70e66fb10068", "name": "Insecure pattern 'exec_used' in src/engine/execStubPart1.ts:531", "shortDescription": {"text": "Insecure pattern 'exec_used' in src/engine/execStubPart1.ts:531"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-624ad86889b52049", "name": "Insecure pattern 'exec_used' in src/engine/execStubPart2.ts:2732", "shortDescription": {"text": "Insecure pattern 'exec_used' in src/engine/execStubPart2.ts:2732"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9a5e63d059b4d1f5", "name": "Insecure pattern 'exec_used' in src/engine/execStubPart3.ts:1602", "shortDescription": {"text": "Insecure pattern 'exec_used' in src/engine/execStubPart3.ts:1602"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-b14ee2384a527ad5", "name": "Very large file: src/screens/BattleScreen.tsx (13207 lines)", "shortDescription": {"text": "Very large file: src/screens/BattleScreen.tsx (13207 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-6ae39da3d170ef6e", "name": "Very large file: src/engine/execStubPart1.ts (3567 lines)", "shortDescription": {"text": "Very large file: src/engine/execStubPart1.ts (3567 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-babdb9855d869120", "name": "Very large file: src/engine/execStubPart2.ts (4230 lines)", "shortDescription": {"text": "Very large file: src/engine/execStubPart2.ts (4230 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-f92721f3eacd74af", "name": "Very large file: src/engine/execStubPart3.ts (4359 lines)", "shortDescription": {"text": "Very large file: src/engine/execStubPart3.ts (4359 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-cdbb2528d331f340", "name": "Very large file: src/engine/effectExecutor.ts (3215 lines)", "shortDescription": {"text": "Very large file: src/engine/effectExecutor.ts (3215 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-865437364e697e87", "name": "Very large file: src/engine/effectEngine.ts (4347 lines)", "shortDescription": {"text": "Very large file: src/engine/effectEngine.ts (4347 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 66 source file(s) (ratio 0.02). 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 331 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-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-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, tests. 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-0b941f65c0e6a228", "name": "Commented-code block (7 lines) in scripts/fixWX24.mjs:38", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/fixWX24.mjs:38"}, "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-5785054ffb9536b4", "name": "Commented-code block (6 lines) in scripts/fixWX.mjs:28", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/fixWX.mjs:28"}, "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-d1695a502e15e15e", "name": "Commented-code block (5 lines) in scripts/fixWXDi.mjs:28", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/fixWXDi.mjs:28"}, "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-fe690156764e52c1", "name": "Commented-code block (6 lines) in scripts/fixLrigColorFilters.mjs:10", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/fixLrigColorFilters.mjs:10"}, "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-ae055e6b696ff463", "name": "Commented-code block (8 lines) in scripts/fixWXK.mjs:521", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/fixWXK.mjs:521"}, "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-1888b1b290a18f9c", "name": "Commented-code block (5 lines) in scripts/checkAllEffects.mjs:331", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/checkAllEffects.mjs:331"}, "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-c7be65e13a03b8ed", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/App.tsx:87", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/App.tsx:87"}, "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-2bff1324b24ba449", "name": "Commented-code block (6 lines) in src/screens/BattleScreen.tsx:515", "shortDescription": {"text": "Commented-code block (6 lines) in src/screens/BattleScreen.tsx:515"}, "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-25a1aabeea16d5c5", "name": "Commented-code block (6 lines) in src/engine/execStubPart3.ts:1787", "shortDescription": {"text": "Commented-code block (6 lines) in src/engine/execStubPart3.ts:1787"}, "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/23599"}, "properties": {"repository": "zeromainiaia-maker/WixossReact", "repoUrl": "https://github.com/zeromainiaia-maker/WixossReact", "branch": "main"}, "results": [{"ruleId": "scanner-02cf78693bd86bc4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 analyze_effects.js:44"}, "properties": {"repobilityId": "5f04b6cfaf0575ac", "scanner": "scanner-primary", "fingerprint": "02cf78693bd86bc4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-91c65c7248b8e677", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/testLayerGrant.ts:60"}, "properties": {"repobilityId": "cbe3152417bd8a1c", "scanner": "scanner-primary", "fingerprint": "91c65c7248b8e677", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-73991ae1a6d91461", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/addMissingEffects.ts:57"}, "properties": {"repobilityId": "67811ba69445bcaf", "scanner": "scanner-primary", "fingerprint": "73991ae1a6d91461", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f40ada9cf4f78032", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verifyEffects.ts:493"}, "properties": {"repobilityId": "e61a00fcbd003798", "scanner": "scanner-primary", "fingerprint": "f40ada9cf4f78032", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8480d475c5f5c204", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/buildEffectsJson.ts:30"}, "properties": {"repobilityId": "44e4900b4150682c", "scanner": "scanner-primary", "fingerprint": "8480d475c5f5c204", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-46100b29b32676bd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/regenerateLayerCards.ts:47"}, "properties": {"repobilityId": "5d8a637a77f989c8", "scanner": "scanner-primary", "fingerprint": "46100b29b32676bd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-156771c5a5677a6f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/screens/BattleScreen.tsx:4410"}, "properties": {"repobilityId": "5403e57ae2428fe3", "scanner": "scanner-primary", "fingerprint": "156771c5a5677a6f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2add70e66fb10068", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in src/engine/execStubPart1.ts:531"}, "properties": {"repobilityId": "26755dddb8ac0eee", "scanner": "scanner-primary", "fingerprint": "2add70e66fb10068", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/engine/execStubPart1.ts"}, "region": {"startLine": 531}}}]}, {"ruleId": "scanner-624ad86889b52049", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in src/engine/execStubPart2.ts:2732"}, "properties": {"repobilityId": "4206189b8e9efef6", "scanner": "scanner-primary", "fingerprint": "624ad86889b52049", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/engine/execStubPart2.ts"}, "region": {"startLine": 2732}}}]}, {"ruleId": "scanner-9a5e63d059b4d1f5", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in src/engine/execStubPart3.ts:1602"}, "properties": {"repobilityId": "3911e06e387290bc", "scanner": "scanner-primary", "fingerprint": "9a5e63d059b4d1f5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/engine/execStubPart3.ts"}, "region": {"startLine": 1602}}}]}, {"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-b14ee2384a527ad5", "level": "note", "message": {"text": "Very large file: src/screens/BattleScreen.tsx (13207 lines)"}, "properties": {"repobilityId": "f5128eec4d484771", "scanner": "scanner-primary", "fingerprint": "b14ee2384a527ad5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6ae39da3d170ef6e", "level": "note", "message": {"text": "Very large file: src/engine/execStubPart1.ts (3567 lines)"}, "properties": {"repobilityId": "7d55376df7bb0ce7", "scanner": "scanner-primary", "fingerprint": "6ae39da3d170ef6e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-babdb9855d869120", "level": "note", "message": {"text": "Very large file: src/engine/execStubPart2.ts (4230 lines)"}, "properties": {"repobilityId": "986d1532b6d789ce", "scanner": "scanner-primary", "fingerprint": "babdb9855d869120", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f92721f3eacd74af", "level": "note", "message": {"text": "Very large file: src/engine/execStubPart3.ts (4359 lines)"}, "properties": {"repobilityId": "804fb3e601f814c7", "scanner": "scanner-primary", "fingerprint": "f92721f3eacd74af", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-cdbb2528d331f340", "level": "note", "message": {"text": "Very large file: src/engine/effectExecutor.ts (3215 lines)"}, "properties": {"repobilityId": "599c72a3b473315d", "scanner": "scanner-primary", "fingerprint": "cdbb2528d331f340", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-865437364e697e87", "level": "note", "message": {"text": "Very large file: src/engine/effectEngine.ts (4347 lines)"}, "properties": {"repobilityId": "e6f9e539855ac5d6", "scanner": "scanner-primary", "fingerprint": "865437364e697e87", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "84f9abbce4bc41c2", "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": "5b0f8098ec3e0bd2", "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": "0796f7202f1b2f63", "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": "d96207898ad46332", "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": "1bada87dd5e9c1ed", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "c39a0eeecf46d9ce", "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": "d7839d0ce685cca1", "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": "aa79e47a0fb4d25b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-0b941f65c0e6a228", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/fixWX24.mjs:38"}, "properties": {"repobilityId": "e252e87fbfa07509", "scanner": "scanner-primary", "fingerprint": "0b941f65c0e6a228", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5785054ffb9536b4", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/fixWX.mjs:28"}, "properties": {"repobilityId": "e1f057dba738a516", "scanner": "scanner-primary", "fingerprint": "5785054ffb9536b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d1695a502e15e15e", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/fixWXDi.mjs:28"}, "properties": {"repobilityId": "a768efbabf501b7f", "scanner": "scanner-primary", "fingerprint": "d1695a502e15e15e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fe690156764e52c1", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/fixLrigColorFilters.mjs:10"}, "properties": {"repobilityId": "19c95f06f8a0119c", "scanner": "scanner-primary", "fingerprint": "fe690156764e52c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ae055e6b696ff463", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/fixWXK.mjs:521"}, "properties": {"repobilityId": "4d69c2afa49297f0", "scanner": "scanner-primary", "fingerprint": "ae055e6b696ff463", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1888b1b290a18f9c", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/checkAllEffects.mjs:331"}, "properties": {"repobilityId": "05dbd3f4bf243dd8", "scanner": "scanner-primary", "fingerprint": "1888b1b290a18f9c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c7be65e13a03b8ed", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/App.tsx:87"}, "properties": {"repobilityId": "55f7bb27a9d17d31", "scanner": "scanner-primary", "fingerprint": "c7be65e13a03b8ed", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2bff1324b24ba449", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/screens/BattleScreen.tsx:515"}, "properties": {"repobilityId": "1233183080e74657", "scanner": "scanner-primary", "fingerprint": "2bff1324b24ba449", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-25a1aabeea16d5c5", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/engine/execStubPart3.ts:1787"}, "properties": {"repobilityId": "ad4dc8b29b1ead47", "scanner": "scanner-primary", "fingerprint": "25a1aabeea16d5c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}