{"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-433141248c36b2b1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ui/select.tsx:62", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ui/select.tsx:62"}, "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-4dae0b3e1d4e5a81", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/sidebar.tsx:172", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/sidebar.tsx:172"}, "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-9f7a1875e8e7f410", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/planning-calendar.tsx:524", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/planning-calendar.tsx:524"}, "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-2fcbf8f42b61ba6b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/projets/projet-detail-dialog.tsx:264", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/projets/projet-detail-dialog.tsx:264"}, "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-cb3382c07d7e0632", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/_drawer/champ-inline.tsx:96", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/_drawer/champ-inline.tsx:96"}, "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-6b9bde5c8de4bc24", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/_drawer/drawer-stack.tsx:278", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/_drawer/drawer-stack.tsx:278"}, "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-17a9dd691f17ce04", "name": "Insecure pattern 'node_child_process' in scripts/worktree-down.test.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/worktree-down.test.ts:1"}, "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-bcc860de3356cd65", "name": "Insecure pattern 'node_child_process' in scripts/worktree-up.test.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/worktree-up.test.ts:1"}, "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-c476e312c3fc8bea", "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-27924aa79fa4a517", "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-b41b493477d524d8", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/github-script@v7 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-278e03464dfc80b7", "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-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 24 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 29 placeholder/mock markers across 13 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-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-dd3fec304ac047bb", "name": "Commented-code block (8 lines) in scripts/seed-simulation.mjs:4", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/seed-simulation.mjs:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7c9566debf8d79c0", "name": "Commented-code block (5 lines) in scripts/seed.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/seed.mjs:1"}, "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-07e4a6bcef783b6c", "name": "Commented-code block (5 lines) in public/sw.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in public/sw.js:1"}, "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-efd9ba0087919a10", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:53", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:53"}, "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-fefbb9e9b02b6cbc", "name": "Commented-code block (5 lines) in src/components/apres-hydratation.tsx:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/apres-hydratation.tsx:7"}, "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-c57017d49dc9d6c5", "name": "Commented-code block (8 lines) in src/app/sidebar.tsx:2", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/sidebar.tsx:2"}, "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-d30bb447bfb07820", "name": "Commented-code block (5 lines) in src/app/missions/actions.ts:113", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/missions/actions.ts:113"}, "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-41c91e57999b4c46", "name": "Commented-code block (5 lines) in src/app/opportunites/actions.ts:85", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/opportunites/actions.ts:85"}, "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-8bf1895acd2631c6", "name": "Commented-code block (8 lines) in src/app/statistiques/previsionnel-calculs.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/app/statistiques/previsionnel-calculs.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-6df1b8f95b697eb5", "name": "Commented-code block (5 lines) in src/app/tresorerie/encaissements-par-deal.tsx:2", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/tresorerie/encaissements-par-deal.tsx:2"}, "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-5af4e7ed5b31b5f2", "name": "Commented-code block (6 lines) in src/app/_drawer/actions.ts:565", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/_drawer/actions.ts:565"}, "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-72199f5995875366", "name": "Commented-code block (6 lines) in src/lib/auth/permissions.ts:39", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/auth/permissions.ts:39"}, "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-43457f442696e41a", "name": "Commented-code block (6 lines) in src/lib/auth/session.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/auth/session.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a98ad69b694de9d3", "name": "Commented-code block (6 lines) in src/lib/recurrents/previsionnel.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/recurrents/previsionnel.ts:1"}, "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-7936ef4fc515c05c", "name": "Commented-code block (5 lines) in src/db/schema.ts:93", "shortDescription": {"text": "Commented-code block (5 lines) in src/db/schema.ts:93"}, "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-022e6399d1ef2beb", "name": "12 env vars used in code but missing from .env.example", "shortDescription": {"text": "12 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DATABASE_URL_UNPOOLED`, `HECATON_DATABASE_URL`, `HECATON_DB`, `HECATON_PREVIEW_ORIGIN`, `NODE_ENV`, `PATH`, `SEED_ADMIN_EMAIL`, `SEED_ADMIN_NOM` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23472"}, "properties": {"repository": "Yv-ia/yvia-dashboard", "repoUrl": "https://github.com/Yv-ia/yvia-dashboard", "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-433141248c36b2b1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ui/select.tsx:62"}, "properties": {"repobilityId": "b6d66cb2c3ff42fa", "scanner": "scanner-primary", "fingerprint": "433141248c36b2b1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4dae0b3e1d4e5a81", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/sidebar.tsx:172"}, "properties": {"repobilityId": "91729a2ccbda6229", "scanner": "scanner-primary", "fingerprint": "4dae0b3e1d4e5a81", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9f7a1875e8e7f410", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/planning-calendar.tsx:524"}, "properties": {"repobilityId": "da396a861f63bd9b", "scanner": "scanner-primary", "fingerprint": "9f7a1875e8e7f410", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2fcbf8f42b61ba6b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/projets/projet-detail-dialog.tsx:264"}, "properties": {"repobilityId": "9779975195a0b72a", "scanner": "scanner-primary", "fingerprint": "2fcbf8f42b61ba6b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cb3382c07d7e0632", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/_drawer/champ-inline.tsx:96"}, "properties": {"repobilityId": "1f1e12008223a225", "scanner": "scanner-primary", "fingerprint": "cb3382c07d7e0632", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6b9bde5c8de4bc24", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/_drawer/drawer-stack.tsx:278"}, "properties": {"repobilityId": "678f40822c3a0c34", "scanner": "scanner-primary", "fingerprint": "6b9bde5c8de4bc24", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-17a9dd691f17ce04", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/worktree-down.test.ts:1"}, "properties": {"repobilityId": "8346ec75e1f534d7", "scanner": "scanner-primary", "fingerprint": "17a9dd691f17ce04", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/worktree-down.test.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bcc860de3356cd65", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/worktree-up.test.ts:1"}, "properties": {"repobilityId": "88a3fba21aa22a9c", "scanner": "scanner-primary", "fingerprint": "bcc860de3356cd65", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/worktree-up.test.ts"}, "region": {"startLine": 1}}}]}, {"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-c476e312c3fc8bea", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "85fa28aab89f1e3a", "scanner": "scanner-primary", "fingerprint": "c476e312c3fc8bea", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/migrate-production-db.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-c476e312c3fc8bea", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a734aee9908e7f7b", "scanner": "scanner-primary", "fingerprint": "c476e312c3fc8bea", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/migrate-production-db.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-b41b493477d524d8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "57977f6976f5e00b", "scanner": "scanner-primary", "fingerprint": "b41b493477d524d8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/delete-closed-pr-branch.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-278e03464dfc80b7", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "44e411fdec6c7833", "scanner": "scanner-primary", "fingerprint": "278e03464dfc80b7", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/delete-closed-pr-branch.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "1632a6b9f6e50834", "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": "1fab3572e809c34b", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "0529619c70cc693f", "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": "91ff35d93e4c1688", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "16a56b898ffaf722", "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": "96a537c565435608", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-dd3fec304ac047bb", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/seed-simulation.mjs:4"}, "properties": {"repobilityId": "6d3dffe436b81c77", "scanner": "scanner-primary", "fingerprint": "dd3fec304ac047bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c9566debf8d79c0", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/seed.mjs:1"}, "properties": {"repobilityId": "6686eab51b75f6c1", "scanner": "scanner-primary", "fingerprint": "7c9566debf8d79c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-07e4a6bcef783b6c", "level": "none", "message": {"text": "Commented-code block (5 lines) in public/sw.js:1"}, "properties": {"repobilityId": "cdf86ddfbbf4ba1a", "scanner": "scanner-primary", "fingerprint": "07e4a6bcef783b6c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-efd9ba0087919a10", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/sw.js:53"}, "properties": {"repobilityId": "740a44d478ed25bb", "scanner": "scanner-primary", "fingerprint": "efd9ba0087919a10", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fefbb9e9b02b6cbc", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/apres-hydratation.tsx:7"}, "properties": {"repobilityId": "4e41f0342c8346da", "scanner": "scanner-primary", "fingerprint": "fefbb9e9b02b6cbc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c57017d49dc9d6c5", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/sidebar.tsx:2"}, "properties": {"repobilityId": "25b5f66b61751bcc", "scanner": "scanner-primary", "fingerprint": "c57017d49dc9d6c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d30bb447bfb07820", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/missions/actions.ts:113"}, "properties": {"repobilityId": "4d3ad04b41d52409", "scanner": "scanner-primary", "fingerprint": "d30bb447bfb07820", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-41c91e57999b4c46", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/opportunites/actions.ts:85"}, "properties": {"repobilityId": "73fae2661c3fb92f", "scanner": "scanner-primary", "fingerprint": "41c91e57999b4c46", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8bf1895acd2631c6", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/app/statistiques/previsionnel-calculs.ts:3"}, "properties": {"repobilityId": "48a438c50b6ed5aa", "scanner": "scanner-primary", "fingerprint": "8bf1895acd2631c6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6df1b8f95b697eb5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/tresorerie/encaissements-par-deal.tsx:2"}, "properties": {"repobilityId": "fa86c39917948031", "scanner": "scanner-primary", "fingerprint": "6df1b8f95b697eb5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5af4e7ed5b31b5f2", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/_drawer/actions.ts:565"}, "properties": {"repobilityId": "40843d906eb3a643", "scanner": "scanner-primary", "fingerprint": "5af4e7ed5b31b5f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-72199f5995875366", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/auth/permissions.ts:39"}, "properties": {"repobilityId": "1e189d0144106892", "scanner": "scanner-primary", "fingerprint": "72199f5995875366", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43457f442696e41a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/auth/session.ts:8"}, "properties": {"repobilityId": "ea65e26de2aa465d", "scanner": "scanner-primary", "fingerprint": "43457f442696e41a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a98ad69b694de9d3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/recurrents/previsionnel.ts:1"}, "properties": {"repobilityId": "eb3cb5c9d7d67d05", "scanner": "scanner-primary", "fingerprint": "a98ad69b694de9d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7936ef4fc515c05c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/db/schema.ts:93"}, "properties": {"repobilityId": "50a844c331e5413a", "scanner": "scanner-primary", "fingerprint": "7936ef4fc515c05c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-022e6399d1ef2beb", "level": "note", "message": {"text": "12 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "7bf4178327da75a2", "scanner": "scanner-primary", "fingerprint": "022e6399d1ef2beb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}