{"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-1e436531ecb33cc4", "name": "Stray `console.log` in TS/JS \u2014 tools/audit_games.js:167", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/audit_games.js:167"}, "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-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-3084da08577c64ff", "name": "Insecure pattern 'direct_innerhtml_assignment' in gallery.html:495", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in gallery.html:495"}, "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-6d4c19c05a2ba251", "name": "Insecure pattern 'direct_innerhtml_assignment' in treasury.html:250", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in treasury.html:250"}, "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-3c2b2f32ec15b66d", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/games.js:89", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/games.js:89"}, "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-904d38e4ee8238c4", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/lab.js:119", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/lab.js:119"}, "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-28b17eafd0bada02", "name": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/gallery.html:495", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/gallery.html:495"}, "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-b21ea93d626d4cae", "name": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/treasury.html:250", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/treasury.html:250"}, "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-db31396338f4da75", "name": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/assets/games.js:89", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/assets/games.js:89"}, "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-d13873df0ca28292", "name": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/assets/lab.js:119", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/assets/lab.js:119"}, "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-4e13e83ce327774f", "name": "Very large file: assets/games.js (2269 lines)", "shortDescription": {"text": "Very large file: assets/games.js (2269 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-13234f4cb5112893", "name": "Very large file: zh-hant/assets/games.js (2269 lines)", "shortDescription": {"text": "Very large file: zh-hant/assets/games.js (2269 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 10 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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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, operator-readme. 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-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-a1db53cef8c9e3cf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/games.js:1225", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/games.js:1225"}, "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-1fb7efe59542a076", "name": "`fetch()` without try/.catch or AbortSignal \u2014 zh-hant/assets/games.js:1225", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 zh-hant/assets/games.js:1225"}, "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}}]}}, "automationDetails": {"id": "repobility/18467"}, "properties": {"repository": "Roserparker/hukanbit", "repoUrl": "https://github.com/Roserparker/hukanbit", "branch": "main"}, "results": [{"ruleId": "scanner-1e436531ecb33cc4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/audit_games.js:167"}, "properties": {"repobilityId": "7e1153bdd750f4a5", "scanner": "scanner-primary", "fingerprint": "1e436531ecb33cc4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-3084da08577c64ff", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in gallery.html:495"}, "properties": {"repobilityId": "49d5f8794f02f51f", "scanner": "scanner-primary", "fingerprint": "3084da08577c64ff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gallery.html"}, "region": {"startLine": 495}}}]}, {"ruleId": "scanner-6d4c19c05a2ba251", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in treasury.html:250"}, "properties": {"repobilityId": "736b4e686833d5b4", "scanner": "scanner-primary", "fingerprint": "6d4c19c05a2ba251", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "treasury.html"}, "region": {"startLine": 250}}}]}, {"ruleId": "scanner-3c2b2f32ec15b66d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/games.js:89"}, "properties": {"repobilityId": "70203e8a14df65d7", "scanner": "scanner-primary", "fingerprint": "3c2b2f32ec15b66d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/games.js"}, "region": {"startLine": 89}}}]}, {"ruleId": "scanner-904d38e4ee8238c4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/lab.js:119"}, "properties": {"repobilityId": "975601cd090dd85f", "scanner": "scanner-primary", "fingerprint": "904d38e4ee8238c4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/lab.js"}, "region": {"startLine": 119}}}]}, {"ruleId": "scanner-28b17eafd0bada02", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/gallery.html:495"}, "properties": {"repobilityId": "f48ed9689e207803", "scanner": "scanner-primary", "fingerprint": "28b17eafd0bada02", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "zh-hant/gallery.html"}, "region": {"startLine": 495}}}]}, {"ruleId": "scanner-b21ea93d626d4cae", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/treasury.html:250"}, "properties": {"repobilityId": "202ca554e9492df4", "scanner": "scanner-primary", "fingerprint": "b21ea93d626d4cae", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "zh-hant/treasury.html"}, "region": {"startLine": 250}}}]}, {"ruleId": "scanner-db31396338f4da75", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/assets/games.js:89"}, "properties": {"repobilityId": "21e07cdfd171b6d1", "scanner": "scanner-primary", "fingerprint": "db31396338f4da75", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "zh-hant/assets/games.js"}, "region": {"startLine": 89}}}]}, {"ruleId": "scanner-d13873df0ca28292", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zh-hant/assets/lab.js:119"}, "properties": {"repobilityId": "e28ecc7a835396f9", "scanner": "scanner-primary", "fingerprint": "d13873df0ca28292", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "zh-hant/assets/lab.js"}, "region": {"startLine": 119}}}]}, {"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-4e13e83ce327774f", "level": "note", "message": {"text": "Very large file: assets/games.js (2269 lines)"}, "properties": {"repobilityId": "d58a8ab82e838268", "scanner": "scanner-primary", "fingerprint": "4e13e83ce327774f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-13234f4cb5112893", "level": "note", "message": {"text": "Very large file: zh-hant/assets/games.js (2269 lines)"}, "properties": {"repobilityId": "d4998c26f45483de", "scanner": "scanner-primary", "fingerprint": "13234f4cb5112893", "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": "709f3e4057c345fc", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "e8c72d4669190678", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "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": "1c346b03204b7bb3", "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": "a360e8ad7bc42b39", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "674b513ae3f04768", "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": "caf5758414c8c564", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a1db53cef8c9e3cf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/games.js:1225"}, "properties": {"repobilityId": "d55b793d8627097f", "scanner": "scanner-primary", "fingerprint": "a1db53cef8c9e3cf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1fb7efe59542a076", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 zh-hant/assets/games.js:1225"}, "properties": {"repobilityId": "27ebdeac8cd00cda", "scanner": "scanner-primary", "fingerprint": "1fb7efe59542a076", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}