{"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-2fe6c64e4a9f4b42", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Lineup.tsx:69", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Lineup.tsx:69"}, "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-6321ab8d46e350d8", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/PlayerInput.tsx:134", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/PlayerInput.tsx:134"}, "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-a36cb762f459517e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/MyPredictions.tsx:55", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/MyPredictions.tsx:55"}, "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-4e031fd92967e408", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/PlayerDetail.tsx:16", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/PlayerDetail.tsx:16"}, "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-5a713248b9a8d9b6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/MatchDetail.tsx:37", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/MatchDetail.tsx:37"}, "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-14116b1c34921a87", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Bracket.tsx:228", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Bracket.tsx:228"}, "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-46995990c2beeb26", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Leaderboard.tsx:58", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Leaderboard.tsx:58"}, "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-0e2c5b4539239df6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AdminMatch.tsx:272", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AdminMatch.tsx:272"}, "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-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-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/deploy-pages@v5 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-ad6701f0a8405e22", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 36 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 29 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, 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": "low", "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-a40b4777ca5f2a91", "name": "Commented-code block (5 lines) in supabase/functions/livescore/index.ts:136", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/livescore/index.ts:136"}, "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-9da1c5e3202be2ce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/livescore/index.ts:67", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/livescore/index.ts:67"}, "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-194a43137a4504ad", "name": "Frontend route `match/:id/chat` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `match/:id/chat` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cf3e5447dfd36738", "name": "Frontend route `tableau` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `tableau` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f0d80347972d2d00", "name": "Frontend route `match/:id` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `match/:id` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3e5d4f3c85bab26a", "name": "Frontend route `classement` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `classement` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6d22d06c72ff8577", "name": "Frontend route `joueur/:id` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `joueur/:id` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7aed2426afb10d3c", "name": "Frontend route `pronos` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `pronos` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d5a6c5b03c584a22", "name": "Frontend route `avant-competition` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `avant-competition` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6400924c60e4d803", "name": "Frontend route `profil` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `profil` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5c5fb8eea6cbc8ba", "name": "Frontend route `admin` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `admin` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-55da5e30ff041147", "name": "Frontend route `admin/match/:id` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `admin/match/:id` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ad273fb9152dbe43", "name": "Frontend route `admin/competition` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `admin/competition` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19972"}, "properties": {"repository": "SolalBerrebi/BetUs", "repoUrl": "https://github.com/SolalBerrebi/BetUs", "branch": "main"}, "results": [{"ruleId": "scanner-2fe6c64e4a9f4b42", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Lineup.tsx:69"}, "properties": {"repobilityId": "1a896a4a400f829d", "scanner": "scanner-primary", "fingerprint": "2fe6c64e4a9f4b42", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6321ab8d46e350d8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/PlayerInput.tsx:134"}, "properties": {"repobilityId": "cb328580da83fefc", "scanner": "scanner-primary", "fingerprint": "6321ab8d46e350d8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a36cb762f459517e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/MyPredictions.tsx:55"}, "properties": {"repobilityId": "543102e26c8dc44b", "scanner": "scanner-primary", "fingerprint": "a36cb762f459517e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4e031fd92967e408", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/PlayerDetail.tsx:16"}, "properties": {"repobilityId": "df5242f46ed1ec45", "scanner": "scanner-primary", "fingerprint": "4e031fd92967e408", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5a713248b9a8d9b6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/MatchDetail.tsx:37"}, "properties": {"repobilityId": "302d078f5a51c071", "scanner": "scanner-primary", "fingerprint": "5a713248b9a8d9b6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-14116b1c34921a87", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Bracket.tsx:228"}, "properties": {"repobilityId": "6f5ff4ab7fa2f14c", "scanner": "scanner-primary", "fingerprint": "14116b1c34921a87", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-46995990c2beeb26", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Leaderboard.tsx:58"}, "properties": {"repobilityId": "5e9ba2c5ad53a09c", "scanner": "scanner-primary", "fingerprint": "46995990c2beeb26", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0e2c5b4539239df6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AdminMatch.tsx:272"}, "properties": {"repobilityId": "1b8274596757005d", "scanner": "scanner-primary", "fingerprint": "0e2c5b4539239df6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4544a649b35fa68b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-ad6701f0a8405e22", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8384c23520d55657", "scanner": "scanner-primary", "fingerprint": "ad6701f0a8405e22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 1}}}]}, {"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": "fa10c4c316258dea", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "bbab79b5ff555629", "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": "ece50bb25a8951b8", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "9c2da20f190a5b38", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "383f9b779187ff33", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "7081e92c5fbfdd4d", "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": "2bde9643bbcd917a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a40b4777ca5f2a91", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/livescore/index.ts:136"}, "properties": {"repobilityId": "4d2c0a1b0dea9d14", "scanner": "scanner-primary", "fingerprint": "a40b4777ca5f2a91", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9da1c5e3202be2ce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/livescore/index.ts:67"}, "properties": {"repobilityId": "051d2019ef0a64d7", "scanner": "scanner-primary", "fingerprint": "9da1c5e3202be2ce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-194a43137a4504ad", "level": "warning", "message": {"text": "Frontend route `match/:id/chat` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ef1edbd922a0b3d3", "scanner": "scanner-primary", "fingerprint": "194a43137a4504ad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-cf3e5447dfd36738", "level": "warning", "message": {"text": "Frontend route `tableau` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "bc6c6b166c05804a", "scanner": "scanner-primary", "fingerprint": "cf3e5447dfd36738", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f0d80347972d2d00", "level": "warning", "message": {"text": "Frontend route `match/:id` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ecd16d92ec0d34d3", "scanner": "scanner-primary", "fingerprint": "f0d80347972d2d00", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3e5d4f3c85bab26a", "level": "warning", "message": {"text": "Frontend route `classement` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "270676bfd32b91fd", "scanner": "scanner-primary", "fingerprint": "3e5d4f3c85bab26a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6d22d06c72ff8577", "level": "warning", "message": {"text": "Frontend route `joueur/:id` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "522101eecb160895", "scanner": "scanner-primary", "fingerprint": "6d22d06c72ff8577", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-7aed2426afb10d3c", "level": "warning", "message": {"text": "Frontend route `pronos` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4b8f6faa6ec32b3e", "scanner": "scanner-primary", "fingerprint": "7aed2426afb10d3c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d5a6c5b03c584a22", "level": "warning", "message": {"text": "Frontend route `avant-competition` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "714bc41c71fea2a9", "scanner": "scanner-primary", "fingerprint": "d5a6c5b03c584a22", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6400924c60e4d803", "level": "warning", "message": {"text": "Frontend route `profil` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "6016a95c6c6ff1e3", "scanner": "scanner-primary", "fingerprint": "6400924c60e4d803", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5c5fb8eea6cbc8ba", "level": "warning", "message": {"text": "Frontend route `admin` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "e4d3d94b837b99bb", "scanner": "scanner-primary", "fingerprint": "5c5fb8eea6cbc8ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-55da5e30ff041147", "level": "warning", "message": {"text": "Frontend route `admin/match/:id` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "58896c2c3335d44d", "scanner": "scanner-primary", "fingerprint": "55da5e30ff041147", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ad273fb9152dbe43", "level": "warning", "message": {"text": "Frontend route `admin/competition` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "a89b842999bd3526", "scanner": "scanner-primary", "fingerprint": "ad273fb9152dbe43", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}