{"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-107eea4cfa9789c9", "name": "Possibly dead Python function: encode_fname_header", "shortDescription": {"text": "Possibly dead Python function: encode_fname_header"}, "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-ddc44f97f586273b", "name": "Possibly dead Python function: name", "shortDescription": {"text": "Possibly dead Python function: name"}, "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-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-7baa730038a9b371", "name": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/app.js:368", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/app.js:368"}, "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-04c90818ba56ab98", "name": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/tabs/sellers.js:213", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/tabs/sellers.js:213"}, "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-6ba532e51034e26d", "name": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/tabs/buyers.js:215", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/tabs/buyers.js:215"}, "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-1523708679e261f9", "name": "Very large file: GUI/Web/wwwroot/app.js (2957 lines)", "shortDescription": {"text": "Very large file: GUI/Web/wwwroot/app.js (2957 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-da56f76443ed1987", "name": "Very large file: GUI/Web/wwwroot/tabs/buildings.js (2451 lines)", "shortDescription": {"text": "Very large file: GUI/Web/wwwroot/tabs/buildings.js (2451 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 27 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 84 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 37 placeholder/mock markers across 10 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-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. 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-98a809b5f827616b", "name": "Commented-code block (5 lines) in GUI/Web/wwwroot/app.js:69", "shortDescription": {"text": "Commented-code block (5 lines) in GUI/Web/wwwroot/app.js:69"}, "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-54e943f260d19c1e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 GUI/Web/wwwroot/app.js:364", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 GUI/Web/wwwroot/app.js:364"}, "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-b60e76d7261d81c1", "name": "Commented-code block (8 lines) in GUI/Web/wwwroot/tabs/shipmusic.js:3", "shortDescription": {"text": "Commented-code block (8 lines) in GUI/Web/wwwroot/tabs/shipmusic.js:3"}, "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-6e9f808df3aa9485", "name": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/killxp.js:3", "shortDescription": {"text": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/killxp.js:3"}, "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-3e1b27f7f67f97d4", "name": "Commented-code block (5 lines) in GUI/Web/wwwroot/tabs/shipspeed.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in GUI/Web/wwwroot/tabs/shipspeed.js:3"}, "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-c2cd0f6b770c3d8f", "name": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/misc.js:388", "shortDescription": {"text": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/misc.js:388"}, "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-71356a390fdde085", "name": "Commented-code block (6 lines) in GUI/Web/wwwroot/tabs/xpreward.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in GUI/Web/wwwroot/tabs/xpreward.js:3"}, "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-7652defaecac2c1f", "name": "Commented-code block (5 lines) in GUI/Web/wwwroot/tabs/characters.js:10", "shortDescription": {"text": "Commented-code block (5 lines) in GUI/Web/wwwroot/tabs/characters.js:10"}, "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-4429708e302b40c5", "name": "Commented-code block (10 lines) in GUI/Web/wwwroot/tabs/lighting.js:3", "shortDescription": {"text": "Commented-code block (10 lines) in GUI/Web/wwwroot/tabs/lighting.js:3"}, "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-6dcf4ecb4422ee35", "name": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/leveling.js:3", "shortDescription": {"text": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/leveling.js:3"}, "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-0bde494c91b112ec", "name": "Commented-code block (9 lines) in GUI/Web/wwwroot/tabs/buildings.js:8", "shortDescription": {"text": "Commented-code block (9 lines) in GUI/Web/wwwroot/tabs/buildings.js:8"}, "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-7e8a38489a07d32a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 GUI/Web/wwwroot/tabs/buildings.js:387", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 GUI/Web/wwwroot/tabs/buildings.js:387"}, "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-46662daa466f9df4", "name": "Commented-code block (5 lines) in Tools/gen_mob_keywords.py:4", "shortDescription": {"text": "Commented-code block (5 lines) in Tools/gen_mob_keywords.py: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-de56be96e4a33308", "name": "Legacy-named symbol `bHasNumberlessKeys_v1` in Tools/ar_writer/inspect_tags.py:181", "shortDescription": {"text": "Legacy-named symbol `bHasNumberlessKeys_v1` in Tools/ar_writer/inspect_tags.py:181"}, "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-0d7a68ebebc71650", "name": "Commented-code block (6 lines) in Tools/ar_writer/inspect_tags.py:171", "shortDescription": {"text": "Commented-code block (6 lines) in Tools/ar_writer/inspect_tags.py:171"}, "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-6eda80989d17b753", "name": "Commented-code block (6 lines) in Tools/refmod_re/find_plsf.py:3", "shortDescription": {"text": "Commented-code block (6 lines) in Tools/refmod_re/find_plsf.py:3"}, "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-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:\nTools/ar_writer/ar_parser.py:parse_package_data_section, Tools/ar_writer/ar_parser.py:parse_package_data\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/21121"}, "properties": {"repository": "themelektaus/windrose-quartermaster-mod", "repoUrl": "https://github.com/themelektaus/windrose-quartermaster-mod", "branch": "main"}, "results": [{"ruleId": "scanner-107eea4cfa9789c9", "level": "note", "message": {"text": "Possibly dead Python function: encode_fname_header"}, "properties": {"repobilityId": "5ada55c4eb58bd81", "scanner": "scanner-primary", "fingerprint": "107eea4cfa9789c9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Tools/ar_writer/ar_patcher.py:43"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ddc44f97f586273b", "level": "note", "message": {"text": "Possibly dead Python function: name"}, "properties": {"repobilityId": "d8ae97372aa6a413", "scanner": "scanner-primary", "fingerprint": "ddc44f97f586273b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Tools/refmod_re/re_callgraph.py:50"}, "region": {"startLine": 1}}}]}, {"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-7baa730038a9b371", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/app.js:368"}, "properties": {"repobilityId": "01d55c2ee732e7a5", "scanner": "scanner-primary", "fingerprint": "7baa730038a9b371", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "GUI/Web/wwwroot/app.js"}, "region": {"startLine": 368}}}]}, {"ruleId": "scanner-04c90818ba56ab98", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/tabs/sellers.js:213"}, "properties": {"repobilityId": "ad31c7e2427bfbbb", "scanner": "scanner-primary", "fingerprint": "04c90818ba56ab98", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "GUI/Web/wwwroot/tabs/sellers.js"}, "region": {"startLine": 213}}}]}, {"ruleId": "scanner-6ba532e51034e26d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in GUI/Web/wwwroot/tabs/buyers.js:215"}, "properties": {"repobilityId": "2bd2f2bea4992ed2", "scanner": "scanner-primary", "fingerprint": "6ba532e51034e26d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "GUI/Web/wwwroot/tabs/buyers.js"}, "region": {"startLine": 215}}}]}, {"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-1523708679e261f9", "level": "note", "message": {"text": "Very large file: GUI/Web/wwwroot/app.js (2957 lines)"}, "properties": {"repobilityId": "b2c6688a2e7a14c0", "scanner": "scanner-primary", "fingerprint": "1523708679e261f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-da56f76443ed1987", "level": "note", "message": {"text": "Very large file: GUI/Web/wwwroot/tabs/buildings.js (2451 lines)"}, "properties": {"repobilityId": "b1818685c6da2950", "scanner": "scanner-primary", "fingerprint": "da56f76443ed1987", "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": "0336e833c99ae4d0", "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": "1e16c14f0ccc7065", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "05a226b2fe62c8c8", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "c649b9f9defea192", "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": "fa3a6a25a4f7779f", "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": "d7fc155f0a970bc2", "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": "41ee6200efc1a9c0", "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": "a266d2b0c187f292", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-98a809b5f827616b", "level": "none", "message": {"text": "Commented-code block (5 lines) in GUI/Web/wwwroot/app.js:69"}, "properties": {"repobilityId": "39eff656d8f345bb", "scanner": "scanner-primary", "fingerprint": "98a809b5f827616b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-54e943f260d19c1e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 GUI/Web/wwwroot/app.js:364"}, "properties": {"repobilityId": "63bc18d09c703f81", "scanner": "scanner-primary", "fingerprint": "54e943f260d19c1e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b60e76d7261d81c1", "level": "none", "message": {"text": "Commented-code block (8 lines) in GUI/Web/wwwroot/tabs/shipmusic.js:3"}, "properties": {"repobilityId": "02d6f96589f7d1af", "scanner": "scanner-primary", "fingerprint": "b60e76d7261d81c1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6e9f808df3aa9485", "level": "none", "message": {"text": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/killxp.js:3"}, "properties": {"repobilityId": "7d54102758281c9d", "scanner": "scanner-primary", "fingerprint": "6e9f808df3aa9485", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e1b27f7f67f97d4", "level": "none", "message": {"text": "Commented-code block (5 lines) in GUI/Web/wwwroot/tabs/shipspeed.js:3"}, "properties": {"repobilityId": "a7c36db4c4529a8b", "scanner": "scanner-primary", "fingerprint": "3e1b27f7f67f97d4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c2cd0f6b770c3d8f", "level": "none", "message": {"text": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/misc.js:388"}, "properties": {"repobilityId": "04fad0033d54c0dd", "scanner": "scanner-primary", "fingerprint": "c2cd0f6b770c3d8f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-71356a390fdde085", "level": "none", "message": {"text": "Commented-code block (6 lines) in GUI/Web/wwwroot/tabs/xpreward.js:3"}, "properties": {"repobilityId": "600bc486ef3ea994", "scanner": "scanner-primary", "fingerprint": "71356a390fdde085", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7652defaecac2c1f", "level": "none", "message": {"text": "Commented-code block (5 lines) in GUI/Web/wwwroot/tabs/characters.js:10"}, "properties": {"repobilityId": "0e2a68c705deae7a", "scanner": "scanner-primary", "fingerprint": "7652defaecac2c1f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4429708e302b40c5", "level": "none", "message": {"text": "Commented-code block (10 lines) in GUI/Web/wwwroot/tabs/lighting.js:3"}, "properties": {"repobilityId": "cf25616bf4eab43b", "scanner": "scanner-primary", "fingerprint": "4429708e302b40c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6dcf4ecb4422ee35", "level": "none", "message": {"text": "Commented-code block (7 lines) in GUI/Web/wwwroot/tabs/leveling.js:3"}, "properties": {"repobilityId": "33df3f8127a38c5c", "scanner": "scanner-primary", "fingerprint": "6dcf4ecb4422ee35", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0bde494c91b112ec", "level": "none", "message": {"text": "Commented-code block (9 lines) in GUI/Web/wwwroot/tabs/buildings.js:8"}, "properties": {"repobilityId": "9b1408065dd96eee", "scanner": "scanner-primary", "fingerprint": "0bde494c91b112ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e8a38489a07d32a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 GUI/Web/wwwroot/tabs/buildings.js:387"}, "properties": {"repobilityId": "fce387543666ca25", "scanner": "scanner-primary", "fingerprint": "7e8a38489a07d32a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-46662daa466f9df4", "level": "none", "message": {"text": "Commented-code block (5 lines) in Tools/gen_mob_keywords.py:4"}, "properties": {"repobilityId": "4ccd585279f0abb4", "scanner": "scanner-primary", "fingerprint": "46662daa466f9df4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-de56be96e4a33308", "level": "note", "message": {"text": "Legacy-named symbol `bHasNumberlessKeys_v1` in Tools/ar_writer/inspect_tags.py:181"}, "properties": {"repobilityId": "3675d4314e3a84be", "scanner": "scanner-primary", "fingerprint": "de56be96e4a33308", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0d7a68ebebc71650", "level": "none", "message": {"text": "Commented-code block (6 lines) in Tools/ar_writer/inspect_tags.py:171"}, "properties": {"repobilityId": "7c88458f5adf604a", "scanner": "scanner-primary", "fingerprint": "0d7a68ebebc71650", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6eda80989d17b753", "level": "none", "message": {"text": "Commented-code block (6 lines) in Tools/refmod_re/find_plsf.py:3"}, "properties": {"repobilityId": "dd17ec909ad74193", "scanner": "scanner-primary", "fingerprint": "6eda80989d17b753", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "0f44b5a0bf850e5f", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}