{"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-30bc6aaaf36a11ee", "name": "Icon-only button without accessible name \u2014 js/ui.js:827", "shortDescription": {"text": "Icon-only button without accessible name \u2014 js/ui.js:827"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "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-79b8b2322ccb5703", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:58", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:58"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6ba9c159f9ca6e42", "name": "Very large file: js/ui.js (1856 lines)", "shortDescription": {"text": "Very large file: js/ui.js (1856 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 38 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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": "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, ci, 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-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1e9fe11a27903722", "name": "Commented-code block (5 lines) in tests/_sim_v6.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/_sim_v6.mjs: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-c0536a5ea8ed7631", "name": "Legacy-named symbol `kotodama_reforge_v1` in tests/_shot_v16.mjs:50", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_shot_v16.mjs:50"}, "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-176e96bbf4c25d9d", "name": "Commented-code block (5 lines) in tests/_sim_v6_subquest.mjs:4", "shortDescription": {"text": "Commented-code block (5 lines) in tests/_sim_v6_subquest.mjs:4"}, "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-302e2d4c61dc99df", "name": "Legacy-named symbol `kotodama_reforge_v1` in tests/_probe_v5.mjs:23", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_probe_v5.mjs:23"}, "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-e991afa732083f6e", "name": "Legacy-named symbol `kotodama_reforge_v1` in tests/_probe_v4.mjs:24", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_probe_v4.mjs:24"}, "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-db0075bb04ea2632", "name": "Legacy-named symbol `kotodama_reforge_v1` in tests/_shot_ch1.mjs:36", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_shot_ch1.mjs:36"}, "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-a8a78c0c041414af", "name": "Legacy-named symbol `kotodama_reforge_v1` in tests/smoke.browser.mjs:131", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/smoke.browser.mjs:131"}, "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-5496bf934a522cc9", "name": "Legacy-named symbol `kotodama_reforge_v1` in tests/_qa_playtest.mjs:47", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_qa_playtest.mjs:47"}, "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-5ee6415beca829e0", "name": "Commented-code block (6 lines) in js/events.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in js/events.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-3bc180f9297a8628", "name": "Commented-code block (6 lines) in js/battle.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in js/battle.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-11768e8312bb94f2", "name": "Commented-code block (5 lines) in js/economy.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in js/economy.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-094eb25b0684686f", "name": "Legacy-named symbol `kotodama_reforge_v1` in js/storage.js:1", "shortDescription": {"text": "Legacy-named symbol `kotodama_reforge_v1` in js/storage.js:1"}, "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-025b0c7963c48115", "name": "Commented-code block (8 lines) in js/storage.js:14", "shortDescription": {"text": "Commented-code block (8 lines) in js/storage.js:14"}, "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-1f4cd702e932e05c", "name": "Commented-code block (5 lines) in js/quiz.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in js/quiz.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-bf19048b7df8777c", "name": "Commented-code block (11 lines) in js/scenario.js:1", "shortDescription": {"text": "Commented-code block (11 lines) in js/scenario.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-ea7cce68018a9f90", "name": "Commented-code block (6 lines) in docs/drafts/build_reading_html.py:6", "shortDescription": {"text": "Commented-code block (6 lines) in docs/drafts/build_reading_html.py: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-66743fc908e5bd87", "name": "Commented-code block (7 lines) in docs/drafts/build_ch1_reading_html.py:2", "shortDescription": {"text": "Commented-code block (7 lines) in docs/drafts/build_ch1_reading_html.py:2"}, "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-70248699cda22e11", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/imggen/gptimg.py:145", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/imggen/gptimg.py:145"}, "fullDescription": {"text": "`urllib.request.urlretrieve(...)` 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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\ndocs/drafts/build_reading_html.py:flush, docs/drafts/build_ch1_reading_html.py:flush\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20055"}, "properties": {"repository": "sousou1/english_game", "repoUrl": "https://github.com/sousou1/english_game", "branch": "main"}, "results": [{"ruleId": "scanner-30bc6aaaf36a11ee", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 js/ui.js:827"}, "properties": {"repobilityId": "18c57cfcf7f31120", "scanner": "scanner-primary", "fingerprint": "30bc6aaaf36a11ee", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"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-79b8b2322ccb5703", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:58"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "79b8b2322ccb5703", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 58}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6ba9c159f9ca6e42", "level": "note", "message": {"text": "Very large file: js/ui.js (1856 lines)"}, "properties": {"repobilityId": "122be557d33c34d2", "scanner": "scanner-primary", "fingerprint": "6ba9c159f9ca6e42", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "cbac1b20a9c615fe", "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "2151e928ed04a2ff", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "dfda21a61300f387", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "574e475a0f5c8369", "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": "33c4a9b93747c633", "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": "74848a46ffac813a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1e9fe11a27903722", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/_sim_v6.mjs:1"}, "properties": {"repobilityId": "fe4b37cb67ef8470", "scanner": "scanner-primary", "fingerprint": "1e9fe11a27903722", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c0536a5ea8ed7631", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_shot_v16.mjs:50"}, "properties": {"repobilityId": "91afe4f1e08ee549", "scanner": "scanner-primary", "fingerprint": "c0536a5ea8ed7631", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-176e96bbf4c25d9d", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/_sim_v6_subquest.mjs:4"}, "properties": {"repobilityId": "a8116f58cb1d307c", "scanner": "scanner-primary", "fingerprint": "176e96bbf4c25d9d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-302e2d4c61dc99df", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_probe_v5.mjs:23"}, "properties": {"repobilityId": "86c7bd41045ab2ea", "scanner": "scanner-primary", "fingerprint": "302e2d4c61dc99df", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e991afa732083f6e", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_probe_v4.mjs:24"}, "properties": {"repobilityId": "0d5ffde28678c904", "scanner": "scanner-primary", "fingerprint": "e991afa732083f6e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-db0075bb04ea2632", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_shot_ch1.mjs:36"}, "properties": {"repobilityId": "ddbfe61012231525", "scanner": "scanner-primary", "fingerprint": "db0075bb04ea2632", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a8a78c0c041414af", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/smoke.browser.mjs:131"}, "properties": {"repobilityId": "812b1b0793b9b2d4", "scanner": "scanner-primary", "fingerprint": "a8a78c0c041414af", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5496bf934a522cc9", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in tests/_qa_playtest.mjs:47"}, "properties": {"repobilityId": "d30867c7358b54f7", "scanner": "scanner-primary", "fingerprint": "5496bf934a522cc9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-5ee6415beca829e0", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/events.js:1"}, "properties": {"repobilityId": "632ffec6db870b3b", "scanner": "scanner-primary", "fingerprint": "5ee6415beca829e0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3bc180f9297a8628", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/battle.js:1"}, "properties": {"repobilityId": "c57516ffbcd3d9c4", "scanner": "scanner-primary", "fingerprint": "3bc180f9297a8628", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11768e8312bb94f2", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/economy.js:1"}, "properties": {"repobilityId": "cb4b9e3a7debde3b", "scanner": "scanner-primary", "fingerprint": "11768e8312bb94f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-094eb25b0684686f", "level": "note", "message": {"text": "Legacy-named symbol `kotodama_reforge_v1` in js/storage.js:1"}, "properties": {"repobilityId": "0a9eb4f597e6e991", "scanner": "scanner-primary", "fingerprint": "094eb25b0684686f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-025b0c7963c48115", "level": "none", "message": {"text": "Commented-code block (8 lines) in js/storage.js:14"}, "properties": {"repobilityId": "0ca4ae11678c1137", "scanner": "scanner-primary", "fingerprint": "025b0c7963c48115", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1f4cd702e932e05c", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/quiz.js:1"}, "properties": {"repobilityId": "1198fd698e8dcc83", "scanner": "scanner-primary", "fingerprint": "1f4cd702e932e05c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bf19048b7df8777c", "level": "none", "message": {"text": "Commented-code block (11 lines) in js/scenario.js:1"}, "properties": {"repobilityId": "50352e2cd3445e87", "scanner": "scanner-primary", "fingerprint": "bf19048b7df8777c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea7cce68018a9f90", "level": "none", "message": {"text": "Commented-code block (6 lines) in docs/drafts/build_reading_html.py:6"}, "properties": {"repobilityId": "6ff983dc67cf60ab", "scanner": "scanner-primary", "fingerprint": "ea7cce68018a9f90", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66743fc908e5bd87", "level": "none", "message": {"text": "Commented-code block (7 lines) in docs/drafts/build_ch1_reading_html.py:2"}, "properties": {"repobilityId": "ff0331be73186e5b", "scanner": "scanner-primary", "fingerprint": "66743fc908e5bd87", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70248699cda22e11", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/imggen/gptimg.py:145"}, "properties": {"repobilityId": "9161a8a45ded3ad8", "scanner": "scanner-primary", "fingerprint": "70248699cda22e11", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b50f1b850f89d534", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "1b6301f37632bccc", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "64c4095a2fc7d3b5", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}