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.

cryptord84/tradingview-bot

https://github.com/cryptord84/tradingview-bot · scanned 2026-06-17 01:51 UTC (1 month, 1 week ago)

137 raw signals (0 security + 137 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -3.7 (diff) · 120 actionable findings from 1 signal source. 17 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 73.0/100 with 77.8% coverage. It contains 1517 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 137 findings — concentrated in security (59), quality (52), software (23). Risk profile is high: 0 critical, 56 high, 8 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 101 of 120 actionable findings. 137 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 DELETE `delete_backtest_experiment` without auth dependency — app/routers/dashboard.py:3850
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/dashboard.py:3850 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_backtest` without auth dependency — app/routers/dashboard.py:2351
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/dashboard.py:2351 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `aave_deposit` without auth dependency — app/routers/dashboard.py:1899
`@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/routers/dashboard.py:1899 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `aave_withdraw` without auth dependency — app/routers/dashboard.py:1963
`@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/routers/dashboard.py:1963 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_backtest` without auth dependency — app/routers/dashboard.py:2291
`@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/routers/dashboard.py:2291 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bot_start` without auth dependency — app/routers/dashboard.py:1562
`@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/routers/dashboard.py:1562 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bot_stop` without auth dependency — app/routers/dashboard.py:1567
`@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/routers/dashboard.py:1567 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_backtest_experiment` without auth dependency — app/routers/dashboard.py:3780
`@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/routers/dashboard.py:3780 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_indicator` without auth dependency — app/routers/dashboard.py:2386
`@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/routers/dashboard.py:2386 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_backtests_from_reports` without auth dependency — app/routers/dashboard.py:2302
`@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/routers/dashboard.py:2302 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_dry_run_to_experiment` without auth dependency — app/routers/dashboard.py:3834
`@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/routers/dashboard.py:3834 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_ai_analyze` without auth dependency — app/routers/dashboard.py:3055
`@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/routers/dashboard.py:3055 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_ai_toggle` without auth dependency — app/routers/dashboard.py:3064
`@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/routers/dashboard.py:3064 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_arb_scan_now` without auth dependency — app/routers/dashboard.py:2862
`@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/routers/dashboard.py:2862 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_arb_toggle` without auth dependency — app/routers/dashboard.py:2871
`@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/routers/dashboard.py:2871 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_esports_scan` without auth dependency — app/routers/dashboard.py:3228
`@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/routers/dashboard.py:3228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_esports_toggle` without auth dependency — app/routers/dashboard.py:3236
`@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/routers/dashboard.py:3236 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_mm_flatten` without auth dependency — app/routers/dashboard.py:3191
`@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/routers/dashboard.py:3191 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_mm_kill` without auth dependency — app/routers/dashboard.py:3182
`@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/routers/dashboard.py:3182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_mm_start` without auth dependency — app/routers/dashboard.py:3162
`@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/routers/dashboard.py:3162 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_mm_stop` without auth dependency — app/routers/dashboard.py:3172
`@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/routers/dashboard.py:3172 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_place_order` without auth dependency — app/routers/dashboard.py:2701
`@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/routers/dashboard.py:2701 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_risk_reconcile` without auth dependency — app/routers/dashboard.py:3306
`@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/routers/dashboard.py:3306 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_risk_reset` without auth dependency — app/routers/dashboard.py:3299
`@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/routers/dashboard.py:3299 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_sports_scan` without auth dependency — app/routers/dashboard.py:3106
`@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/routers/dashboard.py:3106 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_sports_toggle` without auth dependency — app/routers/dashboard.py:3114
`@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/routers/dashboard.py:3114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_spread_add_market` without auth dependency — app/routers/dashboard.py:2943
`@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/routers/dashboard.py:2943 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_spread_flatten` without auth dependency — app/routers/dashboard.py:2929
`@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/routers/dashboard.py:2929 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_spread_kill` without auth dependency — app/routers/dashboard.py:2920
`@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/routers/dashboard.py:2920 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_spread_start` without auth dependency — app/routers/dashboard.py:2900
`@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/routers/dashboard.py:2900 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_spread_stop` without auth dependency — app/routers/dashboard.py:2911
`@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/routers/dashboard.py:2911 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_tech_scan` without auth dependency — app/routers/dashboard.py:3011
`@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/routers/dashboard.py:3011 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_tech_toggle` without auth dependency — app/routers/dashboard.py:3020
`@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/routers/dashboard.py:3020 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_whale_scan` without auth dependency — app/routers/dashboard.py:2970
`@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/routers/dashboard.py:2970 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_whale_toggle` without auth dependency — app/routers/dashboard.py:2979
`@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/routers/dashboard.py:2979 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kalshi_ws_subscribe` without auth dependency — app/routers/dashboard.py:3279
`@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/routers/dashboard.py:3279 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kamino_deposit` without auth dependency — app/routers/dashboard.py:1808
`@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/routers/dashboard.py:1808 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kamino_withdraw` without auth dependency — app/routers/dashboard.py:1843
`@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/routers/dashboard.py:1843 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `log_backtest_trade` without auth dependency — app/routers/dashboard.py:3802
`@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/routers/dashboard.py:3802 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `manual_close_position` without auth dependency — app/routers/dashboard.py:2130
`@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/routers/dashboard.py:2130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parameter_grid` without auth dependency — app/routers/dashboard.py:2404
`@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/routers/dashboard.py:2404 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parse_tv_summary` without auth dependency — app/routers/dashboard.py:2360
`@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/routers/dashboard.py:2360 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `quick_compare` without auth dependency — app/routers/dashboard.py:3868
`@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/routers/dashboard.py:3868 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rebalancer_calculate` without auth dependency — app/routers/dashboard.py:3481
`@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/routers/dashboard.py:3481 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rebalancer_execute` without auth dependency — app/routers/dashboard.py:3501
`@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/routers/dashboard.py:3501 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rebalancer_toggle` without auth dependency — app/routers/dashboard.py:3512
`@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/routers/dashboard.py:3512 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `receive_webhook` without auth dependency — app/routers/webhook.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.
app/routers/webhook.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_dryrun` without auth dependency — app/routers/dashboard.py:3710
`@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/routers/dashboard.py:3710 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_paper_portfolio` without auth dependency — app/routers/dashboard.py:3438
`@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/routers/dashboard.py:3438 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_sol_risk` without auth dependency — app/routers/dashboard.py:3749
`@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/routers/dashboard.py:3749 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_scout_now` without auth dependency — app/routers/dashboard.py:2020
`@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/routers/dashboard.py:2020 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `score_backtest_experiment` without auth dependency — app/routers/dashboard.py:3822
`@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/routers/dashboard.py:3822 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_dryrun_mode` without auth dependency — app/routers/dashboard.py:3677
`@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/routers/dashboard.py:3677 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_paper_mode` without auth dependency — app/routers/dashboard.py:3445
`@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/routers/dashboard.py:3445 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `token_sweep` without auth dependency — app/routers/dashboard.py:2432
`@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/routers/dashboard.py:2432 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_settings` without auth dependency — app/routers/dashboard.py:1463
`@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/routers/dashboard.py:1463 securityAuth fastapi unauth mutation
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci. 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 security security conf 1.00 Insecure pattern 'cors_wildcard' in main.py:367
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
main.py:367 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/index.html:3243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/index.html:3243 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
low System graph quality Integrity conf 1.00 7 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `BACKTEST_BOOTSTRAP_ITER`, `BACKTEST_LIFT_WIN`, `BACKTEST_MIN_TRADES`, `BACKTEST_P_TREND`, `BACKTEST_P_WINNER`, `BINANCE_US_API_KEY`, `BINANCE_US_API_SECRET`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 624 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 quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: app/config.py:get_kalshi_config, app/config.py:get 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.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: app/services/kalshi_client.py:get_events, app/services/kalshi_client.py:get_event, app/services/kalshi_client.py:get_events, app/services/kalshi_client.py:get_event This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see ht…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: app/services/jupiter_client.py:close, app/services/openocean_client.py:close, app/services/news_service.py:close, app/services/telegram_service.py:close This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/…
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 `csv_backup` in main.py:23
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 `indicator_ema_ribbon_v1` in scripts/generate_indicator_docs.py:37
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 `only_old` in scripts/backtest_microstructure.py:141
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 `parse_csv_legacy` in tools/analyze_backtest.py:103
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 `run_daily_backup` in app/utils/csv_backup.py:19
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 `SOL_Mean_Reversion_v1` in app/routers/dashboard.py:3344
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: close_kalshi_position
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/database.py:1499
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_apis
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:460
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_arb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:816
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_help
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:186
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_kalshi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:672
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_kalshi_reset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:763
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_pnl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:617
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_prices
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:779
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_risk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:873
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_spread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:846
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:192
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_today
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:583
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_trades
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:537
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_txlog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:412
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_vault
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:370
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_wallet
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_commands.py:264
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_str
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/strategy_builder.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_indicator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/strategy_builder.py:221
low System graph software Dead code conf 1.00 Possibly dead Python function: get_realized_pnl_24h
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/database.py:1814
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_kalshi_position
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/database.py:1455
low System graph software Dead code conf 1.00 Possibly dead Python function: is_loaded
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/btcd_calibrator.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: notify_daily_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/telegram_service.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_tv_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/services/strategy_builder.py:24
low System graph quality Complexity conf 1.00 Very large file: app/database.py (1851 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/routers/dashboard.py (3882 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/services/telegram_commands.py (1314 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/services/trade_engine.py (1857 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/8158f419-d7e5-4b4d-a812-5717b3319878/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8158f419-d7e5-4b4d-a812-5717b3319878/

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.