{"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-83b998c06333a821", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/ui.js:57", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui.js:57"}, "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": "peaceiris/actions-gh-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": "medium", "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-f47d8f975e6b1207", "name": "Very large file: src/scenes/GameScene.js (1691 lines)", "shortDescription": {"text": "Very large file: src/scenes/GameScene.js (1691 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-b3ed68815bca2f8c", "name": "Node manifest has dependencies but no lockfile: package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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, lockfile. 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, lockfile. 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-e3e3b48c0d6b376e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 sw.js:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 sw.js:49"}, "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-f0705a857cc9bdb7", "name": "Legacy-named symbol `ser_total_coins_v1` in test/save.test.js:26", "shortDescription": {"text": "Legacy-named symbol `ser_total_coins_v1` in test/save.test.js:26"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-20a6dbcf79c3d5c8", "name": "Commented-code block (6 lines) in src/ui.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/ui.js: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-29d14faffbd3363f", "name": "Commented-code block (5 lines) in src/projection.js:10", "shortDescription": {"text": "Commented-code block (5 lines) in src/projection.js: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-396fd4dc38e67cad", "name": "Commented-code block (6 lines) in src/Player.js:9", "shortDescription": {"text": "Commented-code block (6 lines) in src/Player.js:9"}, "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-c6599ca0a9bfa0ac", "name": "Commented-code block (5 lines) in src/runner.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/runner.js: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-e9a7fc6a6a0e9608", "name": "Legacy-named symbol `ser_best_score_v1` in src/constants.js:37", "shortDescription": {"text": "Legacy-named symbol `ser_best_score_v1` in src/constants.js:37"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4db2a1cbd1b3d971", "name": "Commented-code block (6 lines) in src/scenes/GameScene.js:1399", "shortDescription": {"text": "Commented-code block (6 lines) in src/scenes/GameScene.js:1399"}, "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-c1365b0d4ecd33f1", "name": "Commented-code block (5 lines) in src/platform/renderer.js:6", "shortDescription": {"text": "Commented-code block (5 lines) in src/platform/renderer.js:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-94bbee1df1f216cc", "name": "Commented-code block (6 lines) in src/platform/storage.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/platform/storage.js: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-334115bd68e5d12d", "name": "Commented-code block (5 lines) in src/engine/grid.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/engine/grid.js: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-a964f5108e916558", "name": "Commented-code block (5 lines) in src/engine/clearance.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/engine/clearance.js: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-e00ff944c72243d1", "name": "Commented-code block (5 lines) in src/engine/spawn.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/engine/spawn.js: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-a46200e54fccaac8", "name": "Commented-code block (6 lines) in src/engine/difficulty.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/engine/difficulty.js: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-ae7f6c344151e9bf", "name": "Commented-code block (5 lines) in src/engine/save.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/engine/save.js: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-95184f11b857c59e", "name": "Commented-code block (5 lines) in src/engine/jump.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/engine/jump.js: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-a335135f003b646f", "name": "Commented-code block (6 lines) in src/engine/track.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/engine/track.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22463"}, "properties": {"repository": "vvostryakov/Sofia-s-Endless-Runner", "repoUrl": "https://github.com/vvostryakov/Sofia-s-Endless-Runner", "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-83b998c06333a821", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui.js:57"}, "properties": {"repobilityId": "86fa2f7f3f9ecfa6", "scanner": "scanner-primary", "fingerprint": "83b998c06333a821", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui.js"}, "region": {"startLine": 57}}}]}, {"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": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a9c84d2097773eeb", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 48}}}]}, {"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-f47d8f975e6b1207", "level": "note", "message": {"text": "Very large file: src/scenes/GameScene.js (1691 lines)"}, "properties": {"repobilityId": "23906e9852d2e15d", "scanner": "scanner-primary", "fingerprint": "f47d8f975e6b1207", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "23a4f25ef432f332", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b3ed68815bca2f8c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "properties": {"repobilityId": "7edae0550c126386", "scanner": "scanner-primary", "fingerprint": "b3ed68815bca2f8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "d0f218bde50073ab", "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": "45de8a4e100a52fb", "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": "9806deb2f455424d", "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": "c2547457c4b2e872", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e3e3b48c0d6b376e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 sw.js:49"}, "properties": {"repobilityId": "f546de7323e33b98", "scanner": "scanner-primary", "fingerprint": "e3e3b48c0d6b376e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f0705a857cc9bdb7", "level": "note", "message": {"text": "Legacy-named symbol `ser_total_coins_v1` in test/save.test.js:26"}, "properties": {"repobilityId": "137627d8f93d84e9", "scanner": "scanner-primary", "fingerprint": "f0705a857cc9bdb7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-20a6dbcf79c3d5c8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/ui.js:1"}, "properties": {"repobilityId": "1f8cfcc0a34bb528", "scanner": "scanner-primary", "fingerprint": "20a6dbcf79c3d5c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-29d14faffbd3363f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/projection.js:10"}, "properties": {"repobilityId": "ed0f8af38473cf75", "scanner": "scanner-primary", "fingerprint": "29d14faffbd3363f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-396fd4dc38e67cad", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/Player.js:9"}, "properties": {"repobilityId": "b3c136e8f0b47f35", "scanner": "scanner-primary", "fingerprint": "396fd4dc38e67cad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c6599ca0a9bfa0ac", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/runner.js:1"}, "properties": {"repobilityId": "f9ea2a96af690fec", "scanner": "scanner-primary", "fingerprint": "c6599ca0a9bfa0ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e9a7fc6a6a0e9608", "level": "note", "message": {"text": "Legacy-named symbol `ser_best_score_v1` in src/constants.js:37"}, "properties": {"repobilityId": "001b3dea10fa303f", "scanner": "scanner-primary", "fingerprint": "e9a7fc6a6a0e9608", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4db2a1cbd1b3d971", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/scenes/GameScene.js:1399"}, "properties": {"repobilityId": "c89f3d26cee0265e", "scanner": "scanner-primary", "fingerprint": "4db2a1cbd1b3d971", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c1365b0d4ecd33f1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/platform/renderer.js:6"}, "properties": {"repobilityId": "c7e3177a897a414c", "scanner": "scanner-primary", "fingerprint": "c1365b0d4ecd33f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-94bbee1df1f216cc", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/platform/storage.js:1"}, "properties": {"repobilityId": "db14f9050098eea9", "scanner": "scanner-primary", "fingerprint": "94bbee1df1f216cc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-334115bd68e5d12d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/engine/grid.js:1"}, "properties": {"repobilityId": "b9923c53f68c0e94", "scanner": "scanner-primary", "fingerprint": "334115bd68e5d12d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a964f5108e916558", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/engine/clearance.js:1"}, "properties": {"repobilityId": "7b03511d2b5f3ada", "scanner": "scanner-primary", "fingerprint": "a964f5108e916558", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e00ff944c72243d1", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/engine/spawn.js:1"}, "properties": {"repobilityId": "aff3e8676bb81d22", "scanner": "scanner-primary", "fingerprint": "e00ff944c72243d1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a46200e54fccaac8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/engine/difficulty.js:1"}, "properties": {"repobilityId": "67d1aee1d1c3ddc7", "scanner": "scanner-primary", "fingerprint": "a46200e54fccaac8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ae7f6c344151e9bf", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/engine/save.js:1"}, "properties": {"repobilityId": "e17ad953f99ad93c", "scanner": "scanner-primary", "fingerprint": "ae7f6c344151e9bf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-95184f11b857c59e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/engine/jump.js:1"}, "properties": {"repobilityId": "35236bbb77399f56", "scanner": "scanner-primary", "fingerprint": "95184f11b857c59e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a335135f003b646f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/engine/track.js:1"}, "properties": {"repobilityId": "cd259263145c2681", "scanner": "scanner-primary", "fingerprint": "a335135f003b646f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}