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.

avorial/MG-traveller-character-generator

https://github.com/avorial/MG-traveller-character-generator · scanned 2026-06-17 01:36 UTC (1 month, 2 weeks ago)

125 raw signals (0 security + 125 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -7.9 (diff) · 122 actionable findings from 1 signal source. 3 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 68.8/100 with 88.9% coverage. It contains 1014 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 125 findings — concentrated in security (85), quality (20), software (14). Risk profile is high: 0 critical, 82 high, 8 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

high System graph security auth conf 1.00 FastAPI POST `api_advance` without auth dependency — app/main.py:814
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:814 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_ai_narrative` without auth dependency — app/main.py:1130
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_anagathics_attempt` without auth dependency — app/main.py:1001
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1001 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_anagathics_interest` without auth dependency — app/main.py:991
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:991 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_anagathics_legacy` without auth dependency — app/main.py:1022
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1022 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_anagathics_stop` without auth dependency — app/main.py:1011
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1011 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_apply_skill_package` without auth dependency — app/main.py:540
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:540 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_apply_specialty` without auth dependency — app/main.py:842
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:842 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_apply_species` without auth dependency — app/main.py:384
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:384 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_aslan_begin_setup` without auth dependency — app/main.py:456
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:456 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_aslan_choose_gender` without auth dependency — app/main.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.
app/main.py:465 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_aslan_roll_ancestry` without auth dependency — app/main.py:483
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:483 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_aslan_roll_clan` without auth dependency — app/main.py:474
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:474 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_aslan_roll_family` without auth dependency — app/main.py:492
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:492 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_aslan_roll_rite` without auth dependency — app/main.py:501
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:501 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_associate` without auth dependency — app/main.py:938
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:938 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_background_package` without auth dependency — app/main.py:411
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:411 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_background_skills_set` without auth dependency — app/main.py:402
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:402 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_ban_career` without auth dependency — app/main.py:795
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:795 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_boon_pool` without auth dependency — app/main.py:1101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_boon` without auth dependency — app/main.py:1091
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1091 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_capsule` without auth dependency — app/main.py:1111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_career_event_choice` without auth dependency — app/main.py:776
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:776 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_career_mishap_choice` without auth dependency — app/main.py:767
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:767 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_career_package` without auth dependency — app/main.py:427
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:427 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_character_injury` without auth dependency — app/main.py:1081
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1081 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_cheat_death` without auth dependency — app/main.py:1147
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_cleanup_cascade` without auth dependency — app/main.py:896
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:896 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_commission` without auth dependency — app/main.py:804
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:804 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_connection` without auth dependency — app/main.py:1157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_cross_career_roll` without auth dependency — app/main.py:786
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:786 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_draft` without auth dependency — app/main.py:712
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:712 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_end_term` without auth dependency — app/main.py:961
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:961 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_event_dm_grant` without auth dependency — app/main.py:906
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:906 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_event_skill_grant` without auth dependency — app/main.py:832
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:832 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_event_stat_change` without auth dependency — app/main.py:926
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:926 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_event_transfer_offer` without auth dependency — app/main.py:916
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:916 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_event` without auth dependency — app/main.py:749
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:749 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_export_foundry` without auth dependency — app/main.py:1266
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1266 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_export_pdf` without auth dependency — app/main.py:1207
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_generate_npc_batch` without auth dependency — app/main.py:1329
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1329 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_home_forces` without auth dependency — app/main.py:1032
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1032 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_import_foundry` without auth dependency — app/main.py:1288
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1288 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_injury_choice` without auth dependency — app/main.py:669
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:669 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_injury_payment` without auth dependency — app/main.py:680
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:680 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_life_event_choice` without auth dependency — app/main.py:649
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:649 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_life_event` without auth dependency — app/main.py:637
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:637 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_mishap` without auth dependency — app/main.py:758
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:758 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_muster_benefit_choice` without auth dependency — app/main.py:982
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:982 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_muster_out` without auth dependency — app/main.py:970
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:970 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_new_character` without auth dependency — app/main.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.
app/main.py:356 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_any_skill` without auth dependency — app/main.py:587
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:587 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_aslan_event11_choice` without auth dependency — app/main.py:627
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:627 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_aslan_event2_choice` without auth dependency — app/main.py:617
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:617 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_choose_skills` without auth dependency — app/main.py:578
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:578 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_event10_skill` without auth dependency — app/main.py:597
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:597 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_event11_choice` without auth dependency — app/main.py:607
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:607 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_event` without auth dependency — app/main.py:692
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:692 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_graduate` without auth dependency — app/main.py:569
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:569 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_qualify` without auth dependency — app/main.py:558
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:558 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_pre_career_skip` without auth dependency — app/main.py:549
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:549 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_psionics_test` without auth dependency — app/main.py:1177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_psionics_train` without auth dependency — app/main.py:1187
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_qualify` without auth dependency — app/main.py:703
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:703 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_racial_background_roll` without auth dependency — app/main.py:393
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:393 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_reload_rules` without auth dependency — app/main.py:1351
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1351 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_resolve_aging` without auth dependency — app/main.py:1197
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_resolve_equipment_choice` without auth dependency — app/main.py:886
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:886 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_resolve_zhodani_psi_choice` without auth dependency — app/main.py:659
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:659 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_robot_finalize` without auth dependency — app/main.py:1239
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1239 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_robot_new` without auth dependency — app/main.py:1223
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_roll_characteristics` without auth dependency — app/main.py:361
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:361 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_roll_extra_characteristics` without auth dependency — app/main.py:368
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:368 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_skill_roll` without auth dependency — app/main.py:823
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:823 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_solomani_documents` without auth dependency — app/main.py:1071
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1071 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_solsec_monitor` without auth dependency — app/main.py:1047
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1047 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_start_term` without auth dependency — app/main.py:726
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:726 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_storm_knight_heroism` without auth dependency — app/main.py:1057
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:1057 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_survive` without auth dependency — app/main.py:740
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:740 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_swap_stats` without auth dependency — app/main.py:375
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:375 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_zhodani_finish_training` without auth dependency — app/main.py:528
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:528 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_zhodani_train_talent` without auth dependency — app/main.py:519
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/main.py:519 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/static/js/app.js:986
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing 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 hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/static/js/app.js:1111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/static/js/app.js:1111 Direct innerhtml assignment
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph network Security conf 1.00 Privileged port 67 in use
Port 67 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/deploy.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
5 test file(s) for 60 source file(s) (ratio 0.08). 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 248 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — app/static/js/app.js:2308
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/static/js/app.js:12377
Found a known-risky pattern (document_write). Review and replace if possible.
app/static/js/app.js:12377 Document write
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apply_medium_fixes.py:make_replacer, apply_medium_fixes.py:make_replacer 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.
4 occurrences
repo-level (4 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: apply_medium_fixes.py:fix_believer_e9, fix_final_22_issues.py:add_forfeit_to_mishap, fix_final_22_issues.py:fix_believer_e9 This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate…
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 `char_copy` in tests/smoke_all_careers.py:201
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in app/main.py:363
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `primary_old` in app/static/js/app.js:1851
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `soc_old` in app/engine/lifepath.py:7930
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_cc_to_mishap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fix_final_22_issues.py:118
low System graph software Dead code conf 1.00 Possibly dead Python function: add_forfeit_to_duel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fix_final_22_issues.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: add_forfeit_to_mishap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fix_final_22_issues.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: all_skills_flat
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/engine/rules.py:325
low System graph software Dead code conf 1.00 Possibly dead Python function: fill_stroke_rect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/engine/pdf_sheet.py:188
low System graph software Dead code conf 1.00 Possibly dead Python function: fix_believer_e9
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apply_medium_fixes.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: fix_believer_e9
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fix_final_22_issues.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_pdf
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/engine/pdf_export.py:515
low System graph software Dead code conf 1.00 Possibly dead Python function: make_replacer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apply_medium_fixes.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: model_post_init
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/main.py:61
low System graph software Dead code conf 1.00 Possibly dead Python function: pre_career_aslan_outlaw_wanderer_qualify_check
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/engine/lifepath.py:3843
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_func
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
comprehensive_patch_medium.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: skill_row
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/engine/pdf_sheet.py:420
low System graph software Dead code conf 1.00 Possibly dead Python function: stat_digits
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/engine/pdf_sheet.py:77
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — app/static/js/app.js:13027
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Complexity conf 1.00 Very large file: app/engine/lifepath.py (18695 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/static/js/app.js (13494 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/dded5a84-3386-4e8a-9c03-9326399ee68f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dded5a84-3386-4e8a-9c03-9326399ee68f/

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.