{"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-3b6222be26094d19", "name": "Stray `console.log` in TS/JS \u2014 sim/pack-validator.js:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sim/pack-validator.js:15"}, "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-0d5e9c7addf5af2a", "name": "Stray `console.log` in TS/JS \u2014 sim/compare-strategies.js:15", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sim/compare-strategies.js:15"}, "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-08a768d141f0e8a6", "name": "Stray `console.log` in TS/JS \u2014 sim/balance-sim.js:346", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sim/balance-sim.js:346"}, "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-6ce0850204cd374c", "name": "Stray `console.log` in TS/JS \u2014 sim/balance-audit.js:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sim/balance-audit.js:12"}, "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-ed5ac1984a28cc58", "name": "Stray `console.log` in TS/JS \u2014 sim/progression-sim.js:918", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sim/progression-sim.js:918"}, "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-ff8bbb719447d2e0", "name": "Stray `console.log` in TS/JS \u2014 sim/contract-quality-audit.js:165", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sim/contract-quality-audit.js:165"}, "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-df36916a7baa24f5", "name": "Insecure pattern 'direct_innerhtml_assignment' in game.js:235", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in game.js:235"}, "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-ada6bc441c000ba9", "name": "Very large file: game.js (6767 lines)", "shortDescription": {"text": "Very large file: game.js (6767 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 7 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 151 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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": "medium", "confidence": 1.0}}, {"id": "scanner-49821de63799a1f1", "name": "Legacy-named symbol `stars_v1` in game.js:2352", "shortDescription": {"text": "Legacy-named symbol `stars_v1` in game.js:2352"}, "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-b24e0260cb08561b", "name": "Commented-code block (5 lines) in game.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in game.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-0df771c9001de658", "name": "Commented-code block (6 lines) in sim/contract-quality-audit.js:103", "shortDescription": {"text": "Commented-code block (6 lines) in sim/contract-quality-audit.js:103"}, "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/24929"}, "properties": {"repository": "chipdouglas2819/hearth-and-harvest", "repoUrl": "https://github.com/chipdouglas2819/hearth-and-harvest", "branch": "main"}, "results": [{"ruleId": "scanner-3b6222be26094d19", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sim/pack-validator.js:15"}, "properties": {"repobilityId": "bcc47581455ec68a", "scanner": "scanner-primary", "fingerprint": "3b6222be26094d19", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0d5e9c7addf5af2a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sim/compare-strategies.js:15"}, "properties": {"repobilityId": "867035387c68b878", "scanner": "scanner-primary", "fingerprint": "0d5e9c7addf5af2a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-08a768d141f0e8a6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sim/balance-sim.js:346"}, "properties": {"repobilityId": "b5f31425f27e2406", "scanner": "scanner-primary", "fingerprint": "08a768d141f0e8a6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ce0850204cd374c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sim/balance-audit.js:12"}, "properties": {"repobilityId": "383d6627ebf54cd2", "scanner": "scanner-primary", "fingerprint": "6ce0850204cd374c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ed5ac1984a28cc58", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sim/progression-sim.js:918"}, "properties": {"repobilityId": "e8cb9fccba2bbb47", "scanner": "scanner-primary", "fingerprint": "ed5ac1984a28cc58", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ff8bbb719447d2e0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sim/contract-quality-audit.js:165"}, "properties": {"repobilityId": "4f2b163738a7fd30", "scanner": "scanner-primary", "fingerprint": "ff8bbb719447d2e0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-df36916a7baa24f5", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in game.js:235"}, "properties": {"repobilityId": "445f52e914ad7d37", "scanner": "scanner-primary", "fingerprint": "df36916a7baa24f5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "game.js"}, "region": {"startLine": 235}}}]}, {"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-ada6bc441c000ba9", "level": "note", "message": {"text": "Very large file: game.js (6767 lines)"}, "properties": {"repobilityId": "4de7f720f4e7ebfe", "scanner": "scanner-primary", "fingerprint": "ada6bc441c000ba9", "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": "c9715b5bc6c7cb98", "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": "86917f1c932081db", "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": "dd42997d48d061e2", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "2e8dd3f02d8de0ab", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-49821de63799a1f1", "level": "note", "message": {"text": "Legacy-named symbol `stars_v1` in game.js:2352"}, "properties": {"repobilityId": "3d72e9477ed5659a", "scanner": "scanner-primary", "fingerprint": "49821de63799a1f1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b24e0260cb08561b", "level": "none", "message": {"text": "Commented-code block (5 lines) in game.js:1"}, "properties": {"repobilityId": "25995400db959aef", "scanner": "scanner-primary", "fingerprint": "b24e0260cb08561b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0df771c9001de658", "level": "none", "message": {"text": "Commented-code block (6 lines) in sim/contract-quality-audit.js:103"}, "properties": {"repobilityId": "f813232f9da435c4", "scanner": "scanner-primary", "fingerprint": "0df771c9001de658", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}