{"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-f3eb58d02d56bc48", "name": "Possibly dead Python function: write_split_entry", "shortDescription": {"text": "Possibly dead Python function: write_split_entry"}, "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-48b7d5e8a86df4c0", "name": "Possibly dead Python function: read_merged_entry", "shortDescription": {"text": "Possibly dead Python function: read_merged_entry"}, "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-44a35f810a70bc79", "name": "Possibly dead Python function: move_config", "shortDescription": {"text": "Possibly dead Python function: move_config"}, "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-4654999001225950", "name": "TODO/FIXME marker in shipping code \u2014 ui/app.js:15122", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 ui/app.js:15122"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "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-a81bb6b5e4b1c3b4", "name": "Insecure pattern 'direct_innerhtml_assignment' in ui/app.js:57", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in ui/app.js:57"}, "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-86d1114551d85d11", "name": "Insecure pattern 'insert_adjacent_html' in ui/app.js:6888", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in ui/app.js:6888"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-05c9e937852dd3cb", "name": "Insecure pattern 'cors_wildcard' in infrastructure/cloudflare-worker/submit-worker.js:89", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in infrastructure/cloudflare-worker/submit-worker.js:89"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-558bc3ace7613dd8", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0d986e8a71eeaab5", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-323718d8a6bd6eaf", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8965b9bccda81f12", "name": "Very large file: ui/app.js (20458 lines)", "shortDescription": {"text": "Very large file: ui/app.js (20458 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "2 tests / 12 src (ratio 0.17)."}, "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 22 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-30d644285d01df27", "name": "Commented-code block (7 lines) in HyperFLINT/test/integration/test_omp_e2e_determinism.py:5", "shortDescription": {"text": "Commented-code block (7 lines) in HyperFLINT/test/integration/test_omp_e2e_determinism.py:5"}, "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-476b1a54f5e6168c", "name": "Commented-code block (12 lines) in ui/nickel.js:210", "shortDescription": {"text": "Commented-code block (12 lines) in ui/nickel.js:210"}, "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-f23c25becbc17a7a", "name": "Legacy-named symbol `keepOld` in ui/app.js:20154", "shortDescription": {"text": "Legacy-named symbol `keepOld` in ui/app.js:20154"}, "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-a3be9d1dc0760f2e", "name": "Commented-code block (5 lines) in ui/app.js:81", "shortDescription": {"text": "Commented-code block (5 lines) in ui/app.js:81"}, "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-701c4ad957163a83", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ui/app.js:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/app.js:20"}, "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-53179e4ec3ccdf61", "name": "Commented-code block (6 lines) in ui/tex-clean.mjs:4", "shortDescription": {"text": "Commented-code block (6 lines) in ui/tex-clean.mjs: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-bd732c08eb437528", "name": "Commented-code block (9 lines) in ui/notebook/notebook.test.mjs:3", "shortDescription": {"text": "Commented-code block (9 lines) in ui/notebook/notebook.test.mjs: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-dd35a053168e34e3", "name": "Commented-code block (5 lines) in ui/notebook/render.mjs:14", "shortDescription": {"text": "Commented-code block (5 lines) in ui/notebook/render.mjs:14"}, "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-d59df1fccbef0e76", "name": "Commented-code block (7 lines) in ui/notebook/wl-to-nb.mjs:3", "shortDescription": {"text": "Commented-code block (7 lines) in ui/notebook/wl-to-nb.mjs: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-bc40e7d4b0ddce41", "name": "Commented-code block (8 lines) in infrastructure/cloudflare-worker/submit-worker.js:10", "shortDescription": {"text": "Commented-code block (8 lines) in infrastructure/cloudflare-worker/submit-worker.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-43d9871901185c9b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 infrastructure/cloudflare-worker/submit-worker.js:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 infrastructure/cloudflare-worker/submit-worker.js:84"}, "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/20464"}, "properties": {"repository": "SubTropica/SubTropica", "repoUrl": "https://github.com/SubTropica/SubTropica", "branch": "main"}, "results": [{"ruleId": "scanner-f3eb58d02d56bc48", "level": "note", "message": {"text": "Possibly dead Python function: write_split_entry"}, "properties": {"repobilityId": "bdb4cfcfff10741d", "scanner": "scanner-primary", "fingerprint": "f3eb58d02d56bc48", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_results_split_common.py:104"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-48b7d5e8a86df4c0", "level": "note", "message": {"text": "Possibly dead Python function: read_merged_entry"}, "properties": {"repobilityId": "c518452b4207e5ba", "scanner": "scanner-primary", "fingerprint": "48b7d5e8a86df4c0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_results_split_common.py:148"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-44a35f810a70bc79", "level": "note", "message": {"text": "Possibly dead Python function: move_config"}, "properties": {"repobilityId": "992ccd1f30e5a70d", "scanner": "scanner-primary", "fingerprint": "44a35f810a70bc79", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_results_split_common.py:190"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4654999001225950", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 ui/app.js:15122"}, "properties": {"repobilityId": "86930062753cc2db", "scanner": "scanner-primary", "fingerprint": "4654999001225950", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"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-a81bb6b5e4b1c3b4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in ui/app.js:57"}, "properties": {"repobilityId": "e1c30660490153d0", "scanner": "scanner-primary", "fingerprint": "a81bb6b5e4b1c3b4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/app.js"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-86d1114551d85d11", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in ui/app.js:6888"}, "properties": {"repobilityId": "59a0f1f263424669", "scanner": "scanner-primary", "fingerprint": "86d1114551d85d11", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/app.js"}, "region": {"startLine": 6888}}}]}, {"ruleId": "scanner-05c9e937852dd3cb", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in infrastructure/cloudflare-worker/submit-worker.js:89"}, "properties": {"repobilityId": "240e3b04f311ef2c", "scanner": "scanner-primary", "fingerprint": "05c9e937852dd3cb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infrastructure/cloudflare-worker/submit-worker.js"}, "region": {"startLine": 89}}}]}, {"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-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "91f444f5ff3067f7", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 127}}}]}, {"ruleId": "scanner-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "91f444f5ff3067f7", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 230}}}]}, {"ruleId": "scanner-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "91f444f5ff3067f7", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 347}}}]}, {"ruleId": "scanner-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7a1b3498a8211e68", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 376}}}]}, {"ruleId": "scanner-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7a1b3498a8211e68", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 382}}}]}, {"ruleId": "scanner-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7a1b3498a8211e68", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 388}}}]}, {"ruleId": "scanner-558bc3ace7613dd8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7a1b3498a8211e68", "scanner": "scanner-primary", "fingerprint": "558bc3ace7613dd8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 394}}}]}, {"ruleId": "scanner-0d986e8a71eeaab5", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "98a6fe043c22b792", "scanner": "scanner-primary", "fingerprint": "0d986e8a71eeaab5", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-paclet.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-323718d8a6bd6eaf", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "73e815130a4e6b7f", "scanner": "scanner-primary", "fingerprint": "323718d8a6bd6eaf", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/submit.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8965b9bccda81f12", "level": "note", "message": {"text": "Very large file: ui/app.js (20458 lines)"}, "properties": {"repobilityId": "b61deff78cd634fe", "scanner": "scanner-primary", "fingerprint": "8965b9bccda81f12", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "99ef344558254d4b", "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": "38674b77206e53c7", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "651d30b9a81adf2a", "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": "c05e0c138c983510", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-30d644285d01df27", "level": "none", "message": {"text": "Commented-code block (7 lines) in HyperFLINT/test/integration/test_omp_e2e_determinism.py:5"}, "properties": {"repobilityId": "c52c2cfaa46f79d5", "scanner": "scanner-primary", "fingerprint": "30d644285d01df27", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-476b1a54f5e6168c", "level": "none", "message": {"text": "Commented-code block (12 lines) in ui/nickel.js:210"}, "properties": {"repobilityId": "9c7786b7d5477262", "scanner": "scanner-primary", "fingerprint": "476b1a54f5e6168c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f23c25becbc17a7a", "level": "note", "message": {"text": "Legacy-named symbol `keepOld` in ui/app.js:20154"}, "properties": {"repobilityId": "6933779e6ae15440", "scanner": "scanner-primary", "fingerprint": "f23c25becbc17a7a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-a3be9d1dc0760f2e", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/app.js:81"}, "properties": {"repobilityId": "69d75428ae66b340", "scanner": "scanner-primary", "fingerprint": "a3be9d1dc0760f2e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-701c4ad957163a83", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/app.js:20"}, "properties": {"repobilityId": "4de1485cd3cf99b3", "scanner": "scanner-primary", "fingerprint": "701c4ad957163a83", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-53179e4ec3ccdf61", "level": "none", "message": {"text": "Commented-code block (6 lines) in ui/tex-clean.mjs:4"}, "properties": {"repobilityId": "f82a6495bf975818", "scanner": "scanner-primary", "fingerprint": "53179e4ec3ccdf61", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bd732c08eb437528", "level": "none", "message": {"text": "Commented-code block (9 lines) in ui/notebook/notebook.test.mjs:3"}, "properties": {"repobilityId": "ed0dbd007042d4ec", "scanner": "scanner-primary", "fingerprint": "bd732c08eb437528", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd35a053168e34e3", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/notebook/render.mjs:14"}, "properties": {"repobilityId": "9bcab53ca4d5512b", "scanner": "scanner-primary", "fingerprint": "dd35a053168e34e3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d59df1fccbef0e76", "level": "none", "message": {"text": "Commented-code block (7 lines) in ui/notebook/wl-to-nb.mjs:3"}, "properties": {"repobilityId": "c9bf7082f4f2a81c", "scanner": "scanner-primary", "fingerprint": "d59df1fccbef0e76", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bc40e7d4b0ddce41", "level": "none", "message": {"text": "Commented-code block (8 lines) in infrastructure/cloudflare-worker/submit-worker.js:10"}, "properties": {"repobilityId": "9149b29e33a98f93", "scanner": "scanner-primary", "fingerprint": "bc40e7d4b0ddce41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43d9871901185c9b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 infrastructure/cloudflare-worker/submit-worker.js:84"}, "properties": {"repobilityId": "677a5d2723950e3e", "scanner": "scanner-primary", "fingerprint": "43d9871901185c9b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}