{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-75f31822c38029a7", "name": "Stray `console.log` in TS/JS \u2014 scripts/generate-pwa-assets.js:66", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-pwa-assets.js:66"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-21774fc75b15d3fa", "name": "Stray `console.log` in TS/JS \u2014 src/utils/logger.ts:62", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/utils/logger.ts:62"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b48934fb021a27ea", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/utils/sanitize.ts:7", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/utils/sanitize.ts:7"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f0685f7b0eb6e1ab", "name": "Stray `console.log` in TS/JS \u2014 src/hooks/useLatestRef.ts:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useLatestRef.ts:12"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c43a6666453ab83c", "name": "TODO/FIXME marker in shipping code \u2014 src/hooks/useOptimizarRuta.ts:74", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/hooks/useOptimizarRuta.ts:74"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1b98ae61e5d9449a", "name": "Stray `console.log` in TS/JS \u2014 src/hooks/useAsync.ts:66", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useAsync.ts:66"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e3b5b0ab0acc55ed", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/SyncStatusBanner.tsx:155", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/SyncStatusBanner.tsx:155"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1ebc418fc04fb9da", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/ErrorBoundary.tsx:406", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ErrorBoundary.tsx:406"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a6517b9417812549", "name": "TODO/FIXME marker in shipping code \u2014 src/components/containers/PedidosContainer.tsx:649", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/containers/PedidosContainer.tsx:649"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6f546b03ca8cf7a9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaCompras.tsx:490", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaCompras.tsx:490"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e8c4bc10cfced39d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaProductos.tsx:328", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaProductos.tsx:328"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-96ff241ecd600631", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaDashboard.tsx:232", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaDashboard.tsx:232"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8af70345e5e991bf", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaClientes.tsx:353", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaClientes.tsx:353"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-75c482558b19012e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaBotTelegram.tsx:391", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaBotTelegram.tsx:391"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0d0de4868946079f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaProveedores.tsx:225", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaProveedores.tsx:225"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dd511f00c5c85332", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaSalvedades.tsx:60", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaSalvedades.tsx:60"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-631347601a9c131e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/TopNavigation.tsx:318", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/TopNavigation.tsx:318"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c2f1802a8f07b5be", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/SucursalSelector.tsx:29", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/SucursalSelector.tsx:29"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e0051881758cde22", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalVisitasHoy.tsx:59", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalVisitasHoy.tsx:59"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7bf018e6e0e772a6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalDeudoresMora.tsx:101", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalDeudoresMora.tsx:101"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-03d4547f64f3fdd2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAsignarTransportistaMasivo.tsx:178", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAsignarTransportistaMasivo.tsx:178"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5e3634a2b99fce92", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalGestionRutas.tsx:119", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalGestionRutas.tsx:119"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3da66d3a7bcb3f95", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalActualizacionMasivaPrecios.tsx:346", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalActualizacionMasivaPrecios.tsx:346"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-63cea8ec807754f5", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPedido.tsx:557", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPedido.tsx:557"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b3c488bc2c7b2ae7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCompra.tsx:678", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCompra.tsx:678"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1167bd013e54938d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPromocion.tsx:447", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPromocion.tsx:447"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ebb86ea81dc95561", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAjustesStockHistorial.tsx:39", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAjustesStockHistorial.tsx:39"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8b6d5c3569a87ff6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCategorias.tsx:241", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCategorias.tsx:241"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fd8353c00c3d98a4", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalStockBajo.tsx:194", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalStockBajo.tsx:194"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1386358e986a865b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEntregasMasivas.tsx:183", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEntregasMasivas.tsx:183"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ef8418263eef9a1e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalControlStock.tsx:150", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalControlStock.tsx:150"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-45d00d2d18cbecda", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPagosMasivos.tsx:217", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPagosMasivos.tsx:217"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d7ff896942b81307", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCambioProducto.tsx:281", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCambioProducto.tsx:281"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-57d518eb44c28c3d", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCrearMovimiento.tsx:104", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCrearMovimiento.tsx:104"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7c5ea36247383c23", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEntregaConSalvedad.tsx:205", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEntregaConSalvedad.tsx:205"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-854fbfaab454f5cd", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalZonas.tsx:212", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalZonas.tsx:212"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f4d1d5fb550bfaae", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEditarPedido.tsx:775", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEditarPedido.tsx:775"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-de170855c46e7566", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAceptarMovimiento.tsx:105", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAceptarMovimiento.tsx:105"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cc7d67b6a27497ba", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalMarcarVisita.tsx:213", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalMarcarVisita.tsx:213"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-32454249f1861a10", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/SidebarPreventistas.tsx:71", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/SidebarPreventistas.tsx:71"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d85ea363d8571062", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/TimelineRecorrido.tsx:112", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/TimelineRecorrido.tsx:112"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a6eaa5bf3b04b328", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/KpiCard.tsx:28", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/KpiCard.tsx:28"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ccbaf064d95b053b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/PedidoStats.tsx:157", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/PedidoStats.tsx:157"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d7a3d611e047876a", "name": "\"active\" state uses light bg in a dark theme \u2014 src/components/pedidos/PedidoFilters.tsx:338", "shortDescription": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/pedidos/PedidoFilters.tsx:338"}, "fullDescription": {"text": "A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead \u2014 border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '\u2026'`.\n\nWhy: P-E in CHECKLIST.md \u2014 light bg in a dark theme is a class of regression.\nRule id: fq.active-light-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-df21c520d70b7244", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/PedidoCard.tsx:297", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/PedidoCard.tsx:297"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-53faf94a53e66f9c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/VistaRutaTransportista.tsx:654", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/VistaRutaTransportista.tsx:654"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3814d60cbe8b6aaf", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/rutaActiva/SheetParada.tsx:104", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/rutaActiva/SheetParada.tsx:104"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-48d68dfe9f141f7e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/clientes/ClienteStats.tsx:174", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clientes/ClienteStats.tsx:174"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b2735504ae49947a", "name": "Stray `console.log` in TS/JS \u2014 src/lib/webVitals.ts:143", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/webVitals.ts:143"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-acc5a28ed44e3054", "name": "Stray `console.log` in TS/JS \u2014 src/lib/accessibility.ts:119", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/accessibility.ts:119"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-25ad51c078563376", "name": "Stray `console.log` in TS/JS \u2014 src/lib/sentry.ts:275", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/sentry.ts:275"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-352ecffb134b3be6", "name": "TODO/FIXME marker in shipping code \u2014 src/services/api/pedidoService.ts:132", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/api/pedidoService.ts:132"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0e0bd917c38d4c31", "name": "Stray `console.log` in TS/JS \u2014 e2e/offline-sync.spec.ts:137", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 e2e/offline-sync.spec.ts:137"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4170921625ccd1cb", "name": "Privileged port 6 in use", "shortDescription": {"text": "Privileged port 6 in use"}, "fullDescription": {"text": "Port 6 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b59e4076663ee4b", "name": "Privileged port 3 in use", "shortDescription": {"text": "Privileged port 3 in use"}, "fullDescription": {"text": "Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8987d6d1c30c7202", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-317932093ccf0181", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a5b44f1265b5cfba", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/components/a11y/SkipLinks.test.jsx:14", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/a11y/SkipLinks.test.jsx:14"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a82abed70650d574", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/optimizar-ruta/index.ts:33", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/optimizar-ruta/index.ts:33"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5e9d4a7e1b0eabc1", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-28c4a04bd807da0c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-778ab9be990ff471", "name": "Very large file: src/components/containers/PedidosContainer.tsx (1557 lines)", "shortDescription": {"text": "Very large file: src/components/containers/PedidosContainer.tsx (1557 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b5704220161137de", "name": "Very large file: src/components/modals/ModalPedido.tsx (958 lines)", "shortDescription": {"text": "Very large file: src/components/modals/ModalPedido.tsx (958 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-477d742fa83f749a", "name": "Very large file: src/components/modals/ModalCompra.tsx (1801 lines)", "shortDescription": {"text": "Very large file: src/components/modals/ModalCompra.tsx (1801 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3427832f9106289c", "name": "Very large file: supabase/functions/tests/tools.test.ts (2527 lines)", "shortDescription": {"text": "Very large file: supabase/functions/tests/tools.test.ts (2527 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dafedc8046e3b62b", "name": "Very large file: supabase/functions/tests/telegram-webhook.test.ts (1666 lines)", "shortDescription": {"text": "Very large file: supabase/functions/tests/telegram-webhook.test.ts (1666 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "60 tests / 399 src (ratio 0.15)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5b99d1a3a09b1419", "name": "32 TODO/FIXME markers", "shortDescription": {"text": "32 TODO/FIXME markers"}, "fullDescription": {"text": "High count of TODO/FIXME/HACK markers \u2014 track them as issues so they're not forgotten."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 14 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 150 placeholder/mock markers across 53 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-81a32f2261fcf6b7", "name": "Commented-code block (6 lines) in vite.config.js:54", "shortDescription": {"text": "Commented-code block (6 lines) in vite.config.js:54"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-67a9ca055a633edf", "name": "Commented-code block (6 lines) in src/utils/precioMayorista.ts:236", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/precioMayorista.ts:236"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-874bdc6f5752ca4b", "name": "Legacy-named symbol `decodeLegacy` in src/utils/secureStorage.ts:160", "shortDescription": {"text": "Legacy-named symbol `decodeLegacy` in src/utils/secureStorage.ts:160"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b3a14eac1cda0116", "name": "Commented-code block (8 lines) in src/utils/marketBasket.test.ts:39", "shortDescription": {"text": "Commented-code block (8 lines) in src/utils/marketBasket.test.ts:39"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-379ec003d7efbe19", "name": "Commented-code block (6 lines) in src/utils/formatters.ts:386", "shortDescription": {"text": "Commented-code block (6 lines) in src/utils/formatters.ts:386"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-653a8d3563669dd4", "name": "Commented-code block (5 lines) in src/contexts/HandlersContext.tsx:167", "shortDescription": {"text": "Commented-code block (5 lines) in src/contexts/HandlersContext.tsx:167"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7052d72da9b65d7e", "name": "Commented-code block (5 lines) in src/hooks/queries/useTransferenciasQuery.ts:22", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/queries/useTransferenciasQuery.ts:22"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-10588552eeb311df", "name": "Commented-code block (5 lines) in src/hooks/queries/useUsuariosQuery.ts:40", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/queries/useUsuariosQuery.ts:40"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5f78a8a737d97653", "name": "Commented-code block (5 lines) in src/hooks/handlers/useProductoHandlers.ts:141", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/handlers/useProductoHandlers.ts:141"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-12323128c4169cda", "name": "Commented-code block (7 lines) in src/components/GeolocationGate.tsx:110", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/GeolocationGate.tsx:110"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7befc9c9b9f9a91c", "name": "Legacy-named symbol `distribuidora_v2` in src/components/ErrorBoundary.tsx:89", "shortDescription": {"text": "Legacy-named symbol `distribuidora_v2` in src/components/ErrorBoundary.tsx:89"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-555aea92505bd6d8", "name": "Legacy-named symbol `distribuidora_v2` in src/components/ErrorBoundary.test.jsx:177", "shortDescription": {"text": "Legacy-named symbol `distribuidora_v2` in src/components/ErrorBoundary.test.jsx:177"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1427ca5ac4c8713d", "name": "Commented-code block (6 lines) in src/components/containers/PedidosContainer.tsx:283", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/containers/PedidosContainer.tsx:283"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fae2d7cf9f1ec8f6", "name": "Commented-code block (5 lines) in src/components/vistas/VistaDashboard.tsx:322", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/vistas/VistaDashboard.tsx:322"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-17b9cc02e0833aa6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/modals/ModalCompra.tsx:538", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/modals/ModalCompra.tsx:538"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3048aed5398abf21", "name": "Commented-code block (5 lines) in src/components/modals/ModalPromocion.tsx:167", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/modals/ModalPromocion.tsx:167"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d4dca9c2f4c42448", "name": "Commented-code block (5 lines) in src/components/modals/ModalBase.tsx:75", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/modals/ModalBase.tsx:75"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6f562e68e3b55b49", "name": "Commented-code block (5 lines) in src/components/modals/ModalEditarPedido.test.jsx:283", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/modals/ModalEditarPedido.test.jsx:283"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8f3c39950231e430", "name": "Commented-code block (6 lines) in src/components/modals/ModalEditarPedido.tsx:243", "shortDescription": {"text": "Commented-code block (6 lines) in src/components/modals/ModalEditarPedido.tsx:243"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-25bfa1b2bd331890", "name": "Commented-code block (5 lines) in src/components/modals/ModalMarcarVisita.tsx:138", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/modals/ModalMarcarVisita.tsx:138"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ed52b8f192365531", "name": "Commented-code block (5 lines) in src/components/geolocalizacion/MapaPreventistas.tsx:82", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/geolocalizacion/MapaPreventistas.tsx:82"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8ad855e470d631fe", "name": "Commented-code block (5 lines) in src/components/pedidos/PedidoToolbar.tsx:118", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/pedidos/PedidoToolbar.tsx:118"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-04333347fca37b1e", "name": "Commented-code block (5 lines) in src/components/pedidos/PedidoCard.tsx:523", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/pedidos/PedidoCard.tsx:523"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-67ce1eb274bc4374", "name": "Legacy-named symbol `daysOld` in src/lib/offlineDb.ts:299", "shortDescription": {"text": "Legacy-named symbol `daysOld` in src/lib/offlineDb.ts:299"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea17ecd4760e908c", "name": "Legacy-named symbol `distribuidora_v2` in src/lib/supabase.ts:35", "shortDescription": {"text": "Legacy-named symbol `distribuidora_v2` in src/lib/supabase.ts:35"}, "fullDescription": {"text": "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."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7f0b1dfcbaddeac1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/supabase.ts:46", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/supabase.ts:46"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d3f971ecfbec5888", "name": "Commented-code block (10 lines) in supabase/functions/telegram-webhook/index.ts:3", "shortDescription": {"text": "Commented-code block (10 lines) in supabase/functions/telegram-webhook/index.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-84a4bfd0c4fcac65", "name": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/handlers.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/handlers.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d6cfdf63ceaca1f3", "name": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/commands/saldo.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/commands/saldo.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3178266bf5290cda", "name": "Commented-code block (13 lines) in supabase/functions/telegram-webhook/commands/types.ts:3", "shortDescription": {"text": "Commented-code block (13 lines) in supabase/functions/telegram-webhook/commands/types.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ea4e6709fa214cb8", "name": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/commands/reset.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/commands/reset.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1b50fe191aaf2fef", "name": "Commented-code block (12 lines) in supabase/functions/tests/tools.test.ts:4", "shortDescription": {"text": "Commented-code block (12 lines) in supabase/functions/tests/tools.test.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-be318c0d31d2bf5e", "name": "Commented-code block (9 lines) in supabase/functions/tests/telegram-webhook.test.ts:4", "shortDescription": {"text": "Commented-code block (9 lines) in supabase/functions/tests/telegram-webhook.test.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5bd67103b1d247c0", "name": "Commented-code block (6 lines) in supabase/functions/tests/telegram-keyboards.test.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/tests/telegram-keyboards.test.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9696bd6b6436e280", "name": "Commented-code block (8 lines) in supabase/functions/tests/format.test.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/tests/format.test.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8c556f25aee2cc10", "name": "Commented-code block (8 lines) in supabase/functions/tests/agent.test.ts:4", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/tests/agent.test.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cc63b5275b8bf384", "name": "Commented-code block (13 lines) in supabase/functions/tests/digest.test.ts:4", "shortDescription": {"text": "Commented-code block (13 lines) in supabase/functions/tests/digest.test.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b78f5ef691ac2876", "name": "Commented-code block (6 lines) in supabase/functions/telegram-digest/index.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/telegram-digest/index.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2b8c5746be5afeee", "name": "Commented-code block (12 lines) in supabase/functions/telegram-digest/digest.ts:3", "shortDescription": {"text": "Commented-code block (12 lines) in supabase/functions/telegram-digest/digest.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-808af59c68806455", "name": "Commented-code block (8 lines) in supabase/functions/optimizar-ruta/index.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/optimizar-ruta/index.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e7844f8b4c2dafb4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/optimizar-ruta/index.ts:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/optimizar-ruta/index.ts:58"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-181dbe24902ad8dc", "name": "Commented-code block (6 lines) in supabase/functions/optimizar-ruta/tramos.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/optimizar-ruta/tramos.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-55a6c10a4354362a", "name": "Commented-code block (5 lines) in supabase/functions/_shared/format.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/format.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5e394ecc9065f635", "name": "Commented-code block (9 lines) in supabase/functions/_shared/telegram-keyboards.ts:6", "shortDescription": {"text": "Commented-code block (9 lines) in supabase/functions/_shared/telegram-keyboards.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-045e25c2cb1b1039", "name": "Commented-code block (8 lines) in supabase/functions/_shared/gemini/schema.ts:8", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/_shared/gemini/schema.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-295db556de44aaf5", "name": "Commented-code block (6 lines) in supabase/functions/_shared/gemini/agent.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/gemini/agent.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5872ce7544e37921", "name": "Commented-code block (8 lines) in supabase/functions/_shared/gemini/client.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/_shared/gemini/client.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-328c88907891d9b0", "name": "Commented-code block (7 lines) in supabase/functions/_shared/gemini/memory.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/gemini/memory.ts:9"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0ab02cb008f97257", "name": "Commented-code block (7 lines) in supabase/functions/_shared/gemini/history-mapper.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/gemini/history-mapper.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-271541f76a8738ee", "name": "Commented-code block (6 lines) in supabase/functions/_shared/gemini/prompts/base.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/gemini/prompts/base.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-018046fb0a2b765b", "name": "Commented-code block (6 lines) in supabase/functions/_shared/utils/precioMayorista.ts:247", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/utils/precioMayorista.ts:247"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1e4407ee647bc26b", "name": "Commented-code block (7 lines) in supabase/functions/_shared/tools/registry.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/tools/registry.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f8a3a7d6b481a14d", "name": "Commented-code block (9 lines) in supabase/functions/_shared/tools/base.ts:4", "shortDescription": {"text": "Commented-code block (9 lines) in supabase/functions/_shared/tools/base.ts:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b6abd2e76e333094", "name": "Commented-code block (5 lines) in supabase/functions/_shared/tools/preventista/crear_pedido.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/preventista/crear_pedido.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8db41779aad85fa1", "name": "Commented-code block (5 lines) in supabase/functions/_shared/tools/preventista/sugerir_visitas_rfm.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/preventista/sugerir_visitas_rfm.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-57c329b6c95ee0fd", "name": "Commented-code block (12 lines) in supabase/functions/_shared/tools/preventista/previsualizar_pedido.ts:8", "shortDescription": {"text": "Commented-code block (12 lines) in supabase/functions/_shared/tools/preventista/previsualizar_pedido.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f4042a5e66995870", "name": "Commented-code block (5 lines) in supabase/functions/_shared/tools/transportista/mi_recorrido_hoy.ts:14", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/transportista/mi_recorrido_hoy.ts:14"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9f68d300f816b422", "name": "Commented-code block (5 lines) in supabase/functions/_shared/tools/transportista/recorrido_resumen.ts:64", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/transportista/recorrido_resumen.ts:64"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-43e2c85652288334", "name": "Commented-code block (6 lines) in supabase/functions/_shared/tools/common/listar_categorias.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/tools/common/listar_categorias.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a5bd41d6466bca47", "name": "Commented-code block (5 lines) in supabase/functions/_shared/tools/common/productos_por_categoria.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/common/productos_por_categoria.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-018862ef251fe2f2", "name": "Commented-code block (6 lines) in supabase/functions/_shared/tools/common/ficha_cliente.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/tools/common/ficha_cliente.ts:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6d7ec833e50999be", "name": "Commented-code block (7 lines) in supabase/functions/_shared/tools/common/buscar_cliente.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/tools/common/buscar_cliente.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c5422b2d0799c2ff", "name": "Commented-code block (6 lines) in supabase/functions/_shared/transcribe/index.ts:3", "shortDescription": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/transcribe/index.ts:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dbe660af67d22540", "name": "Commented-code block (5 lines) in supabase/functions/_shared/pricing/index.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/pricing/index.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f0698708a90dce77", "name": "Commented-code block (6 lines) in e2e/offline-sync.spec.ts:420", "shortDescription": {"text": "Commented-code block (6 lines) in e2e/offline-sync.spec.ts:420"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8e047ab7af03962f", "name": "7 env vars used in code but missing from .env.example", "shortDescription": {"text": "7 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CI`, `DEV`, `MODE`, `PROD`, `VITEST_MAX_WORKERS`, `VITE_DEBUG`, `VITE_TELEGRAM_BOT_USERNAME`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e2d836f30a793087", "name": "Frontend route `/clientes` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/clientes` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-af17e6294db94f25", "name": "Frontend route `/productos` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/productos` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9a194cc7ba6aa89e", "name": "Frontend route `/reportes` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/reportes` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-63c0caab48e7781e", "name": "Frontend route `/usuarios` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/usuarios` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-beb2520c5c2ebfd8", "name": "Frontend route `/recorridos` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/recorridos` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6d3a227c088bd57d", "name": "Frontend route `/recorrido-preventista` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/recorrido-preventista` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6b16121d656bce75", "name": "Frontend route `/compras` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/compras` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72bde6401cd546e1", "name": "Frontend route `/proveedores` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/proveedores` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a4da1185e9e3b8b0", "name": "Frontend route `/condiciones-mayoristas` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/condiciones-mayoristas` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b52edc347b9cde1a", "name": "Frontend route `/promociones` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/promociones` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-109d90c63bdb9cd7", "name": "Frontend route `/transferencias` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/transferencias` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e879af1026045167", "name": "Frontend route `/rendiciones` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/rendiciones` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-278ec04081a53314", "name": "Frontend route `/salvedades` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/salvedades` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-59be55d1e282d9ab", "name": "Frontend route `/analytics` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a488e5db866e4c97", "name": "Frontend route `/comisiones` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/comisiones` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dda8b1c97b5633b7", "name": "Frontend route `/bot-telegram` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/bot-telegram` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b0fc20e178746fea", "name": "Frontend route `/geolocalizacion` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/geolocalizacion` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23954"}, "properties": {"repository": "AgustinReiden/distribuidora-app", "repoUrl": "https://github.com/AgustinReiden/distribuidora-app", "branch": "main"}, "results": [{"ruleId": "scanner-75f31822c38029a7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-pwa-assets.js:66"}, "properties": {"repobilityId": "b3635a6b86819dee", "scanner": "scanner-primary", "fingerprint": "75f31822c38029a7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-21774fc75b15d3fa", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/utils/logger.ts:62"}, "properties": {"repobilityId": "cf9d3af0db9250f9", "scanner": "scanner-primary", "fingerprint": "21774fc75b15d3fa", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b48934fb021a27ea", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/utils/sanitize.ts:7"}, "properties": {"repobilityId": "f0ca355b94c766bc", "scanner": "scanner-primary", "fingerprint": "b48934fb021a27ea", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-f0685f7b0eb6e1ab", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useLatestRef.ts:12"}, "properties": {"repobilityId": "ebc0a2e8d8d696aa", "scanner": "scanner-primary", "fingerprint": "f0685f7b0eb6e1ab", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c43a6666453ab83c", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/hooks/useOptimizarRuta.ts:74"}, "properties": {"repobilityId": "98a0b1f6db19e80b", "scanner": "scanner-primary", "fingerprint": "c43a6666453ab83c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-1b98ae61e5d9449a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useAsync.ts:66"}, "properties": {"repobilityId": "43e703c6c1ac1381", "scanner": "scanner-primary", "fingerprint": "1b98ae61e5d9449a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e3b5b0ab0acc55ed", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/SyncStatusBanner.tsx:155"}, "properties": {"repobilityId": "74c9f066a14d3250", "scanner": "scanner-primary", "fingerprint": "e3b5b0ab0acc55ed", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1ebc418fc04fb9da", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/ErrorBoundary.tsx:406"}, "properties": {"repobilityId": "fc0deb98582caf8a", "scanner": "scanner-primary", "fingerprint": "1ebc418fc04fb9da", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a6517b9417812549", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/containers/PedidosContainer.tsx:649"}, "properties": {"repobilityId": "cf5753d7b6f10acf", "scanner": "scanner-primary", "fingerprint": "a6517b9417812549", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-6f546b03ca8cf7a9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaCompras.tsx:490"}, "properties": {"repobilityId": "676b6e3fc2591876", "scanner": "scanner-primary", "fingerprint": "6f546b03ca8cf7a9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e8c4bc10cfced39d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaProductos.tsx:328"}, "properties": {"repobilityId": "8c5f1135eec54b42", "scanner": "scanner-primary", "fingerprint": "e8c4bc10cfced39d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-96ff241ecd600631", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaDashboard.tsx:232"}, "properties": {"repobilityId": "41a9a38257abab46", "scanner": "scanner-primary", "fingerprint": "96ff241ecd600631", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8af70345e5e991bf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaClientes.tsx:353"}, "properties": {"repobilityId": "3b578058a511e353", "scanner": "scanner-primary", "fingerprint": "8af70345e5e991bf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-75c482558b19012e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaBotTelegram.tsx:391"}, "properties": {"repobilityId": "56a5bce9e0026594", "scanner": "scanner-primary", "fingerprint": "75c482558b19012e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0d0de4868946079f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaProveedores.tsx:225"}, "properties": {"repobilityId": "dc80114526ff355b", "scanner": "scanner-primary", "fingerprint": "0d0de4868946079f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dd511f00c5c85332", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/vistas/VistaSalvedades.tsx:60"}, "properties": {"repobilityId": "7702ae77563ed36c", "scanner": "scanner-primary", "fingerprint": "dd511f00c5c85332", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-631347601a9c131e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/TopNavigation.tsx:318"}, "properties": {"repobilityId": "2249847a8cb80c2f", "scanner": "scanner-primary", "fingerprint": "631347601a9c131e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c2f1802a8f07b5be", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/layout/SucursalSelector.tsx:29"}, "properties": {"repobilityId": "abfb25840e868f57", "scanner": "scanner-primary", "fingerprint": "c2f1802a8f07b5be", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e0051881758cde22", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalVisitasHoy.tsx:59"}, "properties": {"repobilityId": "0b8e84b559d4ccc0", "scanner": "scanner-primary", "fingerprint": "e0051881758cde22", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7bf018e6e0e772a6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalDeudoresMora.tsx:101"}, "properties": {"repobilityId": "cadc63a3c42ff4c9", "scanner": "scanner-primary", "fingerprint": "7bf018e6e0e772a6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-03d4547f64f3fdd2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAsignarTransportistaMasivo.tsx:178"}, "properties": {"repobilityId": "276ec3ca93df9227", "scanner": "scanner-primary", "fingerprint": "03d4547f64f3fdd2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5e3634a2b99fce92", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalGestionRutas.tsx:119"}, "properties": {"repobilityId": "f86a347663db32e3", "scanner": "scanner-primary", "fingerprint": "5e3634a2b99fce92", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3da66d3a7bcb3f95", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalActualizacionMasivaPrecios.tsx:346"}, "properties": {"repobilityId": "535670c45886f42a", "scanner": "scanner-primary", "fingerprint": "3da66d3a7bcb3f95", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-63cea8ec807754f5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPedido.tsx:557"}, "properties": {"repobilityId": "4c55857a68f0b00f", "scanner": "scanner-primary", "fingerprint": "63cea8ec807754f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b3c488bc2c7b2ae7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCompra.tsx:678"}, "properties": {"repobilityId": "bdc937350edb5ba1", "scanner": "scanner-primary", "fingerprint": "b3c488bc2c7b2ae7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1167bd013e54938d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPromocion.tsx:447"}, "properties": {"repobilityId": "9bd7efd3dd338bfc", "scanner": "scanner-primary", "fingerprint": "1167bd013e54938d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ebb86ea81dc95561", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAjustesStockHistorial.tsx:39"}, "properties": {"repobilityId": "32a3d9bfa7c882a3", "scanner": "scanner-primary", "fingerprint": "ebb86ea81dc95561", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8b6d5c3569a87ff6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCategorias.tsx:241"}, "properties": {"repobilityId": "4f3f30f578870edb", "scanner": "scanner-primary", "fingerprint": "8b6d5c3569a87ff6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fd8353c00c3d98a4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalStockBajo.tsx:194"}, "properties": {"repobilityId": "7d1681da3aefa0e0", "scanner": "scanner-primary", "fingerprint": "fd8353c00c3d98a4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1386358e986a865b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEntregasMasivas.tsx:183"}, "properties": {"repobilityId": "d2ecf7b27cd81d1d", "scanner": "scanner-primary", "fingerprint": "1386358e986a865b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ef8418263eef9a1e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalControlStock.tsx:150"}, "properties": {"repobilityId": "9d92bfb188683739", "scanner": "scanner-primary", "fingerprint": "ef8418263eef9a1e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-45d00d2d18cbecda", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalPagosMasivos.tsx:217"}, "properties": {"repobilityId": "afd4a20cf51e6620", "scanner": "scanner-primary", "fingerprint": "45d00d2d18cbecda", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d7ff896942b81307", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCambioProducto.tsx:281"}, "properties": {"repobilityId": "239df8ec00d6ba14", "scanner": "scanner-primary", "fingerprint": "d7ff896942b81307", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-57d518eb44c28c3d", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalCrearMovimiento.tsx:104"}, "properties": {"repobilityId": "265ace27f4cfbee2", "scanner": "scanner-primary", "fingerprint": "57d518eb44c28c3d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7c5ea36247383c23", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEntregaConSalvedad.tsx:205"}, "properties": {"repobilityId": "c9481cf82759160c", "scanner": "scanner-primary", "fingerprint": "7c5ea36247383c23", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-854fbfaab454f5cd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalZonas.tsx:212"}, "properties": {"repobilityId": "cbe8858d161405cd", "scanner": "scanner-primary", "fingerprint": "854fbfaab454f5cd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f4d1d5fb550bfaae", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalEditarPedido.tsx:775"}, "properties": {"repobilityId": "7a9416dc573bc415", "scanner": "scanner-primary", "fingerprint": "f4d1d5fb550bfaae", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-de170855c46e7566", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalAceptarMovimiento.tsx:105"}, "properties": {"repobilityId": "14f23b4488062d45", "scanner": "scanner-primary", "fingerprint": "de170855c46e7566", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cc7d67b6a27497ba", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/modals/ModalMarcarVisita.tsx:213"}, "properties": {"repobilityId": "63463bc2d66f1e69", "scanner": "scanner-primary", "fingerprint": "cc7d67b6a27497ba", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-32454249f1861a10", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/SidebarPreventistas.tsx:71"}, "properties": {"repobilityId": "daf460211f3a29c9", "scanner": "scanner-primary", "fingerprint": "32454249f1861a10", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d85ea363d8571062", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/TimelineRecorrido.tsx:112"}, "properties": {"repobilityId": "482305f385519b84", "scanner": "scanner-primary", "fingerprint": "d85ea363d8571062", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a6eaa5bf3b04b328", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/geolocalizacion/KpiCard.tsx:28"}, "properties": {"repobilityId": "d68458ac66fb0ade", "scanner": "scanner-primary", "fingerprint": "a6eaa5bf3b04b328", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ccbaf064d95b053b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/PedidoStats.tsx:157"}, "properties": {"repobilityId": "e53c5024c2e26f42", "scanner": "scanner-primary", "fingerprint": "ccbaf064d95b053b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d7a3d611e047876a", "level": "note", "message": {"text": "\"active\" state uses light bg in a dark theme \u2014 src/components/pedidos/PedidoFilters.tsx:338"}, "properties": {"repobilityId": "6e4fc095294eb0df", "scanner": "scanner-primary", "fingerprint": "d7a3d611e047876a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.active-light-bg"]}}, {"ruleId": "scanner-df21c520d70b7244", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/PedidoCard.tsx:297"}, "properties": {"repobilityId": "71a6cbd827d442fe", "scanner": "scanner-primary", "fingerprint": "df21c520d70b7244", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-53faf94a53e66f9c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/pedidos/VistaRutaTransportista.tsx:654"}, "properties": {"repobilityId": "02283725ccc55f91", "scanner": "scanner-primary", "fingerprint": "53faf94a53e66f9c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3814d60cbe8b6aaf", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/rutaActiva/SheetParada.tsx:104"}, "properties": {"repobilityId": "8e01b1cad9629533", "scanner": "scanner-primary", "fingerprint": "3814d60cbe8b6aaf", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-48d68dfe9f141f7e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/clientes/ClienteStats.tsx:174"}, "properties": {"repobilityId": "92afe447a29c844a", "scanner": "scanner-primary", "fingerprint": "48d68dfe9f141f7e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b2735504ae49947a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/webVitals.ts:143"}, "properties": {"repobilityId": "c51ed130def174f2", "scanner": "scanner-primary", "fingerprint": "b2735504ae49947a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-acc5a28ed44e3054", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/accessibility.ts:119"}, "properties": {"repobilityId": "6575cc922d7fe787", "scanner": "scanner-primary", "fingerprint": "acc5a28ed44e3054", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-25ad51c078563376", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/sentry.ts:275"}, "properties": {"repobilityId": "73c0c5133fe3fb09", "scanner": "scanner-primary", "fingerprint": "25ad51c078563376", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-352ecffb134b3be6", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/api/pedidoService.ts:132"}, "properties": {"repobilityId": "1ff655c4edccc2ce", "scanner": "scanner-primary", "fingerprint": "352ecffb134b3be6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-0e0bd917c38d4c31", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 e2e/offline-sync.spec.ts:137"}, "properties": {"repobilityId": "6b1f5ffced798d75", "scanner": "scanner-primary", "fingerprint": "0e0bd917c38d4c31", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4170921625ccd1cb", "level": "warning", "message": {"text": "Privileged port 6 in use"}, "properties": {"repobilityId": "888a3c205ea7334c", "scanner": "scanner-primary", "fingerprint": "4170921625ccd1cb", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backup.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b59e4076663ee4b", "level": "warning", "message": {"text": "Privileged port 3 in use"}, "properties": {"repobilityId": "261b7b1c6a18d412", "scanner": "scanner-primary", "fingerprint": "0b59e4076663ee4b", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backup.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "ec96333d9d409c64", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-317932093ccf0181", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "properties": {"repobilityId": "93e2391eb7bf7888", "scanner": "scanner-primary", "fingerprint": "317932093ccf0181", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-a5b44f1265b5cfba", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/components/a11y/SkipLinks.test.jsx:14"}, "properties": {"repobilityId": "658463df6105d5db", "scanner": "scanner-primary", "fingerprint": "a5b44f1265b5cfba", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/a11y/SkipLinks.test.jsx"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-a82abed70650d574", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/optimizar-ruta/index.ts:33"}, "properties": {"repobilityId": "bf74319765c24c44", "scanner": "scanner-primary", "fingerprint": "a82abed70650d574", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/optimizar-ruta/index.ts"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-5e9d4a7e1b0eabc1", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "274de9fb1c890e5e", "scanner": "scanner-primary", "fingerprint": "5e9d4a7e1b0eabc1", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/backup.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 68}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "21ed6976f1304681", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 88}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "259a9dbb304d21de", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 96}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 121}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 151}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 163}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0dc55539758d3645", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 178}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 192}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 203}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 206}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 222}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 225}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2aee2e2d969c7c6b", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bee6b8956e03198c", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ee615fc13eb05eab", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-28c4a04bd807da0c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "253c1285516d15dc", "scanner": "scanner-primary", "fingerprint": "28c4a04bd807da0c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy.yml"}, "region": {"startLine": 118}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-778ab9be990ff471", "level": "note", "message": {"text": "Very large file: src/components/containers/PedidosContainer.tsx (1557 lines)"}, "properties": {"repobilityId": "77eba5da6b7f2be2", "scanner": "scanner-primary", "fingerprint": "778ab9be990ff471", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b5704220161137de", "level": "note", "message": {"text": "Very large file: src/components/modals/ModalPedido.tsx (958 lines)"}, "properties": {"repobilityId": "64c9f068fa7e7d76", "scanner": "scanner-primary", "fingerprint": "b5704220161137de", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-477d742fa83f749a", "level": "note", "message": {"text": "Very large file: src/components/modals/ModalCompra.tsx (1801 lines)"}, "properties": {"repobilityId": "890e1e8e28d4e24e", "scanner": "scanner-primary", "fingerprint": "477d742fa83f749a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3427832f9106289c", "level": "note", "message": {"text": "Very large file: supabase/functions/tests/tools.test.ts (2527 lines)"}, "properties": {"repobilityId": "55f3a329fde31c0e", "scanner": "scanner-primary", "fingerprint": "3427832f9106289c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-dafedc8046e3b62b", "level": "note", "message": {"text": "Very large file: supabase/functions/tests/telegram-webhook.test.ts (1666 lines)"}, "properties": {"repobilityId": "6ca4b12157922a54", "scanner": "scanner-primary", "fingerprint": "dafedc8046e3b62b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-5b99d1a3a09b1419", "level": "note", "message": {"text": "32 TODO/FIXME markers"}, "properties": {"repobilityId": "4b38c118003e07d2", "scanner": "scanner-primary", "fingerprint": "5b99d1a3a09b1419", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["maintenance"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "4565a2f038571cf8", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ccaf399a3b36f30e", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "46c47473ad05405f", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "5ae74eb112302873", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "88de067b67a5cf50", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-81a32f2261fcf6b7", "level": "none", "message": {"text": "Commented-code block (6 lines) in vite.config.js:54"}, "properties": {"repobilityId": "4cb8c9df8bb9933a", "scanner": "scanner-primary", "fingerprint": "81a32f2261fcf6b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67a9ca055a633edf", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/precioMayorista.ts:236"}, "properties": {"repobilityId": "19e8907c529386d8", "scanner": "scanner-primary", "fingerprint": "67a9ca055a633edf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-874bdc6f5752ca4b", "level": "note", "message": {"text": "Legacy-named symbol `decodeLegacy` in src/utils/secureStorage.ts:160"}, "properties": {"repobilityId": "c2f5c68c01e9d541", "scanner": "scanner-primary", "fingerprint": "874bdc6f5752ca4b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b3a14eac1cda0116", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/utils/marketBasket.test.ts:39"}, "properties": {"repobilityId": "4d3e432726d1e86c", "scanner": "scanner-primary", "fingerprint": "b3a14eac1cda0116", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-379ec003d7efbe19", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/utils/formatters.ts:386"}, "properties": {"repobilityId": "ba00f23c25f80a9b", "scanner": "scanner-primary", "fingerprint": "379ec003d7efbe19", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-653a8d3563669dd4", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/contexts/HandlersContext.tsx:167"}, "properties": {"repobilityId": "9635dcb3b78bb2e7", "scanner": "scanner-primary", "fingerprint": "653a8d3563669dd4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7052d72da9b65d7e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/queries/useTransferenciasQuery.ts:22"}, "properties": {"repobilityId": "82a1e307f2fe874a", "scanner": "scanner-primary", "fingerprint": "7052d72da9b65d7e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-10588552eeb311df", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/queries/useUsuariosQuery.ts:40"}, "properties": {"repobilityId": "5520fb678727c545", "scanner": "scanner-primary", "fingerprint": "10588552eeb311df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f78a8a737d97653", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/handlers/useProductoHandlers.ts:141"}, "properties": {"repobilityId": "6998a552c701b973", "scanner": "scanner-primary", "fingerprint": "5f78a8a737d97653", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12323128c4169cda", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/GeolocationGate.tsx:110"}, "properties": {"repobilityId": "c28fce4ab31a9ad4", "scanner": "scanner-primary", "fingerprint": "12323128c4169cda", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7befc9c9b9f9a91c", "level": "note", "message": {"text": "Legacy-named symbol `distribuidora_v2` in src/components/ErrorBoundary.tsx:89"}, "properties": {"repobilityId": "c4c4450a07a6b40e", "scanner": "scanner-primary", "fingerprint": "7befc9c9b9f9a91c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-555aea92505bd6d8", "level": "note", "message": {"text": "Legacy-named symbol `distribuidora_v2` in src/components/ErrorBoundary.test.jsx:177"}, "properties": {"repobilityId": "e79f309bf81aa71d", "scanner": "scanner-primary", "fingerprint": "555aea92505bd6d8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1427ca5ac4c8713d", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/containers/PedidosContainer.tsx:283"}, "properties": {"repobilityId": "d7854f2cd718770b", "scanner": "scanner-primary", "fingerprint": "1427ca5ac4c8713d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fae2d7cf9f1ec8f6", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/vistas/VistaDashboard.tsx:322"}, "properties": {"repobilityId": "f64b848b947b3d19", "scanner": "scanner-primary", "fingerprint": "fae2d7cf9f1ec8f6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-17b9cc02e0833aa6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/modals/ModalCompra.tsx:538"}, "properties": {"repobilityId": "18d452f752f589c9", "scanner": "scanner-primary", "fingerprint": "17b9cc02e0833aa6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3048aed5398abf21", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/modals/ModalPromocion.tsx:167"}, "properties": {"repobilityId": "1c6f2fda5e3d000d", "scanner": "scanner-primary", "fingerprint": "3048aed5398abf21", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d4dca9c2f4c42448", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/modals/ModalBase.tsx:75"}, "properties": {"repobilityId": "5efd761e2af1be39", "scanner": "scanner-primary", "fingerprint": "d4dca9c2f4c42448", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6f562e68e3b55b49", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/modals/ModalEditarPedido.test.jsx:283"}, "properties": {"repobilityId": "30e62e1956a21ce1", "scanner": "scanner-primary", "fingerprint": "6f562e68e3b55b49", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f3c39950231e430", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/components/modals/ModalEditarPedido.tsx:243"}, "properties": {"repobilityId": "eaddfbdf4162037a", "scanner": "scanner-primary", "fingerprint": "8f3c39950231e430", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-25bfa1b2bd331890", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/modals/ModalMarcarVisita.tsx:138"}, "properties": {"repobilityId": "d45f211910fc23ad", "scanner": "scanner-primary", "fingerprint": "25bfa1b2bd331890", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed52b8f192365531", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/geolocalizacion/MapaPreventistas.tsx:82"}, "properties": {"repobilityId": "f9b8f90b3aeae927", "scanner": "scanner-primary", "fingerprint": "ed52b8f192365531", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ad855e470d631fe", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/pedidos/PedidoToolbar.tsx:118"}, "properties": {"repobilityId": "7a781bb9b1d4a4c3", "scanner": "scanner-primary", "fingerprint": "8ad855e470d631fe", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-04333347fca37b1e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/pedidos/PedidoCard.tsx:523"}, "properties": {"repobilityId": "b7805b45020f3d21", "scanner": "scanner-primary", "fingerprint": "04333347fca37b1e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-67ce1eb274bc4374", "level": "note", "message": {"text": "Legacy-named symbol `daysOld` in src/lib/offlineDb.ts:299"}, "properties": {"repobilityId": "af508cec0cf6f16b", "scanner": "scanner-primary", "fingerprint": "67ce1eb274bc4374", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ea17ecd4760e908c", "level": "note", "message": {"text": "Legacy-named symbol `distribuidora_v2` in src/lib/supabase.ts:35"}, "properties": {"repobilityId": "0537ab5e115f3faf", "scanner": "scanner-primary", "fingerprint": "ea17ecd4760e908c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7f0b1dfcbaddeac1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/supabase.ts:46"}, "properties": {"repobilityId": "1272e40e25bb545b", "scanner": "scanner-primary", "fingerprint": "7f0b1dfcbaddeac1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d3f971ecfbec5888", "level": "none", "message": {"text": "Commented-code block (10 lines) in supabase/functions/telegram-webhook/index.ts:3"}, "properties": {"repobilityId": "f7b0d41f72e4e92c", "scanner": "scanner-primary", "fingerprint": "d3f971ecfbec5888", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84a4bfd0c4fcac65", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/handlers.ts:1"}, "properties": {"repobilityId": "085e2d4dcb5a9949", "scanner": "scanner-primary", "fingerprint": "84a4bfd0c4fcac65", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d6cfdf63ceaca1f3", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/commands/saldo.ts:7"}, "properties": {"repobilityId": "9e3d6ff1393fc78a", "scanner": "scanner-primary", "fingerprint": "d6cfdf63ceaca1f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3178266bf5290cda", "level": "none", "message": {"text": "Commented-code block (13 lines) in supabase/functions/telegram-webhook/commands/types.ts:3"}, "properties": {"repobilityId": "373b64d9ee9116b3", "scanner": "scanner-primary", "fingerprint": "3178266bf5290cda", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ea4e6709fa214cb8", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/telegram-webhook/commands/reset.ts:1"}, "properties": {"repobilityId": "f2f1e2c4603706b4", "scanner": "scanner-primary", "fingerprint": "ea4e6709fa214cb8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1b50fe191aaf2fef", "level": "none", "message": {"text": "Commented-code block (12 lines) in supabase/functions/tests/tools.test.ts:4"}, "properties": {"repobilityId": "e240e89621d71f3e", "scanner": "scanner-primary", "fingerprint": "1b50fe191aaf2fef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be318c0d31d2bf5e", "level": "none", "message": {"text": "Commented-code block (9 lines) in supabase/functions/tests/telegram-webhook.test.ts:4"}, "properties": {"repobilityId": "4cf54b1d5ae4f604", "scanner": "scanner-primary", "fingerprint": "be318c0d31d2bf5e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5bd67103b1d247c0", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/tests/telegram-keyboards.test.ts:3"}, "properties": {"repobilityId": "40216cd7de9d699d", "scanner": "scanner-primary", "fingerprint": "5bd67103b1d247c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9696bd6b6436e280", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/tests/format.test.ts:3"}, "properties": {"repobilityId": "c574f5fc7cfb3fe9", "scanner": "scanner-primary", "fingerprint": "9696bd6b6436e280", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c556f25aee2cc10", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/tests/agent.test.ts:4"}, "properties": {"repobilityId": "56d6bf7e99f20a85", "scanner": "scanner-primary", "fingerprint": "8c556f25aee2cc10", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cc63b5275b8bf384", "level": "none", "message": {"text": "Commented-code block (13 lines) in supabase/functions/tests/digest.test.ts:4"}, "properties": {"repobilityId": "19c1dc3f5290d7e0", "scanner": "scanner-primary", "fingerprint": "cc63b5275b8bf384", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b78f5ef691ac2876", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/telegram-digest/index.ts:3"}, "properties": {"repobilityId": "5a294b793043e977", "scanner": "scanner-primary", "fingerprint": "b78f5ef691ac2876", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b8c5746be5afeee", "level": "none", "message": {"text": "Commented-code block (12 lines) in supabase/functions/telegram-digest/digest.ts:3"}, "properties": {"repobilityId": "4d6707d618306ed2", "scanner": "scanner-primary", "fingerprint": "2b8c5746be5afeee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-808af59c68806455", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/optimizar-ruta/index.ts:3"}, "properties": {"repobilityId": "ace3a9d2cae6699a", "scanner": "scanner-primary", "fingerprint": "808af59c68806455", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7844f8b4c2dafb4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/optimizar-ruta/index.ts:58"}, "properties": {"repobilityId": "55ee0712d94cae39", "scanner": "scanner-primary", "fingerprint": "e7844f8b4c2dafb4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-181dbe24902ad8dc", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/optimizar-ruta/tramos.ts:3"}, "properties": {"repobilityId": "fd44f37724355941", "scanner": "scanner-primary", "fingerprint": "181dbe24902ad8dc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-55a6c10a4354362a", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/format.ts:1"}, "properties": {"repobilityId": "488cad5b54609460", "scanner": "scanner-primary", "fingerprint": "55a6c10a4354362a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e394ecc9065f635", "level": "none", "message": {"text": "Commented-code block (9 lines) in supabase/functions/_shared/telegram-keyboards.ts:6"}, "properties": {"repobilityId": "afbc4e63a0110f25", "scanner": "scanner-primary", "fingerprint": "5e394ecc9065f635", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-045e25c2cb1b1039", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/_shared/gemini/schema.ts:8"}, "properties": {"repobilityId": "fed4d5effef25e3a", "scanner": "scanner-primary", "fingerprint": "045e25c2cb1b1039", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-295db556de44aaf5", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/gemini/agent.ts:3"}, "properties": {"repobilityId": "7f08a62ad13dcbcf", "scanner": "scanner-primary", "fingerprint": "295db556de44aaf5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5872ce7544e37921", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/_shared/gemini/client.ts:3"}, "properties": {"repobilityId": "9bbbd5d94bbccde9", "scanner": "scanner-primary", "fingerprint": "5872ce7544e37921", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-328c88907891d9b0", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/gemini/memory.ts:9"}, "properties": {"repobilityId": "d84b89a2e01e9f9b", "scanner": "scanner-primary", "fingerprint": "328c88907891d9b0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0ab02cb008f97257", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/gemini/history-mapper.ts:3"}, "properties": {"repobilityId": "f5b3194a0b73cc4e", "scanner": "scanner-primary", "fingerprint": "0ab02cb008f97257", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-271541f76a8738ee", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/gemini/prompts/base.ts:3"}, "properties": {"repobilityId": "a0d3c47b093da40b", "scanner": "scanner-primary", "fingerprint": "271541f76a8738ee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-018046fb0a2b765b", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/utils/precioMayorista.ts:247"}, "properties": {"repobilityId": "1e441e6e512120a6", "scanner": "scanner-primary", "fingerprint": "018046fb0a2b765b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1e4407ee647bc26b", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/tools/registry.ts:1"}, "properties": {"repobilityId": "ffc3ff2bd9c46b68", "scanner": "scanner-primary", "fingerprint": "1e4407ee647bc26b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f8a3a7d6b481a14d", "level": "none", "message": {"text": "Commented-code block (9 lines) in supabase/functions/_shared/tools/base.ts:4"}, "properties": {"repobilityId": "d479b9e993e67293", "scanner": "scanner-primary", "fingerprint": "f8a3a7d6b481a14d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6abd2e76e333094", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/preventista/crear_pedido.ts:3"}, "properties": {"repobilityId": "7b5125306fe7d506", "scanner": "scanner-primary", "fingerprint": "b6abd2e76e333094", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8db41779aad85fa1", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/preventista/sugerir_visitas_rfm.ts:3"}, "properties": {"repobilityId": "81becc9720906a44", "scanner": "scanner-primary", "fingerprint": "8db41779aad85fa1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-57c329b6c95ee0fd", "level": "none", "message": {"text": "Commented-code block (12 lines) in supabase/functions/_shared/tools/preventista/previsualizar_pedido.ts:8"}, "properties": {"repobilityId": "cc6daffa123b9c34", "scanner": "scanner-primary", "fingerprint": "57c329b6c95ee0fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f4042a5e66995870", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/transportista/mi_recorrido_hoy.ts:14"}, "properties": {"repobilityId": "0baa9c0b656d757b", "scanner": "scanner-primary", "fingerprint": "f4042a5e66995870", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9f68d300f816b422", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/transportista/recorrido_resumen.ts:64"}, "properties": {"repobilityId": "51ee8fd09792e5b4", "scanner": "scanner-primary", "fingerprint": "9f68d300f816b422", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43e2c85652288334", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/tools/common/listar_categorias.ts:3"}, "properties": {"repobilityId": "fcd5d7a0a519515c", "scanner": "scanner-primary", "fingerprint": "43e2c85652288334", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a5bd41d6466bca47", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/tools/common/productos_por_categoria.ts:3"}, "properties": {"repobilityId": "247ed198e0394610", "scanner": "scanner-primary", "fingerprint": "a5bd41d6466bca47", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-018862ef251fe2f2", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/tools/common/ficha_cliente.ts:6"}, "properties": {"repobilityId": "f469ac5e7df0eefe", "scanner": "scanner-primary", "fingerprint": "018862ef251fe2f2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6d7ec833e50999be", "level": "none", "message": {"text": "Commented-code block (7 lines) in supabase/functions/_shared/tools/common/buscar_cliente.ts:3"}, "properties": {"repobilityId": "2cc4c426b14af076", "scanner": "scanner-primary", "fingerprint": "6d7ec833e50999be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c5422b2d0799c2ff", "level": "none", "message": {"text": "Commented-code block (6 lines) in supabase/functions/_shared/transcribe/index.ts:3"}, "properties": {"repobilityId": "e01c0f333021accb", "scanner": "scanner-primary", "fingerprint": "c5422b2d0799c2ff", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dbe660af67d22540", "level": "none", "message": {"text": "Commented-code block (5 lines) in supabase/functions/_shared/pricing/index.ts:5"}, "properties": {"repobilityId": "5b809adcf994095b", "scanner": "scanner-primary", "fingerprint": "dbe660af67d22540", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f0698708a90dce77", "level": "none", "message": {"text": "Commented-code block (6 lines) in e2e/offline-sync.spec.ts:420"}, "properties": {"repobilityId": "8da82a505999e1f6", "scanner": "scanner-primary", "fingerprint": "f0698708a90dce77", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e047ab7af03962f", "level": "note", "message": {"text": "7 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5a0455f6498c27ad", "scanner": "scanner-primary", "fingerprint": "8e047ab7af03962f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-e2d836f30a793087", "level": "warning", "message": {"text": "Frontend route `/clientes` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "b0d01630bb303e91", "scanner": "scanner-primary", "fingerprint": "e2d836f30a793087", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-af17e6294db94f25", "level": "warning", "message": {"text": "Frontend route `/productos` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "2eb9bb04dcd68f06", "scanner": "scanner-primary", "fingerprint": "af17e6294db94f25", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-9a194cc7ba6aa89e", "level": "warning", "message": {"text": "Frontend route `/reportes` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "92cf74cdb753aeab", "scanner": "scanner-primary", "fingerprint": "9a194cc7ba6aa89e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-63c0caab48e7781e", "level": "warning", "message": {"text": "Frontend route `/usuarios` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "995a4ea74068c559", "scanner": "scanner-primary", "fingerprint": "63c0caab48e7781e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-beb2520c5c2ebfd8", "level": "warning", "message": {"text": "Frontend route `/recorridos` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "f6cf5b4550fc695c", "scanner": "scanner-primary", "fingerprint": "beb2520c5c2ebfd8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6d3a227c088bd57d", "level": "warning", "message": {"text": "Frontend route `/recorrido-preventista` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "133fdc18e622ab87", "scanner": "scanner-primary", "fingerprint": "6d3a227c088bd57d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6b16121d656bce75", "level": "warning", "message": {"text": "Frontend route `/compras` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "0af878da2057c406", "scanner": "scanner-primary", "fingerprint": "6b16121d656bce75", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-72bde6401cd546e1", "level": "warning", "message": {"text": "Frontend route `/proveedores` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "fc4311b6cb7b493f", "scanner": "scanner-primary", "fingerprint": "72bde6401cd546e1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a4da1185e9e3b8b0", "level": "warning", "message": {"text": "Frontend route `/condiciones-mayoristas` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "016a1b37c59dec4e", "scanner": "scanner-primary", "fingerprint": "a4da1185e9e3b8b0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b52edc347b9cde1a", "level": "warning", "message": {"text": "Frontend route `/promociones` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ce9857bac3778d1a", "scanner": "scanner-primary", "fingerprint": "b52edc347b9cde1a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-109d90c63bdb9cd7", "level": "warning", "message": {"text": "Frontend route `/transferencias` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "b2efcf6a57ff9a6c", "scanner": "scanner-primary", "fingerprint": "109d90c63bdb9cd7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e879af1026045167", "level": "warning", "message": {"text": "Frontend route `/rendiciones` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ad6d5081fd6f4765", "scanner": "scanner-primary", "fingerprint": "e879af1026045167", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-278ec04081a53314", "level": "warning", "message": {"text": "Frontend route `/salvedades` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "5b7759bea267ca2d", "scanner": "scanner-primary", "fingerprint": "278ec04081a53314", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-59be55d1e282d9ab", "level": "warning", "message": {"text": "Frontend route `/analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "09bd00b206517a16", "scanner": "scanner-primary", "fingerprint": "59be55d1e282d9ab", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a488e5db866e4c97", "level": "warning", "message": {"text": "Frontend route `/comisiones` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "2782f2620869776e", "scanner": "scanner-primary", "fingerprint": "a488e5db866e4c97", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dda8b1c97b5633b7", "level": "warning", "message": {"text": "Frontend route `/bot-telegram` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "fc0cc634742371be", "scanner": "scanner-primary", "fingerprint": "dda8b1c97b5633b7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b0fc20e178746fea", "level": "warning", "message": {"text": "Frontend route `/geolocalizacion` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "78093756e06b02d0", "scanner": "scanner-primary", "fingerprint": "b0fc20e178746fea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}