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.

shubhamshnd/PORTMAN

https://github.com/shubhamshnd/PORTMAN · scanned 2026-06-16 00:12 UTC (2 months, 2 weeks ago)

247 raw signals (0 security + 247 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 232 actionable findings from 1 signal source. 15 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 72.6/100 with 100.0% coverage. It contains 3002 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 247 findings — concentrated in security (116), api (57), quality (56). Risk profile is high: 0 critical, 84 high, 47 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 223 of 232 actionable findings. 247 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 api Wiring conf 1.00 Dangling fetch: GET /api/module/VCN01/stowage/${vcnId} (.tmp_ldud01_script_check.js:560)
`.tmp_ldud01_script_check.js:560` calls `GET /api/module/VCN01/stowage/${vcnId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/vcn01/stowage/<p>` 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/module/VCTM01/all (.tmp_ldud01_script_check.js:43)
`.tmp_ldud01_script_check.js:43` calls `GET /api/module/VCTM01/all` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/vctm01/all` 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/module/FIN01/export/einvoice (.tmp_fin01_invoices.js:121)
`.tmp_fin01_invoices.js:121` calls `POST /api/module/FIN01/export/einvoice` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/fin01/export/einvoice` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/module/FIN01/export/gstr1-b2b (.tmp_fin01_invoices.js:86)
`.tmp_fin01_invoices.js:86` calls `POST /api/module/FIN01/export/gstr1-b2b` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/fin01/export/gstr1-b2b` 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/module/LDUD01/${type}/delete (.tmp_ldud01_script_check.js:1008)
`.tmp_ldud01_script_check.js:1008` calls `POST /api/module/LDUD01/${type}/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/ldud01/<p>/delete` 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/module/LDUD01/${type}/save (.tmp_ldud01_script_check.js:954)
`.tmp_ldud01_script_check.js:954` calls `POST /api/module/LDUD01/${type}/save` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/ldud01/<p>/save` 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: POST /api/module/LDUD01/${type}/save (.tmp_ldud01_script_check.js:983)
`.tmp_ldud01_script_check.js:983` calls `POST /api/module/LDUD01/${type}/save` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/module/ldud01/<p>/save` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `add_user` without `@login_required` — modules/ADMIN/views.py:56
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:56 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `approve_bill` without `@login_required` — modules/FIN01/views.py:331
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FIN01/views.py:331 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `approve` without `@login_required` — modules/FCAM01/views.py:211
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCAM01/views.py:211 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `approve` without `@login_required` — modules/SRV01/views.py:162
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/SRV01/views.py:162 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cancel_invoice_sap` without `@login_required` — modules/FINV01/views.py:911
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:911 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `clear_logs` without `@login_required` — modules/ADMIN/views.py:717
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:717 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_cancellation_cn` without `@login_required` — modules/FINV01/views.py:982
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:982 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_invoice` without `@login_required` — modules/FINV01/views.py:252
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:252 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cutover_bill_seed` without `@login_required` — modules/ADMIN/views.py:993
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:993 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cutover_invoice_seed` without `@login_required` — modules/ADMIN/views.py:975
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:975 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cutover_lock` without `@login_required` — modules/ADMIN/views.py:1020
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:1020 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `cutover_mark_billed` without `@login_required` — modules/ADMIN/views.py:1007
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:1007 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_currency` without `@login_required` — modules/FCRM01/views.py:58
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCRM01/views.py:58 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_doc_series` without `@login_required` — modules/FINV01/views.py:1495
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:1495 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_exchange_rate` without `@login_required` — modules/FCRM01/views.py:109
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCRM01/views.py:109 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_field` without `@login_required` — modules/FSTM01/views.py:100
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FSTM01/views.py:100 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_header` without `@login_required` — modules/FCAM01/views.py:187
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCAM01/views.py:187 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_line` without `@login_required` — modules/FCAM01/views.py:173
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCAM01/views.py:173 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_port_bank` without `@login_required` — modules/ADMIN/views.py:529
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:529 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete_user` without `@login_required` — modules/ADMIN/views.py:202
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:202 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete` without `@login_required` — modules/FGRM01/views.py:41
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FGRM01/views.py:41 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete` without `@login_required` — modules/FSTM01/views.py:58
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FSTM01/views.py:58 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete` without `@login_required` — modules/SRV01/views.py:147
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/SRV01/views.py:147 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete` without `@login_required` — modules/VHM01/views.py:27
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VHM01/views.py:27 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete` without `@login_required` — modules/VHO01/views.py:27
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VHO01/views.py:27 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `delete` without `@login_required` — modules/VQM01/views.py:54
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VQM01/views.py:54 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `edit_user` without `@login_required` — modules/ADMIN/views.py:98
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:98 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `export_gstr1_b2b` without `@login_required` — modules/FINV01/views.py:766
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:766 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `fetch_irn` without `@login_required` — modules/FINV01/views.py:867
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:867 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_sap_token` without `@login_required` — modules/ADMIN/views.py:822
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:822 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `historical_apply` without `@login_required` — modules/RP01/RP01/historical_data/views.py:72
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/RP01/RP01/historical_data/views.py:72 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `historical_preview` without `@login_required` — modules/RP01/RP01/historical_data/views.py:53
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/RP01/RP01/historical_data/views.py:53 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `historical_row_delete` without `@login_required` — modules/RP01/RP01/historical_data/views.py:140
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/RP01/RP01/historical_data/views.py:140 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `historical_row_update` without `@login_required` — modules/RP01/RP01/historical_data/views.py:128
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/RP01/RP01/historical_data/views.py:128 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `login` without `@login_required` — app.py:255
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:255 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `open_vessel` without `@login_required` — modules/ADMIN/views.py:645
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:645 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `playground_build_payload` without `@login_required` — modules/ADMIN/views.py:877
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:877 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `playground_send` without `@login_required` — modules/ADMIN/views.py:914
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:914 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reactivate_sap_token` without `@login_required` — modules/ADMIN/views.py:846
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:846 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reject_bill` without `@login_required` — modules/FIN01/views.py:386
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FIN01/views.py:386 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reset_mbc_approval` without `@login_required` — modules/ADMIN/views.py:789
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:789 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `reset_password` without `@login_required` — modules/ADMIN/views.py:82
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:82 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `retry_failed_mail` without `@login_required` — modules/ADMIN/views.py:601
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:601 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `retry_sap` without `@login_required` — modules/FINV01/views.py:836
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:836 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `revoke_sap_token` without `@login_required` — modules/ADMIN/views.py:836
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:836 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_aud_config` without `@login_required` — modules/ADMIN/views.py:691
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:691 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_bill` without `@login_required` — modules/FIN01/views.py:236
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FIN01/views.py:236 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_cargo_table` without `@login_required` — modules/RP01/RP01/daily_ops/views.py:92
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/RP01/RP01/daily_ops/views.py:92 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_config` without `@login_required` — modules/ADMIN/views.py:342
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:342 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_currency` without `@login_required` — modules/FCRM01/views.py:40
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCRM01/views.py:40 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_doc_series` without `@login_required` — modules/FINV01/views.py:1468
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FINV01/views.py:1468 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_exchange_rate` without `@login_required` — modules/FCRM01/views.py:91
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCRM01/views.py:91 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_field` without `@login_required` — modules/FSTM01/views.py:84
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FSTM01/views.py:84 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_header` without `@login_required` — modules/FCAM01/views.py:98
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCAM01/views.py:98 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_line` without `@login_required` — modules/FCAM01/views.py:139
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCAM01/views.py:139 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_lines_batch` without `@login_required` — modules/FCAM01/views.py:153
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FCAM01/views.py:153 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_permissions` without `@login_required` — modules/ADMIN/views.py:252
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:252 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_port_bank` without `@login_required` — modules/ADMIN/views.py:506
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:506 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_sap_config` without `@login_required` — modules/ADMIN/views.py:365
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:365 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_smtp_config_route` without `@login_required` — modules/ADMIN/views.py:554
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:554 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save_user_permissions` without `@login_required` — modules/ADMIN/views.py:297
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:297 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/FGRM01/views.py:23
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FGRM01/views.py:23 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/FSTM01/views.py:27
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FSTM01/views.py:27 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/GSTCFG/views.py:26
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/GSTCFG/views.py:26 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/SRV01/views.py:93
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/SRV01/views.py:93 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/VHM01/views.py:21
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VHM01/views.py:21 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/VHO01/views.py:21
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VHO01/views.py:21 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `save` without `@login_required` — modules/VQM01/views.py:48
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VQM01/views.py:48 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `send_mail_now` without `@login_required` — modules/ADMIN/views.py:616
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:616 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `send_otp` without `@login_required` — app.py:279
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:279 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `send_reset_email` without `@login_required` — modules/ADMIN/views.py:125
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:125 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `set_active` without `@login_required` — modules/GSTCFG/views.py:34
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/GSTCFG/views.py:34 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `set_default` without `@login_required` — modules/VQM01/views.py:42
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/VQM01/views.py:42 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `set_password_otp` without `@login_required` — app.py:374
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:374 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `submit_bill` without `@login_required` — modules/FIN01/views.py:358
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/FIN01/views.py:358 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `test_sap_connection` without `@login_required` — modules/ADMIN/views.py:449
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
modules/ADMIN/views.py:449 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `verify_otp` without `@login_required` — app.py:348
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app.py:348 securityAuth flask unauth route
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .tmp_fin01_invoices.js:86
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 — .tmp_ldud01_script_check.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 — .tmp_tm01_script_check.js:77
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.local.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.local.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci, 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: license, ci, 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 security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in .tmp_ldud01_script_check.js:438
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
.tmp_ldud01_script_check.js:438 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/AUD01/aud01.html:274
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/AUD01/aud01.html:274 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FCAM01/entry.html:298
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FCAM01/entry.html:298 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FCN01/fcn01.html:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FCN01/fcn01.html:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FCRM01/fcrm01.html:111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FCRM01/fcrm01.html:111 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FDCN01/fdcn01_entry.html:303
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FDCN01/fdcn01_entry.html:303 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FGRM01/fgrm01.html:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FGRM01/fgrm01.html:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FIN01/bill_view.html:178
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FIN01/bill_view.html:178 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FIN01/bills.html:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FIN01/bills.html:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FIN01/generate_bill.html:284
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FIN01/generate_bill.html:284 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FIN01/generate_invoice.html:246
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FIN01/generate_invoice.html:246 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FINV01/finv01_doc_series.html:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FINV01/finv01_doc_series.html:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FINV01/finv01_generate_invoice.html:321
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FINV01/finv01_generate_invoice.html:321 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FINV01/generate_invoice.html:227
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FINV01/generate_invoice.html:227 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FLOG01/flog01.html:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FLOG01/flog01.html:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/FSTM01/fstm01.html:255
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/FSTM01/fstm01.html:255 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/LDUD01/ldud01.html:1129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/LDUD01/ldud01.html:1129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/LUEU01/lueu01.html:417
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/LUEU01/lueu01.html:417 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/LUEU01/lueu01_dashboard.html:477
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/LUEU01/lueu01_dashboard.html:477 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/MBC01/mbc01.html:820
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/MBC01/mbc01.html:820 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/barge_report/barge_report.html:255
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/barge_report/barge_report.html:255 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/custom_report/custom_report.html:718
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/custom_report/custom_report.html:718 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/daily_barge_report/mv_barge_report.html:1350
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/daily_barge_report/mv_barge_report.html:1350 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/daily_ops/daily_ops.html:765
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/daily_ops/daily_ops.html:765 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/dashboard/dashboard.html:471
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/dashboard/dashboard.html:471 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/historical_data/historical_data.html:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/historical_data/historical_data.html:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/live_dashboard/live_dashboard.html:672
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/live_dashboard/live_dashboard.html:672 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/mbc_master/mbc_master_list.html:1218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/mbc_master/mbc_master_list.html:1218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/mbc_tat/mbc_tat_report.html:322
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/mbc_tat/mbc_tat_report.html:322 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/mv_mbc_month_report/mv_mbc_report.html:812
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/mv_mbc_month_report/mv_mbc_report.html:812 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/RP01/RP01/port_map/port_map.html:585
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/RP01/RP01/port_map/port_map.html:585 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/SRV01/srv01.html:263
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/SRV01/srv01.html:263 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/VAM01/vam01.html:167
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/VAM01/vam01.html:167 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/VC01/vc01.html:419
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/VC01/vc01.html:419 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/VCN01/vcn01.html:796
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/VCN01/vcn01.html:796 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/VCUM01/vcum01.html:163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/VCUM01/vcum01.html:163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/VIEM01/viem01.html:177
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/VIEM01/viem01.html:177 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/password-strength.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/password-strength.js:67 Direct innerhtml assignment
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
7 test file(s) for 299 source file(s) (ratio 0.02). 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 214 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 frontend Frontend quality conf 1.00 Icon-only button without accessible name — .tmp_ldud01_script_check.js:331
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 'debug_true' in app.py:516
Found a known-risky pattern (debug_true). Review and replace if possible.
app.py:516 Debug true
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: modules/INVDS01/model.py:delete_data, modules/VRT01/model.py:delete_data, modules/VTOD01/model.py:delete_data, modules/VDM01/model.py:delete_data This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 12 places
Functions with the same first-5-line body hash: modules/PSMM01/model.py:delete_data, modules/VAM01/model.py:delete_data, modules/MBCDS01/model.py:delete_data, modules/VC01/model.py:delete_data This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 13 places
Functions with the same first-5-line body hash: modules/PSMM01/model.py:get_all, modules/VRT01/model.py:get_all, modules/VTOD01/model.py:get_all, modules/VDM01/model.py:get_all This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consol…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 16 places
Functions with the same first-5-line body hash: modules/PSMM01/views.py:get_data, modules/INVDS01/views.py:get_data, modules/VRT01/views.py:get_data, modules/VTOD01/views.py:get_data This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: sap_builder.py:build_invoice_payload, sap_builder.py:build_fdcn_payload This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 21 places
Functions with the same first-5-line body hash: modules/PSMM01/model.py:get_data, modules/INVDS01/model.py:get_data, modules/VRT01/model.py:get_data, modules/VTOD01/model.py:get_data This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). …
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 27 places
Functions with the same first-5-line body hash: modules/PSMM01/views.py:save, modules/INVDS01/views.py:save, modules/VRT01/views.py:save, modules/VTOD01/views.py:save This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or d…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: modules/PSMM01/model.py:save_data, modules/PSM01/model.py:save_data, modules/PSOM01/model.py:save_data This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: modules/AUD01/views.py:get_perms, modules/FCN01/views.py:get_perms, modules/FLOG01/views.py:get_perms, modules/TM01/views.py:get_perms This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). …
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 58 places
Functions with the same first-5-line body hash: app.py:login_required, app.py:login, modules/PSMM01/views.py:login_required, modules/CRM01/views.py:login_required This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docum…
2 occurrences
repo-level (2 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 `test_apply_resolutions_empty_returns_copy` in test_rp01_historical.py:126
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: build_einvoice_from_fdcn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
einvoice_builder.py:251
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel_irn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
gsp_client.py:274
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_bill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/FIN01/model.py:465
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_bill_line
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/FIN01/model.py:439
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_by_imo
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/VC01/equasis_rpa.py:336
low System graph software Dead code conf 1.00 Possibly dead Python function: populate_discharge_types
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
populate_mock_data.py:234
low System graph software Dead code conf 1.00 Possibly dead Python function: sap_callback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/FSAP01/model.py:436
low System graph software Dead code conf 1.00 Possibly dead Python function: sap_callback_view
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sap_inbound.py:311
low System graph software Dead code conf 1.00 Possibly dead Python function: set_credentials
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
modules/VC01/equasis_rpa.py:34
low System graph software Dead code conf 1.00 6 occurrences Possibly dead Python function: upgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
6 files, 6 locations
alembic/versions/e1f2a3b4c5d6_approval_log_and_draft_status.py:16
alembic/versions/i6j7k8l9m0n1_fcam01_nullable_service_type.py:16
alembic/versions/m1n2o3p4q5r6_invoice_sap_error_column.py:16
alembic/versions/q7r8s9t0u1v2_vcn_export_cargo_declaration.py:16
alembic/versions/s8t9u0v1w2x3_ldud_proof_bytea.py:15
alembic/versions/y5z6a7b8c9d0_vc01_num_cranes.py:16
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 quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — alembic/versions/a1b2c3d4e5f6_mail_queue_smtp_config.py:56
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — alembic/versions/bb2cc3dd4ee5_password_reset_tokens.py:33
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — alembic/versions/cc3dd4ee5ff6_fstm01_sap_gst_gl_and_config_defaults.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — alembic/versions/dd3ee4ff5aa6_fstm01_tds_tcs_gl_per_service.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — alembic/versions/v0w1x2y3z4a5_proof_documents_bytea_repair.py:50
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `downgrade` (body is just `pass`/`return`) — alembic/versions/w0x1y2z3a4b5_sap_config_active_repair.py:36
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `upgrade` (body is just `pass`/`return`) — alembic/versions/75a1a399c282_merge_port_map_schema.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `upgrade` (body is just `pass`/`return`) — alembic/versions/a9b0c1d2e3f4_merge_heads.py:16
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/module/AUD01/data
`modules/AUD01/views.py` declares `ANY /api/module/AUD01/data` 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/module/AUD01/export
`modules/AUD01/views.py` declares `ANY /api/module/AUD01/export` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/CRM01/all
`modules/CRM01/views.py` declares `ANY /api/module/CRM01/all` 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/module/CRM01/data
`modules/CRM01/views.py` declares `ANY /api/module/CRM01/data` 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/module/CRM01/delete
`modules/CRM01/views.py` declares `ANY /api/module/CRM01/delete` 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/module/CRM01/save
`modules/CRM01/views.py` declares `ANY /api/module/CRM01/save` 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/module/INVDS01/all
`modules/INVDS01/views.py` declares `ANY /api/module/INVDS01/all` 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/module/INVDS01/data
`modules/INVDS01/views.py` declares `ANY /api/module/INVDS01/data` 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/module/INVDS01/delete
`modules/INVDS01/views.py` declares `ANY /api/module/INVDS01/delete` 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/module/INVDS01/save
`modules/INVDS01/views.py` declares `ANY /api/module/INVDS01/save` 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/module/PSMM01/all
`modules/PSMM01/views.py` declares `ANY /api/module/PSMM01/all` 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/module/PSMM01/data
`modules/PSMM01/views.py` declares `ANY /api/module/PSMM01/data` 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/module/PSMM01/delete
`modules/PSMM01/views.py` declares `ANY /api/module/PSMM01/delete` 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/module/PSMM01/save
`modules/PSMM01/views.py` declares `ANY /api/module/PSMM01/save` 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/module/RP01/mv-barge-report/<int:barge_line_id>/download
`modules/RP01/RP01/daily_barge_report/views.py` declares `ANY /api/module/RP01/mv-barge-report/<int:barge_line_id>/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 — con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/mv-barge-report/data
`modules/RP01/RP01/daily_barge_report/views.py` declares `ANY /api/module/RP01/mv-barge-report/data` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/mv-barge-report/download-all
`modules/RP01/RP01/daily_barge_report/views.py` declares `ANY /api/module/RP01/mv-barge-report/download-all` 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 o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/mv-barge-report/mbc-data
`modules/RP01/RP01/daily_barge_report/views.py` declares `ANY /api/module/RP01/mv-barge-report/mbc-data` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/mv-barge-report/shift-data
`modules/RP01/RP01/daily_barge_report/views.py` declares `ANY /api/module/RP01/mv-barge-report/shift-data` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/port-map/data
`modules/RP01/RP01/port_map/views.py` declares `ANY /api/module/RP01/port-map/data` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/vessel-discharged/<int:ldud_id>/download
`modules/RP01/RP01/vessel_discharged/views.py` declares `ANY /api/module/RP01/vessel-discharged/<int:ldud_id>/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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/vessel-discharged/<int:ldud_id>/preview
`modules/RP01/RP01/vessel_discharged/views.py` declares `ANY /api/module/RP01/vessel-discharged/<int:ldud_id>/preview` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/vessel-discharged/data
`modules/RP01/RP01/vessel_discharged/views.py` declares `ANY /api/module/RP01/vessel-discharged/data` 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 docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/vessel-discharged/download-all
`modules/RP01/RP01/vessel_discharged/views.py` declares `ANY /api/module/RP01/vessel-discharged/download-all` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/module/RP01/vessel-sof/vessels
`modules/RP01/RP01/vessel_sof/views.py` declares `ANY /api/module/RP01/vessel-sof/vessels` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/modules/search
`app.py` declares `ANY /api/modules/search` 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/saved-filters
`app.py` declares `ANY /api/saved-filters` 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/saved-filters/<int:filter_id>
`app.py` declares `ANY /api/saved-filters/<int:filter_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 /api/saved-filters/<module_code>
`app.py` declares `ANY /api/saved-filters/<module_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 /auth/send-otp
`app.py` declares `ANY /auth/send-otp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /auth/set-password
`app.py` declares `ANY /auth/set-password` 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 /auth/verify-otp
`app.py` declares `ANY /auth/verify-otp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /home
`app.py` declares `ANY /home` 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 /module/AUD01/
`modules/AUD01/views.py` declares `ANY /module/AUD01/` 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 /module/CRM01/
`modules/CRM01/views.py` declares `ANY /module/CRM01/` 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 /module/INVDS01/
`modules/INVDS01/views.py` declares `ANY /module/INVDS01/` 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 /module/PSMM01/
`modules/PSMM01/views.py` declares `ANY /module/PSMM01/` 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 /module/RP01/
`modules/RP01/RP01/views.py` declares `ANY /module/RP01/` 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 /module/RP01/api/report_24_hours
`modules/RP01/RP01/report_24_hours/views.py` declares `ANY /module/RP01/api/report_24_hours` 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 wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /module/RP01/barge-sof/<int:ldud_id>/<barge_name>
`modules/RP01/RP01/vessel_sof/views.py` declares `ANY /module/RP01/barge-sof/<int:ldud_id>/<barge_name>` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /module/RP01/dashboard/
`modules/RP01/RP01/dashboard/views.py` declares `ANY /module/RP01/dashboard/` 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 /module/RP01/mv-barge-report/
`modules/RP01/RP01/daily_barge_report/views.py` declares `ANY /module/RP01/mv-barge-report/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /module/RP01/port-map/
`modules/RP01/RP01/port_map/views.py` declares `ANY /module/RP01/port-map/` 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 /module/RP01/report_24_hours/
`modules/RP01/RP01/report_24_hours/views.py` declares `ANY /module/RP01/report_24_hours/` 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 /module/RP01/vessel-discharged/
`modules/RP01/RP01/vessel_discharged/views.py` declares `ANY /module/RP01/vessel-discharged/` 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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /module/RP01/vessel-sof/
`modules/RP01/RP01/vessel_sof/views.py` declares `ANY /module/RP01/vessel-sof/` 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 /module/RP01/vessel-sof/<int:ldud_id>
`modules/RP01/RP01/vessel_sof/views.py` declares `ANY /module/RP01/vessel-sof/<int:ldud_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 wh…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: .tmp_ldud01_script_check.js (1085 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/FINV01/views.py (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/LUEU01/model.py (1217 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/RP01/RP01/daily_barge_report/views.py (2272 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/RP01/RP01/daily_ops/views.py (5798 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/RP01/RP01/mbc_master/views.py (1417 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: populate_mock_data.py (1350 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/02e22168-577a-4e90-a282-0e87767088d3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/02e22168-577a-4e90-a282-0e87767088d3/

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.