{"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-7e90425f0026b162", "name": "Possible secret in backend/apps/accounts/models.py", "shortDescription": {"text": "Possible secret in backend/apps/accounts/models.py"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "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-1b6557147db8049c", "name": "Very large file: frontend-v2/src/api/schema.d.ts (2065 lines)", "shortDescription": {"text": "Very large file: frontend-v2/src/api/schema.d.ts (2065 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": "6 test file(s) for 144 source file(s) (ratio 0.04). 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 18 placeholder/mock markers across 11 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-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-6e0fab7b67b51fcf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/pages/PublicFormPage.tsx:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/pages/PublicFormPage.tsx:90"}, "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-a7f7a4702d17c303", "name": "Commented-code block (5 lines) in frontend-v2/eslint.config.js:22", "shortDescription": {"text": "Commented-code block (5 lines) in frontend-v2/eslint.config.js:22"}, "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-35160e06f2e2bae4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend-v2/src/pages/PublicFormPage.tsx:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend-v2/src/pages/PublicFormPage.tsx:59"}, "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-87acb4066071a15a", "name": "19 env vars used in code but missing from .env.example", "shortDescription": {"text": "19 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DB_CONN_MAX_AGE`, `DB_ENGINE`, `DB_HOST`, `DB_NAME`, `DB_PASSWORD`, `DB_PORT`, `DB_USER`, `DJANGO_CSRF_TRUSTED_ORIGINS` + 11 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}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/apps/participants/api.py:valider_telephone, backend/apps/activites/api.py:valider_telephone\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/apps/activites/api.py:list_participants, backend/apps/exports/api.py:export_excel, backend/apps/exports/api.py:export_presence_pdf, backend/apps/exports/api.py:export_cni_zip\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6739306966907717", "name": "Frontend route `/form/:token` has no Link/navigate to it \u2014 frontend-v2/src/App.tsx", "shortDescription": {"text": "Frontend route `/form/:token` has no Link/navigate to it \u2014 frontend-v2/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-a39ec74e1f9f8330", "name": "Frontend route `/activites/:id` has no Link/navigate to it \u2014 frontend-v2/src/App.tsx", "shortDescription": {"text": "Frontend route `/activites/:id` has no Link/navigate to it \u2014 frontend-v2/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-c36021403357d0e0", "name": "FastAPI POST `participer` without auth dependency \u2014 backend/apps/participants/api.py:150", "shortDescription": {"text": "FastAPI POST `participer` without auth dependency \u2014 backend/apps/participants/api.py:150"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8a214c7261b90800", "name": "FastAPI POST `create_activite` without auth dependency \u2014 backend/apps/activites/api.py:332", "shortDescription": {"text": "FastAPI POST `create_activite` without auth dependency \u2014 backend/apps/activites/api.py:332"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-179ec88efa61a035", "name": "FastAPI PUT `update_activite` without auth dependency \u2014 backend/apps/activites/api.py:347", "shortDescription": {"text": "FastAPI PUT `update_activite` without auth dependency \u2014 backend/apps/activites/api.py:347"}, "fullDescription": {"text": "`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-104e5d1ff7e1af7c", "name": "FastAPI DELETE `delete_activite` without auth dependency \u2014 backend/apps/activites/api.py:368", "shortDescription": {"text": "FastAPI DELETE `delete_activite` without auth dependency \u2014 backend/apps/activites/api.py:368"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8eee1e8d3cbf4410", "name": "FastAPI POST `clone_activite` without auth dependency \u2014 backend/apps/activites/api.py:389", "shortDescription": {"text": "FastAPI POST `clone_activite` without auth dependency \u2014 backend/apps/activites/api.py:389"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a39d6c96ff52c538", "name": "FastAPI PATCH `set_statut` without auth dependency \u2014 backend/apps/activites/api.py:430", "shortDescription": {"text": "FastAPI PATCH `set_statut` without auth dependency \u2014 backend/apps/activites/api.py:430"}, "fullDescription": {"text": "`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b90a57c53137e328", "name": "FastAPI POST `add_participant` without auth dependency \u2014 backend/apps/activites/api.py:556", "shortDescription": {"text": "FastAPI POST `add_participant` without auth dependency \u2014 backend/apps/activites/api.py:556"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-66ddfb13d6362a17", "name": "FastAPI POST `update_participant` without auth dependency \u2014 backend/apps/activites/api.py:610", "shortDescription": {"text": "FastAPI POST `update_participant` without auth dependency \u2014 backend/apps/activites/api.py:610"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-605a086bac15d195", "name": "FastAPI POST `refresh` without auth dependency \u2014 backend/apps/accounts/api.py:108", "shortDescription": {"text": "FastAPI POST `refresh` without auth dependency \u2014 backend/apps/accounts/api.py:108"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-247a145d00e4cd9f", "name": "FastAPI POST `change_password` without auth dependency \u2014 backend/apps/accounts/api.py:140", "shortDescription": {"text": "FastAPI POST `change_password` without auth dependency \u2014 backend/apps/accounts/api.py:140"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e88c788c5767c4e1", "name": "FastAPI POST `create_user` without auth dependency \u2014 backend/apps/accounts/api.py:212", "shortDescription": {"text": "FastAPI POST `create_user` without auth dependency \u2014 backend/apps/accounts/api.py:212"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3eb9205f9161fe5d", "name": "FastAPI PATCH `update_user` without auth dependency \u2014 backend/apps/accounts/api.py:236", "shortDescription": {"text": "FastAPI PATCH `update_user` without auth dependency \u2014 backend/apps/accounts/api.py:236"}, "fullDescription": {"text": "`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-96ca9303e0491012", "name": "FastAPI POST `reset_user_password` without auth dependency \u2014 backend/apps/accounts/api.py:272", "shortDescription": {"text": "FastAPI POST `reset_user_password` without auth dependency \u2014 backend/apps/accounts/api.py:272"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f8dbc7932433a419", "name": "FastAPI DELETE `delete_user` without auth dependency \u2014 backend/apps/accounts/api.py:285", "shortDescription": {"text": "FastAPI DELETE `delete_user` without auth dependency \u2014 backend/apps/accounts/api.py:285"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7309bf2446873ccc", "name": "Unused endpoint: ANY /admin/", "shortDescription": {"text": "Unused endpoint: ANY /admin/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /admin/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ce0a9b4397331ef4", "name": "Unused endpoint: ANY /api/", "shortDescription": {"text": "Unused endpoint: ANY /api/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /api/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-84a758c456dc8bed", "name": "Unused endpoint: ANY /^(?!api/|admin/).*$", "shortDescription": {"text": "Unused endpoint: ANY /^(?!api/|admin/).*$"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /^(?!api/|admin/).*$` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ee57de527ef8d3a0", "name": "Unused endpoint: GET /activite/{token}", "shortDescription": {"text": "Unused endpoint: GET /activite/{token}"}, "fullDescription": {"text": "`backend/apps/participants/api.py` declares `GET /activite/{token}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-192478297c6793e8", "name": "Unused endpoint: POST /activite/{token}/participer", "shortDescription": {"text": "Unused endpoint: POST /activite/{token}/participer"}, "fullDescription": {"text": "`backend/apps/participants/api.py` declares `POST /activite/{token}/participer` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2794e9cf8006c3a3", "name": "Unused endpoint: GET /stats-globales", "shortDescription": {"text": "Unused endpoint: GET /stats-globales"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /stats-globales` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-65b43591389276c4", "name": "Unused endpoint: GET /personnes", "shortDescription": {"text": "Unused endpoint: GET /personnes"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /personnes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a38b6b6f08f46e8b", "name": "Unused endpoint: GET /personnes/historique", "shortDescription": {"text": "Unused endpoint: GET /personnes/historique"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /personnes/historique` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a009b1a56794f45", "name": "Unused endpoint: POST /", "shortDescription": {"text": "Unused endpoint: POST /"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e528012703d2ea71", "name": "Unused endpoint: GET /{activite_id}", "shortDescription": {"text": "Unused endpoint: GET /{activite_id}"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /{activite_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-04d654d3ef8b9c76", "name": "Unused endpoint: PUT /{activite_id}", "shortDescription": {"text": "Unused endpoint: PUT /{activite_id}"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `PUT /{activite_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d133f7c0471d8627", "name": "Unused endpoint: DELETE /{activite_id}", "shortDescription": {"text": "Unused endpoint: DELETE /{activite_id}"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `DELETE /{activite_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7d0141865e42dd16", "name": "Unused endpoint: POST /{activite_id}/clone", "shortDescription": {"text": "Unused endpoint: POST /{activite_id}/clone"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `POST /{activite_id}/clone` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ab736ef8c350fd7b", "name": "Unused endpoint: GET /{activite_id}/qrcode", "shortDescription": {"text": "Unused endpoint: GET /{activite_id}/qrcode"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /{activite_id}/qrcode` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f271396a1467f2d7", "name": "Unused endpoint: PATCH /{activite_id}/statut", "shortDescription": {"text": "Unused endpoint: PATCH /{activite_id}/statut"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `PATCH /{activite_id}/statut` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e5810afd1d173ee2", "name": "Unused endpoint: GET /{activite_id}/participants", "shortDescription": {"text": "Unused endpoint: GET /{activite_id}/participants"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /{activite_id}/participants` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-44cf54278a944364", "name": "Unused endpoint: POST /{activite_id}/participants", "shortDescription": {"text": "Unused endpoint: POST /{activite_id}/participants"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `POST /{activite_id}/participants` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-93ef54222afc654a", "name": "Unused endpoint: POST /{activite_id}/participants/{participant_id}", "shortDescription": {"text": "Unused endpoint: POST /{activite_id}/participants/{participant_id}"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `POST /{activite_id}/participants/{participant_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-59f80e8eb555d0e1", "name": "Unused endpoint: GET /{activite_id}/stats", "shortDescription": {"text": "Unused endpoint: GET /{activite_id}/stats"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /{activite_id}/stats` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b2395a53b04ea8a1", "name": "Unused endpoint: GET /{activite_id}/participants/{participant_id}", "shortDescription": {"text": "Unused endpoint: GET /{activite_id}/participants/{participant_id}"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /{activite_id}/participants/{participant_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-601b3551b694e219", "name": "Unused endpoint: GET /{activite_id}/participants/{participant_id}/photo/{cote}", "shortDescription": {"text": "Unused endpoint: GET /{activite_id}/participants/{participant_id}/photo/{cote}"}, "fullDescription": {"text": "`backend/apps/activites/api.py` declares `GET /{activite_id}/participants/{participant_id}/photo/{cote}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `POST /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7ce17d6b092a81ca", "name": "Unused endpoint: POST /refresh", "shortDescription": {"text": "Unused endpoint: POST /refresh"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `POST /refresh` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-99fc36db98c134ce", "name": "Unused endpoint: POST /logout", "shortDescription": {"text": "Unused endpoint: POST /logout"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `POST /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fd1dc91abf32142d", "name": "Unused endpoint: GET /me", "shortDescription": {"text": "Unused endpoint: GET /me"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `GET /me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4fe9bb486644f008", "name": "Unused endpoint: POST /change-password", "shortDescription": {"text": "Unused endpoint: POST /change-password"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `POST /change-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-841e50bf821e4158", "name": "Unused endpoint: GET /users", "shortDescription": {"text": "Unused endpoint: GET /users"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `GET /users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1bca8100a44f7f25", "name": "Unused endpoint: POST /users", "shortDescription": {"text": "Unused endpoint: POST /users"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `POST /users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cc679d62b533e7b6", "name": "Unused endpoint: PATCH /users/{user_id}", "shortDescription": {"text": "Unused endpoint: PATCH /users/{user_id}"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `PATCH /users/{user_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-47eb46f08abf6bd9", "name": "Unused endpoint: POST /users/{user_id}/reset-password", "shortDescription": {"text": "Unused endpoint: POST /users/{user_id}/reset-password"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `POST /users/{user_id}/reset-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fecd99fa2d3d6078", "name": "Unused endpoint: DELETE /users/{user_id}", "shortDescription": {"text": "Unused endpoint: DELETE /users/{user_id}"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `DELETE /users/{user_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-00d297d86aa253fe", "name": "Unused endpoint: GET /audit", "shortDescription": {"text": "Unused endpoint: GET /audit"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `GET /audit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-66de64b3a13ba83d", "name": "Unused endpoint: GET /users/{user_id}/audit", "shortDescription": {"text": "Unused endpoint: GET /users/{user_id}/audit"}, "fullDescription": {"text": "`backend/apps/accounts/api.py` declares `GET /users/{user_id}/audit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-74c5fed57d4cbab3", "name": "Unused endpoint: GET /activites/{activite_id}/excel", "shortDescription": {"text": "Unused endpoint: GET /activites/{activite_id}/excel"}, "fullDescription": {"text": "`backend/apps/exports/api.py` declares `GET /activites/{activite_id}/excel` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-53817c3a5e011c4e", "name": "Unused endpoint: GET /activites/{activite_id}/pdf-liste", "shortDescription": {"text": "Unused endpoint: GET /activites/{activite_id}/pdf-liste"}, "fullDescription": {"text": "`backend/apps/exports/api.py` declares `GET /activites/{activite_id}/pdf-liste` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-73e91e6658c9142b", "name": "Unused endpoint: GET /activites/{activite_id}/zip", "shortDescription": {"text": "Unused endpoint: GET /activites/{activite_id}/zip"}, "fullDescription": {"text": "`backend/apps/exports/api.py` declares `GET /activites/{activite_id}/zip` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ae5bd97ccca4a8f6", "name": "Unused endpoint: GET /activites/{activite_id}/qrcode-pdf", "shortDescription": {"text": "Unused endpoint: GET /activites/{activite_id}/qrcode-pdf"}, "fullDescription": {"text": "`backend/apps/exports/api.py` declares `GET /activites/{activite_id}/qrcode-pdf` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b7139ec22c59d2dd", "name": "Unused endpoint: GET /participants/{participant_id}/pdf", "shortDescription": {"text": "Unused endpoint: GET /participants/{participant_id}/pdf"}, "fullDescription": {"text": "`backend/apps/exports/api.py` declares `GET /participants/{participant_id}/pdf` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6681fcf1693c0e31", "name": "Unused endpoint: GET /activites/{activite_id}/historique", "shortDescription": {"text": "Unused endpoint: GET /activites/{activite_id}/historique"}, "fullDescription": {"text": "`backend/apps/exports/api.py` declares `GET /activites/{activite_id}/historique` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`frontend/src/api/activites.ts` declares `POST /auth/logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4585c350da9e880d", "name": "Unused endpoint: POST /auth/change-password", "shortDescription": {"text": "Unused endpoint: POST /auth/change-password"}, "fullDescription": {"text": "`frontend/src/api/activites.ts` declares `POST /auth/change-password` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/18525"}, "properties": {"repository": "rsekoua/listePresence", "repoUrl": "https://github.com/rsekoua/listePresence", "branch": "main"}, "results": [{"ruleId": "scanner-7e90425f0026b162", "level": "error", "message": {"text": "Possible secret in backend/apps/accounts/models.py"}, "properties": {"repobilityId": "725b09a01bf8f25f", "scanner": "scanner-primary", "fingerprint": "7e90425f0026b162", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/models.py"}, "region": {"startLine": 63}}}]}, {"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-1b6557147db8049c", "level": "note", "message": {"text": "Very large file: frontend-v2/src/api/schema.d.ts (2065 lines)"}, "properties": {"repobilityId": "0d532ef27f9d4b5e", "scanner": "scanner-primary", "fingerprint": "1b6557147db8049c", "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": "9e5985eab4eedeb9", "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": "9315345768e1b686", "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": "6a91ed1615b881f8", "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": "2336fa0e0d3c96bc", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "5e592b22e2923571", "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": "3dd2592e32207e84", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6e0fab7b67b51fcf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/pages/PublicFormPage.tsx:90"}, "properties": {"repobilityId": "0fc59e7225815fa0", "scanner": "scanner-primary", "fingerprint": "6e0fab7b67b51fcf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a7f7a4702d17c303", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend-v2/eslint.config.js:22"}, "properties": {"repobilityId": "11e45f3a7b3b90af", "scanner": "scanner-primary", "fingerprint": "a7f7a4702d17c303", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-35160e06f2e2bae4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend-v2/src/pages/PublicFormPage.tsx:59"}, "properties": {"repobilityId": "521187dc417b788d", "scanner": "scanner-primary", "fingerprint": "35160e06f2e2bae4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-87acb4066071a15a", "level": "note", "message": {"text": "19 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "b1f30c58de7ffb20", "scanner": "scanner-primary", "fingerprint": "87acb4066071a15a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "f8fb2213517b6831", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "61762a2735b2f468", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "550a500ef40bb691", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b68336b0c0cae6f0", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "cadb2a5382fcc730", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "e4e4119044860a6e", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-6739306966907717", "level": "warning", "message": {"text": "Frontend route `/form/:token` has no Link/navigate to it \u2014 frontend-v2/src/App.tsx"}, "properties": {"repobilityId": "db87b066fac9e711", "scanner": "scanner-primary", "fingerprint": "6739306966907717", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a39ec74e1f9f8330", "level": "warning", "message": {"text": "Frontend route `/activites/:id` has no Link/navigate to it \u2014 frontend-v2/src/App.tsx"}, "properties": {"repobilityId": "44b38a161e8ca170", "scanner": "scanner-primary", "fingerprint": "a39ec74e1f9f8330", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-c36021403357d0e0", "level": "error", "message": {"text": "FastAPI POST `participer` without auth dependency \u2014 backend/apps/participants/api.py:150"}, "properties": {"repobilityId": "8573e1768e3fb77f", "scanner": "scanner-primary", "fingerprint": "c36021403357d0e0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/participants/api.py"}, "region": {"startLine": 150}}}]}, {"ruleId": "scanner-8a214c7261b90800", "level": "error", "message": {"text": "FastAPI POST `create_activite` without auth dependency \u2014 backend/apps/activites/api.py:332"}, "properties": {"repobilityId": "0facbd2ab85be32a", "scanner": "scanner-primary", "fingerprint": "8a214c7261b90800", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 332}}}]}, {"ruleId": "scanner-179ec88efa61a035", "level": "error", "message": {"text": "FastAPI PUT `update_activite` without auth dependency \u2014 backend/apps/activites/api.py:347"}, "properties": {"repobilityId": "a028b45efaec8764", "scanner": "scanner-primary", "fingerprint": "179ec88efa61a035", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 347}}}]}, {"ruleId": "scanner-104e5d1ff7e1af7c", "level": "error", "message": {"text": "FastAPI DELETE `delete_activite` without auth dependency \u2014 backend/apps/activites/api.py:368"}, "properties": {"repobilityId": "aa3711e196d32874", "scanner": "scanner-primary", "fingerprint": "104e5d1ff7e1af7c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 368}}}]}, {"ruleId": "scanner-8eee1e8d3cbf4410", "level": "error", "message": {"text": "FastAPI POST `clone_activite` without auth dependency \u2014 backend/apps/activites/api.py:389"}, "properties": {"repobilityId": "07430c7de3c4dd9a", "scanner": "scanner-primary", "fingerprint": "8eee1e8d3cbf4410", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 389}}}]}, {"ruleId": "scanner-a39d6c96ff52c538", "level": "error", "message": {"text": "FastAPI PATCH `set_statut` without auth dependency \u2014 backend/apps/activites/api.py:430"}, "properties": {"repobilityId": "77abaa94b1c8ce63", "scanner": "scanner-primary", "fingerprint": "a39d6c96ff52c538", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 430}}}]}, {"ruleId": "scanner-b90a57c53137e328", "level": "error", "message": {"text": "FastAPI POST `add_participant` without auth dependency \u2014 backend/apps/activites/api.py:556"}, "properties": {"repobilityId": "e2db5f86146e2ee0", "scanner": "scanner-primary", "fingerprint": "b90a57c53137e328", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 556}}}]}, {"ruleId": "scanner-66ddfb13d6362a17", "level": "error", "message": {"text": "FastAPI POST `update_participant` without auth dependency \u2014 backend/apps/activites/api.py:610"}, "properties": {"repobilityId": "1a2e1994f29afcfd", "scanner": "scanner-primary", "fingerprint": "66ddfb13d6362a17", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/activites/api.py"}, "region": {"startLine": 610}}}]}, {"ruleId": "scanner-605a086bac15d195", "level": "error", "message": {"text": "FastAPI POST `refresh` without auth dependency \u2014 backend/apps/accounts/api.py:108"}, "properties": {"repobilityId": "e00906a911e715c0", "scanner": "scanner-primary", "fingerprint": "605a086bac15d195", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/api.py"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-247a145d00e4cd9f", "level": "error", "message": {"text": "FastAPI POST `change_password` without auth dependency \u2014 backend/apps/accounts/api.py:140"}, "properties": {"repobilityId": "7ca678854df6592a", "scanner": "scanner-primary", "fingerprint": "247a145d00e4cd9f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/api.py"}, "region": {"startLine": 140}}}]}, {"ruleId": "scanner-e88c788c5767c4e1", "level": "error", "message": {"text": "FastAPI POST `create_user` without auth dependency \u2014 backend/apps/accounts/api.py:212"}, "properties": {"repobilityId": "489dad71565d6f5f", "scanner": "scanner-primary", "fingerprint": "e88c788c5767c4e1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/api.py"}, "region": {"startLine": 212}}}]}, {"ruleId": "scanner-3eb9205f9161fe5d", "level": "error", "message": {"text": "FastAPI PATCH `update_user` without auth dependency \u2014 backend/apps/accounts/api.py:236"}, "properties": {"repobilityId": "153354a73e1fcce2", "scanner": "scanner-primary", "fingerprint": "3eb9205f9161fe5d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/api.py"}, "region": {"startLine": 236}}}]}, {"ruleId": "scanner-96ca9303e0491012", "level": "error", "message": {"text": "FastAPI POST `reset_user_password` without auth dependency \u2014 backend/apps/accounts/api.py:272"}, "properties": {"repobilityId": "79f05a5612d9beed", "scanner": "scanner-primary", "fingerprint": "96ca9303e0491012", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/api.py"}, "region": {"startLine": 272}}}]}, {"ruleId": "scanner-f8dbc7932433a419", "level": "error", "message": {"text": "FastAPI DELETE `delete_user` without auth dependency \u2014 backend/apps/accounts/api.py:285"}, "properties": {"repobilityId": "44b2c8214514a89b", "scanner": "scanner-primary", "fingerprint": "f8dbc7932433a419", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/apps/accounts/api.py"}, "region": {"startLine": 285}}}]}, {"ruleId": "scanner-7309bf2446873ccc", "level": "note", "message": {"text": "Unused endpoint: ANY /admin/"}, "properties": {"repobilityId": "1d47feb43791c5ac", "scanner": "scanner-primary", "fingerprint": "7309bf2446873ccc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ce0a9b4397331ef4", "level": "note", "message": {"text": "Unused endpoint: ANY /api/"}, "properties": {"repobilityId": "809fe7d9b9a87180", "scanner": "scanner-primary", "fingerprint": "ce0a9b4397331ef4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-84a758c456dc8bed", "level": "note", "message": {"text": "Unused endpoint: ANY /^(?!api/|admin/).*$"}, "properties": {"repobilityId": "7c138f44a416575e", "scanner": "scanner-primary", "fingerprint": "84a758c456dc8bed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ee57de527ef8d3a0", "level": "note", "message": {"text": "Unused endpoint: GET /activite/{token}"}, "properties": {"repobilityId": "6bb2356db0201996", "scanner": "scanner-primary", "fingerprint": "ee57de527ef8d3a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-192478297c6793e8", "level": "note", "message": {"text": "Unused endpoint: POST /activite/{token}/participer"}, "properties": {"repobilityId": "59f94fcf08c9cb51", "scanner": "scanner-primary", "fingerprint": "192478297c6793e8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "dadbf281da464f3b", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2794e9cf8006c3a3", "level": "note", "message": {"text": "Unused endpoint: GET /stats-globales"}, "properties": {"repobilityId": "4c645eec7d3bdda4", "scanner": "scanner-primary", "fingerprint": "2794e9cf8006c3a3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-65b43591389276c4", "level": "note", "message": {"text": "Unused endpoint: GET /personnes"}, "properties": {"repobilityId": "67d73db33955bd98", "scanner": "scanner-primary", "fingerprint": "65b43591389276c4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a38b6b6f08f46e8b", "level": "note", "message": {"text": "Unused endpoint: GET /personnes/historique"}, "properties": {"repobilityId": "254fec1a634d3a8d", "scanner": "scanner-primary", "fingerprint": "a38b6b6f08f46e8b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a009b1a56794f45", "level": "note", "message": {"text": "Unused endpoint: POST /"}, "properties": {"repobilityId": "b50320bc5272da7d", "scanner": "scanner-primary", "fingerprint": "7a009b1a56794f45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e528012703d2ea71", "level": "note", "message": {"text": "Unused endpoint: GET /{activite_id}"}, "properties": {"repobilityId": "4cbed834715d10b8", "scanner": "scanner-primary", "fingerprint": "e528012703d2ea71", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-04d654d3ef8b9c76", "level": "note", "message": {"text": "Unused endpoint: PUT /{activite_id}"}, "properties": {"repobilityId": "db23f56d2f9d904d", "scanner": "scanner-primary", "fingerprint": "04d654d3ef8b9c76", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d133f7c0471d8627", "level": "note", "message": {"text": "Unused endpoint: DELETE /{activite_id}"}, "properties": {"repobilityId": "ed2d316fc14d6652", "scanner": "scanner-primary", "fingerprint": "d133f7c0471d8627", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7d0141865e42dd16", "level": "note", "message": {"text": "Unused endpoint: POST /{activite_id}/clone"}, "properties": {"repobilityId": "a0bb3a356aeceef3", "scanner": "scanner-primary", "fingerprint": "7d0141865e42dd16", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ab736ef8c350fd7b", "level": "note", "message": {"text": "Unused endpoint: GET /{activite_id}/qrcode"}, "properties": {"repobilityId": "71688a6e2bbafb73", "scanner": "scanner-primary", "fingerprint": "ab736ef8c350fd7b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f271396a1467f2d7", "level": "note", "message": {"text": "Unused endpoint: PATCH /{activite_id}/statut"}, "properties": {"repobilityId": "f57b91e7f3f784e6", "scanner": "scanner-primary", "fingerprint": "f271396a1467f2d7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e5810afd1d173ee2", "level": "note", "message": {"text": "Unused endpoint: GET /{activite_id}/participants"}, "properties": {"repobilityId": "ad7c5f1b7e593a73", "scanner": "scanner-primary", "fingerprint": "e5810afd1d173ee2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-44cf54278a944364", "level": "note", "message": {"text": "Unused endpoint: POST /{activite_id}/participants"}, "properties": {"repobilityId": "87db64e0f90a497a", "scanner": "scanner-primary", "fingerprint": "44cf54278a944364", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-93ef54222afc654a", "level": "note", "message": {"text": "Unused endpoint: POST /{activite_id}/participants/{participant_id}"}, "properties": {"repobilityId": "bc0f146d62ea1126", "scanner": "scanner-primary", "fingerprint": "93ef54222afc654a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-59f80e8eb555d0e1", "level": "note", "message": {"text": "Unused endpoint: GET /{activite_id}/stats"}, "properties": {"repobilityId": "43909aabf0b614a0", "scanner": "scanner-primary", "fingerprint": "59f80e8eb555d0e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b2395a53b04ea8a1", "level": "note", "message": {"text": "Unused endpoint: GET /{activite_id}/participants/{participant_id}"}, "properties": {"repobilityId": "c5b9d6d20ace087a", "scanner": "scanner-primary", "fingerprint": "b2395a53b04ea8a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-601b3551b694e219", "level": "note", "message": {"text": "Unused endpoint: GET /{activite_id}/participants/{participant_id}/photo/{cote}"}, "properties": {"repobilityId": "503975644c684196", "scanner": "scanner-primary", "fingerprint": "601b3551b694e219", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "d0a768aae42f98d7", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7ce17d6b092a81ca", "level": "note", "message": {"text": "Unused endpoint: POST /refresh"}, "properties": {"repobilityId": "303163533a4ea7d4", "scanner": "scanner-primary", "fingerprint": "7ce17d6b092a81ca", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-99fc36db98c134ce", "level": "note", "message": {"text": "Unused endpoint: POST /logout"}, "properties": {"repobilityId": "211b265e793c947e", "scanner": "scanner-primary", "fingerprint": "99fc36db98c134ce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd1dc91abf32142d", "level": "note", "message": {"text": "Unused endpoint: GET /me"}, "properties": {"repobilityId": "f9cb85e55bc1a8e9", "scanner": "scanner-primary", "fingerprint": "fd1dc91abf32142d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4fe9bb486644f008", "level": "note", "message": {"text": "Unused endpoint: POST /change-password"}, "properties": {"repobilityId": "4595dfda7d39e316", "scanner": "scanner-primary", "fingerprint": "4fe9bb486644f008", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-841e50bf821e4158", "level": "note", "message": {"text": "Unused endpoint: GET /users"}, "properties": {"repobilityId": "3c66d99857b81182", "scanner": "scanner-primary", "fingerprint": "841e50bf821e4158", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1bca8100a44f7f25", "level": "note", "message": {"text": "Unused endpoint: POST /users"}, "properties": {"repobilityId": "b57a493790635bd8", "scanner": "scanner-primary", "fingerprint": "1bca8100a44f7f25", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cc679d62b533e7b6", "level": "note", "message": {"text": "Unused endpoint: PATCH /users/{user_id}"}, "properties": {"repobilityId": "212eaf43e9cde05a", "scanner": "scanner-primary", "fingerprint": "cc679d62b533e7b6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-47eb46f08abf6bd9", "level": "note", "message": {"text": "Unused endpoint: POST /users/{user_id}/reset-password"}, "properties": {"repobilityId": "5b694a5c7309fa88", "scanner": "scanner-primary", "fingerprint": "47eb46f08abf6bd9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fecd99fa2d3d6078", "level": "note", "message": {"text": "Unused endpoint: DELETE /users/{user_id}"}, "properties": {"repobilityId": "92206443d553a71e", "scanner": "scanner-primary", "fingerprint": "fecd99fa2d3d6078", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-00d297d86aa253fe", "level": "note", "message": {"text": "Unused endpoint: GET /audit"}, "properties": {"repobilityId": "0e6752096fae9d0e", "scanner": "scanner-primary", "fingerprint": "00d297d86aa253fe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-66de64b3a13ba83d", "level": "note", "message": {"text": "Unused endpoint: GET /users/{user_id}/audit"}, "properties": {"repobilityId": "4d6383a44607b7e3", "scanner": "scanner-primary", "fingerprint": "66de64b3a13ba83d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-74c5fed57d4cbab3", "level": "note", "message": {"text": "Unused endpoint: GET /activites/{activite_id}/excel"}, "properties": {"repobilityId": "2e578b02d3a93037", "scanner": "scanner-primary", "fingerprint": "74c5fed57d4cbab3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-53817c3a5e011c4e", "level": "note", "message": {"text": "Unused endpoint: GET /activites/{activite_id}/pdf-liste"}, "properties": {"repobilityId": "7acf16149cfe2032", "scanner": "scanner-primary", "fingerprint": "53817c3a5e011c4e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-73e91e6658c9142b", "level": "note", "message": {"text": "Unused endpoint: GET /activites/{activite_id}/zip"}, "properties": {"repobilityId": "9f229cbf578f955b", "scanner": "scanner-primary", "fingerprint": "73e91e6658c9142b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ae5bd97ccca4a8f6", "level": "note", "message": {"text": "Unused endpoint: GET /activites/{activite_id}/qrcode-pdf"}, "properties": {"repobilityId": "459993e566eb1803", "scanner": "scanner-primary", "fingerprint": "ae5bd97ccca4a8f6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b7139ec22c59d2dd", "level": "note", "message": {"text": "Unused endpoint: GET /participants/{participant_id}/pdf"}, "properties": {"repobilityId": "7fda4049b412e924", "scanner": "scanner-primary", "fingerprint": "b7139ec22c59d2dd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6681fcf1693c0e31", "level": "note", "message": {"text": "Unused endpoint: GET /activites/{activite_id}/historique"}, "properties": {"repobilityId": "a66331ea6eb74107", "scanner": "scanner-primary", "fingerprint": "6681fcf1693c0e31", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "cbbdc33026e22832", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4585c350da9e880d", "level": "note", "message": {"text": "Unused endpoint: POST /auth/change-password"}, "properties": {"repobilityId": "8233656202cf756d", "scanner": "scanner-primary", "fingerprint": "4585c350da9e880d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}