{"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-9c48b84efeaea3f4", "name": "Possibly dead Python function: build_goblin", "shortDescription": {"text": "Possibly dead Python function: build_goblin"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dbf2d7cc1209834b", "name": "Possibly dead Python function: build_orc", "shortDescription": {"text": "Possibly dead Python function: build_orc"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c3835af0e4136390", "name": "Possibly dead Python function: build_troll", "shortDescription": {"text": "Possibly dead Python function: build_troll"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-030bc383a5842520", "name": "Possibly dead Python function: build_undead", "shortDescription": {"text": "Possibly dead Python function: build_undead"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7795a85e84c7e210", "name": "Possibly dead Python function: build_wraith", "shortDescription": {"text": "Possibly dead Python function: build_wraith"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1190b4360020430e", "name": "Icon-only button without accessible name \u2014 src/components/SettingsButton.tsx:132", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/SettingsButton.tsx:132"}, "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-c7a9fbcc738c9dfa", "name": "Icon-only button without accessible name \u2014 src/components/LanguagePicker.tsx:46", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/LanguagePicker.tsx:46"}, "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-bc66c7b5c816f5b7", "name": "Stray `console.log` in TS/JS \u2014 src/engine/WordValidator.ts:125", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/engine/WordValidator.ts:125"}, "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-0c983e7bd030f943", "name": "Insecure pattern 'node_child_process' in scripts/capture-screenshot.mjs:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/capture-screenshot.mjs:13"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-57f2af0f02ce46db", "name": "Insecure pattern 'node_child_process' in scripts/publish-definitions.mjs:28", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/publish-definitions.mjs:28"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1cc15d1a5d46160a", "name": "Insecure pattern 'cors_wildcard' in scripts/publish-definitions.mjs:94", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in scripts/publish-definitions.mjs:94"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6f97cd9696efea00", "name": "Insecure pattern 'node_child_process' in scripts/asc/release.mjs:24", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/asc/release.mjs:24"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7013afd263b6bbdb", "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-1d9f4939256a7d20", "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-44982e77fe40e6df", "name": "Very large file: src/i18n/locales.ts (1259 lines)", "shortDescription": {"text": "Very large file: src/i18n/locales.ts (1259 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": "4 test file(s) for 73 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 245 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-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-08031c10eb8ee4f0", "name": "Commented-code block (10 lines) in scripts/publish-definitions.mjs:12", "shortDescription": {"text": "Commented-code block (10 lines) in scripts/publish-definitions.mjs:12"}, "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-9b7657e56b11e8be", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-definitions.mjs:133", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-definitions.mjs:133"}, "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-1956303fbb0a49da", "name": "Commented-code block (5 lines) in scripts/asc/submit-for-review.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/asc/submit-for-review.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-0ee74ad042818ef9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/asc/upload-iap-screenshot.mjs:76", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/asc/upload-iap-screenshot.mjs:76"}, "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-acc58977af6ef0d9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/asc/upload-screenshots.mjs:65", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/asc/upload-screenshots.mjs:65"}, "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-89360f602375b46d", "name": "Commented-code block (7 lines) in scripts/asc/release.mjs:16", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/asc/release.mjs:16"}, "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-60b7054f600a2c87", "name": "Commented-code block (5 lines) in src/components/SettingsButton.tsx:80", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/SettingsButton.tsx:80"}, "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-1cdc44237c1a36cb", "name": "Commented-code block (6 lines) in src/components/Game.tsx:135", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/Game.tsx:135"}, "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-0dd5c1c6b9900525", "name": "Commented-code block (7 lines) in src/combat/BattleOverlay.tsx:627", "shortDescription": {"text": "Commented-code block (7 lines) in src/combat/BattleOverlay.tsx:627"}, "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-52a18e765300884c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/engine/WordValidator.ts:111", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/engine/WordValidator.ts:111"}, "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-97c03f9f6f95e06f", "name": "Commented-code block (5 lines) in src/store/gameStore.ts:692", "shortDescription": {"text": "Commented-code block (5 lines) in src/store/gameStore.ts:692"}, "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-02c27090431107e4", "name": "Commented-code block (5 lines) in src/native/init.ts:44", "shortDescription": {"text": "Commented-code block (5 lines) in src/native/init.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-030da566069872e9", "name": "15 env vars used in code but missing from .env.example", "shortDescription": {"text": "15 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ASC_APP_NAME`, `ASC_BUNDLE_ID`, `ASC_ISSUER_ID`, `ASC_KEY_ID`, `ASC_KEY_PATH`, `ASC_TEAM_ID`, `CAPACITOR`, `CLOUDFLARE_API_TOKEN` + 7 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18842"}, "properties": {"repository": "samilamti/word-games", "repoUrl": "https://github.com/samilamti/word-games", "branch": "main"}, "results": [{"ruleId": "scanner-9c48b84efeaea3f4", "level": "note", "message": {"text": "Possibly dead Python function: build_goblin"}, "properties": {"repobilityId": "d4922688c4a1982c", "scanner": "scanner-primary", "fingerprint": "9c48b84efeaea3f4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/blender/render_enemies.py:241"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-dbf2d7cc1209834b", "level": "note", "message": {"text": "Possibly dead Python function: build_orc"}, "properties": {"repobilityId": "524317fe617d9f9d", "scanner": "scanner-primary", "fingerprint": "dbf2d7cc1209834b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/blender/render_enemies.py:273"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c3835af0e4136390", "level": "note", "message": {"text": "Possibly dead Python function: build_troll"}, "properties": {"repobilityId": "bf3207accf90cf57", "scanner": "scanner-primary", "fingerprint": "c3835af0e4136390", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/blender/render_enemies.py:326"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-030bc383a5842520", "level": "note", "message": {"text": "Possibly dead Python function: build_undead"}, "properties": {"repobilityId": "bd1b6e166f07fda3", "scanner": "scanner-primary", "fingerprint": "030bc383a5842520", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/blender/render_enemies.py:382"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7795a85e84c7e210", "level": "note", "message": {"text": "Possibly dead Python function: build_wraith"}, "properties": {"repobilityId": "2760af62e105e958", "scanner": "scanner-primary", "fingerprint": "7795a85e84c7e210", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/blender/render_enemies.py:434"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1190b4360020430e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/SettingsButton.tsx:132"}, "properties": {"repobilityId": "6dc5713c4a85d7d5", "scanner": "scanner-primary", "fingerprint": "1190b4360020430e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-c7a9fbcc738c9dfa", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/LanguagePicker.tsx:46"}, "properties": {"repobilityId": "7dd7cac5de9112ad", "scanner": "scanner-primary", "fingerprint": "c7a9fbcc738c9dfa", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-bc66c7b5c816f5b7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/engine/WordValidator.ts:125"}, "properties": {"repobilityId": "9e6c0886b481fddc", "scanner": "scanner-primary", "fingerprint": "bc66c7b5c816f5b7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0c983e7bd030f943", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/capture-screenshot.mjs:13"}, "properties": {"repobilityId": "b87b9b89f0e3291f", "scanner": "scanner-primary", "fingerprint": "0c983e7bd030f943", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/capture-screenshot.mjs"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-57f2af0f02ce46db", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/publish-definitions.mjs:28"}, "properties": {"repobilityId": "3996d567ab5b7ee2", "scanner": "scanner-primary", "fingerprint": "57f2af0f02ce46db", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/publish-definitions.mjs"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-1cc15d1a5d46160a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in scripts/publish-definitions.mjs:94"}, "properties": {"repobilityId": "18edf98e69942f3f", "scanner": "scanner-primary", "fingerprint": "1cc15d1a5d46160a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/publish-definitions.mjs"}, "region": {"startLine": 94}}}]}, {"ruleId": "scanner-6f97cd9696efea00", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/asc/release.mjs:24"}, "properties": {"repobilityId": "877ece8a2ab1fb64", "scanner": "scanner-primary", "fingerprint": "6f97cd9696efea00", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/asc/release.mjs"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-7013afd263b6bbdb", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "496a6479685446df", "scanner": "scanner-primary", "fingerprint": "7013afd263b6bbdb", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/static.yml"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-1d9f4939256a7d20", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "cf2d0c0d4565b1e9", "scanner": "scanner-primary", "fingerprint": "1d9f4939256a7d20", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/static.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-44982e77fe40e6df", "level": "note", "message": {"text": "Very large file: src/i18n/locales.ts (1259 lines)"}, "properties": {"repobilityId": "808a5f68e2827e7f", "scanner": "scanner-primary", "fingerprint": "44982e77fe40e6df", "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "3280bde311d61a56", "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": "fa2540b63b15859f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "951dbb8c280f0f21", "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": "908e69bc1c651e92", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-08031c10eb8ee4f0", "level": "none", "message": {"text": "Commented-code block (10 lines) in scripts/publish-definitions.mjs:12"}, "properties": {"repobilityId": "4db74d69b767ef3a", "scanner": "scanner-primary", "fingerprint": "08031c10eb8ee4f0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9b7657e56b11e8be", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-definitions.mjs:133"}, "properties": {"repobilityId": "159f9cbaad36c7e9", "scanner": "scanner-primary", "fingerprint": "9b7657e56b11e8be", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1956303fbb0a49da", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/asc/submit-for-review.mjs:1"}, "properties": {"repobilityId": "cbda90d07bd546cc", "scanner": "scanner-primary", "fingerprint": "1956303fbb0a49da", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0ee74ad042818ef9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/asc/upload-iap-screenshot.mjs:76"}, "properties": {"repobilityId": "ad5c053ac2c8bcce", "scanner": "scanner-primary", "fingerprint": "0ee74ad042818ef9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-acc58977af6ef0d9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/asc/upload-screenshots.mjs:65"}, "properties": {"repobilityId": "143026bc601fedde", "scanner": "scanner-primary", "fingerprint": "acc58977af6ef0d9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-89360f602375b46d", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/asc/release.mjs:16"}, "properties": {"repobilityId": "ac7c5d0e855ae240", "scanner": "scanner-primary", "fingerprint": "89360f602375b46d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-60b7054f600a2c87", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/SettingsButton.tsx:80"}, "properties": {"repobilityId": "f0c9282c97519e60", "scanner": "scanner-primary", "fingerprint": "60b7054f600a2c87", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1cdc44237c1a36cb", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/Game.tsx:135"}, "properties": {"repobilityId": "07d498540d5a6df2", "scanner": "scanner-primary", "fingerprint": "1cdc44237c1a36cb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0dd5c1c6b9900525", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/combat/BattleOverlay.tsx:627"}, "properties": {"repobilityId": "841e35d6c73a7d4f", "scanner": "scanner-primary", "fingerprint": "0dd5c1c6b9900525", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-52a18e765300884c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/engine/WordValidator.ts:111"}, "properties": {"repobilityId": "b690f2e5995cae5d", "scanner": "scanner-primary", "fingerprint": "52a18e765300884c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-97c03f9f6f95e06f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/store/gameStore.ts:692"}, "properties": {"repobilityId": "1f5e40e9c2731eac", "scanner": "scanner-primary", "fingerprint": "97c03f9f6f95e06f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02c27090431107e4", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/native/init.ts:44"}, "properties": {"repobilityId": "a8dd7781f4711c36", "scanner": "scanner-primary", "fingerprint": "02c27090431107e4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-030da566069872e9", "level": "note", "message": {"text": "15 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "0519c1c0e8c1f8e4", "scanner": "scanner-primary", "fingerprint": "030da566069872e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}