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.

Solevenergia/solevenergia

https://github.com/Solevenergia/solevenergia · scanned 2026-06-16 00:17 UTC (2 months, 2 weeks ago)

112 raw signals (0 security + 112 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 112 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 71.2/100 with 100.0% coverage. It contains 613 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 112 findings — concentrated in api (50), security (22), quality (21). Risk profile is high: 0 critical, 21 high, 8 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 106 of 112 actionable findings. 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 `api_tarifa_remover` without `@login_required` — routes/tarifas.py:142
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/tarifas.py:142 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_tarifa_salvar` without `@login_required` — routes/tarifas.py:114
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/tarifas.py:114 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `conciliacao_copiar_rateio` without `@login_required` — routes/conciliacao.py:264
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/conciliacao.py:264 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `conciliacao_salvar_geracao` without `@login_required` — routes/conciliacao.py:162
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/conciliacao.py:162 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `conciliacao_salvar_rateio` without `@login_required` — routes/conciliacao.py:214
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/conciliacao.py:214 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `contrato_gerar_pdf` without `@login_required` — routes/contrato.py:65
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/contrato.py:65 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `contrato_visualizar` without `@login_required` — routes/contrato.py:57
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/contrato.py:57 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `emitir` without `@login_required` — routes/inter.py:94
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/inter.py:94 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `importar` without `@login_required` — routes/importar.py:249
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/importar.py:249 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `investidor_gerar` without `@login_required` — routes/investidor.py:41
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/investidor.py:41 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `recebedor_editar` without `@login_required` — routes/recebedores.py:50
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/recebedores.py:50 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `recebedor_novo` without `@login_required` — routes/recebedores.py:36
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/recebedores.py:36 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `setup_webhook` without `@login_required` — routes/inter.py:210
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/inter.py:210 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `simulacao_importar` without `@login_required` — routes/simulador.py:222
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/simulador.py:222 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `simulador` without `@login_required` — routes/simulador.py:31
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/simulador.py:31 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `tarifa_editar` without `@login_required` — routes/tarifas.py:63
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/tarifas.py:63 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `tarifa_nova` without `@login_required` — routes/tarifas.py:42
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/tarifas.py:42 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `titular_editar` without `@login_required` — routes/titulares.py:54
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/titulares.py:54 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `titular_novo` without `@login_required` — routes/titulares.py:36
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/titulares.py:36 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `webhook` without `@login_required` — routes/inter.py:37
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/inter.py:37 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `whatsapp_config` without `@login_required` — routes/whatsapp.py:134
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
routes/whatsapp.py:134 securityAuth flask unauth route
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 static/js/pix-validacao.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/pix-validacao.js:62 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — app.py:1661
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — inter_api.py:61
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — rodar_tudo.py:32
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph 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
3 test file(s) for 72 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 17 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ADMIN_PASSWORD`, `ANTHROPIC_API_KEY`, `ANTHROPIC_AUTH_TOKEN`, `INTER_AMBIENTE`, `INTER_CERT_PATH`, `INTER_CLIENT_ID`, `INTER_CLIENT_SECRET`, `INTER_KEY_PATH` + 9 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't bre…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
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 883 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: mcr.microsoft.com/playwright/python:v1.49.0-jammy
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:7 containersPinned dependencies
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 `rateio_planejar_old` in app.py:6737
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 `restaurar_backup` in backup_supabase.py:10
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: detectar_consolidaveis
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
consolidar_fixo.py:139
low System graph software Dead code conf 1.00 Possibly dead Python function: enviar_cobranca_completa
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
whatsapp_sender.py:124
low System graph software Dead code conf 1.00 Possibly dead Python function: evolution_configurada
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
whatsapp_sender.py:22
low System graph software Dead code conf 1.00 Possibly dead Python function: gerar_pdf_rateio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
contalev_rateio_pdf.py:132
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_cabecalho
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/cabecalho.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_consumo_scee
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/consumo_scee.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_financeiros
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/financeiros.py:7
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_historico
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/historico.py:7
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_medidor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/medidor.py:6
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_scee
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/scee.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_titular
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/titular.py:5
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_tributos
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
extracao/equatorial_go/sections/tributos.py:6
low System graph software Dead code conf 1.00 Possibly dead Python function: registrar_envio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
whatsapp_sender.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: uc_sufixo
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
utils.py:276
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `_preparar_logos` (body is just `pass`/`return`) — contalev_cobranca_v2_padrao.py:429
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /
`app.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 /api/cliente/<path:uc>
`app.py` declares `ANY /api/cliente/<path:uc>` 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 /api/clientes/busca
`app.py` declares `ANY /api/clientes/busca` 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 /api/extrair-fatura-equatorial
`app.py` declares `ANY /api/extrair-fatura-equatorial` 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 /api/scee-reconciliacao
`app.py` declares `ANY /api/scee-reconciliacao` 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 /api/validar-pix-uc/<path:uc>
`app.py` declares `ANY /api/validar-pix-uc/<path:uc>` 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 /c/<token>
`app.py` declares `ANY /c/<token>` 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 /clientes
`app.py` declares `ANY /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: ANY /clientes/editar/<path:uc>
`app.py` declares `ANY /clientes/editar/<path:uc>` 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 /clientes/nova_uc/<path:uc>
`app.py` declares `ANY /clientes/nova_uc/<path:uc>` 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 /clientes/novo
`app.py` declares `ANY /clientes/novo` 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 /clientes/remover/<path:uc>
`app.py` declares `ANY /clientes/remover/<path:uc>` 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 /clientes/remover_post
`app.py` declares `ANY /clientes/remover_post` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /clientes/ver/<path:uc>
`app.py` declares `ANY /clientes/ver/<path:uc>` 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 /clientes/ver/<path:uc>/deletar_documento/<int:id_doc>
`app.py` declares `ANY /clientes/ver/<path:uc>/deletar_documento/<int:id_doc>` 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 /clientes/ver/<path:uc>/download_documento/<int:id_doc>
`app.py` declares `ANY /clientes/ver/<path:uc>/download_documento/<int:id_doc>` 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 /clientes/ver/<path:uc>/upload_documento
`app.py` declares `ANY /clientes/ver/<path:uc>/upload_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: ANY /cobrancas/dia
`app.py` declares `ANY /cobrancas/dia` 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 /cobrancas/dia/baixar
`app.py` declares `ANY /cobrancas/dia/baixar` 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 /cobrancas/dia/scee/<int:id_fatura>
`app.py` declares `ANY /cobrancas/dia/scee/<int:id_fatura>` 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 /download/<path:filename>
`app.py` declares `ANY /download/<path:filename>` 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 /fatura/<code>
`app.py` declares `ANY /fatura/<code>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /fatura/<int:id_fatura>/envio-whatsapp
`app.py` declares `ANY /fatura/<int:id_fatura>/envio-whatsapp` 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 /fatura/consolidar-fixo/<int:id_fatura>
`app.py` declares `ANY /fatura/consolidar-fixo/<int:id_fatura>` 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 /faturas
`app.py` declares `ANY /faturas` 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 /faturas/usina/<int:id_fu>/baixa
`app.py` declares `ANY /faturas/usina/<int:id_fu>/baixa` 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 /faturas/usina/<int:id_fu>/excluir
`app.py` declares `ANY /faturas/usina/<int:id_fu>/excluir` 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 /faturas/usina/<int:id_fu>/pdf
`app.py` declares `ANY /faturas/usina/<int:id_fu>/pdf` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /faturas/usina/<int:id_fu>/reabrir
`app.py` declares `ANY /faturas/usina/<int:id_fu>/reabrir` 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 /faturas/usinas
`app.py` declares `ANY /faturas/usinas` 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 /gerar/auto
`app.py` declares `ANY /gerar/auto` 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 /gerar/auto/baixar
`app.py` declares `ANY /gerar/auto/baixar` 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 /gerar/auto/download
`app.py` declares `ANY /gerar/auto/download` 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 /gerar/auto/gerar-job
`app.py` declares `ANY /gerar/auto/gerar-job` 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 /gerar/auto/progresso/<jid>
`app.py` declares `ANY /gerar/auto/progresso/<jid>` 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 /gerar/manual
`app.py` declares `ANY /gerar/manual` 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 /historico
`app.py` declares `ANY /historico` 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 /login
`app.py` declares `ANY /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /logout
`app.py` declares `ANY /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /lote
`app.py` declares `ANY /lote` 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 /luz/<code>
`app.py` declares `ANY /luz/<code>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /pagamento
`app.py` declares `ANY /pagamento` 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 /pagar/<code>
`app.py` declares `ANY /pagar/<code>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /pix/<code>
`app.py` declares `ANY /pix/<code>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /resultado
`app.py` declares `ANY /resultado` 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 /soleconomia/<code>
`app.py` declares `ANY /soleconomia/<code>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /ver-equatorial/<item_id>
`app.py` declares `ANY /ver-equatorial/<item_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /ver/<path:filename>
`app.py` declares `ANY /ver/<path:filename>` 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 /whatsapp-pix/<int:id_fatura>
`app.py` declares `ANY /whatsapp-pix/<int:id_fatura>` 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 /whatsapp/<path:filename>
`app.py` declares `ANY /whatsapp/<path:filename>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: app.py (8265 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: baixar_equatorial.py (1485 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: db.py (2768 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/e7573d22-904f-41d0-9e0f-dbb620f92f4d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e7573d22-904f-41d0-9e0f-dbb620f92f4d/

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.