{"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-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-536e40b722a849ea", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/game/Hud.ts:45", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/game/Hud.ts:45"}, "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-e6eb39db647c8235", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/game/LoadoutMenu.ts:222", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/game/LoadoutMenu.ts:222"}, "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-1d125db23ef33c78", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/game/SettingsMenu.ts:79", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/game/SettingsMenu.ts:79"}, "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-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@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-ad6701f0a8405e22", "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-9fb8c0fd99a07c28", "name": "Very large file: src/game/Game.ts (1574 lines)", "shortDescription": {"text": "Very large file: src/game/Game.ts (1574 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-2c2bb56009bd5173", "name": "Very large file: src/game/GameConfig.ts (1696 lines)", "shortDescription": {"text": "Very large file: src/game/GameConfig.ts (1696 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": "0 test file(s) for 49 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 6 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-b0f4ce932321bf10", "name": "Commented-code block (7 lines) in src/main.ts:70", "shortDescription": {"text": "Commented-code block (7 lines) in src/main.ts:70"}, "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-0112a46891be8bf9", "name": "Commented-code block (7 lines) in src/game/Game.ts:258", "shortDescription": {"text": "Commented-code block (7 lines) in src/game/Game.ts:258"}, "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-3aab70b4dd579498", "name": "Commented-code block (6 lines) in src/game/SoundSystem.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/game/SoundSystem.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-2346f7d0aee0a536", "name": "Commented-code block (8 lines) in src/game/Nebulas.ts:23", "shortDescription": {"text": "Commented-code block (8 lines) in src/game/Nebulas.ts:23"}, "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-b328e55bd84406c6", "name": "Commented-code block (5 lines) in src/game/Mothership.ts:121", "shortDescription": {"text": "Commented-code block (5 lines) in src/game/Mothership.ts:121"}, "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-a56813d06beae8c5", "name": "Commented-code block (5 lines) in src/game/Radar.ts:160", "shortDescription": {"text": "Commented-code block (5 lines) in src/game/Radar.ts:160"}, "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-2a4cc7f44935de02", "name": "Commented-code block (5 lines) in src/game/MissileSystem.ts:156", "shortDescription": {"text": "Commented-code block (5 lines) in src/game/MissileSystem.ts:156"}, "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-3e90916c443c0eb9", "name": "Commented-code block (20 lines) in src/game/GameConfig.ts:1394", "shortDescription": {"text": "Commented-code block (20 lines) in src/game/GameConfig.ts:1394"}, "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-1b926769f16b4d37", "name": "Commented-code block (5 lines) in src/game/AssetLoader.ts:10", "shortDescription": {"text": "Commented-code block (5 lines) in src/game/AssetLoader.ts: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-948d2a860a507766", "name": "Commented-code block (5 lines) in src/game/CameraRig.ts:114", "shortDescription": {"text": "Commented-code block (5 lines) in src/game/CameraRig.ts:114"}, "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-ef9dc3f0b0409291", "name": "Commented-code block (6 lines) in src/game/AIController.ts:221", "shortDescription": {"text": "Commented-code block (6 lines) in src/game/AIController.ts:221"}, "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-1a9077d8d39731a7", "name": "Commented-code block (7 lines) in src/game/LaserSystem.ts:164", "shortDescription": {"text": "Commented-code block (7 lines) in src/game/LaserSystem.ts:164"}, "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-e9c51507e5710eaa", "name": "Commented-code block (6 lines) in src/game/SettingsMenu.ts:44", "shortDescription": {"text": "Commented-code block (6 lines) in src/game/SettingsMenu.ts:44"}, "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-46bc80eb265ba28b", "name": "Commented-code block (6 lines) in src/game/Missile.ts:127", "shortDescription": {"text": "Commented-code block (6 lines) in src/game/Missile.ts:127"}, "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-20c3917e17aa373d", "name": "Commented-code block (6 lines) in src/game/LaunchSequence.ts:179", "shortDescription": {"text": "Commented-code block (6 lines) in src/game/LaunchSequence.ts:179"}, "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/17916"}, "properties": {"repository": "rdpaiva/the-last-meridian", "repoUrl": "https://github.com/rdpaiva/the-last-meridian", "branch": "main"}, "results": [{"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-536e40b722a849ea", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/game/Hud.ts:45"}, "properties": {"repobilityId": "5d5d2477ff7e6a44", "scanner": "scanner-primary", "fingerprint": "536e40b722a849ea", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/game/Hud.ts"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-e6eb39db647c8235", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/game/LoadoutMenu.ts:222"}, "properties": {"repobilityId": "af56a4667c10e7b6", "scanner": "scanner-primary", "fingerprint": "e6eb39db647c8235", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/game/LoadoutMenu.ts"}, "region": {"startLine": 222}}}]}, {"ruleId": "scanner-1d125db23ef33c78", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/game/SettingsMenu.ts:79"}, "properties": {"repobilityId": "4258f973064e5fa9", "scanner": "scanner-primary", "fingerprint": "1d125db23ef33c78", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/game/SettingsMenu.ts"}, "region": {"startLine": 79}}}]}, {"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-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "419d1ec7943efec2", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9fb8c0fd99a07c28", "level": "note", "message": {"text": "Very large file: src/game/Game.ts (1574 lines)"}, "properties": {"repobilityId": "e05a670973ffe011", "scanner": "scanner-primary", "fingerprint": "9fb8c0fd99a07c28", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2c2bb56009bd5173", "level": "note", "message": {"text": "Very large file: src/game/GameConfig.ts (1696 lines)"}, "properties": {"repobilityId": "a8c09be9546624e7", "scanner": "scanner-primary", "fingerprint": "2c2bb56009bd5173", "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": "08ff9465d285db4f", "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": "80bc79dc4c0c954b", "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": "dd090ad46f87286f", "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": "d38faf9ec9979205", "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": "75d4e0a016171d55", "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": "b257e6ee9a123a14", "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": "5157d7a3183ed5ae", "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": "18d7d1637cd09525", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b0f4ce932321bf10", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/main.ts:70"}, "properties": {"repobilityId": "d7b260f5802cef77", "scanner": "scanner-primary", "fingerprint": "b0f4ce932321bf10", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0112a46891be8bf9", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/game/Game.ts:258"}, "properties": {"repobilityId": "e1046bf8968b9672", "scanner": "scanner-primary", "fingerprint": "0112a46891be8bf9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3aab70b4dd579498", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/game/SoundSystem.ts:8"}, "properties": {"repobilityId": "bb8f4df40c575909", "scanner": "scanner-primary", "fingerprint": "3aab70b4dd579498", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2346f7d0aee0a536", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/game/Nebulas.ts:23"}, "properties": {"repobilityId": "a323d5e370c3342c", "scanner": "scanner-primary", "fingerprint": "2346f7d0aee0a536", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b328e55bd84406c6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/game/Mothership.ts:121"}, "properties": {"repobilityId": "03fa0cf4d0dce46b", "scanner": "scanner-primary", "fingerprint": "b328e55bd84406c6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a56813d06beae8c5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/game/Radar.ts:160"}, "properties": {"repobilityId": "24af2ed51ddc260e", "scanner": "scanner-primary", "fingerprint": "a56813d06beae8c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a4cc7f44935de02", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/game/MissileSystem.ts:156"}, "properties": {"repobilityId": "f7c9056204794a39", "scanner": "scanner-primary", "fingerprint": "2a4cc7f44935de02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e90916c443c0eb9", "level": "none", "message": {"text": "Commented-code block (20 lines) in src/game/GameConfig.ts:1394"}, "properties": {"repobilityId": "fc223326dcf86d93", "scanner": "scanner-primary", "fingerprint": "3e90916c443c0eb9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b926769f16b4d37", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/game/AssetLoader.ts:10"}, "properties": {"repobilityId": "9838172f11cbbb73", "scanner": "scanner-primary", "fingerprint": "1b926769f16b4d37", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-948d2a860a507766", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/game/CameraRig.ts:114"}, "properties": {"repobilityId": "94355b614c3c79a5", "scanner": "scanner-primary", "fingerprint": "948d2a860a507766", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ef9dc3f0b0409291", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/game/AIController.ts:221"}, "properties": {"repobilityId": "1fcb0ee2fef17526", "scanner": "scanner-primary", "fingerprint": "ef9dc3f0b0409291", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1a9077d8d39731a7", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/game/LaserSystem.ts:164"}, "properties": {"repobilityId": "6a71eccd4ad5aaee", "scanner": "scanner-primary", "fingerprint": "1a9077d8d39731a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e9c51507e5710eaa", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/game/SettingsMenu.ts:44"}, "properties": {"repobilityId": "15e42081c5a12ee5", "scanner": "scanner-primary", "fingerprint": "e9c51507e5710eaa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-46bc80eb265ba28b", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/game/Missile.ts:127"}, "properties": {"repobilityId": "a38eafb4d894e801", "scanner": "scanner-primary", "fingerprint": "46bc80eb265ba28b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-20c3917e17aa373d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/game/LaunchSequence.ts:179"}, "properties": {"repobilityId": "3e33e395b6dfc875", "scanner": "scanner-primary", "fingerprint": "20c3917e17aa373d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}