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.

WebxSupport/RLCoach

https://github.com/WebxSupport/RLCoach · scanned 2026-06-16 00:56 UTC (2 months, 1 week ago)

115 raw signals (0 security + 115 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 114 actionable findings from 1 signal source. 1 repeated signal 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 66.1/100 with 100.0% coverage. It contains 758 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 115 findings — concentrated in api (50), security (23), software (22). Risk profile is high: 0 critical, 21 high, 5 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 110 of 114 actionable findings. 115 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 `admin_delete_user` without auth dependency — web_app.py:1347
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1347 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_coaching` without auth dependency — web_app.py:1021
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1021 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_series` without auth dependency — web_app.py:1086
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1086 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_reset_usage` without auth dependency — web_app.py:1331
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1331 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_set_ban` without auth dependency — web_app.py:1315
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1315 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_set_role` without auth dependency — web_app.py:1297
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1297 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_match` without auth dependency — web_app.py:796
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:796 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `coaching_complete` without auth dependency — web_app.py:998
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:998 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `coaching_generate` without auth dependency — web_app.py:917
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:917 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `delete_account` without auth dependency — web_app.py:293
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:293 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `epic_disconnect` without auth dependency — web_app.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.
web_app.py:400 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `epic_refresh_name` without auth dependency — web_app.py:407
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:407 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `epic_start` without auth dependency — web_app.py:331
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:331 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_profile` without auth dependency — web_app.py:906
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:906 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_tracker` without auth dependency — web_app.py:1200
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1200 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `series_generate` without auth dependency — web_app.py:1042
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1042 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_player_id` without auth dependency — web_app.py:511
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:511 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_job` without auth dependency — web_app.py:829
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:829 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_mmr` without auth dependency — web_app.py:1210
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:1210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_fetch` without auth dependency — web_app.py:714
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
web_app.py:714 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in rlcoach/parser.py:416
Found a known-risky pattern (exec_used). Review and replace if possible.
rlcoach/parser.py:416 Exec used
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/admin.html:332
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/admin.html:332 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/index.html:868
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/index.html:868 Direct innerhtml assignment
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 46 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 9 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ADMIN_EMAILS`, `EGS_CLIENT_ID`, `EGS_CLIENT_SECRET`, `EOS_AUTH_HEADER`, `EOS_CLIENT_ID`, `EOS_DEPLOYMENT_ID`, `PUBLIC_BASE_URL`, `RRROCKET_PATH` + 1 more. 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 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 5 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.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.
Dockerfile:1 containersPinned dependencies
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: web_database.py:get_matches, web_database.py:get_match 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.
2 occurrences
repo-level (2 hits)
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 `debug_copy` in rlcoach/poller.py:164
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 `debug_copy` in rlcoach/replay_selector.py:336
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 `debug_copy` in rlcoach/web_pipeline.py:491
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: authenticate_with_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlapi/egs.py:85
low System graph software Dead code conf 1.00 Possibly dead Python function: authenticate_with_refresh_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlapi/egs.py:92
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
web_database.py:397
low System graph software Dead code conf 1.00 Possibly dead Python function: exchange_eos_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlapi/egs.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_coaching_plan
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/coaching_engine.py:205
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_series_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/series_analyst.py:283
low System graph software Dead code conf 1.00 Possibly dead Python function: increment_usage
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
web_database.py:456
low System graph software Dead code conf 1.00 Possibly dead Python function: is_processed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ledger.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: load_config
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/config.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_failed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ledger.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: metrics_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: needs_setup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/psynet_auth.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: poll_now
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/poller.py:60
low System graph software Dead code conf 1.00 Possibly dead Python function: quit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:179
low System graph software Dead code conf 1.00 Possibly dead Python function: rank_gap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/training_resources.py:229
low System graph software Dead code conf 1.00 Possibly dead Python function: record_payment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
web_database.py:1070
low System graph software Dead code conf 1.00 Possibly dead Python function: render_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:106
low System graph software Dead code conf 1.00 Possibly dead Python function: replay_done
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:114
low System graph software Dead code conf 1.00 Possibly dead Python function: restart_on
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/watcher.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: show
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:175
low System graph software Dead code conf 1.00 Possibly dead Python function: write_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
rlcoach/ui.py:111
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/coaching/{plan_id}
`web_app.py` declares `DELETE /api/coaching/{plan_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/series/{report_id}
`web_app.py` declares `DELETE /api/series/{report_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`web_app.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 /admin
`web_app.py` declares `GET /admin` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/admin/overview
`web_app.py` declares `GET /api/admin/overview` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/admin/users
`web_app.py` declares `GET /api/admin/users` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/admin/users/{user_id}
`web_app.py` declares `GET /api/admin/users/{user_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/coaching
`web_app.py` declares `GET /api/coaching` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/coaching/list
`web_app.py` declares `GET /api/coaching/list` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/coaching/view
`web_app.py` declares `GET /api/coaching/view` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/debug/psynet-probe
`web_app.py` declares `GET /api/debug/psynet-probe` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/debug/service-status
`web_app.py` declares `GET /api/debug/service-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 /api/epic/poll/{device_code}
`web_app.py` declares `GET /api/epic/poll/{device_code}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/fetch/status/{job_id}
`web_app.py` declares `GET /api/fetch/status/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/fetch/stream/{job_id}
`web_app.py` declares `GET /api/fetch/stream/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/matches
`web_app.py` declares `GET /api/matches` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/matches/{match_id}
`web_app.py` declares `GET /api/matches/{match_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/matches/{match_id}/dashboard
`web_app.py` declares `GET /api/matches/{match_id}/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 /api/me
`web_app.py` declares `GET /api/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/metrics/history
`web_app.py` declares `GET /api/metrics/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 /api/profile
`web_app.py` declares `GET /api/profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/rank
`web_app.py` declares `GET /api/rank` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/resources
`web_app.py` declares `GET /api/resources` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/series
`web_app.py` declares `GET /api/series` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/series/list
`web_app.py` declares `GET /api/series/list` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/series/view
`web_app.py` declares `GET /api/series/view` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/stats/lifetime
`web_app.py` declares `GET /api/stats/lifetime` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/stats/summary
`web_app.py` declares `GET /api/stats/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 /api/steam/callback
`web_app.py` declares `GET /api/steam/callback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/steam/login
`web_app.py` declares `GET /api/steam/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/tracker
`web_app.py` declares `GET /api/tracker` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/usage
`web_app.py` declares `GET /api/usage` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/account/delete
`web_app.py` declares `POST /api/account/delete` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/admin/users/{user_id}/role
`web_app.py` declares `POST /api/admin/users/{user_id}/role` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/auth/player_id
`web_app.py` declares `POST /api/auth/player_id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/coaching/complete
`web_app.py` declares `POST /api/coaching/complete` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/coaching/generate
`web_app.py` declares `POST /api/coaching/generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/epic/disconnect
`web_app.py` declares `POST /api/epic/disconnect` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/epic/refresh-name
`web_app.py` declares `POST /api/epic/refresh-name` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/epic/start
`web_app.py` declares `POST /api/epic/start` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/fetch
`web_app.py` declares `POST /api/fetch` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/job/{job_id}/stop
`web_app.py` declares `POST /api/job/{job_id}/stop` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/login
`web_app.py` declares `POST /api/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/logout
`web_app.py` declares `POST /api/logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/matches/{match_id}/analyze
`web_app.py` declares `POST /api/matches/{match_id}/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 /api/profile
`web_app.py` declares `POST /api/profile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/register
`web_app.py` declares `POST /api/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/series/generate
`web_app.py` declares `POST /api/series/generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/tracker
`web_app.py` declares `POST /api/tracker` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/tracker/sync-mmr
`web_app.py` declares `POST /api/tracker/sync-mmr` 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: web_app.py (1586 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/23918748-f073-4b3c-bf7b-57a66081985d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/23918748-f073-4b3c-bf7b-57a66081985d/

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.