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.

ROMPEFUEGOS/sistema-produccion-encimeras

https://github.com/ROMPEFUEGOS/sistema-produccion-encimeras · scanned 2026-06-15 23:55 UTC (2 months, 3 weeks ago)

91 raw signals (0 security + 91 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

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

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

high System graph security auth conf 1.00 Flask mutation route `anotar` without `@login_required` — SistemaProduccion/ui_revision.py:392
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:392 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `borrar_anotacion` without `@login_required` — SistemaProduccion/ui_revision.py:440
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:440 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `comparar_ref` without `@login_required` — SistemaProduccion/ui_revision.py:500
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:500 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generar_dxf` without `@login_required` — SistemaProduccion/ui_revision.py:195
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:195 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generar_pdf` without `@login_required` — SistemaProduccion/ui_revision.py:753
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:753 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `guardar` without `@login_required` — SistemaProduccion/ui_revision.py:184
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:184 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `procesar` without `@login_required` — SistemaProduccion/ui_revision.py:97
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:97 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reextraer` without `@login_required` — SistemaProduccion/ui_revision.py:345
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:345 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `refinar` without `@login_required` — SistemaProduccion/ui_revision.py:625
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:625 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reiniciar` without `@login_required` — SistemaProduccion/ui_revision.py:334
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:334 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `sintetizar` without `@login_required` — SistemaProduccion/ui_revision.py:714
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:714 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `subir_imagen` without `@login_required` — SistemaProduccion/ui_revision.py:280
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
SistemaProduccion/ui_revision.py:280 securityAuth flask unauth route
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
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 Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 17 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 222 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 security security conf 1.00 Insecure pattern 'debug_true' in SistemaProduccion/ui_revision.py:1922
Found a known-risky pattern (debug_true). Review and replace if possible.
SistemaProduccion/ui_revision.py:1922 Debug true
low System graph quality Integrity conf 1.00 20 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: dxf_watcher.py:setup_logging, DXF_Acotador_Automatico/Instalacion para Linux/dxf_watcher.py:setup_logging, DXF_Acotador_Automatico/Instalacion para Windows/dxf_watcher.py:setup_logging This is *the* AI-coder failure mode (4× more duplication in vibe-…
20 occurrences
repo-level (20 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `dxf_auto_dim_v1` in DXF_Acotador_Automatico/Instalacion para Linux/dxf_auto_dim_v1.3.py:14
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 `dxf_auto_dim_v1` in DXF_Acotador_Automatico/Instalacion para Linux/dxf_watcher.py:51
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 `dxf_auto_dim_v1` in DXF_Acotador_Automatico/Instalacion para Windows/dxf_auto_dim_v1.3.py:14
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 `dxf_auto_dim_v1` in DXF_Acotador_Automatico/Instalacion para Windows/dxf_watcher.py:51
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 `dxf_auto_dim_v1` in dxf_auto_dim_v1.3.py:14
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 `dxf_auto_dim_v1` in dxf_watcher.py:51
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 `dxf_auto_dim_v1` in SistemaProduccion/main.py:39
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 `dxf_auto_dim_v1` in SistemaProduccion/ui_revision.py:44
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: anotar_pieza
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
SistemaProduccion/anotador.py:172
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: corner_angle_deg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
DXF_Acotador_Automatico/Instalacion para Linux/dxf_auto_dim_v1.3.py:651
DXF_Acotador_Automatico/Instalacion para Windows/dxf_auto_dim_v1.3.py:651
dxf_auto_dim_v1.3.py:651
low System graph software Dead code conf 1.00 Possibly dead Python function: invalidar_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
SistemaProduccion/trello_client.py:102
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: invalidate_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
DXF_Acotador_Automatico/Instalacion para Linux/trello_uploader.py:213
DXF_Acotador_Automatico/Instalacion para Windows/trello_uploader.py:213
trello_uploader.py:213
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: piece_sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
DXF_Acotador_Automatico/Instalacion para Linux/dxf_auto_dim_v1.3.py:779
DXF_Acotador_Automatico/Instalacion para Windows/dxf_auto_dim_v1.3.py:779
dxf_auto_dim_v1.3.py:779
low System graph software Dead code conf 1.00 3 occurrences Possibly dead Python function: render_piece_notes_block
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
3 files, 3 locations
DXF_Acotador_Automatico/Instalacion para Linux/dxf_auto_dim_v1.3.py:1795
DXF_Acotador_Automatico/Instalacion para Windows/dxf_auto_dim_v1.3.py:1795
dxf_auto_dim_v1.3.py:1851
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 api Wiring conf 1.00 Unused endpoint: ANY /
`SistemaProduccion/ui_revision.py` declares `ANY /` 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: ANY /anotar/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /anotar/<numero>` 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: ANY /borrar_anotacion/<numero>/<int:ann_id>
`SistemaProduccion/ui_revision.py` declares `ANY /borrar_anotacion/<numero>/<int:ann_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /comparar_ref/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /comparar_ref/<numero>` 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: ANY /crop/<numero>/<nombre>
`SistemaProduccion/ui_revision.py` declares `ANY /crop/<numero>/<nombre>` 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: ANY /descargar/<numero>/<archivo>
`SistemaProduccion/ui_revision.py` declares `ANY /descargar/<numero>/<archivo>` 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: ANY /dxf/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /dxf/<numero>` 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: ANY /guardar/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /guardar/<numero>` 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: ANY /imagen/<numero>/<nombre>
`SistemaProduccion/ui_revision.py` declares `ANY /imagen/<numero>/<nombre>` 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: ANY /pdf/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /pdf/<numero>` 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: ANY /procesar
`SistemaProduccion/ui_revision.py` declares `ANY /procesar` 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: ANY /reextraer/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /reextraer/<numero>` 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: ANY /refinar/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /refinar/<numero>` 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: ANY /reiniciar/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /reiniciar/<numero>` 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: ANY /revisar/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /revisar/<numero>` 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: ANY /sintetizar/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /sintetizar/<numero>` 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: ANY /subir_imagen/<numero>
`SistemaProduccion/ui_revision.py` declares `ANY /subir_imagen/<numero>` 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: ANY /ver/<numero>/<archivo>
`SistemaProduccion/ui_revision.py` declares `ANY /ver/<numero>/<archivo>` 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: DXF_Acotador_Automatico/Instalacion para Linux/dxf_auto_dim_v1.3.py (2090 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: DXF_Acotador_Automatico/Instalacion para Windows/dxf_auto_dim_v1.3.py (2090 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: dxf_auto_dim_v1.3.py (2160 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: SistemaProduccion/ui_revision.py (1922 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/23d15ebd-0230-4008-b496-514b552416db/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/23d15ebd-0230-4008-b496-514b552416db/

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.