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

reportes-ai/credit-system

https://github.com/reportes-ai/credit-system · scanned 2026-06-15 23:49 UTC (2 months, 3 weeks ago)

286 raw signals (0 security + 286 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

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

Showing 281 of 286 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in scripts/check_abril.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/check_abril.py:5
critical System graph security Secrets conf 1.00 Possible secret in scripts/importar_detalle.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/importar_detalle.py:20
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/cartas-ejecutivos/${id} (api-gateway/public/cartas-aprobacion/app.js:52)
`api-gateway/public/cartas-aprobacion/app.js:52` calls `DELETE /api/cartas-ejecutivos/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cartas-ejecutivos/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/notif/todas (api-gateway/public/js/app-version.js:568)
`api-gateway/public/js/app-version.js:568` calls `DELETE /api/notif/todas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notif/todas` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/alertas/vencimientos (api-gateway/public/js/alertas-vencimiento.js:14)
`api-gateway/public/js/alertas-vencimiento.js:14` calls `GET /api/alertas/vencimientos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/alertas/vencimientos` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cartas-ejecutivos (api-gateway/public/cartas-aprobacion/app.js:34)
`api-gateway/public/cartas-aprobacion/app.js:34` calls `GET /api/cartas-ejecutivos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cartas-ejecutivos` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cartas-ejecutivos (api-gateway/public/creditos/app.js:1597)
`api-gateway/public/creditos/app.js:1597` calls `GET /api/cartas-ejecutivos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cartas-ejecutivos` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cartas-params/${encodeURIComponent(key)} (api-gateway/public/cartas-aprobacion/app.js:126)
`api-gateway/public/cartas-aprobacion/app.js:126` calls `GET /api/cartas-params/${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cartas-params/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/config/ui/placement_v2 (api-gateway/public/js/placement-manifest.js:98)
`api-gateway/public/js/placement-manifest.js:98` calls `GET /api/config/ui/placement_v2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/config/ui/placement_v2` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/creditos/otorgados-incompletos (api-gateway/public/dashboard/app.js:3659)
`api-gateway/public/dashboard/app.js:3659` calls `GET /api/creditos/otorgados-incompletos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/creditos/otorgados-incompletos` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dashboard/datos (api-gateway/public/dashboard/app.js:1186)
`api-gateway/public/dashboard/app.js:1186` calls `GET /api/dashboard/datos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard/datos` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dealers/ccs (api-gateway/public/cartas-aprobacion/app.js:2837)
`api-gateway/public/cartas-aprobacion/app.js:2837` calls `GET /api/dealers/ccs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dealers/ccs` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dealers?limit=2000 (api-gateway/public/cartas-aprobacion/app.js:2811)
`api-gateway/public/cartas-aprobacion/app.js:2811` calls `GET /api/dealers?limit=2000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dealers` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notif (api-gateway/public/js/app-version.js:517)
`api-gateway/public/js/app-version.js:517` calls `GET /api/notif` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notif` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/notif/vapid-key (api-gateway/public/js/app-version.js:600)
`api-gateway/public/js/app-version.js:600` calls `GET /api/notif/vapid-key` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notif/vapid-key` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/parametros-credito (api-gateway/public/creditos/app.js:752)
`api-gateway/public/creditos/app.js:752` calls `GET /api/parametros-credito` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/parametros-credito` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/perfiles (api-gateway/public/dashboard/app.js:2366)
`api-gateway/public/dashboard/app.js:2366` calls `GET /api/perfiles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/perfiles` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tasas/vigente (api-gateway/public/cartas-aprobacion/app.js:900)
`api-gateway/public/cartas-aprobacion/app.js:900` calls `GET /api/tasas/vigente` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tasas/vigente` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tasas/vigente (api-gateway/public/creditos/app.js:754)
`api-gateway/public/creditos/app.js:754` calls `GET /api/tasas/vigente` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tasas/vigente` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/uf/vigente (api-gateway/public/cartas-aprobacion/app.js:887)
`api-gateway/public/cartas-aprobacion/app.js:887` calls `GET /api/uf/vigente` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uf/vigente` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/uf/vigente (api-gateway/public/creditos/app.js:753)
`api-gateway/public/creditos/app.js:753` calls `GET /api/uf/vigente` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/uf/vigente` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/vehiculos/cascada (api-gateway/public/cartas-aprobacion/app.js:2799)
`api-gateway/public/cartas-aprobacion/app.js:2799` calls `GET /api/vehiculos/cascada` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/vehiculos/cascada` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/creditos/${id}/datos-ingresos (api-gateway/public/dashboard/app.js:3779)
`api-gateway/public/dashboard/app.js:3779` calls `PATCH /api/creditos/${id}/datos-ingresos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/creditos/<p>/datos-ingresos` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/cambiar-clave (api-gateway/public/js/app-version.js:336)
`api-gateway/public/js/app-version.js:336` calls `POST /api/auth/cambiar-clave` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/cambiar-clave` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cartas-params/${encodeURIComponent(key)} (api-gateway/public/cartas-aprobacion/app.js:135)
`api-gateway/public/cartas-aprobacion/app.js:135` calls `POST /api/cartas-params/${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cartas-params/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cartas/carga-masiva (api-gateway/public/cartas-aprobacion/app.js:2986)
`api-gateway/public/cartas-aprobacion/app.js:2986` calls `POST /api/cartas/carga-masiva` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cartas/carga-masiva` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clientes (api-gateway/public/cartas-aprobacion/app.js:92)
`api-gateway/public/cartas-aprobacion/app.js:92` calls `POST /api/clientes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clientes` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/creditos (api-gateway/public/cartas-aprobacion/app.js:3983)
`api-gateway/public/cartas-aprobacion/app.js:3983` calls `POST /api/creditos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/creditos` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/creditos (api-gateway/public/creditos/app.js:1308)
`api-gateway/public/creditos/app.js:1308` calls `POST /api/creditos` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/creditos` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/desempeno/ping (api-gateway/public/js/app-version.js:637)
`api-gateway/public/js/app-version.js:637` calls `POST /api/desempeno/ping` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/desempeno/ping` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notif/subscribe (api-gateway/public/js/app-version.js:605)
`api-gateway/public/js/app-version.js:605` calls `POST /api/notif/subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notif/subscribe` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/operaciones/recalcular-comisiones (api-gateway/public/dashboard/app.js:3797)
`api-gateway/public/dashboard/app.js:3797` calls `POST /api/operaciones/recalcular-comisiones` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/operaciones/recalcular-comisiones` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/notif/leidas (api-gateway/public/js/app-version.js:580)
`api-gateway/public/js/app-version.js:580` calls `PUT /api/notif/leidas` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notif/leidas` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'exec_used' in api-gateway/public/js/xlsx.full.min.js:11
Found a known-risky pattern (exec_used). Review and replace if possible.
api-gateway/public/js/xlsx.full.min.js:11 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api-gateway/public/cartas-aprobacion/app.js:79
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api-gateway/public/creditos/app.js:40
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api-gateway/public/dashboard/app.js:3797
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api-gateway/public/edicion-creditos/edicion-page.js:285
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api-gateway/public/js/app-version.js:605
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api-gateway/public/js/html2pdf.bundle.min.js:2
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing ci, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/antecedentes-laborales/index.html:447
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/antecedentes-laborales/index.html:447 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/aprobaciones/index.html:862
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/aprobaciones/index.html:862 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/aprobaciones/mantenedor/index.html:179
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/aprobaciones/mantenedor/index.html:179 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/atencion-remota/index.html:383
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/atencion-remota/index.html:383 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/auditoria/index.html:182
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/auditoria/index.html:182 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/carga-masiva/cargar/index.html:236
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/carga-masiva/cargar/index.html:236 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/carga-masiva/eq-ejecutivos/index.html:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/carga-masiva/eq-ejecutivos/index.html:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/carga-masiva/eq-estados/index.html:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/carga-masiva/eq-estados/index.html:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/carga-masiva/historial/index.html:200
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/carga-masiva/historial/index.html:200 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/carga-masiva/trinidad/index.html:177
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/carga-masiva/trinidad/index.html:177 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/cartas-aprobacion/app.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/cartas-aprobacion/app.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/clientes/index.html:860
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/clientes/index.html:860 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/cobranza/index.html:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/cobranza/index.html:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/cobranza/judicial.html:297
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/cobranza/judicial.html:297 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/cobranza/mis-cobranza.html:269
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/cobranza/mis-cobranza.html:269 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/cobranza/prejudicial.html:363
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/cobranza/prejudicial.html:363 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/comisiones/revision/index.html:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/comisiones/revision/index.html:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/comisiones/variables/index.html:167
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/comisiones/variables/index.html:167 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/cotizaciones/index.html:780
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/cotizaciones/index.html:780 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/app.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/app.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/auditoria.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/auditoria.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/carga-documentos-af.html:202
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/carga-documentos-af.html:202 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/digitacion-autofin.html:504
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/digitacion-autofin.html:504 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/digitacion-unidad.html:422
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/digitacion-unidad.html:422 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/documentos.html:380
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/documentos.html:380 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/fundantes.html:269
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/fundantes.html:269 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/pagar-cuotas.html:344
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/pagar-cuotas.html:344 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/respaldos.html:344
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/respaldos.html:344 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/revisar.html:419
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/revisar.html:419 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/creditos/validacion-firma.html:328
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/creditos/validacion-firma.html:328 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/crm/campanas/crear.html:418
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/crm/campanas/crear.html:418 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/crm/campanas/resultados.html:301
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/crm/campanas/resultados.html:301 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/crm/estadisticas.html:377
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/crm/estadisticas.html:377 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/crm/gestiones.html:517
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/crm/gestiones.html:517 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/crm/index.html:167
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/crm/index.html:167 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/dashboard/app.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/dashboard/app.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/dealers-incorporacion/mantencion.html:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/dealers-incorporacion/mantencion.html:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/dealers-incorporacion/nuevo.html:427
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/dealers-incorporacion/nuevo.html:427 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/edicion-creditos/edicion-page.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/edicion-creditos/edicion-page.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/index.html:375
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/index.html:375 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/informes-dealernet/index.html:358
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/informes-dealernet/index.html:358 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/alertas-vencimiento.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/alertas-vencimiento.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/app-version.js:332
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/app-version.js:332 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/bootstrap.bundle.min.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/bootstrap.bundle.min.js:6 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/comprobante.js:176
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/comprobante.js:176 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/html2pdf.bundle.min.js:2
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/html2pdf.bundle.min.js:2 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/orden-toast.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/orden-toast.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/js/webrtc-atencion.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/js/webrtc-atencion.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/login.html:189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/login.html:189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/alertas-saldos/index.html:149
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/alertas-saldos/index.html:149 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/alertas/index.html:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/alertas/index.html:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/ayuda/index.html:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/ayuda/index.html:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/bd-antecedentes/index.html:163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/bd-antecedentes/index.html:163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/bd-clientes/index.html:236
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/bd-clientes/index.html:236 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/bd-informacion-comercial/index.html:163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/bd-informacion-comercial/index.html:163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/bd-operaciones/index.html:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/bd-operaciones/index.html:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/broker-validaciones/index.html:186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/broker-validaciones/index.html:186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/cobranza-parametros/index.html:171
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/cobranza-parametros/index.html:171 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/comisiones-seguro/index.html:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/comisiones-seguro/index.html:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/comunas/index.html:224
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/comunas/index.html:224 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/cuentas-bancarias/index.html:315
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/cuentas-bancarias/index.html:315 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/db-maintenance/index.html:446
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/db-maintenance/index.html:446 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/dealer-categorias/index.html:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/dealer-categorias/index.html:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/dealernet-productos/index.html:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/dealernet-productos/index.html:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/dealers/index.html:474
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/dealers/index.html:474 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/definiciones/index.html:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/definiciones/index.html:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/factores-seguro/index.html:334
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/factores-seguro/index.html:334 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/feriados/index.html:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/feriados/index.html:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/financieras/index.html:368
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/financieras/index.html:368 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/flujo-brokerage/index.html:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/flujo-brokerage/index.html:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/impuestos/index.html:92
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/impuestos/index.html:92 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/index.html:203
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/index.html:203 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/meses-cerrados/index.html:176
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/meses-cerrados/index.html:176 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/pagares/index.html:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/pagares/index.html:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/parametros/index.html:187
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/parametros/index.html:187 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/parques/index.html:227
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/parques/index.html:227 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/presupuesto/index.html:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/presupuesto/index.html:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/productos-financiera/index.html:215
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/productos-financiera/index.html:215 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/respuestas-rapidas/index.html:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/respuestas-rapidas/index.html:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/servidor-hora/index.html:220
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/servidor-hora/index.html:220 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/tasas/index.html:382
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/tasas/index.html:382 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/tipos-documento/index.html:273
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/tipos-documento/index.html:273 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/uf/index.html:235
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/uf/index.html:235 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/vehiculos/index.html:333
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/vehiculos/index.html:333 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/mantenedores/vista-pantallas/index.html:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/mantenedores/vista-pantallas/index.html:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/politica/index.html:565
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/politica/index.html:565 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/portal-dealer/index.html:269
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/portal-dealer/index.html:269 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/postventa/comisiones-a-pagar/index.html:244
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/postventa/comisiones-a-pagar/index.html:244 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/postventa/mantenedores/index.html:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/postventa/mantenedores/index.html:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/postventa/orden-pago-comision/index.html:129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/postventa/orden-pago-comision/index.html:129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/postventa/orden-pago/index.html:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/postventa/orden-pago/index.html:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/postventa/saldos-a-pagar/index.html:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/postventa/saldos-a-pagar/index.html:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/postventa/seguimiento/index.html:161
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/postventa/seguimiento/index.html:161 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/reporteria/index.html:498
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/reporteria/index.html:498 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/reporteria/tablas-dinamicas/index.html:406
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/reporteria/tablas-dinamicas/index.html:406 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/simulador/index.html:320
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/simulador/index.html:320 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/brokerage.html:260
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/brokerage.html:260 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/caja.html:476
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/caja.html:476 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/caja/index.html:167
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/caja/index.html:167 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/cajas.html:316
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/cajas.html:316 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/cierre-caja.html:361
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/cierre-caja.html:361 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/cuentas-transitorias.html:222
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/cuentas-transitorias.html:222 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/tesoreria/index.html:208
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/tesoreria/index.html:208 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in api-gateway/public/usuarios/index.html:766
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
api-gateway/public/usuarios/index.html:766 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/adapt_dashboard.py:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/adapt_dashboard.py:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in api-gateway/public/js/html2pdf.bundle.min.js:2
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
api-gateway/public/js/html2pdf.bundle.min.js:2 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in api-gateway/public/js/bootstrap.bundle.min.js:6
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
api-gateway/public/js/bootstrap.bundle.min.js:6 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in api-gateway/public/js/html2pdf.bundle.min.js:2
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
api-gateway/public/js/html2pdf.bundle.min.js:2 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/atencion-remota/index.html:459
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/atencion-remota/index.html:459 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/dashboard/app.js:1288
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/dashboard/app.js:1288 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/dealers-incorporacion/nuevo.html:545
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/dealers-incorporacion/nuevo.html:545 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/js/app-version.js:258
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/js/app-version.js:258 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/js/orden-toast.js:21
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/js/orden-toast.js:21 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/mantenedores/dealers/index.html:503
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/mantenedores/dealers/index.html:503 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in api-gateway/public/portal-dealer/index.html:278
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
api-gateway/public/portal-dealer/index.html:278 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in api-gateway/public/login.html:183
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
api-gateway/public/login.html:183 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in api-gateway/public/portal-dealer/index.html:168
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
api-gateway/public/portal-dealer/index.html:168 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/audit-permisos.js:89
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/audit-permisos.js:89 Node child process
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 21 placeholder/mock markers across 6 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 187 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 6 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CORS_ORIGIN`, `DEALERNET_ENDPOINT`, `DEALERNET_PASS`, `DEALERNET_TIPOCNS`, `DEALERNET_USER`, `TZ`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 174 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — api-gateway/public/cartas-aprobacion/app.js:4510
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — api-gateway/public/dashboard/app.js:3720
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in api-gateway/public/aprobaciones/index.html:1936
Found a known-risky pattern (document_write). Review and replace if possible.
api-gateway/public/aprobaciones/index.html:1936 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in api-gateway/public/cartas-aprobacion/app.js:1880
Found a known-risky pattern (document_write). Review and replace if possible.
api-gateway/public/cartas-aprobacion/app.js:1880 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in api-gateway/public/comisiones/revision/index.html:1115
Found a known-risky pattern (document_write). Review and replace if possible.
api-gateway/public/comisiones/revision/index.html:1115 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in api-gateway/public/js/html2pdf.bundle.min.js:2
Found a known-risky pattern (document_write). Review and replace if possible.
api-gateway/public/js/html2pdf.bundle.min.js:2 Document write
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `detalle_v2` in api-gateway/public/dashboard/app.js:110
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `placement_v2` in api-gateway/public/js/placement-manifest.js:98
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `workflow_estados_v1` in services/mantenedores/src/controllers/workflow.controller.js:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: limpia_bool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/importar_detalle.py:241
low System graph software Dead code conf 1.00 Possibly dead Python function: limpia_fecha
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/importar_detalle.py:192
low System graph software Dead code conf 1.00 Possibly dead Python function: limpia_num
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/importar_detalle.py:200
low System graph quality Docs conf 1.00 README lacks setup or run instructions
A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin.
ReadmeRepo hardeningGenerated repo pattern
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api-gateway/public/cartas-aprobacion/app.js:2826
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api-gateway/public/js/xlsx.full.min.js:12
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — api-gateway/src/index.js:440
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/audit-permisos.js:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/check-duplicates.js:54
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/recover-num-op.js:27
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/volcar-bd.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/alertas/src/controllers/alertas.controller.js:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/atencion-remota/src/controllers/atencion.controller.js:197
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/atencion-remota/src/ws.js:98
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/auditoria/src/controllers/auditoria.controller.js:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/ayuda/src/controllers/ayuda.controller.js:221
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/cartas/src/controllers/cartas.controller.js:240
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/cartas/src/controllers/cartolas.controller.js:79
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/clientes/src/controllers/dealernet-ws.controller.js:93
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/clientes/src/controllers/informes-dealernet.controller.js:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/cobranza/src/controllers/cobranza.controller.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/comisiones/src/controllers/comisiones.controller.js:95
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/broker-validaciones.controller.js:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/carga-masiva.controller.js:310
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/carga-trinidad.controller.js:12
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/creditos.controller.js:574
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/fundantes.controller.js:33
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/operaciones.controller.js:60
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/creditos/src/controllers/trinidad-config.controller.js:82
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/crm/src/controllers/gestiones.controller.js:68
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/dealers-incorporacion/src/controllers/fichas.controller.js:143
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/desempeno/src/controllers/desempeno.controller.js:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/mantenedores/src/controllers/comisiones-seguro.controller.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/mantenedores/src/controllers/dealer-categorias.controller.js:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/mantenedores/src/controllers/definiciones.controller.js:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/mantenedores/src/controllers/parques.controller.js:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/mantenedores/src/controllers/politica-aprobacion.controller.js:83
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/mantenedores/src/controllers/tipos-documento.controller.js:55
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/notificaciones/src/controllers/notificaciones.controller.js:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/postventa/src/controllers/postventa.controller.js:81
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/reporteria/src/controllers/tablas-dinamicas.controller.js:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/tesoreria/src/controllers/brokerage.controller.js:30
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — services/usuarios/src/controllers/perfiles.controller.js:213
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — setup-db.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — shared/config/database.js:48
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — shared/feriados.js:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: PUT /variables
`shared/middleware/permisos.js` declares `PUT /variables` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/alertas
`api-gateway/src/index.js` declares `USE /api/alertas` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/antecedentes-laborales
`api-gateway/src/index.js` declares `USE /api/antecedentes-laborales` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/auditoria-credito
`api-gateway/src/index.js` declares `USE /api/auditoria-credito` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/auth
`api-gateway/src/index.js` declares `USE /api/auth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/bd-antecedentes
`api-gateway/src/index.js` declares `USE /api/bd-antecedentes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/bd-clientes
`api-gateway/src/index.js` declares `USE /api/bd-clientes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/bd-informacion-comercial
`api-gateway/src/index.js` declares `USE /api/bd-informacion-comercial` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/bd-operaciones
`api-gateway/src/index.js` declares `USE /api/bd-operaciones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/broker-validaciones
`api-gateway/src/index.js` declares `USE /api/broker-validaciones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/broker-validation-items
`api-gateway/src/index.js` declares `USE /api/broker-validation-items` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/cajas
`api-gateway/src/index.js` declares `USE /api/cajas` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/clientes
`api-gateway/src/index.js` declares `USE /api/clientes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/config
`api-gateway/src/index.js` declares `USE /api/config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/cotizaciones
`api-gateway/src/index.js` declares `USE /api/cotizaciones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/credito-documentos
`api-gateway/src/index.js` declares `USE /api/credito-documentos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/creditos
`api-gateway/src/index.js` declares `USE /api/creditos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/cuentas-bancarias
`api-gateway/src/index.js` declares `USE /api/cuentas-bancarias` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/db-maintenance
`api-gateway/src/index.js` declares `USE /api/db-maintenance` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/dealer-categorias
`api-gateway/src/index.js` declares `USE /api/dealer-categorias` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/dealer-incorporacion
`api-gateway/src/index.js` declares `USE /api/dealer-incorporacion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/dealernet
`api-gateway/src/index.js` declares `USE /api/dealernet` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/dealers
`api-gateway/src/index.js` declares `USE /api/dealers` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/definiciones
`api-gateway/src/index.js` declares `USE /api/definiciones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/documentos-af
`api-gateway/src/index.js` declares `USE /api/documentos-af` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/edicion-creditos
`api-gateway/src/index.js` declares `USE /api/edicion-creditos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/feriados
`api-gateway/src/index.js` declares `USE /api/feriados` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/fundantes
`api-gateway/src/index.js` declares `USE /api/fundantes` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/geografico
`api-gateway/src/index.js` declares `USE /api/geografico` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/impuestos
`api-gateway/src/index.js` declares `USE /api/impuestos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/informacion-comercial
`api-gateway/src/index.js` declares `USE /api/informacion-comercial` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/informes-dealernet
`api-gateway/src/index.js` declares `USE /api/informes-dealernet` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/meses-cerrados
`api-gateway/src/index.js` declares `USE /api/meses-cerrados` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/noticias
`api-gateway/src/index.js` declares `USE /api/noticias` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/operaciones
`api-gateway/src/index.js` declares `USE /api/operaciones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/pagos-credito
`api-gateway/src/index.js` declares `USE /api/pagos-credito` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/parametros-credito
`api-gateway/src/index.js` declares `USE /api/parametros-credito` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/parques-comisiones
`api-gateway/src/index.js` declares `USE /api/parques-comisiones` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/perfiles
`api-gateway/src/index.js` declares `USE /api/perfiles` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/plantillas-documento
`api-gateway/src/index.js` declares `USE /api/plantillas-documento` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/politica-aprobacion
`api-gateway/src/index.js` declares `USE /api/politica-aprobacion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/productos-financiera
`api-gateway/src/index.js` declares `USE /api/productos-financiera` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/servidor-hora
`api-gateway/src/index.js` declares `USE /api/servidor-hora` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/tablas-dinamicas
`api-gateway/src/index.js` declares `USE /api/tablas-dinamicas` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/tasas
`api-gateway/src/index.js` declares `USE /api/tasas` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/tipos-documento
`api-gateway/src/index.js` declares `USE /api/tipos-documento` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/uf
`api-gateway/src/index.js` declares `USE /api/uf` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/usuarios
`api-gateway/src/index.js` declares `USE /api/usuarios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/vehiculos
`api-gateway/src/index.js` declares `USE /api/vehiculos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: USE /api/workflow-estados
`api-gateway/src/index.js` declares `USE /api/workflow-estados` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: api-gateway/public/cartas-aprobacion/app.js (4882 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api-gateway/public/creditos/app.js (1661 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api-gateway/public/dashboard/app.js (3806 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api-gateway/public/js/qrcode-generator.js (2297 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/postventa/src/controllers/postventa.controller.js (1148 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/usuarios/src/controllers/perfiles.controller.js (1912 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/9cf96336-b9f8-458f-8cc0-0219f7fb5436/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9cf96336-b9f8-458f-8cc0-0219f7fb5436/

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