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.

YoriJags/ReachNG

https://github.com/YoriJags/ReachNG · scanned 2026-06-16 01:07 UTC (2 months, 1 week ago)

273 raw signals (0 security + 273 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 261 actionable findings from 1 signal source. 12 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.0/100 with 100.0% coverage. It contains 3120 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 273 findings — concentrated in security (161), api (50), quality (35). Risk profile is high: 1 critical, 160 high, 3 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 245 of 261 actionable findings. 273 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.

critical System graph security Secrets conf 1.00 Possible secret in .github/workflows/ci.yml
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
.github/workflows/ci.yml:23
high System graph security auth conf 1.00 FastAPI DELETE `deactivate_client` without auth dependency — api/clients.py:654
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:654 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `deactivate_school` without auth dependency — api/school_fees.py:137
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_data` without auth dependency — api/data.py:108
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/data.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_plan` without auth dependency — api/plans.py:247
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/plans.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `portal_delete_inventory` without auth dependency — api/inventory.py:95
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/inventory.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `portal_delete_kb` without auth dependency — api/knowledge_base.py:165
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/knowledge_base.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `portal_delete_rule` without auth dependency — api/client_rules.py:229
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_rules.py:229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `approve_incident` without auth dependency — api/fleet_dispatcher.py:105
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fleet_dispatcher.py:105 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `b2c_opt_out` without auth dependency — api/b2c.py:445
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/b2c.py:445 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `contact_closed_won` without auth dependency — api/contacts.py:189
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/contacts.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `contact_converted` without auth dependency — api/contacts.py:162
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/contacts.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `contact_opted_out` without auth dependency — api/contacts.py:170
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/contacts.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `contact_replied` without auth dependency — api/contacts.py:154
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/contacts.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_stage` without auth dependency — api/closer.py:209
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/closer.py:209 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_student` without auth dependency — api/school_fees.py:168
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `portal_update_rule` without auth dependency — api/client_rules.py:222
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_rules.py:222 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `resolve_incident` without auth dependency — api/fleet_dispatcher.py:113
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fleet_dispatcher.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `set_autopilot` without auth dependency — api/clients.py:482
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:482 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `set_eyo_flag` without auth dependency — api/clients.py:535
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:535 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `set_holding_message` without auth dependency — api/clients.py:637
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:637 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `set_signal_listening` without auth dependency — api/clients.py:516
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:516 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_payment_status` without auth dependency — api/clients.py:291
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:291 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_plan` without auth dependency — api/plans.py:194
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/plans.py:194 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_invoice_note` without auth dependency — api/invoices.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoices.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_invoice` without auth dependency — api/invoices.py:51
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoices.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_note` without auth dependency — api/closer.py:263
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/closer.py:263 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_price` without auth dependency — api/market_os.py:58
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/market_os.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_accept` without auth dependency — api/legal.py:197
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/legal.py:197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_brief_restore` without auth dependency — api/brief.py:149
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/brief.py:149 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_draft_brief` without auth dependency — api/brief.py:176
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/brief.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_intake` without auth dependency — api/brief.py:160
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/brief.py:160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_revoke` without auth dependency — api/legal.py:220
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/legal.py:220 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_all` without auth dependency — api/approvals.py:124
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/approvals.py:124 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve` without auth dependency — api/approvals.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/approvals.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `book_paste` without auth dependency — api/portal.py:965
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:965 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `book_upload_vcf` without auth dependency — api/portal.py:932
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:932 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `closer_dry_run` without auth dependency — api/closer.py:294
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/closer.py:294 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `complete_onboarding` without auth dependency — api/onboarding.py:184
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/onboarding.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `concierge_setup` without auth dependency — api/onboarding.py:233
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/onboarding.py:233 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `confirm_claimed_payment` without auth dependency — api/school_fees.py:182
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `confirm_identity` without auth dependency — api/portal.py:536
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:536 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `contact_submit` without auth dependency — api/marketing.py:711
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/marketing.py:711 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `convert` without auth dependency — api/referrals.py:25
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/referrals.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_alert` without auth dependency — api/market_os.py:90
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/market_os.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_plan` without auth dependency — api/plans.py:168
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/plans.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_referral` without auth dependency — api/referrals.py:15
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/referrals.py:15 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `daily_briefing` without auth dependency — api/market_os.py:75
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/market_os.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dc_add_case` without auth dependency — api/debt_collector.py:78
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/debt_collector.py:78 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dc_mark_paid` without auth dependency — api/debt_collector.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/debt_collector.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dc_payment_link` without auth dependency — api/debt_collector.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/debt_collector.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `debtor_responded` without auth dependency — api/invoices.py:113
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoices.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_from_signal` without auth dependency — api/client_signals.py:44
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_signals.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `draft_next_for_lead` without auth dependency — api/closer.py:221
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/closer.py:221 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dry_run` without auth dependency — api/self_outreach.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/self_outreach.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `edit_and_approve` without auth dependency — api/approvals.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/approvals.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_add_property` without auth dependency — api/estate.py:133
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_background_check` without auth dependency — api/estate.py:246
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:246 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_concierge_ask` without auth dependency — api/estate.py:166
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_kyc_extract_image` without auth dependency — api/estate.py:217
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_kyc_extract` without auth dependency — api/estate.py:203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:203 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_lawyer_bundle_attach` without auth dependency — api/estate.py:292
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:292 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_lawyer_bundle` without auth dependency — api/estate.py:267
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:267 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_pof_assess` without auth dependency — api/estate.py:186
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_add_property` without auth dependency — api/portal_estate.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_bg` without auth dependency — api/portal_estate.py:219
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_concierge` without auth dependency — api/portal_estate.py:118
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_kyc` without auth dependency — api/portal_estate.py:184
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_lawyer` without auth dependency — api/portal_estate.py:252
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_pof` without auth dependency — api/portal_estate.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_portal_scorecard` without auth dependency — api/portal_estate.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal_estate.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `estate_scorecard` without auth dependency — api/estate.py:157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/estate.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fo_add_agent` without auth dependency — api/float_optimizer.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/float_optimizer.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fr_add_route` without auth dependency — api/fuel_reprice.py:68
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fuel_reprice.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fr_generate_letter` without auth dependency — api/fuel_reprice.py:79
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fuel_reprice.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fxl_lock_quote` without auth dependency — api/fx_lock.py:79
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fx_lock.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fxl_settings` without auth dependency — api/fx_lock.py:104
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fx_lock.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fxs_add_staff` without auth dependency — api/fx_salary.py:51
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fx_salary.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate` without auth dependency — api/hooks.py:21
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/hooks.py:21 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `initialize_payment` without auth dependency — api/paystack.py:25
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/paystack.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `log_breakdown` without auth dependency — api/fleet_dispatcher.py:63
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/fleet_dispatcher.py:63 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_invoice_paid` without auth dependency — api/invoices.py:95
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoices.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mc_apply` without auth dependency — api/market_credit.py:48
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/market_credit.py:48 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mch_blacklist` without auth dependency — api/material_check.py:65
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/material_check.py:65 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mch_check` without auth dependency — api/material_check.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/material_check.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `meta_receive` without auth dependency — api/meta_messaging.py:33
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/meta_messaging.py:33 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ml_analyse` without auth dependency — api/moonlighting.py:48
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/moonlighting.py:48 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `offboard` without auth dependency — api/clients.py:465
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:465 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `onboard_as_client` without auth dependency — api/contacts.py:356
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/contacts.py:356 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pa_scan` without auth dependency — api/product_auth.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/product_auth.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parse_invoice` without auth dependency — api/invoice_chaser.py:58
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoice_chaser.py:58 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `paystack_webhook` without auth dependency — api/marketing.py:879
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/marketing.py:879 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_activate_scenario` without auth dependency — api/client_rules.py:243
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_rules.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_add_rule` without auth dependency — api/client_rules.py:215
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_rules.py:215 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_create_inventory` without auth dependency — api/inventory.py:69
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/inventory.py:69 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_paste_kb` without auth dependency — api/knowledge_base.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/knowledge_base.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_promote_line` without auth dependency — api/whatsapp_connect.py:413
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:413 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_remove_line` without auth dependency — api/whatsapp_connect.py:448
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:448 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_reset_health` without auth dependency — api/whatsapp_connect.py:432
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:432 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_sandbox` without auth dependency — api/client_rules.py:249
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_rules.py:249 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_start_email_pairing` without auth dependency — api/whatsapp_connect.py:134
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:134 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_start_pairing` without auth dependency — api/whatsapp_connect.py:65
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:65 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `portal_upload_kb` without auth dependency — api/knowledge_base.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/knowledge_base.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_one` without auth dependency — api/self_outreach.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/self_outreach.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `query_data` without auth dependency — api/data.py:70
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/data.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_booking` without auth dependency — api/venue_capacity.py:152
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/venue_capacity.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `record_payment` without auth dependency — api/school_fees.py:249
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:249 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `regenerate_draft_route` without auth dependency — api/approvals.py:167
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/approvals.py:167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_claimed_payment` without auth dependency — api/school_fees.py:196
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:196 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_identity` without auth dependency — api/portal.py:546
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:546 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reply_poll_run_now` without auth dependency — api/self_outreach.py:177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/self_outreach.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resend_webhook` without auth dependency — api/resend_webhook.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/resend_webhook.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_client_outreach` without auth dependency — api/b2c.py:275
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/b2c.py:275 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `review_contract` without auth dependency — api/legal_review.py:17
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/legal_review.py:17 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reward` without auth dependency — api/referrals.py:33
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/referrals.py:33 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rr_add_unit` without auth dependency — api/rent_roll.py:94
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/rent_roll.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rr_assign_tenant` without auth dependency — api/rent_roll.py:118
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/rent_roll.py:118 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rr_mark_paid` without auth dependency — api/rent_roll.py:152
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/rent_roll.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rr_open_period` without auth dependency — api/rent_roll.py:139
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/rent_roll.py:139 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rr_run_chase` without auth dependency — api/rent_roll.py:163
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/rent_roll.py:163 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_all_campaigns` without auth dependency — api/campaigns.py:74
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/campaigns.py:74 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_b2c_campaign` without auth dependency — api/b2c.py:314
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/b2c.py:314 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_campaign` without auth dependency — api/campaigns.py:30
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/campaigns.py:30 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_discovery` without auth dependency — api/competitors.py:7
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/competitors.py:7 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_followups` without auth dependency — api/campaigns.py:93
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/campaigns.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_resurrection` without auth dependency — api/portal.py:778
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:778 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_step` without auth dependency — api/onboarding.py:82
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/onboarding.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `se_add_staff` without auth dependency — api/salary_erosion.py:59
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/salary_erosion.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_manual_reminder` without auth dependency — api/invoices.py:130
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoices.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_reminder` without auth dependency — api/invoice_chaser.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoice_chaser.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_reminders` without auth dependency — api/school_fees.py:352
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:352 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_vertical_custom` without auth dependency — api/marketing.py:556
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/marketing.py:556 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `skip_all` without auth dependency — api/approvals.py:141
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/approvals.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `skip_signal_endpoint` without auth dependency — api/client_signals.py:141
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_signals.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `skip` without auth dependency — api/approvals.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/approvals.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_replies` without auth dependency — api/contacts.py:233
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/contacts.py:233 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_draft` without auth dependency — api/onboarding.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/onboarding.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_listener` without auth dependency — api/client_signals.py:151
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/client_signals.py:151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `try_eyo` without auth dependency — api/try_eyo.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/try_eyo.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unipile_account_webhook` without auth dependency — api/whatsapp_connect.py:217
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unipile_email_webhook` without auth dependency — api/whatsapp_connect.py:326
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/whatsapp_connect.py:326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_agent_name` without auth dependency — api/portal.py:120
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_b2c_csv` without auth dependency — api/b2c.py:200
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/b2c.py:200 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_file` without auth dependency — api/data.py:29
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/data.py:29 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_leads_submit` without auth dependency — api/portal.py:704
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/portal.py:704 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_client` without auth dependency — api/clients.py:202
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:202 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_school` without auth dependency — api/school_fees.py:109
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_student` without auth dependency — api/school_fees.py:209
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/school_fees.py:209 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `whatsapp_inbound` without auth dependency — api/webhooks.py:228
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/webhooks.py:228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `write_off` without auth dependency — api/invoices.py:104
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/invoices.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `admin_put_client_brief` without auth dependency — api/brief.py:130
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/brief.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `admin_upsert_primer` without auth dependency — api/brief.py:104
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/brief.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `portal_update_inventory` without auth dependency — api/inventory.py:82
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/inventory.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_client_email_credentials` without auth dependency — api/clients.py:597
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:597 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_client_meta_messaging` without auth dependency — api/clients.py:566
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:566 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_client_pricing` without auth dependency — api/clients.py:621
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/clients.py:621 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_client_brief` without auth dependency — api/closer.py:174
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/closer.py:174 securityAuth fastapi unauth mutation
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. 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 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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 42 placeholder/mock markers across 16 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 55 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 cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:32 CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
45 tests / 270 src (ratio 0.17).
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: api/salary_erosion.py:se_add_staff, api/fx_salary.py:fxs_add_staff 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.
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: tools/notifier.py:notify_whatsapp, tools/notifier.py:notify_slack, tools/notifier.py:notify_owner 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 s…
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 `outreach_short_link_legacy` in api/marketing.py:685
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: add_to_waitlist
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/waitlist.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: badge_html
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/inbound_classifier.py:299
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_brief_streak_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/brief_streak.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_capacity_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/venue_capacity.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_connection_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/connections.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_demand_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/demand_intel.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_email_cadence_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/email_cadence.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_email_finder_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/email_finder.py:233
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_identity_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/identity.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_inventory_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/inventory.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_legal_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/legal.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_memory_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/client_memory.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_outcome_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/outcome_learning.py:60
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_pricing_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pricing.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_rules_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/client_rules.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_school_fees_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
api/school_fees.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_scorecard_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/scorecard.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_settings_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/platform_settings.py:55
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_spike_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/spike_guard.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_waitlist_indexes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/waitlist.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: is_spike_paused
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/spike_guard.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: list_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/scenario_library.py:208
low System graph software Dead code conf 1.00 Possibly dead Python function: plan_brain_table
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/model_tier.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: require_auth
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
auth.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: set_enabled
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/connections.py:116
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/v1/logs/clear
`main.py` declares `DELETE /api/v1/logs/clear` 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: GET /api/v1/admin/waitlist
`api/waitlist.py` declares `GET /api/v1/admin/waitlist` 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: GET /api/v1/health
`main.py` declares `GET /api/v1/health` 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: GET /api/v1/logs/recent
`main.py` declares `GET /api/v1/logs/recent` 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: GET /api/v1/waitlist/counter
`api/waitlist.py` declares `GET /api/v1/waitlist/counter` 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: GET /api/v1/webhooks/meta/messaging
`api/meta_messaging.py` declares `GET /api/v1/webhooks/meta/messaging` 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: GET /app
`main.py` declares `GET /app` 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: GET /clients/{name}
`api/legal.py` declares `GET /clients/{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 documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /dashboard
`api/salary_erosion.py` declares `GET /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: GET /debug/apify
`main.py` declares `GET /debug/apify` 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: GET /debug/apollo
`main.py` declares `GET /debug/apollo` 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: GET /debug/maps
`main.py` declares `GET /debug/maps` 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: GET /docs
`api/legal.py` declares `GET /docs` 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: GET /docs/{slug}.pdf
`api/legal.py` declares `GET /docs/{slug}.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: GET /history/{client_name}
`api/invoice_chaser.py` declares `GET /history/{client_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 documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /incidents
`api/fleet_dispatcher.py` declares `GET /incidents` 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: GET /portal
`api/legal_review.py` declares `GET /portal` 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: GET /report
`api/salary_erosion.py` declares `GET /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 who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /reviews
`api/legal_review.py` declares `GET /reviews` 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: GET /reviews/{review_id}
`api/legal_review.py` declares `GET /reviews/{review_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: GET /stats
`api/ab_testing.py` declares `GET /stats` 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: GET /sw.js
`main.py` declares `GET /sw.js` 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: GET /trucks
`api/fleet_dispatcher.py` declares `GET /trucks` 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: GET /waitlist
`api/waitlist.py` declares `GET /waitlist` 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: GET /{token}
`api/portal_estate.py` declares `GET /{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: GET /{token}/docs
`api/legal.py` declares `GET /{token}/docs` 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: GET /{token}/docs/{slug}.pdf
`api/legal.py` declares `GET /{token}/docs/{slug}.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: GET /{token}/overview
`api/portal_estate.py` declares `GET /{token}/overview` 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: GET /{token}/properties
`api/portal_estate.py` declares `GET /{token}/properties` 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: PATCH /incidents/{incident_id}/approve
`api/fleet_dispatcher.py` declares `PATCH /incidents/{incident_id}/approve` 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: PATCH /incidents/{incident_id}/resolve
`api/fleet_dispatcher.py` declares `PATCH /incidents/{incident_id}/resolve` 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: POST /api/v1/admin/waitlist/{position}/invite
`api/waitlist.py` declares `POST /api/v1/admin/waitlist/{position}/invite` 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: POST /api/v1/clients/backfill-tokens
`main.py` declares `POST /api/v1/clients/backfill-tokens` 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: POST /api/v1/debug/sentry-test
`main.py` declares `POST /api/v1/debug/sentry-test` 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: POST /api/v1/demo/seed-all
`main.py` declares `POST /api/v1/demo/seed-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: POST /api/v1/demo/seed-landlord
`main.py` declares `POST /api/v1/demo/seed-landlord` 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: POST /api/v1/system/sweep
`main.py` declares `POST /api/v1/system/sweep` 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: POST /api/v1/waitlist
`api/waitlist.py` declares `POST /api/v1/waitlist` 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: POST /api/v1/webhooks/meta/messaging
`api/meta_messaging.py` declares `POST /api/v1/webhooks/meta/messaging` 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: POST /clients/{name}/accept
`api/legal.py` declares `POST /clients/{name}/accept` 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: POST /clients/{name}/revoke
`api/legal.py` declares `POST /clients/{name}/revoke` 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: POST /incidents
`api/fleet_dispatcher.py` declares `POST /incidents` 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: POST /parse
`api/invoice_chaser.py` declares `POST /parse` 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: POST /replied/{contact_id}
`api/ab_testing.py` declares `POST /replied/{contact_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: POST /resend
`api/resend_webhook.py` declares `POST /resend` 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: POST /review
`api/legal_review.py` declares `POST /review` 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: POST /send-reminder
`api/invoice_chaser.py` declares `POST /send-reminder` 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: POST /staff
`api/salary_erosion.py` declares `POST /staff` 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: POST /trucks
`api/fleet_dispatcher.py` declares `POST /trucks` 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: POST /{token}/accept
`api/legal.py` declares `POST /{token}/accept` 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: agent/brain.py (1231 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/marketing.py (1104 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/e20fcc3b-6ee9-4176-bbd1-eb6fc0e9be76/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/e20fcc3b-6ee9-4176-bbd1-eb6fc0e9be76/

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.