{"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-52ed781f3857fe07", "name": "`truncate` class without `title=` for hover reveal \u2014 components/NouveauxLeaders.tsx:59", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/NouveauxLeaders.tsx:59"}, "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-a90af39d7e5aa4fd", "name": "`truncate` class without `title=` for hover reveal \u2014 components/GlobalSearch.tsx:144", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/GlobalSearch.tsx:144"}, "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-8c8e3951633cd01f", "name": "`truncate` class without `title=` for hover reveal \u2014 components/DerniersChronos.tsx:74", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/DerniersChronos.tsx:74"}, "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-f7057f59f944b572", "name": "`truncate` class without `title=` for hover reveal \u2014 app/classements/ClassementsClient.tsx:794", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/classements/ClassementsClient.tsx:794"}, "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-233a5882c592729a", "name": "`truncate` class without `title=` for hover reveal \u2014 app/joueurs/[pseudo]/JoueurClient.tsx:156", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/joueurs/[pseudo]/JoueurClient.tsx:156"}, "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-35f8da4d16be9938", "name": "`truncate` class without `title=` for hover reveal \u2014 app/classement-general/ClassementGeneralClient.tsx:113", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/classement-general/ClassementGeneralClient.tsx:113"}, "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-76519e32906c1576", "name": "`truncate` class without `title=` for hover reveal \u2014 app/comparaison/ComparaisonClient.tsx:109", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/comparaison/ComparaisonClient.tsx:109"}, "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-285a0677a99b24ae", "name": "\"active\" state uses light bg in a dark theme \u2014 app/parametres/ParametresClient.tsx:45", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/parametres/ParametresClient.tsx:45"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0c624b6fc904454f", "name": "`truncate` class without `title=` for hover reveal \u2014 app/profil/ProfilClient.tsx:736", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/profil/ProfilClient.tsx:736"}, "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-21c922a982fd83cc", "name": "`truncate` class without `title=` for hover reveal \u2014 app/stats/StatsClient.tsx:190", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/stats/StatsClient.tsx:190"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6eed327dbe08a796", "name": "Very large file: app/classements/ClassementsClient.tsx (1144 lines)", "shortDescription": {"text": "Very large file: app/classements/ClassementsClient.tsx (1144 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-486216ccfa8d0202", "name": "Very large file: app/profil/ProfilClient.tsx (1296 lines)", "shortDescription": {"text": "Very large file: app/profil/ProfilClient.tsx (1296 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 90 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 56 placeholder/mock markers across 10 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a89b5728da01a05f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/classements/ClassementsClient.tsx:108", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/classements/ClassementsClient.tsx:108"}, "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-a5a0e276c55a00df", "name": "Commented-code block (6 lines) in app/api/times/route.ts:374", "shortDescription": {"text": "Commented-code block (6 lines) in app/api/times/route.ts:374"}, "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-1bbccb4f07f5069d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/epreuves-communaute/EpreuvesCommunauteClient.tsx:38", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/epreuves-communaute/EpreuvesCommunauteClient.tsx:38"}, "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-0f0adadd7c4e80bc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/page.tsx:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/page.tsx:63"}, "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-b917bdff9e5d0316", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/profil/ProfilClient.tsx:666", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/profil/ProfilClient.tsx:666"}, "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-00b1c94c50e1fbc2", "name": "Commented-code block (7 lines) in lib/rate-limit.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in lib/rate-limit.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}}]}}, "automationDetails": {"id": "repobility/17827"}, "properties": {"repository": "RaptikFr/better-rivals-web", "repoUrl": "https://github.com/RaptikFr/better-rivals-web", "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-52ed781f3857fe07", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/NouveauxLeaders.tsx:59"}, "properties": {"repobilityId": "59bd2d8dc5ed952c", "scanner": "scanner-primary", "fingerprint": "52ed781f3857fe07", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a90af39d7e5aa4fd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/GlobalSearch.tsx:144"}, "properties": {"repobilityId": "08a4f99053d81b7f", "scanner": "scanner-primary", "fingerprint": "a90af39d7e5aa4fd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8c8e3951633cd01f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/DerniersChronos.tsx:74"}, "properties": {"repobilityId": "8ea65427853e1648", "scanner": "scanner-primary", "fingerprint": "8c8e3951633cd01f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f7057f59f944b572", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/classements/ClassementsClient.tsx:794"}, "properties": {"repobilityId": "effe6e02988b1521", "scanner": "scanner-primary", "fingerprint": "f7057f59f944b572", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-233a5882c592729a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/joueurs/[pseudo]/JoueurClient.tsx:156"}, "properties": {"repobilityId": "ed0f6d303cb0407f", "scanner": "scanner-primary", "fingerprint": "233a5882c592729a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-35f8da4d16be9938", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/classement-general/ClassementGeneralClient.tsx:113"}, "properties": {"repobilityId": "829b860da3d5f462", "scanner": "scanner-primary", "fingerprint": "35f8da4d16be9938", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-76519e32906c1576", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/comparaison/ComparaisonClient.tsx:109"}, "properties": {"repobilityId": "2e73593eec5e9db9", "scanner": "scanner-primary", "fingerprint": "76519e32906c1576", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-285a0677a99b24ae", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 app/parametres/ParametresClient.tsx:45"}, "properties": {"repobilityId": "77f5b4dff37cecd1", "scanner": "scanner-primary", "fingerprint": "285a0677a99b24ae", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-0c624b6fc904454f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/profil/ProfilClient.tsx:736"}, "properties": {"repobilityId": "75a7b9d1232d9b9d", "scanner": "scanner-primary", "fingerprint": "0c624b6fc904454f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-21c922a982fd83cc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/stats/StatsClient.tsx:190"}, "properties": {"repobilityId": "24a28be0a6162e54", "scanner": "scanner-primary", "fingerprint": "21c922a982fd83cc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6eed327dbe08a796", "level": "note", "message": {"text": "Very large file: app/classements/ClassementsClient.tsx (1144 lines)"}, "properties": {"repobilityId": "08860b0f4ed165cf", "scanner": "scanner-primary", "fingerprint": "6eed327dbe08a796", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-486216ccfa8d0202", "level": "note", "message": {"text": "Very large file: app/profil/ProfilClient.tsx (1296 lines)"}, "properties": {"repobilityId": "58f7ae285e0de2b6", "scanner": "scanner-primary", "fingerprint": "486216ccfa8d0202", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "821bb95e30365f9f", "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": "a87a56f15d21f198", "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": "ed2244b2a41e8c0a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b33d780ba4c3a01d", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "50b4837758c103dc", "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": "146bbc525dd0867a", "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": "a621320c5bc79bf6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-a89b5728da01a05f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/classements/ClassementsClient.tsx:108"}, "properties": {"repobilityId": "68b4b0d321a4516d", "scanner": "scanner-primary", "fingerprint": "a89b5728da01a05f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a5a0e276c55a00df", "level": "none", "message": {"text": "Commented-code block (6 lines) in app/api/times/route.ts:374"}, "properties": {"repobilityId": "78c949c959492e7b", "scanner": "scanner-primary", "fingerprint": "a5a0e276c55a00df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1bbccb4f07f5069d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/epreuves-communaute/EpreuvesCommunauteClient.tsx:38"}, "properties": {"repobilityId": "96e34dadda11e843", "scanner": "scanner-primary", "fingerprint": "1bbccb4f07f5069d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0f0adadd7c4e80bc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/admin/page.tsx:63"}, "properties": {"repobilityId": "d255a41951341b9c", "scanner": "scanner-primary", "fingerprint": "0f0adadd7c4e80bc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b917bdff9e5d0316", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/profil/ProfilClient.tsx:666"}, "properties": {"repobilityId": "992fdcab7e1e444d", "scanner": "scanner-primary", "fingerprint": "b917bdff9e5d0316", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-00b1c94c50e1fbc2", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/rate-limit.ts:3"}, "properties": {"repobilityId": "ab2672ab1d9d60e3", "scanner": "scanner-primary", "fingerprint": "00b1c94c50e1fbc2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}