{"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-e66ebd62d1687627", "name": "Stray `console.log` in TS/JS \u2014 Backend/debug.js:3", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 Backend/debug.js:3"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-14333a1474dea711", "name": "Stray `console.log` in TS/JS \u2014 Backend/src/server.js:24", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 Backend/src/server.js:24"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-adeaae175c12d0b8", "name": "Stray `console.log` in TS/JS \u2014 Backend/src/utils/gerarHash.js:5", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 Backend/src/utils/gerarHash.js:5"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-62feef62a539b599", "name": "Insecure pattern 'cors_wildcard' in Backend/src/server.js:6", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in Backend/src/server.js:6"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3fb0317675dbbc44", "name": "Insecure pattern 'local_storage_auth_token' in Frontend/src/pages/Login.jsx:151", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in Frontend/src/pages/Login.jsx:151"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 47 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 9 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 20 placeholder/mock markers across 8 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: 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": "low", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-eb19dfe07ab4cc15", "name": "Commented-code block (6 lines) in Frontend/src/pages/Home.jsx:200", "shortDescription": {"text": "Commented-code block (6 lines) in Frontend/src/pages/Home.jsx:200"}, "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-784799ac43c82703", "name": "Frontend route `/checklist` has no Link/navigate to it \u2014 Frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/checklist` has no Link/navigate to it \u2014 Frontend/src/App.jsx"}, "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-bb4af7a00cb46336", "name": "Frontend route `/laudo/:consulta_id` has no Link/navigate to it \u2014 Frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/laudo/:consulta_id` has no Link/navigate to it \u2014 Frontend/src/App.jsx"}, "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-1bc898b3b7565990", "name": "Unused endpoint: USE /uploads", "shortDescription": {"text": "Unused endpoint: USE /uploads"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /uploads` 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-6eb452fbfb454d20", "name": "Unused endpoint: USE /api/auth", "shortDescription": {"text": "Unused endpoint: USE /api/auth"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/auth` 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-c74a179f3b4939cf", "name": "Unused endpoint: USE /api/usuarios", "shortDescription": {"text": "Unused endpoint: USE /api/usuarios"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/usuarios` 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-3371ca16aeb81276", "name": "Unused endpoint: USE /api/pacientes", "shortDescription": {"text": "Unused endpoint: USE /api/pacientes"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/pacientes` 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-6edb004f42f9e4d5", "name": "Unused endpoint: USE /api/consultas", "shortDescription": {"text": "Unused endpoint: USE /api/consultas"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/consultas` 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-f9850449f95b9690", "name": "Unused endpoint: USE /api/checklist", "shortDescription": {"text": "Unused endpoint: USE /api/checklist"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/checklist` 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-a931452d9b5534b9", "name": "Unused endpoint: USE /api/laudos", "shortDescription": {"text": "Unused endpoint: USE /api/laudos"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/laudos` 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-1955c843c3302e04", "name": "Unused endpoint: USE /api/secretaria", "shortDescription": {"text": "Unused endpoint: USE /api/secretaria"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/secretaria` 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-7abe1e8665d1a5ef", "name": "Unused endpoint: USE /api/relatorios", "shortDescription": {"text": "Unused endpoint: USE /api/relatorios"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/relatorios` 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-c3354ff8b3a06058", "name": "Unused endpoint: USE /api/sintomas", "shortDescription": {"text": "Unused endpoint: USE /api/sintomas"}, "fullDescription": {"text": "`Backend/src/server.js` declares `USE /api/sintomas` 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/src/routes/secretaria.js` 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-656e3cc17ae6a74d", "name": "Unused endpoint: POST /direcionar", "shortDescription": {"text": "Unused endpoint: POST /direcionar"}, "fullDescription": {"text": "`Backend/src/routes/secretaria.js` declares `POST /direcionar` 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/src/routes/checklist.js` 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-01ce5e4dfa2d9068", "name": "Unused endpoint: GET /:consulta_id", "shortDescription": {"text": "Unused endpoint: GET /:consulta_id"}, "fullDescription": {"text": "`Backend/src/routes/checklist.js` declares `GET /:consulta_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-8d5b2b188d08ca82", "name": "Unused endpoint: PUT /:id", "shortDescription": {"text": "Unused endpoint: PUT /:id"}, "fullDescription": {"text": "`Backend/src/routes/sintomas.js` declares `PUT /: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-0378d0614ddfd3d4", "name": "Unused endpoint: GET /cpf/:cpf", "shortDescription": {"text": "Unused endpoint: GET /cpf/:cpf"}, "fullDescription": {"text": "`Backend/src/routes/pacientes.js` declares `GET /cpf/:cpf` 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-ca5756175765b49d", "name": "Unused endpoint: GET /:id", "shortDescription": {"text": "Unused endpoint: GET /:id"}, "fullDescription": {"text": "`Backend/src/routes/pacientes.js` declares `GET /: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-81a07364e264eb28", "name": "Unused endpoint: PATCH /:id/foto", "shortDescription": {"text": "Unused endpoint: PATCH /:id/foto"}, "fullDescription": {"text": "`Backend/src/routes/pacientes.js` declares `PATCH /:id/foto` 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/src/routes/auth.js` 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-c2f17417f9f919f0", "name": "Unused endpoint: POST /cadastro-responsavel", "shortDescription": {"text": "Unused endpoint: POST /cadastro-responsavel"}, "fullDescription": {"text": "`Backend/src/routes/auth.js` declares `POST /cadastro-responsavel` 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-6f72b675673f998e", "name": "Unused endpoint: PATCH /:id/desativar", "shortDescription": {"text": "Unused endpoint: PATCH /:id/desativar"}, "fullDescription": {"text": "`Backend/src/routes/usuarios.js` declares `PATCH /:id/desativar` 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/src/routes/usuarios.js` 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-c12d336106987ca0", "name": "Unused endpoint: POST /secretaria", "shortDescription": {"text": "Unused endpoint: POST /secretaria"}, "fullDescription": {"text": "`Backend/src/routes/usuarios.js` declares `POST /secretaria` 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-8bdaff4d12a1e67a", "name": "Unused endpoint: GET /secretarias", "shortDescription": {"text": "Unused endpoint: GET /secretarias"}, "fullDescription": {"text": "`Backend/src/routes/usuarios.js` declares `GET /secretarias` 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-a6080385d6576602", "name": "Unused endpoint: PATCH /:id/desativar-secretaria", "shortDescription": {"text": "Unused endpoint: PATCH /:id/desativar-secretaria"}, "fullDescription": {"text": "`Backend/src/routes/usuarios.js` declares `PATCH /:id/desativar-secretaria` 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-c74657b3c3c9f662", "name": "Unused endpoint: GET /:consulta_id/pdf", "shortDescription": {"text": "Unused endpoint: GET /:consulta_id/pdf"}, "fullDescription": {"text": "`Backend/src/routes/laudos.js` declares `GET /:consulta_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-5fbc954f63526821", "name": "Unused endpoint: PATCH /:id", "shortDescription": {"text": "Unused endpoint: PATCH /:id"}, "fullDescription": {"text": "`Backend/src/routes/consultas.js` declares `PATCH /: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-27de54c1e10ce553", "name": "Unused endpoint: GET /agregado", "shortDescription": {"text": "Unused endpoint: GET /agregado"}, "fullDescription": {"text": "`Backend/src/routes/relatorios.js` declares `GET /agregado` 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-9f5fb65e4f98a4fd", "name": "Unused endpoint: GET /csv", "shortDescription": {"text": "Unused endpoint: GET /csv"}, "fullDescription": {"text": "`Backend/src/routes/relatorios.js` declares `GET /csv` 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-956d29da1b6d820a", "name": "Unused endpoint: GET /excel", "shortDescription": {"text": "Unused endpoint: GET /excel"}, "fullDescription": {"text": "`Backend/src/routes/relatorios.js` declares `GET /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-6d0fdf34421da6f9", "name": "Unused endpoint: GET /historico/:paciente_id", "shortDescription": {"text": "Unused endpoint: GET /historico/:paciente_id"}, "fullDescription": {"text": "`Backend/src/routes/relatorios.js` declares `GET /historico/:paciente_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-51e7da21ca2e9b15", "name": "Unused endpoint: GET /auditoria", "shortDescription": {"text": "Unused endpoint: GET /auditoria"}, "fullDescription": {"text": "`Backend/src/routes/relatorios.js` declares `GET /auditoria` 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-7dde909741833071", "name": "Unused endpoint: POST /rota", "shortDescription": {"text": "Unused endpoint: POST /rota"}, "fullDescription": {"text": "`Backend/src/middlewares/auth.js` declares `POST /rota` 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-98847a5e2bbd864a", "name": "Unused endpoint: GET /rota", "shortDescription": {"text": "Unused endpoint: GET /rota"}, "fullDescription": {"text": "`Backend/src/middlewares/auth.js` declares `GET /rota` 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-8fcf157d997a9fbf", "name": "Unused endpoint: POST /auth/cadastro-responsavel", "shortDescription": {"text": "Unused endpoint: POST /auth/cadastro-responsavel"}, "fullDescription": {"text": "`Frontend/src/pages/CadastroResponsavel.jsx` declares `POST /auth/cadastro-responsavel` 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-f0773967a0815355", "name": "Unused endpoint: GET /relatorios/agregado", "shortDescription": {"text": "Unused endpoint: GET /relatorios/agregado"}, "fullDescription": {"text": "`Frontend/src/pages/Relatorios.jsx` declares `GET /relatorios/agregado` 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-45987321bd612b87", "name": "Unused endpoint: GET /relatorios/auditoria", "shortDescription": {"text": "Unused endpoint: GET /relatorios/auditoria"}, "fullDescription": {"text": "`Frontend/src/pages/Relatorios.jsx` declares `GET /relatorios/auditoria` 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-308456a73b489411", "name": "Unused endpoint: GET /sintomas", "shortDescription": {"text": "Unused endpoint: GET /sintomas"}, "fullDescription": {"text": "`Frontend/src/pages/laudo.jsx` declares `GET /sintomas` 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-099b7126870995d2", "name": "Unused endpoint: POST /consultas", "shortDescription": {"text": "Unused endpoint: POST /consultas"}, "fullDescription": {"text": "`Frontend/src/pages/laudo.jsx` declares `POST /consultas` 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-34c507e42af4f297", "name": "Unused endpoint: GET /secretaria", "shortDescription": {"text": "Unused endpoint: GET /secretaria"}, "fullDescription": {"text": "`Frontend/src/pages/Secretaria.jsx` declares `GET /secretaria` 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-2f2dc9b0bb9cfa25", "name": "Unused endpoint: GET /usuarios", "shortDescription": {"text": "Unused endpoint: GET /usuarios"}, "fullDescription": {"text": "`Frontend/src/pages/Secretaria.jsx` declares `GET /usuarios` 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-7f6e2558f1ffa05d", "name": "Unused endpoint: POST /secretaria/direcionar", "shortDescription": {"text": "Unused endpoint: POST /secretaria/direcionar"}, "fullDescription": {"text": "`Frontend/src/pages/Secretaria.jsx` declares `POST /secretaria/direcionar` 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-90f746cecbe3fe14", "name": "Unused endpoint: POST /sintomas", "shortDescription": {"text": "Unused endpoint: POST /sintomas"}, "fullDescription": {"text": "`Frontend/src/pages/AdminSintomas.jsx` declares `POST /sintomas` 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-0743824714bc64f7", "name": "Unused endpoint: POST /pacientes", "shortDescription": {"text": "Unused endpoint: POST /pacientes"}, "fullDescription": {"text": "`Frontend/src/pages/Cadastro.jsx` declares `POST /pacientes` 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-b1bad868098ab933", "name": "Unused endpoint: POST /checklist", "shortDescription": {"text": "Unused endpoint: POST /checklist"}, "fullDescription": {"text": "`Frontend/src/pages/Checklist.jsx` declares `POST /checklist` 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-d2f62b02f0a2e95c", "name": "Unused endpoint: GET /consultas", "shortDescription": {"text": "Unused endpoint: GET /consultas"}, "fullDescription": {"text": "`Frontend/src/pages/Laudos.jsx` declares `GET /consultas` 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-f420337464c680ee", "name": "Unused endpoint: POST /usuarios", "shortDescription": {"text": "Unused endpoint: POST /usuarios"}, "fullDescription": {"text": "`Frontend/src/pages/AdminMedicos.jsx` declares `POST /usuarios` 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-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`Frontend/src/pages/Login.jsx` declares `POST /auth/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-d74f0e25c2963975", "name": "Unused endpoint: GET /usuarios/secretarias", "shortDescription": {"text": "Unused endpoint: GET /usuarios/secretarias"}, "fullDescription": {"text": "`Frontend/src/pages/AdminSecretarias.jsx` declares `GET /usuarios/secretarias` 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-8e395c1f19e79596", "name": "Unused endpoint: POST /usuarios/secretaria", "shortDescription": {"text": "Unused endpoint: POST /usuarios/secretaria"}, "fullDescription": {"text": "`Frontend/src/pages/AdminSecretarias.jsx` declares `POST /usuarios/secretaria` 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/22320"}, "properties": {"repository": "Vit0rHJ/Projeto_Sindrome_Xfragil", "repoUrl": "https://github.com/Vit0rHJ/Projeto_Sindrome_Xfragil", "branch": "main"}, "results": [{"ruleId": "scanner-e66ebd62d1687627", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 Backend/debug.js:3"}, "properties": {"repobilityId": "5a696f92139bb691", "scanner": "scanner-primary", "fingerprint": "e66ebd62d1687627", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-14333a1474dea711", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 Backend/src/server.js:24"}, "properties": {"repobilityId": "818be06e248baac1", "scanner": "scanner-primary", "fingerprint": "14333a1474dea711", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-adeaae175c12d0b8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 Backend/src/utils/gerarHash.js:5"}, "properties": {"repobilityId": "4ea4995abe621283", "scanner": "scanner-primary", "fingerprint": "adeaae175c12d0b8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-62feef62a539b599", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in Backend/src/server.js:6"}, "properties": {"repobilityId": "3ea4e9efbfad59f3", "scanner": "scanner-primary", "fingerprint": "62feef62a539b599", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Backend/src/server.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-3fb0317675dbbc44", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in Frontend/src/pages/Login.jsx:151"}, "properties": {"repobilityId": "5f22d88529d93caa", "scanner": "scanner-primary", "fingerprint": "3fb0317675dbbc44", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Frontend/src/pages/Login.jsx"}, "region": {"startLine": 151}}}]}, {"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-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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "38e7a7862bd14e2b", "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": "07cd98ff48e06cc0", "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": "63652e1d73d968f6", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "a12104fff097675d", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "092a8a2f5773b165", "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": "93c247f9c6869b09", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-eb19dfe07ab4cc15", "level": "none", "message": {"text": "Commented-code block (6 lines) in Frontend/src/pages/Home.jsx:200"}, "properties": {"repobilityId": "82311be8fa9ad3d0", "scanner": "scanner-primary", "fingerprint": "eb19dfe07ab4cc15", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-784799ac43c82703", "level": "warning", "message": {"text": "Frontend route `/checklist` has no Link/navigate to it \u2014 Frontend/src/App.jsx"}, "properties": {"repobilityId": "44f320668ba92a4a", "scanner": "scanner-primary", "fingerprint": "784799ac43c82703", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-bb4af7a00cb46336", "level": "warning", "message": {"text": "Frontend route `/laudo/:consulta_id` has no Link/navigate to it \u2014 Frontend/src/App.jsx"}, "properties": {"repobilityId": "d364aa5e89854798", "scanner": "scanner-primary", "fingerprint": "bb4af7a00cb46336", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1bc898b3b7565990", "level": "note", "message": {"text": "Unused endpoint: USE /uploads"}, "properties": {"repobilityId": "b3d0e986a75e1acd", "scanner": "scanner-primary", "fingerprint": "1bc898b3b7565990", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6eb452fbfb454d20", "level": "note", "message": {"text": "Unused endpoint: USE /api/auth"}, "properties": {"repobilityId": "f36b673833b45a8a", "scanner": "scanner-primary", "fingerprint": "6eb452fbfb454d20", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c74a179f3b4939cf", "level": "note", "message": {"text": "Unused endpoint: USE /api/usuarios"}, "properties": {"repobilityId": "3c2299ad17bf7dcb", "scanner": "scanner-primary", "fingerprint": "c74a179f3b4939cf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3371ca16aeb81276", "level": "note", "message": {"text": "Unused endpoint: USE /api/pacientes"}, "properties": {"repobilityId": "93a5ed9bc10990c5", "scanner": "scanner-primary", "fingerprint": "3371ca16aeb81276", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6edb004f42f9e4d5", "level": "note", "message": {"text": "Unused endpoint: USE /api/consultas"}, "properties": {"repobilityId": "cb1d630eabebe45a", "scanner": "scanner-primary", "fingerprint": "6edb004f42f9e4d5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f9850449f95b9690", "level": "note", "message": {"text": "Unused endpoint: USE /api/checklist"}, "properties": {"repobilityId": "6bcc645834eba885", "scanner": "scanner-primary", "fingerprint": "f9850449f95b9690", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a931452d9b5534b9", "level": "note", "message": {"text": "Unused endpoint: USE /api/laudos"}, "properties": {"repobilityId": "45c940553b50b2ed", "scanner": "scanner-primary", "fingerprint": "a931452d9b5534b9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1955c843c3302e04", "level": "note", "message": {"text": "Unused endpoint: USE /api/secretaria"}, "properties": {"repobilityId": "86731f00f65cde19", "scanner": "scanner-primary", "fingerprint": "1955c843c3302e04", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7abe1e8665d1a5ef", "level": "note", "message": {"text": "Unused endpoint: USE /api/relatorios"}, "properties": {"repobilityId": "711431fc914062aa", "scanner": "scanner-primary", "fingerprint": "7abe1e8665d1a5ef", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3354ff8b3a06058", "level": "note", "message": {"text": "Unused endpoint: USE /api/sintomas"}, "properties": {"repobilityId": "57a35bf515b45a34", "scanner": "scanner-primary", "fingerprint": "c3354ff8b3a06058", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "665cef7cfc03ae23", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-656e3cc17ae6a74d", "level": "note", "message": {"text": "Unused endpoint: POST /direcionar"}, "properties": {"repobilityId": "bce15e2c08b9325c", "scanner": "scanner-primary", "fingerprint": "656e3cc17ae6a74d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a009b1a56794f45", "level": "note", "message": {"text": "Unused endpoint: POST /"}, "properties": {"repobilityId": "a28352544e242da9", "scanner": "scanner-primary", "fingerprint": "7a009b1a56794f45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-01ce5e4dfa2d9068", "level": "note", "message": {"text": "Unused endpoint: GET /:consulta_id"}, "properties": {"repobilityId": "9478badff1fe6f54", "scanner": "scanner-primary", "fingerprint": "01ce5e4dfa2d9068", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8d5b2b188d08ca82", "level": "note", "message": {"text": "Unused endpoint: PUT /:id"}, "properties": {"repobilityId": "2707649f06da282b", "scanner": "scanner-primary", "fingerprint": "8d5b2b188d08ca82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0378d0614ddfd3d4", "level": "note", "message": {"text": "Unused endpoint: GET /cpf/:cpf"}, "properties": {"repobilityId": "52ac22fb6b24c412", "scanner": "scanner-primary", "fingerprint": "0378d0614ddfd3d4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ca5756175765b49d", "level": "note", "message": {"text": "Unused endpoint: GET /:id"}, "properties": {"repobilityId": "3b71090a116ae5b9", "scanner": "scanner-primary", "fingerprint": "ca5756175765b49d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-81a07364e264eb28", "level": "note", "message": {"text": "Unused endpoint: PATCH /:id/foto"}, "properties": {"repobilityId": "ab300cdb7aac5c7e", "scanner": "scanner-primary", "fingerprint": "81a07364e264eb28", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "8c918a9581d8c8d1", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c2f17417f9f919f0", "level": "note", "message": {"text": "Unused endpoint: POST /cadastro-responsavel"}, "properties": {"repobilityId": "a03c9f6aea482666", "scanner": "scanner-primary", "fingerprint": "c2f17417f9f919f0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6f72b675673f998e", "level": "note", "message": {"text": "Unused endpoint: PATCH /:id/desativar"}, "properties": {"repobilityId": "b4e1819d6d8d1dbf", "scanner": "scanner-primary", "fingerprint": "6f72b675673f998e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd1dc91abf32142d", "level": "note", "message": {"text": "Unused endpoint: GET /me"}, "properties": {"repobilityId": "939a4b563acdbcc8", "scanner": "scanner-primary", "fingerprint": "fd1dc91abf32142d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c12d336106987ca0", "level": "note", "message": {"text": "Unused endpoint: POST /secretaria"}, "properties": {"repobilityId": "d92a1729c17ac7d4", "scanner": "scanner-primary", "fingerprint": "c12d336106987ca0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8bdaff4d12a1e67a", "level": "note", "message": {"text": "Unused endpoint: GET /secretarias"}, "properties": {"repobilityId": "b51d3ac1794f124a", "scanner": "scanner-primary", "fingerprint": "8bdaff4d12a1e67a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6080385d6576602", "level": "note", "message": {"text": "Unused endpoint: PATCH /:id/desativar-secretaria"}, "properties": {"repobilityId": "6441f6b78044acb1", "scanner": "scanner-primary", "fingerprint": "a6080385d6576602", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c74657b3c3c9f662", "level": "note", "message": {"text": "Unused endpoint: GET /:consulta_id/pdf"}, "properties": {"repobilityId": "c654776b2d1a4433", "scanner": "scanner-primary", "fingerprint": "c74657b3c3c9f662", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5fbc954f63526821", "level": "note", "message": {"text": "Unused endpoint: PATCH /:id"}, "properties": {"repobilityId": "4ee650bd601af97b", "scanner": "scanner-primary", "fingerprint": "5fbc954f63526821", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-27de54c1e10ce553", "level": "note", "message": {"text": "Unused endpoint: GET /agregado"}, "properties": {"repobilityId": "71cc26398b815e71", "scanner": "scanner-primary", "fingerprint": "27de54c1e10ce553", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9f5fb65e4f98a4fd", "level": "note", "message": {"text": "Unused endpoint: GET /csv"}, "properties": {"repobilityId": "4ff0ce280705d47b", "scanner": "scanner-primary", "fingerprint": "9f5fb65e4f98a4fd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-956d29da1b6d820a", "level": "note", "message": {"text": "Unused endpoint: GET /excel"}, "properties": {"repobilityId": "75b4d74630873cfa", "scanner": "scanner-primary", "fingerprint": "956d29da1b6d820a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6d0fdf34421da6f9", "level": "note", "message": {"text": "Unused endpoint: GET /historico/:paciente_id"}, "properties": {"repobilityId": "e362739b393d90de", "scanner": "scanner-primary", "fingerprint": "6d0fdf34421da6f9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-51e7da21ca2e9b15", "level": "note", "message": {"text": "Unused endpoint: GET /auditoria"}, "properties": {"repobilityId": "48e96e3113abe257", "scanner": "scanner-primary", "fingerprint": "51e7da21ca2e9b15", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7dde909741833071", "level": "note", "message": {"text": "Unused endpoint: POST /rota"}, "properties": {"repobilityId": "146eda874030d7f4", "scanner": "scanner-primary", "fingerprint": "7dde909741833071", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-98847a5e2bbd864a", "level": "note", "message": {"text": "Unused endpoint: GET /rota"}, "properties": {"repobilityId": "ab73495ab0f324c6", "scanner": "scanner-primary", "fingerprint": "98847a5e2bbd864a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fcf157d997a9fbf", "level": "note", "message": {"text": "Unused endpoint: POST /auth/cadastro-responsavel"}, "properties": {"repobilityId": "82b4be833fc15783", "scanner": "scanner-primary", "fingerprint": "8fcf157d997a9fbf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f0773967a0815355", "level": "note", "message": {"text": "Unused endpoint: GET /relatorios/agregado"}, "properties": {"repobilityId": "8312a0714fe9a1cc", "scanner": "scanner-primary", "fingerprint": "f0773967a0815355", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-45987321bd612b87", "level": "note", "message": {"text": "Unused endpoint: GET /relatorios/auditoria"}, "properties": {"repobilityId": "599349302e9b42a4", "scanner": "scanner-primary", "fingerprint": "45987321bd612b87", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-308456a73b489411", "level": "note", "message": {"text": "Unused endpoint: GET /sintomas"}, "properties": {"repobilityId": "f5911a4404b46d34", "scanner": "scanner-primary", "fingerprint": "308456a73b489411", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-099b7126870995d2", "level": "note", "message": {"text": "Unused endpoint: POST /consultas"}, "properties": {"repobilityId": "6db3c8df8508bd32", "scanner": "scanner-primary", "fingerprint": "099b7126870995d2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-34c507e42af4f297", "level": "note", "message": {"text": "Unused endpoint: GET /secretaria"}, "properties": {"repobilityId": "e5cfde9a6260abdd", "scanner": "scanner-primary", "fingerprint": "34c507e42af4f297", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2f2dc9b0bb9cfa25", "level": "note", "message": {"text": "Unused endpoint: GET /usuarios"}, "properties": {"repobilityId": "58a2ab57bb5f1635", "scanner": "scanner-primary", "fingerprint": "2f2dc9b0bb9cfa25", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7f6e2558f1ffa05d", "level": "note", "message": {"text": "Unused endpoint: POST /secretaria/direcionar"}, "properties": {"repobilityId": "960114633df8fa7e", "scanner": "scanner-primary", "fingerprint": "7f6e2558f1ffa05d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-90f746cecbe3fe14", "level": "note", "message": {"text": "Unused endpoint: POST /sintomas"}, "properties": {"repobilityId": "2a2b77387ce44399", "scanner": "scanner-primary", "fingerprint": "90f746cecbe3fe14", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0743824714bc64f7", "level": "note", "message": {"text": "Unused endpoint: POST /pacientes"}, "properties": {"repobilityId": "36aec30f187fc310", "scanner": "scanner-primary", "fingerprint": "0743824714bc64f7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b1bad868098ab933", "level": "note", "message": {"text": "Unused endpoint: POST /checklist"}, "properties": {"repobilityId": "99fff4713daf3c28", "scanner": "scanner-primary", "fingerprint": "b1bad868098ab933", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d2f62b02f0a2e95c", "level": "note", "message": {"text": "Unused endpoint: GET /consultas"}, "properties": {"repobilityId": "09c6d25d0f351733", "scanner": "scanner-primary", "fingerprint": "d2f62b02f0a2e95c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f420337464c680ee", "level": "note", "message": {"text": "Unused endpoint: POST /usuarios"}, "properties": {"repobilityId": "8c52cc7f295de0b7", "scanner": "scanner-primary", "fingerprint": "f420337464c680ee", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "6db12c3e480f0cb9", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d74f0e25c2963975", "level": "note", "message": {"text": "Unused endpoint: GET /usuarios/secretarias"}, "properties": {"repobilityId": "1a9513a3a431d055", "scanner": "scanner-primary", "fingerprint": "d74f0e25c2963975", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8e395c1f19e79596", "level": "note", "message": {"text": "Unused endpoint: POST /usuarios/secretaria"}, "properties": {"repobilityId": "0f77a26cc80f3094", "scanner": "scanner-primary", "fingerprint": "8e395c1f19e79596", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}