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.

xang1234/stock-screener

https://github.com/xang1234/stock-screener · scanned 2026-06-16 01:02 UTC (2 months, 1 week ago)

330 raw signals (0 security + 330 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 251 of 295 actionable findings. 330 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 scripts/run_local_hermes_gateway.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/run_local_hermes_gateway.sh:167
critical System graph security Secrets conf 1.00 Possible secret in scripts/start_docker_assistant_stack.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/start_docker_assistant_stack.sh:209
high System graph security auth conf 1.00 FastAPI DELETE `deactivate_symbol` without auth dependency — backend/app/api/v1/universe.py:344
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:344 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `deactivate_theme` without auth dependency — backend/app/api/v1/themes_review_merge.py:399
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:399 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_content_source` without auth dependency — backend/app/api/v1/themes_content_sources.py:152
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_content_sources.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_preset` without auth dependency — backend/app/api/v1/filter_presets.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.
backend/app/api/v1/filter_presets.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_scan` without auth dependency — backend/app/api/v1/scans.py:485
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/scans.py:485 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_subgroup` without auth dependency — backend/app/api/v1/user_themes.py:369
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:369 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_theme` without auth dependency — backend/app/api/v1/user_themes.py:90
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_watchlist` without auth dependency — backend/app/api/v1/user_watchlists.py:122
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `invalidate_caches` without auth dependency — backend/app/api/v1/cache.py:237
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/cache.py:237 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_item` without auth dependency — backend/app/api/v1/user_watchlists.py:617
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:617 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_stock` without auth dependency — backend/app/api/v1/user_themes.py:466
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:466 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_symbol` without auth dependency — backend/app/api/v1/market_scan.py:219
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/market_scan.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_content_source` without auth dependency — backend/app/api/v1/themes_content_sources.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.
backend/app/api/v1/themes_content_sources.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_item` without auth dependency — backend/app/api/v1/user_watchlists.py:387
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:387 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_stock` without auth dependency — backend/app/api/v1/user_themes.py:401
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:401 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_symbol` without auth dependency — backend/app/api/v1/market_scan.py:150
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/market_scan.py:150 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_symbol` without auth dependency — backend/app/api/v1/universe.py:305
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:305 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_theme_constituents` without auth dependency — backend/app/api/v1/themes_review_merge.py:363
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:363 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_merge_suggestion` without auth dependency — backend/app/api/v1/themes_review_merge.py:60
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_add_items` without auth dependency — backend/app/api/v1/user_watchlists.py:439
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:439 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `calculate_theme_metrics` without auth dependency — backend/app/api/v1/themes_content_sources.py:204
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_content_sources.py:204 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_operations_job` without auth dependency — backend/app/api/v1/operations.py:23
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/operations.py:23 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_scan` without auth dependency — backend/app/api/v1/scans.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.
backend/app/api/v1/scans.py:352 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check_for_alerts` without auth dependency — backend/app/api/v1/themes_review_merge.py:309
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:309 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_conversation` without auth dependency — backend/app/api/v1/assistant.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/assistant.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_preset` without auth dependency — backend/app/api/v1/filter_presets.py:56
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/filter_presets.py:56 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_preset` without auth dependency — backend/app/api/v1/filter_presets.py:57
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/filter_presets.py:57 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_scan` without auth dependency — backend/app/api/v1/scans.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.
backend/app/api/v1/scans.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_subgroup` without auth dependency — backend/app/api/v1/user_themes.py:313
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:313 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_theme_from_cluster` without auth dependency — backend/app/api/v1/themes_review_merge.py:338
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:338 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_theme` without auth dependency — backend/app/api/v1/user_themes.py:47
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_theme` without auth dependency — backend/app/api/v1/user_themes.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.
backend/app/api/v1/user_themes.py:48 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_watchlist` without auth dependency — backend/app/api/v1/user_watchlists.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.
backend/app/api/v1/user_watchlists.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_watchlist` without auth dependency — backend/app/api/v1/user_watchlists.py:80
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dismiss_alert` without auth dependency — backend/app/api/v1/themes_queries.py:207
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_queries.py:207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `force_cancel_refresh` without auth dependency — backend/app/api/v1/cache.py:486
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/cache.py:486 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `force_refresh_stale_data` without auth dependency — backend/app/api/v1/cache.py:316
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/cache.py:316 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `force_release_lock` without auth dependency — backend/app/api/v1/data_fetch_status.py:39
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/data_fetch_status.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_price_history_batch` without auth dependency — backend/app/api/v1/stocks.py:871
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/stocks.py:871 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_stock_fundamentals_batch` without auth dependency — backend/app/api/v1/stocks.py:910
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/stocks.py:910 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_csv` without auth dependency — backend/app/api/v1/universe.py:60
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:60 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_hk_csv` without auth dependency — backend/app/api/v1/universe.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.
backend/app/api/v1/universe.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_items` without auth dependency — backend/app/api/v1/user_watchlists.py:508
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:508 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_jp_csv` without auth dependency — backend/app/api/v1/universe.py:162
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_tw_csv` without auth dependency — backend/app/api/v1/universe.py:211
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:211 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_alert_read` without auth dependency — backend/app/api/v1/themes_review_merge.py:322
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:322 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_acknowledge` without auth dependency — backend/app/api/v1/telemetry.py:173
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/telemetry.py:173 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_scan_cache` without auth dependency — backend/app/api/v1/scans.py:227
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/scans.py:227 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_sp500` without auth dependency — backend/app/api/v1/universe.py:381
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:381 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_universe` without auth dependency — backend/app/api/v1/universe.py:18
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/universe.py:18 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_merge_suggestion` without auth dependency — backend/app/api/v1/themes_review_merge.py:81
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:81 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resolve_all_for_symbol` without auth dependency — backend/app/api/v1/ticker_validation.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.
backend/app/api/v1/ticker_validation.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resolve_failure` without auth dependency — backend/app/api/v1/ticker_validation.py:121
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/ticker_validation.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `review_candidate_themes` without auth dependency — backend/app/api/v1/themes_review_merge.py:257
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:257 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_embedding_refresh_campaign` without auth dependency — backend/app/api/v1/themes_review_merge.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.
backend/app/api/v1/themes_review_merge.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_extraction` without auth dependency — backend/app/api/v1/themes_content_sources.py:189
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_content_sources.py:189 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_ingestion` without auth dependency — backend/app/api/v1/themes_content_sources.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.
backend/app/api/v1/themes_content_sources.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_manual_review_wave` without auth dependency — backend/app/api/v1/themes_review_merge.py:214
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_pipeline_async` without auth dependency — backend/app/api/v1/themes_content_pipeline.py:36
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_content_pipeline.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_strict_auto_merge_wave` without auth dependency — backend/app/api/v1/themes_review_merge.py:193
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_taxonomy_assignment_async` without auth dependency — backend/app/api/v1/themes_taxonomy.py:102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_taxonomy.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_taxonomy_assignment` without auth dependency — backend/app/api/v1/themes_taxonomy.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.
backend/app/api/v1/themes_taxonomy.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_theme_consolidation_async` without auth dependency — backend/app/api/v1/themes_review_merge.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.
backend/app/api/v1/themes_review_merge.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_theme_consolidation` without auth dependency — backend/app/api/v1/themes_review_merge.py:115
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_review_merge.py:115 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `seed_default_sources_endpoint` without auth dependency — backend/app/api/v1/themes_content_sources.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.
backend/app/api/v1/themes_content_sources.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_message` without auth dependency — backend/app/api/v1/assistant.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.
backend/app/api/v1/assistant.py:70 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `smart_refresh` without auth dependency — backend/app/api/v1/cache.py:454
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/cache.py:454 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_backfill` without auth dependency — backend/app/api/v1/breadth.py:276
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/breadth.py:276 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_backfill` without auth dependency — backend/app/api/v1/groups.py:544
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/groups.py:544 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_calculation` without auth dependency — backend/app/api/v1/breadth.py:230
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/breadth.py:230 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_calculation` without auth dependency — backend/app/api/v1/groups.py:433
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/groups.py:433 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_full_fundamentals_refresh` without auth dependency — backend/app/api/v1/fundamentals.py:26
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/fundamentals.py:26 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_gapfill` without auth dependency — backend/app/api/v1/groups.py:686
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/groups.py:686 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_initial_cache_population` without auth dependency — backend/app/api/v1/fundamentals.py:97
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/fundamentals.py:97 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_symbol_fundamentals_refresh` without auth dependency — backend/app/api/v1/fundamentals.py:56
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/fundamentals.py:56 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_task` without auth dependency — backend/app/api/v1/tasks.py:45
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/tasks.py:45 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_all_themes` without auth dependency — backend/app/api/v1/themes_content_sources.py:218
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_content_sources.py:218 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `warm_all_caches` without auth dependency — backend/app/api/v1/cache.py:211
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/cache.py:211 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `warm_spy_benchmark_cache` without auth dependency — backend/app/api/v1/cache.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.
backend/app/api/v1/cache.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `warm_symbol_cache` without auth dependency — backend/app/api/v1/cache.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.
backend/app/api/v1/cache.py:168 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `watchlist_add_preview` without auth dependency — backend/app/api/v1/assistant.py:114
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/assistant.py:114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reassign_l2_to_l1` without auth dependency — backend/app/api/v1/themes_taxonomy.py:116
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_taxonomy.py:116 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_items` without auth dependency — backend/app/api/v1/user_watchlists.py:629
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:629 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_presets` without auth dependency — backend/app/api/v1/filter_presets.py:149
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/filter_presets.py:149 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_stocks` without auth dependency — backend/app/api/v1/user_themes.py:478
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:478 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_subgroups` without auth dependency — backend/app/api/v1/user_themes.py:381
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:381 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_symbols` without auth dependency — backend/app/api/v1/market_scan.py:243
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/market_scan.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_themes` without auth dependency — backend/app/api/v1/user_themes.py:102
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `reorder_watchlists` without auth dependency — backend/app/api/v1/user_watchlists.py:134
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:134 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_content_source` without auth dependency — backend/app/api/v1/themes_content_sources.py:96
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/themes_content_sources.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_item` without auth dependency — backend/app/api/v1/user_watchlists.py:594
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:594 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_preset` without auth dependency — backend/app/api/v1/filter_presets.py:91
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/filter_presets.py:91 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_stock` without auth dependency — backend/app/api/v1/user_themes.py:436
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:436 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_subgroup` without auth dependency — backend/app/api/v1/user_themes.py:346
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:346 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_symbol` without auth dependency — backend/app/api/v1/market_scan.py:188
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/market_scan.py:188 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_theme` without auth dependency — backend/app/api/v1/user_themes.py:69
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_themes.py:69 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_watchlist` without auth dependency — backend/app/api/v1/user_watchlists.py:101
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/v1/user_watchlists.py:101 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/api/assistant.js:45
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/static/dataClient.js:6
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 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: frontend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Frontend route `/stocks/:ticker` has no Link/navigate to it — frontend/src/components/Stock/StockDetails.test.jsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/login-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 112, 120, 132, 144, 156, 178
.github/workflows/ci.yml:112, 120, 132, 144, 156, 178 (6 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
6 files, 6 locations
.github/workflows/ci.yml
.github/workflows/cn-daily-price-bootstrap.yml
.github/workflows/ibd-classification.yml
.github/workflows/release-asset-cleanup.yml
.github/workflows/static-site.yml
.github/workflows/weekly-reference-data.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in frontend/src/components/MarketScan/TradingViewChart.jsx:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
frontend/src/components/MarketScan/TradingViewChart.jsx:17 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/app/scripts/bootstrap_cn_daily_price_shard.py:124
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/app/services/content_ingestion_service.py:162
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/app/services/stock_universe_service.py:3058
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph 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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 51 placeholder/mock markers across 29 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 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/static-site.yml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 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/static-site.yml Ports
medium System graph network Security conf 1.00 Privileged port 8 in use
Port 8 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/ibd-classification.yml Ports
low System graph quality Integrity conf 1.00 13 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ASIA_UNIVERSE_AUDIT_STALE_HOURS`, `BASE_URL`, `DEV`, `ENABLED_MARKETS`, `GITHUB_STEP_SUMMARY`, `LAUNCH_GATE_REPORT_DIR`, `OLLAMA_API_BASE`, `SITE_URL` + 5 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 400 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: nginx:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:23 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 1, 22
backend/Dockerfile:1, 22 (2 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 12 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 12 locations
.github/workflows/cn-daily-price-bootstrap.yml:260, 334, 407, 459, 465 (5 hits)
.github/workflows/static-site.yml:311, 344, 386, 709, 782 (5 hits)
.github/workflows/ibd-classification.yml:157, 221 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: backend/app/services/de_universe_ingestion_adapter.py:normalize_source_name, backend/app/services/finviz_universe_ingestion_adapter.py:normalize_source_name, backend/app/services/au_universe_ingestion_adapter.py:normalize_source_name, backend/app/serv…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 13 places
Functions with the same first-5-line body hash: backend/app/services/de_universe_ingestion_adapter.py:canonicalize_rows, backend/app/services/finviz_universe_ingestion_adapter.py:canonicalize_rows, backend/app/services/au_universe_ingestion_adapter.py:canonicalize_rows, backend/app/services/ca_univ…
duplicatesduplication
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: backend/app/use_cases/scanning/create_scan.py:to_dict, backend/app/use_cases/scanning/create_scan.py:to_dict This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document wh…
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/app/interfaces/mcp/models.py:normalize_symbol, backend/app/interfaces/mcp/models.py:normalize_symbol, backend/app/interfaces/mcp/models.py:normalize_symbol This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see htt…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: backend/app/analysis/patterns/report.py:to_payload, backend/app/analysis/patterns/report.py:to_payload, backend/app/analysis/patterns/report.py:to_payload, backend/app/analysis/patterns/report.py:to_payload This is *the* AI-coder failure mode (4× mor…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: backend/app/scanners/volume_breakthrough_scanner.py:scan_stock, backend/app/scanners/minervini_scanner.py:scan_stock, backend/app/scanners/canslim_scanner.py:scan_stock, backend/app/scanners/custom_scanner.py:scan_stock This is *the* AI-coder failure…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: backend/app/analysis/patterns/cup_handle.py:detect, backend/app/analysis/patterns/high_tight_flag.py:detect, backend/app/analysis/patterns/vcp_wrapper.py:detect, backend/app/analysis/patterns/nr7_inside_day.py:detect This is *the* AI-coder failure mo…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_query_legacy` in backend/tests/parity/test_scan_parity.py:38
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 `adr_e1_pipeline_scoped_processing_state_v1` in backend/tests/unit/test_theme_pipeline_processing_adr.py:11
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 `adr_e2_canonical_key_normalization_v1` in backend/app/services/theme_identity_normalization.py:4
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 `adr_e2_canonical_key_normalization_v1` in backend/tests/unit/test_theme_canonical_key_policy_adr.py:11
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 `adr_e2_canonical_key_normalization_v1` in backend/tests/unit/test_theme_identity_normalization.py:22
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 `adr_ll2_e1_canonical_price_contract_v1` in backend/app/services/bulk_data_fetcher.py:9
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 `adr_ll2_e1_canonical_price_contract_v1` in backend/app/services/price_cache_service.py:11
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 `adr_ll2_e1_canonical_price_contract_v1` in backend/app/services/yfinance_service.py:5
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 `adr_ll2_e1_canonical_price_contract_v1` in backend/tests/unit/test_price_contract_adr.py:11
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 `cross_detector_v1` in backend/app/analysis/patterns/calibration.py:199
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 `cross_detector_v1` in backend/tests/unit/test_pattern_calibration.py:38
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 `distance_to_pivot_pct_legacy` in backend/app/analysis/patterns/vcp_wrapper.py:112
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 `from_legacy` in backend/app/schemas/universe.py:306
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 `fundamentals_v1` in backend/app/services/provider_snapshot_service.py:127
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 `fundamentals_v1` in backend/tests/unit/test_provider_snapshot_service.py:482
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 backend/app/services/strategy_profile_service.py:212
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 `s_legacy` in backend/tests/unit/test_scan_crud_endpoints.py:155
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 `seed_v1` in backend/app/services/index_membership_seeder.py:50
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 `seed_v1` in backend/scripts/seed_index_memberships.py:58
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 `seed_v1` in backend/tests/unit/test_index_membership_seeder.py:46
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 `test_build_universe_def_raises_on_invalid_legacy` in backend/tests/unit/test_scan_enqueue.py:76
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 `test_promoted_dict_is_shallow_copy` in backend/tests/unit/test_setup_engine_persistence.py:161
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 `TestFromLegacy` in backend/tests/unit/test_universe_schema.py:366
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 `TestHealthDeprecated` in backend/tests/unit/test_health_endpoints.py:109
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 `TestUnboundScanFallsBackToLegacy` in backend/tests/unit/test_export_scan_results_use_case.py:206
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 `used_legacy` in backend/app/api/v1/scans.py:169
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 `used_legacy` in backend/app/services/universe_compat_adapter.py:50
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 `used_legacy` in backend/tests/unit/test_universe_compat_adapter.py:20
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 `vcp_detected_by_legacy` in backend/tests/unit/golden/test_golden_detectors.py:322
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 `vcp_detected_by_legacy` in backend/tests/unit/test_detector_subtasks_c3a_c4a_c6a.py:104
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: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/tasks/data_fetch_lock.py:418
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/tasks/workload_coordination.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: init_db
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/database.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: is_locked
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/tasks/data_fetch_lock.py:292
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_page_spec
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/api/v1/scan_filter_params.py:351
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_scan_sort
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/api/v1/scan_filter_params.py:337
low System graph software Dead code conf 1.00 Possibly dead Python function: redacted_database_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/utils/db_url.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: release_group_rank_gapfill_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/tasks/group_rank_memory.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: require_admin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/api/v1/config.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: should_refresh_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/utils/market_hours.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: wait_for_service
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/utils/rate_limiter.py:98
low System graph software Dead code conf 1.00 Possibly dead Python function: wait_if_quota_exceeded
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/utils/rate_limiter.py:168
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/src/api/client.js:73
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `_rebuild_pipeline_state_table` (body is just `pass`/`return`) — backend/app/db_migrations/theme_pipeline_state_migration.py:205
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_rebuild_theme_clusters_table` (body is just `pass`/`return`) — backend/app/db_migrations/theme_cluster_identity_migration.py:302
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `emit` (body is just `pass`/`return`) — backend/app/domain/scanning/ports.py:291
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /items/{item_id}
`backend/app/api/v1/user_watchlists.py` declares `DELETE /items/{item_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{watchlist_id}
`backend/app/api/v1/user_watchlists.py` declares `DELETE /{watchlist_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 /
`backend/app/main.py` declares `GET /` 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 /alerts
`backend/app/api/v1/themes_queries.py` declares `GET /alerts` 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/assistant/conversations
`backend/app/api/v1/assistant.py` declares `GET /api/v1/assistant/conversations` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/assistant/conversations/{conversation_id}
`backend/app/api/v1/assistant.py` declares `GET /api/v1/assistant/conversations/{conversation_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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/v1/assistant/health
`backend/app/api/v1/assistant.py` declares `GET /api/v1/assistant/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 /bootstrap
`backend/app/api/v1/themes_queries.py` declares `GET /bootstrap` 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 /config/llm
`backend/app/api/v1/config.py` declares `GET /config/llm` 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 /correlation/clusters
`backend/app/api/v1/themes_queries.py` declares `GET /correlation/clusters` 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 /emerging
`backend/app/api/v1/themes_queries.py` declares `GET /emerging` 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 /jobs
`backend/app/api/v1/operations.py` declares `GET /jobs` 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 /lifecycle-transitions
`backend/app/api/v1/themes_queries.py` declares `GET /lifecycle-transitions` 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 /matching/telemetry
`backend/app/api/v1/themes_queries.py` declares `GET /matching/telemetry` 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 /pipelines
`backend/app/api/v1/themes_queries.py` declares `GET /pipelines` 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 /rankings
`backend/app/api/v1/themes_queries.py` declares `GET /rankings` 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
`backend/app/api/v1/fundamentals.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 /{profile}
`backend/app/api/v1/strategy_profiles.py` declares `GET /{profile}` 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 /{symbol}/52-week-position
`backend/app/api/v1/technical.py` declares `GET /{symbol}/52-week-position` 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 /{symbol}/ma-analysis
`backend/app/api/v1/technical.py` declares `GET /{symbol}/ma-analysis` 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 /{symbol}/minervini
`backend/app/api/v1/technical.py` declares `GET /{symbol}/minervini` 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 /{symbol}/rs-rating
`backend/app/api/v1/technical.py` declares `GET /{symbol}/rs-rating` 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 /{symbol}/stage
`backend/app/api/v1/technical.py` declares `GET /{symbol}/stage` 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 /{symbol}/vcp
`backend/app/api/v1/technical.py` declares `GET /{symbol}/vcp` 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 /{theme_id}
`backend/app/api/v1/themes_queries.py` declares `GET /{theme_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 /{theme_id}/entrants
`backend/app/api/v1/themes_queries.py` declares `GET /{theme_id}/entrants` 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 /{theme_id}/history
`backend/app/api/v1/themes_queries.py` declares `GET /{theme_id}/history` 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 /{theme_id}/mentions
`backend/app/api/v1/themes_queries.py` declares `GET /{theme_id}/mentions` 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 /{theme_id}/similar
`backend/app/api/v1/themes_queries.py` declares `GET /{theme_id}/similar` 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 /{theme_id}/validate
`backend/app/api/v1/themes_queries.py` declares `GET /{theme_id}/validate` 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 /{watchlist_id}/data
`backend/app/api/v1/user_watchlists.py` declares `GET /{watchlist_id}/data` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{watchlist_id}/stewardship
`backend/app/api/v1/user_watchlists.py` declares `GET /{watchlist_id}/stewardship` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`backend/app/api/v1/user_watchlists.py` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /alerts/{alert_id}/dismiss
`backend/app/api/v1/themes_queries.py` declares `POST /alerts/{alert_id}/dismiss` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/assistant/conversations
`backend/app/api/v1/assistant.py` declares `POST /api/v1/assistant/conversations` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/assistant/conversations/{conversation_id}/messages
`backend/app/api/v1/assistant.py` declares `POST /api/v1/assistant/conversations/{conversation_id}/messages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/v1/assistant/watchlist-add-preview
`backend/app/api/v1/assistant.py` declares `POST /api/v1/assistant/watchlist-add-preview` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /config/llm
`backend/app/api/v1/config.py` declares `POST /config/llm` 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 /config/ollama
`backend/app/api/v1/config.py` declares `POST /config/ollama` 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 /jobs/{task_id}/cancel
`backend/app/api/v1/operations.py` declares `POST /jobs/{task_id}/cancel` 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 /populate
`backend/app/api/v1/fundamentals.py` declares `POST /populate` 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 /refresh/all
`backend/app/api/v1/fundamentals.py` declares `POST /refresh/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 /refresh/symbol/{symbol}
`backend/app/api/v1/fundamentals.py` declares `POST /refresh/symbol/{symbol}` 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 /{watchlist_id}/items
`backend/app/api/v1/user_watchlists.py` declares `POST /{watchlist_id}/items` 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 /{watchlist_id}/items/bulk
`backend/app/api/v1/user_watchlists.py` declares `POST /{watchlist_id}/items/bulk` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{watchlist_id}/items/import
`backend/app/api/v1/user_watchlists.py` declares `POST /{watchlist_id}/items/import` 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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /items/{item_id}
`backend/app/api/v1/user_watchlists.py` declares `PUT /items/{item_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /reorder
`backend/app/api/v1/user_watchlists.py` declares `PUT /reorder` 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: PUT /{watchlist_id}
`backend/app/api/v1/user_watchlists.py` declares `PUT /{watchlist_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: PUT /{watchlist_id}/items/reorder
`backend/app/api/v1/user_watchlists.py` declares `PUT /{watchlist_id}/items/reorder` 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 consum…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/alembic/versions/20260408_0001_baseline.py (1304 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/interfaces/mcp/market_copilot.py (1652 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/bulk_data_fetcher.py (1243 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/fundamentals_cache_service.py (1768 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/ibd_group_rank_service.py (1952 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/official_market_universe_source_service.py (2564 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/price_cache_service.py (2160 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/provider_snapshot_service.py (1514 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/static_site_export_service.py (2035 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/stock_universe_service.py (3123 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/theme_discovery_service.py (2038 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/theme_extraction_service.py (1932 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/services/theme_merging_service.py (2923 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/tasks/cache_tasks.py (1989 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/tasks/fundamentals_tasks.py (1480 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/tasks/theme_discovery_tasks.py (1633 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_cache_refresh_unification.py (1412 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_feature_store_tasks.py (1950 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_official_market_universe_source_service.py (2607 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_provider_snapshot_service.py (1975 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_static_site_export_service.py (2644 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_stock_universe_service.py (2358 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_theme_reprocessing.py (1938 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/test_weekly_reference_scripts.py (1787 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/tests/unit/use_cases/feature_store/test_build_daily_snapshot.py (1419 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/a8cbe6a5-d86e-45c1-a96c-42556b3e6efa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a8cbe6a5-d86e-45c1-a96c-42556b3e6efa/

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.