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.

ramc2012/TradeBot

https://github.com/ramc2012/TradeBot · scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)

359 raw signals (0 security + 359 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 344 actionable findings from 1 signal source. 15 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 52.7/100 with 100.0% coverage. It contains 9549 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 359 findings — concentrated in quality (160), security (75), api (50). Risk profile is high: 0 critical, 72 high, 22 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 231 of 344 actionable findings. 359 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 `cancel_order` without auth dependency — backend/api/routers/trading.py:403
`@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/api/routers/trading.py:403 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `cancel_task` without auth dependency — backend/api/routers/fo_data.py:318
`@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/api/routers/fo_data.py:318 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_index_analytics_task` without auth dependency — backend/api/routers/fo_data.py:326
`@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/api/routers/fo_data.py:326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `rl_reset` without auth dependency — backend/api/routers/auction_intelligence.py:856
`@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/api/routers/auction_intelligence.py:856 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_document` without auth dependency — backend/api/routers/rag.py:20
`@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/api/routers/rag.py:20 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_trade_case` without auth dependency — backend/api/routers/rag.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/api/routers/rag.py:26 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze` without auth dependency — backend/api/routers/auction_intelligence.py:552
`@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/api/routers/auction_intelligence.py:552 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_proposal` without auth dependency — backend/api/routers/agent.py:30
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/agent.py:30 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cbe_reset_paper` without auth dependency — backend/api/routers/cbe.py:140
`@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/api/routers/cbe.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat` without auth dependency — backend/api/routers/agent.py:68
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/agent.py:68 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `close_strategy_agent_position` without auth dependency — backend/api/routers/trading.py:539
`@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/api/routers/trading.py:539 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `connect_broker` without auth dependency — backend/api/routers/auth.py:1603
`@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/api/routers/auth.py:1603 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `context_gate` without auth dependency — backend/api/routers/rag.py:69
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/rag.py:69 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_broker` without auth dependency — backend/api/routers/auth.py:1634
`@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/api/routers/auth.py:1634 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fire_telegram_heartbeat` without auth dependency — backend/api/routers/notifications.py:25
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/notifications.py:25 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fivepaisa_connect` without auth dependency — backend/api/routers/auth.py:1886
`@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/api/routers/auth.py:1886 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fo_risk_refresh` without auth dependency — backend/api/routers/market.py:537
`@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/api/routers/market.py:537 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fractal_market_profile_paper_proposal` without auth dependency — backend/api/routers/fractal_market_profile.py:35
`@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/api/routers/fractal_market_profile.py:35 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_latest_ticks` without auth dependency — backend/api/routers/market.py:1229
`@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/api/routers/market.py:1229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_ltp` without auth dependency — backend/api/routers/market.py:1174
`@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/api/routers/market.py:1174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `icici_breeze_connect` without auth dependency — backend/api/routers/auth.py:1858
`@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/api/routers/auth.py:1858 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_sniper_signal` without auth dependency — backend/api/routers/auction_intelligence.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/api/routers/auction_intelligence.py:81 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kill_switch` without auth dependency — backend/api/routers/trading.py:442
`@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/api/routers/trading.py:442 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `paper_agent_run_once` without auth dependency — backend/api/routers/gann_tp_delta.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/gann_tp_delta.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `paper_proposal` without auth dependency — backend/api/routers/auction_intelligence.py:568
`@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/api/routers/auction_intelligence.py:568 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `paper_proposal` without auth dependency — backend/api/routers/directional_options.py:44
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/directional_options.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `paper_proposal` without auth dependency — backend/api/routers/gann_tp_delta.py:76
`@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/api/routers/gann_tp_delta.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `paper_run_once` without auth dependency — backend/api/routers/auction_intelligence.py:541
`@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/api/routers/auction_intelligence.py:541 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `place_order` without auth dependency — backend/api/routers/trading.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/api/routers/trading.py:305 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_learning_scores` without auth dependency — backend/api/routers/strategy.py:1303
`@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/api/routers/strategy.py:1303 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_proposal` without auth dependency — backend/api/routers/agent.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/api/routers/agent.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_commodity_paper_account` without auth dependency — backend/api/routers/commodity.py:95
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/commodity.py:95 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_nse_paper_account` without auth dependency — backend/api/routers/trading.py:562
`@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/api/routers/trading.py:562 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_paper_account` without auth dependency — backend/api/routers/directional_options.py:76
`@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/api/routers/directional_options.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rl_cycle` without auth dependency — backend/api/routers/auction_intelligence.py:822
`@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/api/routers/auction_intelligence.py:822 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rl_train` without auth dependency — backend/api/routers/auction_intelligence.py:799
`@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/api/routers/auction_intelligence.py:799 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_commodity_strategy_once` without auth dependency — backend/api/routers/commodity.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/api/routers/commodity.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_india_live_market_ingestion` without auth dependency — backend/api/routers/sector_interaction.py:178
`@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/api/routers/sector_interaction.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_ingestion` without auth dependency — backend/api/routers/sector_interaction.py:161
`@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/api/routers/sector_interaction.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_scan` without auth dependency — backend/api/routers/agent.py:46
`@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/api/routers/agent.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_strategy_agent_once` without auth dependency — backend/api/routers/trading.py:534
`@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/api/routers/trading.py:534 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_credentials` without auth dependency — backend/api/routers/auth.py:1358
`@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/api/routers/auth.py:1358 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_telegram_settings` without auth dependency — backend/api/routers/auth.py:1537
`@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/api/routers/auth.py:1537 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `scan_cbe` without auth dependency — backend/api/routers/cbe.py:67
`@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/api/routers/cbe.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search` without auth dependency — backend/api/routers/rag.py:32
`@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/api/routers/rag.py:32 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `seed_rag_documents` without auth dependency — backend/api/routers/sector_interaction.py:203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/sector_interaction.py:203 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_telegram_test` without auth dependency — backend/api/routers/auth.py:1564
`@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/api/routers/auth.py:1564 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_agent_mode` without auth dependency — backend/api/routers/agent.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/api/routers/agent.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_mode` without auth dependency — backend/api/routers/trading.py:270
`@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/api/routers/trading.py:270 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `shadow_backfill` without auth dependency — backend/api/routers/auction_intelligence.py:424
`@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/api/routers/auction_intelligence.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `shadow_record_live` without auth dependency — backend/api/routers/auction_intelligence.py:400
`@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/api/routers/auction_intelligence.py:400 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_backtest` without auth dependency — backend/api/routers/analysis.py:1379
`@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/api/routers/analysis.py:1379 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_commodity_strategy_agent` without auth dependency — backend/api/routers/commodity.py:125
`@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/api/routers/commodity.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_download` without auth dependency — backend/api/routers/fo_data.py:176
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/api/routers/fo_data.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_index_analytics_download` without auth dependency — backend/api/routers/fo_data.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/api/routers/fo_data.py:207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_nse_constituents` without auth dependency — backend/api/routers/sector_interaction.py:37
`@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/api/routers/sector_interaction.py:37 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `telegram_discover_chats` without auth dependency — backend/api/routers/auth.py:1486
`@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/api/routers/auth.py:1486 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `toggle_rule` without auth dependency — backend/api/routers/agent.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/api/routers/agent.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upstox_connect_manual` without auth dependency — backend/api/routers/auth.py:1764
`@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/api/routers/auth.py:1764 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_gate_a` without auth dependency — backend/api/routers/auction_intelligence.py:598
`@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/api/routers/auction_intelligence.py:598 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `modify_order` without auth dependency — backend/api/routers/trading.py:394
`@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/api/routers/trading.py:394 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_strategy_agent_auto_run` without auth dependency — backend/api/routers/trading.py:551
`@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/api/routers/trading.py:551 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_commodity_kill_switch` without auth dependency — backend/api/routers/commodity.py:154
`@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/api/routers/commodity.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_commodity_strategy_config` without auth dependency — backend/api/routers/commodity.py:135
`@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/api/routers/commodity.py:135 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_kill_switch` without auth dependency — backend/api/routers/trading.py:469
`@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/api/routers/trading.py:469 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_risk_config` without auth dependency — backend/api/routers/trading.py:585
`@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/api/routers/trading.py:585 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_trading_calendar` without auth dependency — backend/api/routers/system.py:543
`@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/api/routers/system.py:543 securityAuth fastapi unauth mutation
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend-v2/src/app/layout.tsx:21
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend-v2/src/lib/reports-ledger.ts:145
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-v2/src/lib/websocket.ts:50
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/lib/reports-ledger.ts:145
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/lib/websocket.ts:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/launch.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/launch.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: frontend-v2/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
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 security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend-v2/src/app/layout.tsx:21
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend-v2/src/app/layout.tsx:21 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend-v2/src/components/v1-auth/AppTokenGate.tsx:35
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend-v2/src/components/v1-auth/AppTokenGate.tsx:35 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/src/components/auth/AppTokenGate.tsx:35
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/src/components/auth/AppTokenGate.tsx:35 Local storage auth token
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 160 placeholder/mock markers across 33 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 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
sniper-paper/configs/paper.yaml Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
sniper-phase0/configs/features.yaml Ports
medium System graph network Security conf 1.00 Privileged port 23 in use
Port 23 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
sniper-paper/configs/paper.yaml 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.
sniper-paper/configs/paper.yaml Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
sniper-paper/configs/paper.yaml 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.
sniper-paper/configs/paper.yaml Ports
medium System graph network Security conf 1.00 Privileged port 9 in use
Port 9 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
sniper-paper/configs/paper.yaml Ports
low System graph quality Integrity conf 1.00 55 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AI_INITIAL_CAPITAL`, `AI_IS_DAYS`, `AI_OOS_DAYS`, `AI_OUT`, `AI_STRIDE_DAYS`, `ALPACA_DIR`, `API_URL`, `AUDIT_DSN` + 47 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 933 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: 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:1 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-v2/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 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.
backend/Dockerfile:1 containersPinned dependencies
low System graph quality Tests conf 1.00 Low test-to-source ratio
81 tests / 645 src (ratio 0.13).
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/api/websockets/ticks.py:payload_factory, backend/api/websockets/ticks.py:payload_factory, backend/api/websockets/ticks.py:payload_factory, backend/api/websockets/ticks.py:payload_factory This is *the* AI-coder failure mode (4× more duplicatio…
duplicatesduplication
low System graph quality Integrity conf 1.00 15 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: sniper-paper/src/sniper_paper/common/settings.py:load, sniper-paper/src/sniper_paper/common/settings.py:load 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…
15 occurrences
repo-level (15 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/directional_options/service.py:workspace, backend/directional_options/service.py:live_snapshot, backend/directional_options/service.py:record_paper_snapshot 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 4 places
Functions with the same first-5-line body hash: backend/api/routers/gann_tp_delta.py:workspace, backend/api/routers/gann_tp_delta.py:live_snapshot, backend/api/routers/gann_tp_delta.py:backtest, backend/api/routers/gann_tp_delta.py:paper_proposal This is *the* AI-coder failure mode (4× more duplic…
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: tools/generate_nse_cache_validation_report.py:classify, tools/generate_nse_cache_validation_report.py:classify, tools/generate_nse_cache_validation_report.py:classify, backend/analysis/validation_live.py:classify This is *the* AI-coder failure mode (…
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 `_ai_discipline_test_unused` in backend/tests/test_auction_position_discipline.py:14
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 `_dir_summary_test_unused` in backend/tests/test_directional_summary_realized.py:36
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 `commodity_atm_watchlist_cache_v1` in backend/market_data/commodity_atm_watchlist.py:184
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 `forward_leaning_v1` in backend/cbe_scanner/asset_rotation.py:540
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 `get_historical_data_v2` in backend/analysis/backtest.py:879
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 `get_historical_data_v2` in backend/brokers/icici_breeze.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 `q_old` in backend/auction_intelligence/rl/policy.py:213
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 `research_nifty_per_option_renko_v2` in backend/scripts/research_nifty_per_option_renko_v2.py:17
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_inv_old` in backend/directional_options/policy.py:305
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 `sector_interaction_ingestion_v1` in backend/sector_interaction/ingestion.py:16
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 `sector_interaction_nse_constituents_v1` in backend/sector_interaction/nse_constituents.py:18
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: brier_skill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/directional_options/calibration.py:162
low System graph software Dead code conf 1.00 Possibly dead Python function: close_pool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/db.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: close_position
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: compute_mp_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/features/mp_state.py:77
low System graph software Dead code conf 1.00 Possibly dead Python function: compute_session_mp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/features/mp_state.py:110
low System graph software Dead code conf 1.00 Possibly dead Python function: enqueue
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/ingest/tick_writer.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: fit_isotonic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/directional_options/calibration.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: init_pool
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/db.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_order
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_position
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_run
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:177
low System graph software Dead code conf 1.00 Possibly dead Python function: insert_tick
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: is_in_trading_hours
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/common/time.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: load_calibrator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/directional_options/calibration.py:185
low System graph software Dead code conf 1.00 Possibly dead Python function: minutes_into_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/common/time.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: next_session_open
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/common/time.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: recent_df
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/ingest/tick_buffer.py:20
low System graph software Dead code conf 1.00 Possibly dead Python function: recent_ticks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: serve_layout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/directional_options/dashboard.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: session_df
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/ingest/tick_buffer.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: session_ticks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:61
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_logging
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/common/logging.py:7
low System graph software Dead code conf 1.00 Possibly dead Python function: stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/ingest/fyers_ws.py:113
low System graph software Dead code conf 1.00 Possibly dead Python function: upsert_daily_pnl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sniper-paper/src/sniper_paper/persistence/repository.py:149
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `get_spread_history` (body is just `pass`/`return`) — backend/cbe_scanner/project_provider.py:97
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 /rl-reset
`backend/api/routers/auction_intelligence.py` declares `DELETE /rl-reset` 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/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 /backtest
`backend/api/routers/directional_options.py` declares `GET /backtest` 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 /canary-readiness
`backend/api/routers/auction_intelligence.py` declares `GET /canary-readiness` 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 /candle-gaps
`backend/api/routers/data_quality.py` declares `GET /candle-gaps` 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 /chain-analytics
`backend/api/routers/directional_options.py` declares `GET /chain-analytics` 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
`backend/api/routers/cbe.py` declares `GET /config` 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 /default-config
`backend/api/routers/auction_intelligence.py` declares `GET /default-config` 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 /demo-scenario
`backend/api/routers/auction_intelligence.py` declares `GET /demo-scenario` 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 /instruments/{symbol}/analytics
`backend/api/routers/cbe.py` declares `GET /instruments/{symbol}/analytics` 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 /latest
`backend/api/routers/cbe.py` declares `GET /latest` 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 /live-snapshot
`backend/api/routers/directional_options.py` declares `GET /live-snapshot` 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 /mp-agent-context
`backend/api/routers/auction_intelligence.py` declares `GET /mp-agent-context` 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 /mp-analytics
`backend/api/routers/auction_intelligence.py` declares `GET /mp-analytics` 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 /mp-dashboard
`backend/api/routers/auction_intelligence.py` declares `GET /mp-dashboard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /mp-data-status
`backend/api/routers/auction_intelligence.py` declares `GET /mp-data-status` 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 /mp-multi-tf-profile
`backend/api/routers/auction_intelligence.py` declares `GET /mp-multi-tf-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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /mp-open-signal
`backend/api/routers/auction_intelligence.py` declares `GET /mp-open-signal` 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 /mp-regime-history
`backend/api/routers/auction_intelligence.py` declares `GET /mp-regime-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 /mp-setup-performance
`backend/api/routers/auction_intelligence.py` declares `GET /mp-setup-performance` 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: GET /mp-signals
`backend/api/routers/auction_intelligence.py` declares `GET /mp-signals` 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 /paper-journal
`backend/api/routers/directional_options.py` declares `GET /paper-journal` 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 /paper-positions
`backend/api/routers/directional_options.py` declares `GET /paper-positions` 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 /paper-status
`backend/api/routers/auction_intelligence.py` declares `GET /paper-status` 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 /paper-summary
`backend/api/routers/directional_options.py` declares `GET /paper-summary` 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 /policy
`backend/api/routers/directional_options.py` declares `GET /policy` 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 /rl-policy
`backend/api/routers/auction_intelligence.py` declares `GET /rl-policy` 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 /rl-versions
`backend/api/routers/auction_intelligence.py` declares `GET /rl-versions` 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 /shadow-records
`backend/api/routers/auction_intelligence.py` declares `GET /shadow-records` 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 /snapshot
`backend/api/routers/data_quality.py` declares `GET /snapshot` 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 /sniper-signal
`backend/api/routers/auction_intelligence.py` declares `GET /sniper-signal` 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 /summary
`backend/api/routers/directional_options.py` declares `GET /summary` 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 /universe
`backend/api/routers/cbe.py` declares `GET /universe` 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 /validate-gate-b
`backend/api/routers/auction_intelligence.py` declares `GET /validate-gate-b` 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 /validate-gate-c
`backend/api/routers/auction_intelligence.py` declares `GET /validate-gate-c` 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 /validation-runs/latest
`backend/api/routers/auction_intelligence.py` declares `GET /validation-runs/latest` 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: GET /validation-runs/{run_id}/artifacts
`backend/api/routers/auction_intelligence.py` declares `GET /validation-runs/{run_id}/artifacts` 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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /workspace
`backend/api/routers/directional_options.py` declares `GET /workspace` 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 /analyze
`backend/api/routers/auction_intelligence.py` declares `POST /analyze` 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 /paper-proposal
`backend/api/routers/directional_options.py` declares `POST /paper-proposal` 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 /paper-run-once
`backend/api/routers/auction_intelligence.py` declares `POST /paper-run-once` 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 /reset-paper
`backend/api/routers/directional_options.py` declares `POST /reset-paper` 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 /rl-cycle
`backend/api/routers/auction_intelligence.py` declares `POST /rl-cycle` 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 /rl-train
`backend/api/routers/auction_intelligence.py` declares `POST /rl-train` 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 /scan
`backend/api/routers/cbe.py` declares `POST /scan` 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 /shadow-backfill
`backend/api/routers/auction_intelligence.py` declares `POST /shadow-backfill` 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 /shadow-record-live
`backend/api/routers/auction_intelligence.py` declares `POST /shadow-record-live` 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 /sniper-signal
`backend/api/routers/auction_intelligence.py` declares `POST /sniper-signal` 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 /telegram/heartbeat
`backend/api/routers/notifications.py` declares `POST /telegram/heartbeat` 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 /validate-gate-a
`backend/api/routers/auction_intelligence.py` declares `POST /validate-gate-a` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/analysis/backtest.py (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/analysis/expansion_analysis.py (1255 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/api/routers/analysis.py (1529 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/api/routers/auction_intelligence.py (2787 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/api/routers/auth.py (2047 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/api/routers/market.py (1332 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/api/routers/strategy.py (1308 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/auction_intelligence/live.py (1725 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/fractal_market_profile/service.py (2426 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/market_data/atm_watchlist.py (3035 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/market_data/commodity_atm_watchlist.py (1331 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/market_data/fno_analytics.py (1333 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/market_data/market_intelligence_runtime.py (1261 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/paper_engine/commodity_strategy_agent.py (3323 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/paper_engine/strategy_agent.py (5278 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/paper_engine/strategy_agent_entries.py (1242 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/sector_interaction/india_live.py (1160 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/sector_interaction/service.py (1381 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/test_auction_intelligence.py (3273 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/test_commodity_strategy_agent.py (2030 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/test_fractal_market_profile.py (1481 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/test_paper_strategy_agent.py (1612 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/app/market/page.tsx (2478 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/app/strategies/commodity/live/page.tsx (3455 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/research-monitor/ResearchMonitorBoard.tsx (1560 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/settings/SettingsPanel.tsx (1685 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/v1-auction-intelligence/AuctionIntelligenceOperatorView.tsx (2543 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/v1-auction-intelligence/AuctionIntelligenceWorkspace.tsx (3049 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/v1-fractal-market-profile/FractalMarketProfileWorkspace.tsx (2736 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/v1-mp-intelligence/MPIntelligenceDashboard.tsx (1777 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/v1-orderflow/OrderflowWorkbench.tsx (1194 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend-v2/src/components/v1-sector-interaction/SectorInteractionWorkspace.tsx (1852 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/app/analysis/page.tsx (1841 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/app/commodity/live/page.tsx (3486 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/app/market/page.tsx (2478 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/app/settings/page.tsx (1532 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/components/auction-intelligence/AuctionIntelligenceOperatorView.tsx (2543 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/components/auction-intelligence/AuctionIntelligenceWorkspace.tsx (3049 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/components/fractal-market-profile/FractalMarketProfileWorkspace.tsx (2795 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/components/mp-intelligence/MPIntelligenceDashboard.tsx (1777 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/components/orderflow/OrderflowWorkbench.tsx (1194 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/src/components/sector-interaction/SectorInteractionWorkspace.tsx (1852 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/984235e8-c1fc-41f4-a258-1cd5cf78c131/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/984235e8-c1fc-41f4-a258-1cd5cf78c131/

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.