Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

rodrigofernandoolavarriadelavega/chatbot-cmc

https://github.com/rodrigofernandoolavarriadelavega/chatbot-cmc · scanned 2026-06-15 23:55 UTC (2 months, 3 weeks ago)

374 raw signals (0 security + 374 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 358 actionable findings from 1 signal source. 16 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 63.2/100 with 100.0% coverage. It contains 5561 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 374 findings — concentrated in security (168), quality (119), api (50). Risk profile is high: 1 critical, 155 high, 20 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 315 of 358 actionable findings. 374 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in app/admin_routes.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
app/admin_routes.py:271
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
CLAUDE.md:3 SecretsClaude instruction
high System graph security auth conf 1.00 FastAPI DELETE `api_gasto_del` without auth dependency — app/ebitda_routes.py:241
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/ebitda_routes.py:241 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `autopilot_designs_del` without auth dependency — app/autopilot/routes.py:170
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `borrar_item` without auth dependency — app/checklist_routes.py:320
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:320 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `borrar_medicion` without auth dependency — app/programas.py:1091
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1091 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `borrar_objetivo` without auth dependency — app/programas.py:1158
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `borrar_segmento` without auth dependency — app/programas.py:997
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:997 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `del_item` without auth dependency — app/habilitacion_routes.py:219
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/habilitacion_routes.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_abono` without auth dependency — app/abonos_routes.py:534
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/abonos_routes.py:534 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_caja_diaria` without auth dependency — app/caja_diaria_routes.py:420
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/caja_diaria_routes.py:420 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_pago` without auth dependency — app/pagos_routes.py:2182
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_routes.py:2182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar_oc` without auth dependency — app/proveedores_routes.py:227
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/proveedores_routes.py:227 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/calidad_routes.py:133
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/calidad_routes.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/documentos_routes.py:168
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/documentos_routes.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/equipo_routes.py:210
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/equipo_routes.py:210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/esterilizacion_routes.py:146
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/esterilizacion_routes.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/examenes_routes.py:129
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/examenes_routes.py:129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/finanzas_routes.py:162
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/finanzas_routes.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/interconsultas_routes.py:145
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/interconsultas_routes.py:145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/inventario_routes.py:516
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/inventario_routes.py:516 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/mantencion_routes.py:226
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/mantencion_routes.py:226 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/proveedores_routes.py:147
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/proveedores_routes.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `eliminar` without auth dependency — app/tareas_routes.py:132
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/tareas_routes.py:132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `email_segments_del` without auth dependency — app/autopilot/routes.py:381
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:381 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `mural_borrar` without auth dependency — app/checklist_routes.py:451
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:451 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `portal_delete_vital` without auth dependency — app/portal_routes.py:570
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:570 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `portal_family_remove` without auth dependency — app/portal_routes.py:856
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:856 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `publish_delete` without auth dependency — app/autopilot/routes.py:849
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:849 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `seo_targets_del` without auth dependency — app/autopilot/routes.py:940
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:940 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar_item` without auth dependency — app/checklist_routes.py:290
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar_oc` without auth dependency — app/proveedores_routes.py:200
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/proveedores_routes.py:200 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/calidad_routes.py:105
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/calidad_routes.py:105 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/documentos_routes.py:142
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/documentos_routes.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/equipo_routes.py:182
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/equipo_routes.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/esterilizacion_routes.py:118
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/esterilizacion_routes.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/examenes_routes.py:99
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/examenes_routes.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/finanzas_routes.py:134
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/finanzas_routes.py:134 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/interconsultas_routes.py:117
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/interconsultas_routes.py:117 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/inventario_routes.py:394
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/inventario_routes.py:394 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/liquidaciones_routes.py:126
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/liquidaciones_routes.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/mantencion_routes.py:152
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/mantencion_routes.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/proveedores_routes.py:121
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/proveedores_routes.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `editar` without auth dependency — app/tareas_routes.py:101
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/tareas_routes.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_caja_diaria` without auth dependency — app/caja_diaria_routes.py:377
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/caja_diaria_routes.py:377 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_item` without auth dependency — app/habilitacion_routes.py:174
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/habilitacion_routes.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_pago` without auth dependency — app/pagos_routes.py:1089
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_routes.py:1089 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_sala` without auth dependency — app/habilitacion_routes.py:232
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/habilitacion_routes.py:232 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `toggle_lock_pago` without auth dependency — app/pagos_routes.py:2149
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_routes.py:2149 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_item` without auth dependency — app/habilitacion_routes.py:198
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/habilitacion_routes.py:198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_login` without auth dependency — app/admin_routes.py:320
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/admin_routes.py:320 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_logout` without auth dependency — app/admin_routes.py:346
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/admin_routes.py:346 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_control_reset` without auth dependency — app/alma_agents/routes.py:206
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_agents/routes.py:206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_control` without auth dependency — app/alma_agents/routes.py:195
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_agents/routes.py:195 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_dryrun` without auth dependency — app/alma_agents/routes.py:72
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_agents/routes.py:72 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_effectiveness_measure` without auth dependency — app/alma_agents/routes.py:109
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_agents/routes.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_emit` without auth dependency — app/alma_agents/routes.py:154
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_agents/routes.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agents_goals_create` without auth dependency — app/alma_agents/routes.py:176
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_agents/routes.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `agregar_medicion` without auth dependency — app/programas.py:1063
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1063 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_gasto_add` without auth dependency — app/ebitda_routes.py:213
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/ebitda_routes.py:213 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `aplicar_abono` without auth dependency — app/abonos_routes.py:447
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/abonos_routes.py:447 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `aplicar_repasada_endpoint` without auth dependency — app/pagos_medilink_routes.py:308
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_medilink_routes.py:308 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `audiences_overview_ep` without auth dependency — app/autopilot/routes.py:500
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:500 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_atribucion_refresh` without auth dependency — app/autopilot/routes.py:125
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_capacity_set` without auth dependency — app/autopilot/routes.py:1110
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:1110 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_creatives_autogen` without auth dependency — app/autopilot/routes.py:1083
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:1083 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_designs_add` without auth dependency — app/autopilot/routes.py:157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_designs_cutout` without auth dependency — app/autopilot/routes.py:295
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:295 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_designs_generate` without auth dependency — app/autopilot/routes.py:219
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_designs_save_edit` without auth dependency — app/autopilot/routes.py:258
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:258 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_designs_status` without auth dependency — app/autopilot/routes.py:177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_refresh` without auth dependency — app/autopilot/routes.py:92
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `autopilot_settings_set` without auth dependency — app/autopilot/routes.py:1068
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:1068 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `brain_chat_api` without auth dependency — app/alma_brain/routes.py:94
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_brain/routes.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `brain_proposal_approve` without auth dependency — app/alma_brain/routes.py:120
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_brain/routes.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `brain_proposal_reject` without auth dependency — app/alma_brain/routes.py:132
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_brain/routes.py:132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `brain_refresh_api` without auth dependency — app/alma_brain/routes.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_brain/routes.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancelar` without auth dependency — app/agendador_routes.py:594
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/agendador_routes.py:594 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `control_dryrun` without auth dependency — app/alma_control_routes.py:286
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_control_routes.py:286 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `control_reset` without auth dependency — app/alma_control_routes.py:280
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_control_routes.py:280 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `control_toggle` without auth dependency — app/alma_control_routes.py:265
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/alma_control_routes.py:265 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear_item` without auth dependency — app/checklist_routes.py:266
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:266 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear_objetivo` without auth dependency — app/programas.py:1113
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear_oc` without auth dependency — app/proveedores_routes.py:174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/proveedores_routes.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear_segmento` without auth dependency — app/programas.py:951
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:951 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/calidad_routes.py:77
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/calidad_routes.py:77 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/documentos_routes.py:119
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/documentos_routes.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/equipo_routes.py:157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/equipo_routes.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/esterilizacion_routes.py:89
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/esterilizacion_routes.py:89 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/examenes_routes.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/examenes_routes.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/finanzas_routes.py:107
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/finanzas_routes.py:107 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/interconsultas_routes.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/interconsultas_routes.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/inventario_routes.py:337
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/inventario_routes.py:337 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/mantencion_routes.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/mantencion_routes.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/proveedores_routes.py:96
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/proveedores_routes.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crear` without auth dependency — app/tareas_routes.py:78
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/tareas_routes.py:78 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `creatives_refresh` without auth dependency — app/autopilot/routes.py:1025
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:1025 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cruzar_origen` without auth dependency — app/pagos_routes.py:1573
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_routes.py:1573 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `desmarcar` without auth dependency — app/checklist_routes.py:238
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:238 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `director_set_budget` without auth dependency — app/autopilot/routes.py:727
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:727 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `email_baja_post` without auth dependency — app/autopilot/routes.py:462
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:462 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `email_preview` without auth dependency — app/autopilot/routes.py:389
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:389 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `email_segments_save` without auth dependency — app/autopilot/routes.py:367
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:367 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `email_send_ep` without auth dependency — app/autopilot/routes.py:513
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:513 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generar` without auth dependency — app/liquidaciones_routes.py:90
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/liquidaciones_routes.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `identificar` without auth dependency — app/agendador_routes.py:341
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/agendador_routes.py:341 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `learned_skills_run` without auth dependency — app/autopilot/routes.py:601
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:601 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `marcar_atendido` without auth dependency — app/checkin_routes.py:209
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checkin_routes.py:209 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `marcar_llegada` without auth dependency — app/checkin_routes.py:139
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checkin_routes.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `marcar` without auth dependency — app/checklist_routes.py:210
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mis_horas` without auth dependency — app/agendador_routes.py:553
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/agendador_routes.py:553 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `movimiento` without auth dependency — app/inventario_routes.py:437
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/inventario_routes.py:437 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mural_pendiente` without auth dependency — app/checklist_routes.py:442
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:442 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mural_post` without auth dependency — app/checklist_routes.py:390
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:390 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mural_resolver` without auth dependency — app/checklist_routes.py:430
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/checklist_routes.py:430 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `optimizer_apply` without auth dependency — app/autopilot/routes.py:553
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:553 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `panel_cap_refresh` without auth dependency — app/panel_dia_routes.py:380
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/panel_dia_routes.py:380 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pending_approve` without auth dependency — app/autopilot/routes.py:989
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:989 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pending_reject` without auth dependency — app/autopilot/routes.py:1001
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:1001 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_add_vital` without auth dependency — app/portal_routes.py:459
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:459 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_family_add_minor` without auth dependency — app/portal_routes.py:729
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:729 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_family_request_otp` without auth dependency — app/portal_routes.py:772
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:772 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_family_switch` without auth dependency — app/portal_routes.py:696
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:696 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_family_verify_otp` without auth dependency — app/portal_routes.py:824
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:824 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_logout` without auth dependency — app/portal_routes.py:446
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:446 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_request_code` without auth dependency — app/portal_routes.py:296
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:296 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_update_perfil` without auth dependency — app/portal_routes.py:546
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:546 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_verify_code` without auth dependency — app/portal_routes.py:355
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/portal_routes.py:355 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_abono` without auth dependency — app/abonos_routes.py:177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/abonos_routes.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_crear_cita` without auth dependency — app/agenda_routes.py:216
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/agenda_routes.py:216 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_pago` without auth dependency — app/pagos_routes.py:829
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_routes.py:829 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `prellenar_pagos` without auth dependency — app/pagos_routes.py:1662
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_routes.py:1662 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_approve` without auth dependency — app/autopilot/routes.py:808
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:808 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_enqueue` without auth dependency — app/autopilot/routes.py:792
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:792 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_now` without auth dependency — app/autopilot/routes.py:839
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:839 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_reschedule` without auth dependency — app/autopilot/routes.py:824
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:824 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `registrar_deposito` without auth dependency — app/caja_diaria_routes.py:284
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/caja_diaria_routes.py:284 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `registrar_mant` without auth dependency — app/mantencion_routes.py:180
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/mantencion_routes.py:180 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reservar` without auth dependency — app/agendador_routes.py:381
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/agendador_routes.py:381 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_conciliacion` without auth dependency — app/conciliacion_routes.py:544
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/conciliacion_routes.py:544 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `seed_endpoint` without auth dependency — app/inventario_routes.py:538
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/inventario_routes.py:538 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `seo_audit_run` without auth dependency — app/autopilot/routes.py:900
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:900 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `seo_targets_add` without auth dependency — app/autopilot/routes.py:926
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/autopilot/routes.py:926 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_fuente` without auth dependency — app/patient_source_routes.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/patient_source_routes.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `transcribir_foto` without auth dependency — app/examenes_routes.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/examenes_routes.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_caja_diaria` without auth dependency — app/caja_diaria_routes.py:332
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/caja_diaria_routes.py:332 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_abono` without auth dependency — app/abonos_routes.py:354
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/abonos_routes.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reasignar` without auth dependency — app/pagos_medilink_routes.py:197
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/pagos_medilink_routes.py:197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `renombrar_objetivo` without auth dependency — app/programas.py:1132
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1132 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `renombrar_segmento` without auth dependency — app/programas.py:970
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:970 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_objetivo` without auth dependency — app/programas.py:1171
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1171 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_pendientes` without auth dependency — app/programas.py:1032
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1032 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_plan` without auth dependency — app/kine_routes.py:277
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/kine_routes.py:277 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_plan` without auth dependency — app/ortodoncia_routes.py:337
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/ortodoncia_routes.py:337 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_plan` without auth dependency — app/programas.py:886
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:886 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_segmento` without auth dependency — app/programas.py:1011
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/programas.py:1011 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — static/alma_kit.js:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
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.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/snapshots/dashboard-flows.html:1077
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/snapshots/dashboard-flows.html:1077 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/snapshots/dashboard_marzo_2026.html:1079
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/snapshots/dashboard_marzo_2026.html:1079 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/centro-medico-carampangue-2.html:1345
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/centro-medico-carampangue-2.html:1345 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/centro-medico-carampangue.html:1387
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/centro-medico-carampangue.html:1387 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/centro-medico-principal.html:1442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/centro-medico-principal.html:1442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/cuando-consultar-medico-general.html:385
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/cuando-consultar-medico-general.html:385 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/elementor-26201.html:1426
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/elementor-26201.html:1426 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/index.html:1442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/index.html:1442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-04-20/raiz-home.html:1442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-04-20/raiz-home.html:1442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-05-02/cuando-consultar-medico-general.html:385
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-05-02/cuando-consultar-medico-general.html:385 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seo-backup-2026-05-02/home.html:1442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seo-backup-2026-05-02/home.html:1442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sitio-web/v3.html:1263
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sitio-web/v3.html:1263 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/nightly_order.py:32
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 28 placeholder/mock markers across 10 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Maintenance conf 1.00 115 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Integrity conf 1.00 187 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ABONO_PSIQUIATRIA_CLP`, `ADKUN_ASSISTANT_ENABLED`, `ADKUN_ASSISTANT_PHONES`, `ADMIN_ALERT_PHONE`, `ADMIN_TOKEN`, `AD_DESIGNS_PATH`, `AGENDADOR_PUBLICO_ENABLED`, `AGENDADOR_WA_CONFIRM` + 179 more. Add them (with a placeholder/comment) to .env.examp…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 481 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: app/habilitacion_routes.py:patch_item, app/habilitacion_routes.py:add_item, app/habilitacion_routes.py:patch_sala, app/mantencion_routes.py:crear This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code…
duplicatesduplication
low System graph quality Integrity conf 1.00 15 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/gen_blogs_specialty.py:main, scripts/gen_blogs_specialty_v2.py:main This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
15 occurrences
repo-level (15 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 22 places
Functions with the same first-5-line body hash: app/interconsultas_routes.py:crear, app/interconsultas_routes.py:editar, app/checklist_routes.py:marcar, app/checklist_routes.py:crear_item This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/adversarial_chat.py:check, scripts/adversarial_chat.py:check, scripts/adversarial_chat.py:check This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why the…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `admin_v2` in app/admin_routes.py:831
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `admin_v2` in app/autopilot/email_render.py:29
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cita_old` in app/flows.py:1695
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_dental_v1` in app/alma_control_routes.py:137
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_dental_v1` in app/config.py:205
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_dental_v1` in app/promo_postconsent.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_marketing_v1` in app/session.py:2893
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_marketing_v1` in scripts/migrate_consent_canonical.py:134
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_marketing_v1` in tests/test_winback_e2e.py:42
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `consent_marketing_v2` in app/main.py:215
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `corregir_headers_v2` in scripts/corregir_headers_v2.py:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crear_templates_v2` in scripts/crear_templates_v2.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crosssell_ortodoncia_post_dental_v1` in app/fidelizacion.py:1558
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crosssell_ortodoncia_post_dental_v1` in app/jobs.py:1234
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `crosssell_ortodoncia_post_dental_v1` in tests/test_crosssell_post_dental_template.py:4
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dental_limpieza_junio_v2` in app/autopilot/routes.py:1146
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dental_limpieza_junio_v2` in app/dental_promo_report.py:2
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dental_limpieza_junio_v2` in app/envios_routes.py:62
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fecha_old` in app/prof_notifications.py:321
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `gen_blogs_specialty_v2` in scripts/gen_blogs_specialty_v2.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `google_places_v1` in app/google_rating.py:76
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `origen_legacy` in app/pagos_routes.py:1624
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `prof_mg_abarca_v1` in app/autopilot/plantillas_profesionales.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_get_recepcion_msgs_empty_when_old` in tests/test_recepcion_context.py:97
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `vuelos_page_v2` in app/vuelos_routes.py:245
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `winback_dental_odonto_general_v1` in app/dental_winback.py:65
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `winback_generico_sensible_v1` in scripts/upload_templates_to_meta.py:59
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `winback_medicina_general_v2` in app/winback.py:195
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `winback_mg_v1` in scripts/lanzar_campana_winback.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `winback_mg_v1` in scripts/register_winback_templates.py:12
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: check_agenda
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_runner.py:120
low System graph software Dead code conf 1.00 Possibly dead Python function: check_consent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_runner.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: check_finanzas
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_runner.py:176
low System graph software Dead code conf 1.00 Possibly dead Python function: check_leak
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_runner.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: check_precio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_runner.py:49
low System graph software Dead code conf 1.00 Possibly dead Python function: cobertura_validacion
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/bi_sync.py:185
low System graph software Dead code conf 1.00 Possibly dead Python function: enviar_magic_link
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/portal_routes.py:913
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_buscar_paciente
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_buscar_slots_dia_por_ids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_cancelar_cita
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:55
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_consultar_proxima_fecha
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:112
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_crear_cita
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_detect_intent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_get_horario
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:116
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_listar_citas_paciente
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_listar_citas_paciente_rut
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_respuesta_faq
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: fake_verificar_slot_disponible
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adversarial_chat.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: m0_general
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:740
low System graph software Dead code conf 1.00 Possibly dead Python function: m1_ecografia
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:171
low System graph software Dead code conf 1.00 Possibly dead Python function: m2_ctwa
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:236
low System graph software Dead code conf 1.00 Possibly dead Python function: m3_precio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:313
low System graph software Dead code conf 1.00 Possibly dead Python function: m4_abandono
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:388
low System graph software Dead code conf 1.00 Possibly dead Python function: m5_takeover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:447
low System graph software Dead code conf 1.00 Possibly dead Python function: m6_proactive
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:509
low System graph software Dead code conf 1.00 Possibly dead Python function: m7_dental
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:597
low System graph software Dead code conf 1.00 Possibly dead Python function: m8_degradado_orl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/medir_conversion_postfix.py:662
low System graph software Dead code conf 1.00 Possibly dead Python function: process_inbound_dental
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/dental_winback.py:660
low System graph software Dead code conf 1.00 Possibly dead Python function: send_whatsapp_document
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/messaging.py:453
low System graph software Dead code conf 1.00 Possibly dead Python function: sync_todos
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/bi_sync.py:171
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `fake_respuesta_faq` (body is just `pass`/`return`) — scripts/adversarial_chat.py:152
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /portal/api/family/{dependent_rut}
`app/portal_routes.py` declares `DELETE /portal/api/family/{dependent_rut}` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /portal/api/vitals/{vital_id}
`app/portal_routes.py` declares `DELETE /portal/api/vitals/{vital_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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{pago_id}
`app/pagos_routes.py` declares `DELETE /{pago_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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{producto_id}
`app/inventario_routes.py` declares `DELETE /{producto_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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`app/pagos_routes.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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /admin/api/audit-findings
`app/audit_routes.py` declares `GET /admin/api/audit-findings` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /admin/auditoria
`app/audit_routes.py` declares `GET /admin/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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /alma/api/promo-postconsent/dryrun
`app/promo_postconsent.py` declares `GET /alma/api/promo-postconsent/dryrun` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /alma/api/promo-postconsent/report
`app/promo_postconsent.py` declares `GET /alma/api/promo-postconsent/report` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /arancel
`app/pagos_routes.py` declares `GET /arancel` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /buscar
`app/checkin_routes.py` declares `GET /buscar` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /campanas
`app/envios_routes.py` declares `GET /campanas` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /catalogo
`app/agendador_routes.py` declares `GET /catalogo` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /chat
`app/envios_routes.py` declares `GET /chat` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /comision-mes
`app/pagos_routes.py` declares `GET /comision-mes` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /export
`app/pagos_routes.py` declares `GET /export` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /orden-compra
`app/inventario_routes.py` declares `GET /orden-compra` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /pacientes
`app/ortodoncia_routes.py` declares `GET /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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /portal/api/datos
`app/portal_routes.py` declares `GET /portal/api/datos` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /portal/api/family
`app/portal_routes.py` declares `GET /portal/api/family` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /portal/api/family/overview
`app/portal_routes.py` declares `GET /portal/api/family/overview` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /portal/api/perfil
`app/portal_routes.py` declares `GET /portal/api/perfil` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /portal/api/vitals
`app/portal_routes.py` declares `GET /portal/api/vitals` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /resumen
`app/inventario_routes.py` declares `GET /resumen` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /slots
`app/agendador_routes.py` declares `GET /slots` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /sugerencia
`app/pagos_routes.py` declares `GET /sugerencia` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{producto_id}/movimientos
`app/inventario_routes.py` declares `GET /{producto_id}/movimientos` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{pago_id}
`app/pagos_routes.py` declares `PATCH /{pago_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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{pago_id}/lock
`app/pagos_routes.py` declares `PATCH /{pago_id}/lock` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{producto_id}
`app/inventario_routes.py` declares `PATCH /{producto_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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`app/pagos_routes.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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /admin/api/audit-findings/{fid}/resolve
`app/audit_routes.py` declares `POST /admin/api/audit-findings/{fid}/resolve` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /cancelar
`app/agendador_routes.py` declares `POST /cancelar` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /cruzar-origen
`app/pagos_routes.py` declares `POST /cruzar-origen` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /identificar
`app/agendador_routes.py` declares `POST /identificar` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /mis-horas
`app/agendador_routes.py` declares `POST /mis-horas` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/family/add-minor
`app/portal_routes.py` declares `POST /portal/api/family/add-minor` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/family/request-otp
`app/portal_routes.py` declares `POST /portal/api/family/request-otp` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/family/switch
`app/portal_routes.py` declares `POST /portal/api/family/switch` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/family/verify-otp
`app/portal_routes.py` declares `POST /portal/api/family/verify-otp` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/logout
`app/portal_routes.py` declares `POST /portal/api/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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/perfil
`app/portal_routes.py` declares `POST /portal/api/perfil` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/request-code
`app/portal_routes.py` declares `POST /portal/api/request-code` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/verify-code
`app/portal_routes.py` declares `POST /portal/api/verify-code` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /portal/api/vitals
`app/portal_routes.py` declares `POST /portal/api/vitals` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /prellenar
`app/pagos_routes.py` declares `POST /prellenar` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /reservar
`app/agendador_routes.py` declares `POST /reservar` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /seed
`app/inventario_routes.py` declares `POST /seed` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{producto_id}/movimiento
`app/inventario_routes.py` declares `POST /{producto_id}/movimiento` 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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /plan/{paciente_id}
`app/ortodoncia_routes.py` declares `PUT /plan/{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 — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: app/admin_routes.py (2983 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/autopilot/routes.py (1247 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/claude_helper.py (2632 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.

Showing first 300 of 315. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/dc070168-93c6-4798-84e8-3337e8e835f8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dc070168-93c6-4798-84e8-3337e8e835f8/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.