{"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-16290c0febf5d0e8", "name": "Stray `console.log` in TS/JS \u2014 sweep.js:319", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sweep.js:319"}, "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-908eb8697121b32e", "name": "Stray `console.log` in TS/JS \u2014 gate.js:167", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 gate.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-17cd1c4b438ab60f", "name": "Icon-only button without accessible name \u2014 js/ui.js:927", "shortDescription": {"text": "Icon-only button without accessible name \u2014 js/ui.js:927"}, "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-fba37e2d24fef802", "name": "Insecure pattern 'new_function_used' in sweep.js:319", "shortDescription": {"text": "Insecure pattern 'new_function_used' in sweep.js:319"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5d5a4b10d34c95da", "name": "Insecure pattern 'new_function_used' in gate.js:166", "shortDescription": {"text": "Insecure pattern 'new_function_used' in gate.js:166"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ee9b0722cb7e7137", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:919", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:919"}, "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-03ea543ccc862ef5", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/uikit.js:13", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/uikit.js:13"}, "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-cd0ba0618cfae16a", "name": "Very large file: js/ui.js (1792 lines)", "shortDescription": {"text": "Very large file: js/ui.js (1792 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-9a13e25c068d708e", "name": "Very large file: js/engine.js (990 lines)", "shortDescription": {"text": "Very large file: js/engine.js (990 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 14 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 10 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, 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-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, tests, operator-readme. 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-7802d0e63728cbba", "name": "Commented-code block (7 lines) in sweep.js:193", "shortDescription": {"text": "Commented-code block (7 lines) in sweep.js:193"}, "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-58db77dc1b218f64", "name": "Commented-code block (6 lines) in js/content.js:118", "shortDescription": {"text": "Commented-code block (6 lines) in js/content.js:118"}, "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-449022d15467a55e", "name": "Legacy-named symbol `saveIsOld` in js/ui.js:76", "shortDescription": {"text": "Legacy-named symbol `saveIsOld` in js/ui.js:76"}, "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-3057c75664a4c295", "name": "Commented-code block (7 lines) in js/ui.js:909", "shortDescription": {"text": "Commented-code block (7 lines) in js/ui.js:909"}, "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-9551b18f90cbec27", "name": "`fetch()` without try/.catch or AbortSignal \u2014 js/ui.js:88", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/ui.js:88"}, "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-7a753d4987eb875f", "name": "Commented-code block (6 lines) in js/engine.js:126", "shortDescription": {"text": "Commented-code block (6 lines) in js/engine.js:126"}, "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-c0eb51fa4e7bc2f5", "name": "Commented-code block (5 lines) in js/save.js:128", "shortDescription": {"text": "Commented-code block (5 lines) in js/save.js:128"}, "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-eb786ace033c89e4", "name": "Commented-code block (6 lines) in js/data.js:78", "shortDescription": {"text": "Commented-code block (6 lines) in js/data.js:78"}, "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-f20bb2a080915abc", "name": "Commented-code block (6 lines) in js/epilogue.js:89", "shortDescription": {"text": "Commented-code block (6 lines) in js/epilogue.js:89"}, "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-058ba1af212b5574", "name": "Commented-code block (5 lines) in js/sim/person.js:67", "shortDescription": {"text": "Commented-code block (5 lines) in js/sim/person.js:67"}, "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/20903"}, "properties": {"repository": "techeese/steve-job-vietnam", "repoUrl": "https://github.com/techeese/steve-job-vietnam", "branch": "main"}, "results": [{"ruleId": "scanner-16290c0febf5d0e8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sweep.js:319"}, "properties": {"repobilityId": "fdbbd0bcc8420d14", "scanner": "scanner-primary", "fingerprint": "16290c0febf5d0e8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-908eb8697121b32e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 gate.js:167"}, "properties": {"repobilityId": "9be199143750c4fe", "scanner": "scanner-primary", "fingerprint": "908eb8697121b32e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-17cd1c4b438ab60f", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 js/ui.js:927"}, "properties": {"repobilityId": "18c57cfcf7f31120", "scanner": "scanner-primary", "fingerprint": "17cd1c4b438ab60f", "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-fba37e2d24fef802", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in sweep.js:319"}, "properties": {"repobilityId": "8fe5c6d69668a408", "scanner": "scanner-primary", "fingerprint": "fba37e2d24fef802", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sweep.js"}, "region": {"startLine": 319}}}]}, {"ruleId": "scanner-5d5a4b10d34c95da", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in gate.js:166"}, "properties": {"repobilityId": "f824aecd9d2f5a44", "scanner": "scanner-primary", "fingerprint": "5d5a4b10d34c95da", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gate.js"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-ee9b0722cb7e7137", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:919"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "ee9b0722cb7e7137", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 919}}}]}, {"ruleId": "scanner-03ea543ccc862ef5", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/uikit.js:13"}, "properties": {"repobilityId": "b48d307c75a87897", "scanner": "scanner-primary", "fingerprint": "03ea543ccc862ef5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/uikit.js"}, "region": {"startLine": 13}}}]}, {"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-cd0ba0618cfae16a", "level": "note", "message": {"text": "Very large file: js/ui.js (1792 lines)"}, "properties": {"repobilityId": "122be557d33c34d2", "scanner": "scanner-primary", "fingerprint": "cd0ba0618cfae16a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9a13e25c068d708e", "level": "note", "message": {"text": "Very large file: js/engine.js (990 lines)"}, "properties": {"repobilityId": "c824af9316a3c254", "scanner": "scanner-primary", "fingerprint": "9a13e25c068d708e", "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": "b72aa2ecea4d28e8", "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": "f17207d92087357b", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "382d61430d2f652f", "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": "cb8b2f74ff5c3ffb", "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": "dbdb39d3fb92c882", "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": "05e6b16d2ba1e10c", "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": "1a0b32363c00f823", "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": "49c6f2ea4b005a1f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-7802d0e63728cbba", "level": "none", "message": {"text": "Commented-code block (7 lines) in sweep.js:193"}, "properties": {"repobilityId": "f931374c9e2437db", "scanner": "scanner-primary", "fingerprint": "7802d0e63728cbba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-58db77dc1b218f64", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/content.js:118"}, "properties": {"repobilityId": "707b492ff5009929", "scanner": "scanner-primary", "fingerprint": "58db77dc1b218f64", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-449022d15467a55e", "level": "note", "message": {"text": "Legacy-named symbol `saveIsOld` in js/ui.js:76"}, "properties": {"repobilityId": "998b6f609cee2052", "scanner": "scanner-primary", "fingerprint": "449022d15467a55e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-3057c75664a4c295", "level": "none", "message": {"text": "Commented-code block (7 lines) in js/ui.js:909"}, "properties": {"repobilityId": "11d3cf4266232d1d", "scanner": "scanner-primary", "fingerprint": "3057c75664a4c295", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9551b18f90cbec27", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 js/ui.js:88"}, "properties": {"repobilityId": "0a0ba2baaad2b606", "scanner": "scanner-primary", "fingerprint": "9551b18f90cbec27", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7a753d4987eb875f", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/engine.js:126"}, "properties": {"repobilityId": "a0f8335c44d8b9c3", "scanner": "scanner-primary", "fingerprint": "7a753d4987eb875f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c0eb51fa4e7bc2f5", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/save.js:128"}, "properties": {"repobilityId": "7cefebc60b5cfc30", "scanner": "scanner-primary", "fingerprint": "c0eb51fa4e7bc2f5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-eb786ace033c89e4", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/data.js:78"}, "properties": {"repobilityId": "6504e9178a5e9553", "scanner": "scanner-primary", "fingerprint": "eb786ace033c89e4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f20bb2a080915abc", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/epilogue.js:89"}, "properties": {"repobilityId": "325475596a8eb74e", "scanner": "scanner-primary", "fingerprint": "f20bb2a080915abc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-058ba1af212b5574", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/sim/person.js:67"}, "properties": {"repobilityId": "9ad90546f1a9b1a1", "scanner": "scanner-primary", "fingerprint": "058ba1af212b5574", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}