{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d6c20715a6de4b8b", "name": "Stray `console.log` in TS/JS \u2014 scripts/validate-mc-top3.ts:146", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-mc-top3.ts:146"}, "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-9f958a534ef3a745", "name": "Stray `console.log` in TS/JS \u2014 scripts/analyze-post-feb-hypotheses.ts:623", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/analyze-post-feb-hypotheses.ts:623"}, "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-128bd137a2d49932", "name": "Stray `console.log` in TS/JS \u2014 scripts/backfill-expectations.ts:417", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-expectations.ts:417"}, "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-4d46ac65e8dbbe3d", "name": "Stray `console.log` in TS/JS \u2014 scripts/compare-opponent-offline.ts:1002", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/compare-opponent-offline.ts:1002"}, "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-b7f41d54bdf1064e", "name": "Stray `console.log` in TS/JS \u2014 scripts/backfill-archive-predictions.ts:1080", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-archive-predictions.ts:1080"}, "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-e92ce3b839a5bf91", "name": "Stray `console.log` in TS/JS \u2014 scripts/repair-live-snapshot-timezone-shift.ts:285", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/repair-live-snapshot-timezone-shift.ts:285"}, "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-4a5fe06ad586411d", "name": "Stray `console.log` in TS/JS \u2014 scripts/analyze-post-feb-retrospective.ts:1054", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/analyze-post-feb-retrospective.ts:1054"}, "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-14d5ad8a791f674c", "name": "Stray `console.log` in TS/JS \u2014 scripts/process-review-records.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/process-review-records.ts:40"}, "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-2971170b83f42ee9", "name": "`truncate` class without `title=` for hover reveal \u2014 components/SimulationResults.tsx:90", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/SimulationResults.tsx:90"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-debd928637a18e66", "name": "`truncate` class without `title=` for hover reveal \u2014 app/archive/page.tsx:1268", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/archive/page.tsx:1268"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-529c0fbf88905934", "name": "Insecure pattern 'node_child_process' in scripts/keiba-routine.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/keiba-routine.mjs:3"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). 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-bfa62938bf5271ae", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@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-1561956dcfb7808b", "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-31d43afe42535062", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@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-3d7fed879b87a353", "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-997449373b487b2b", "name": "Very large file: app/archive/page.tsx (1358 lines)", "shortDescription": {"text": "Very large file: app/archive/page.tsx (1358 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-b93804e8bb5b3622", "name": "Very large file: lib/weeklyDiagnostics.ts (1779 lines)", "shortDescription": {"text": "Very large file: lib/weeklyDiagnostics.ts (1779 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-04dcfac565c3d876", "name": "Very large file: lib/generatedDrawOverrides.ts (4244 lines)", "shortDescription": {"text": "Very large file: lib/generatedDrawOverrides.ts (4244 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": "11 tests / 98 src (ratio 0.11)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 97 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-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. 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-4edda574eb51f242", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/daily-entry-check.mjs:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/daily-entry-check.mjs:26"}, "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-8cd78372541bbfed", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/refresh-weekly-races.mjs:137", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/refresh-weekly-races.mjs:137"}, "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-32f254a4fbf4f001", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/backfill-archive-predictions.ts:246", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/backfill-archive-predictions.ts:246"}, "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-2331f2724f3a251f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/keiba-routine.mjs:151", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/keiba-routine.mjs:151"}, "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-01383bb0d03a694a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-race-results.mjs:55", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-race-results.mjs:55"}, "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-e707b31af0521780", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-race-volatility.mjs:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-race-volatility.mjs:33"}, "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-2b11d57ef7983b7e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/weekly-keiba-update.mjs:184", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/weekly-keiba-update.mjs:184"}, "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-90eaa434e61e4457", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/HorseInput.tsx:256", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/HorseInput.tsx:256"}, "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-4281bd3cb05c8c68", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/archive/page.tsx:842", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/archive/page.tsx:842"}, "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-64ea8a4e42b524aa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/live-race-conditions/route.ts:60", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/live-race-conditions/route.ts:60"}, "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-4362fc4170731af0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/netkeiba-odds/route.ts:176", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/netkeiba-odds/route.ts:176"}, "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-79605d98ecc718c7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/sim/page.tsx:730", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/sim/page.tsx:730"}, "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-f5892674064772ed", "name": "Commented-code block (8 lines) in lib/tanpukuSelection.mjs:11", "shortDescription": {"text": "Commented-code block (8 lines) in lib/tanpukuSelection.mjs:11"}, "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-6a029fba5d72a492", "name": "Commented-code block (6 lines) in lib/recommendedBetDecisionCore.mjs:5", "shortDescription": {"text": "Commented-code block (6 lines) in lib/recommendedBetDecisionCore.mjs: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-7c10e347d6ec6a3e", "name": "Commented-code block (8 lines) in lib/types.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in lib/types.ts: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-3257c01fc19cccad", "name": "Commented-code block (7 lines) in lib/raceData.ts:33", "shortDescription": {"text": "Commented-code block (7 lines) in lib/raceData.ts:33"}, "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/23162"}, "properties": {"repository": "yasuhiroohnaka-ux/horse-race-sim", "repoUrl": "https://github.com/yasuhiroohnaka-ux/horse-race-sim", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-d6c20715a6de4b8b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/validate-mc-top3.ts:146"}, "properties": {"repobilityId": "e435ecb1210862fb", "scanner": "scanner-primary", "fingerprint": "d6c20715a6de4b8b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9f958a534ef3a745", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/analyze-post-feb-hypotheses.ts:623"}, "properties": {"repobilityId": "e186dbec36db6952", "scanner": "scanner-primary", "fingerprint": "9f958a534ef3a745", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-128bd137a2d49932", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-expectations.ts:417"}, "properties": {"repobilityId": "d88ad77c7bd3f2d9", "scanner": "scanner-primary", "fingerprint": "128bd137a2d49932", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4d46ac65e8dbbe3d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/compare-opponent-offline.ts:1002"}, "properties": {"repobilityId": "59246987f89b72bf", "scanner": "scanner-primary", "fingerprint": "4d46ac65e8dbbe3d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b7f41d54bdf1064e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-archive-predictions.ts:1080"}, "properties": {"repobilityId": "8747d7a7359c1205", "scanner": "scanner-primary", "fingerprint": "b7f41d54bdf1064e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e92ce3b839a5bf91", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/repair-live-snapshot-timezone-shift.ts:285"}, "properties": {"repobilityId": "00c8d36b991a6e39", "scanner": "scanner-primary", "fingerprint": "e92ce3b839a5bf91", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4a5fe06ad586411d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/analyze-post-feb-retrospective.ts:1054"}, "properties": {"repobilityId": "68308724290a12ea", "scanner": "scanner-primary", "fingerprint": "4a5fe06ad586411d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-14d5ad8a791f674c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/process-review-records.ts:40"}, "properties": {"repobilityId": "d239064d04fa71f3", "scanner": "scanner-primary", "fingerprint": "14d5ad8a791f674c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2971170b83f42ee9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/SimulationResults.tsx:90"}, "properties": {"repobilityId": "6e0a25dc1705282a", "scanner": "scanner-primary", "fingerprint": "2971170b83f42ee9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-debd928637a18e66", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/archive/page.tsx:1268"}, "properties": {"repobilityId": "6f4add357f067767", "scanner": "scanner-primary", "fingerprint": "debd928637a18e66", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-529c0fbf88905934", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/keiba-routine.mjs:3"}, "properties": {"repobilityId": "9ca5ad7925c20fbf", "scanner": "scanner-primary", "fingerprint": "529c0fbf88905934", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/keiba-routine.mjs"}, "region": {"startLine": 3}}}]}, {"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-bfa62938bf5271ae", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "66653c17b35dabff", "scanner": "scanner-primary", "fingerprint": "bfa62938bf5271ae", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/daily-entry-check.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-bfa62938bf5271ae", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a7d21bb6c9910562", "scanner": "scanner-primary", "fingerprint": "bfa62938bf5271ae", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/daily-entry-check.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-1561956dcfb7808b", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c7650adddf61393b", "scanner": "scanner-primary", "fingerprint": "1561956dcfb7808b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/daily-entry-check.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-31d43afe42535062", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "43db651626250431", "scanner": "scanner-primary", "fingerprint": "31d43afe42535062", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/weekly-keiba-update.yml"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-31d43afe42535062", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "eadad8833551a0a2", "scanner": "scanner-primary", "fingerprint": "31d43afe42535062", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/weekly-keiba-update.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-3d7fed879b87a353", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c776b919ad7a8e33", "scanner": "scanner-primary", "fingerprint": "3d7fed879b87a353", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/weekly-keiba-update.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-997449373b487b2b", "level": "note", "message": {"text": "Very large file: app/archive/page.tsx (1358 lines)"}, "properties": {"repobilityId": "182f5f1bdba4a516", "scanner": "scanner-primary", "fingerprint": "997449373b487b2b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b93804e8bb5b3622", "level": "note", "message": {"text": "Very large file: lib/weeklyDiagnostics.ts (1779 lines)"}, "properties": {"repobilityId": "7e7670044b10705f", "scanner": "scanner-primary", "fingerprint": "b93804e8bb5b3622", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-04dcfac565c3d876", "level": "note", "message": {"text": "Very large file: lib/generatedDrawOverrides.ts (4244 lines)"}, "properties": {"repobilityId": "6cc4fd7ac32c4acf", "scanner": "scanner-primary", "fingerprint": "04dcfac565c3d876", "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "b6fe1b5b6ae807cc", "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": "2354578033f4f520", "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": "0b6451af689b248a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "c5ff34af972c44bb", "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": "98d8cf45315fe687", "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": "1e3633a56f7ba5df", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-4edda574eb51f242", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/daily-entry-check.mjs:26"}, "properties": {"repobilityId": "446b126951d718bc", "scanner": "scanner-primary", "fingerprint": "4edda574eb51f242", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8cd78372541bbfed", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/refresh-weekly-races.mjs:137"}, "properties": {"repobilityId": "ecc1e740144e4ce7", "scanner": "scanner-primary", "fingerprint": "8cd78372541bbfed", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-32f254a4fbf4f001", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/backfill-archive-predictions.ts:246"}, "properties": {"repobilityId": "94d0d42e1fb30224", "scanner": "scanner-primary", "fingerprint": "32f254a4fbf4f001", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2331f2724f3a251f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/keiba-routine.mjs:151"}, "properties": {"repobilityId": "822b7ba246de0c96", "scanner": "scanner-primary", "fingerprint": "2331f2724f3a251f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-01383bb0d03a694a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-race-results.mjs:55"}, "properties": {"repobilityId": "f3758c132e08ecd3", "scanner": "scanner-primary", "fingerprint": "01383bb0d03a694a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e707b31af0521780", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/update-race-volatility.mjs:33"}, "properties": {"repobilityId": "26a2373405b9b4a9", "scanner": "scanner-primary", "fingerprint": "e707b31af0521780", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2b11d57ef7983b7e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/weekly-keiba-update.mjs:184"}, "properties": {"repobilityId": "d58333152f2d391f", "scanner": "scanner-primary", "fingerprint": "2b11d57ef7983b7e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-90eaa434e61e4457", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/HorseInput.tsx:256"}, "properties": {"repobilityId": "5984e7482e7b6f62", "scanner": "scanner-primary", "fingerprint": "90eaa434e61e4457", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4281bd3cb05c8c68", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/archive/page.tsx:842"}, "properties": {"repobilityId": "6c7c1cd2f55beff6", "scanner": "scanner-primary", "fingerprint": "4281bd3cb05c8c68", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-64ea8a4e42b524aa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/live-race-conditions/route.ts:60"}, "properties": {"repobilityId": "a6cf2bafc19edbc7", "scanner": "scanner-primary", "fingerprint": "64ea8a4e42b524aa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4362fc4170731af0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/netkeiba-odds/route.ts:176"}, "properties": {"repobilityId": "91a19c9f614f3e28", "scanner": "scanner-primary", "fingerprint": "4362fc4170731af0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-79605d98ecc718c7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/sim/page.tsx:730"}, "properties": {"repobilityId": "2026cebcab1e970c", "scanner": "scanner-primary", "fingerprint": "79605d98ecc718c7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f5892674064772ed", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/tanpukuSelection.mjs:11"}, "properties": {"repobilityId": "3c23c3e52a9002fb", "scanner": "scanner-primary", "fingerprint": "f5892674064772ed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6a029fba5d72a492", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/recommendedBetDecisionCore.mjs:5"}, "properties": {"repobilityId": "480fc2e9579c3f48", "scanner": "scanner-primary", "fingerprint": "6a029fba5d72a492", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c10e347d6ec6a3e", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/types.ts:3"}, "properties": {"repobilityId": "d3a162d33013054c", "scanner": "scanner-primary", "fingerprint": "7c10e347d6ec6a3e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3257c01fc19cccad", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/raceData.ts:33"}, "properties": {"repobilityId": "acf54ec2ff3017c9", "scanner": "scanner-primary", "fingerprint": "3257c01fc19cccad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}