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.

uptownnickbrown/agora

https://github.com/uptownnickbrown/agora · scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)

145 raw signals (0 security + 145 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 144 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 62.5/100 with 100.0% coverage. It contains 882 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 145 findings — concentrated in api (50), security (41), software (28). Risk profile is high: 3 critical, 34 high, 8 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in backend/scripts/qa_interactions.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/scripts/qa_interactions.py:18
critical System graph security Secrets conf 1.00 Possible secret in backend/scripts/qa_screenshots.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/scripts/qa_screenshots.py:19
critical System graph security Secrets conf 1.00 Possible secret in backend/scripts/seed_midcourse.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/scripts/seed_midcourse.py:62
high System graph security auth conf 1.00 FastAPI DELETE `cancel_order` without auth dependency — backend/app/api/market.py:33
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/market.py:33 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `advance` without auth dependency — backend/app/api/instructor.py:159
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `answer_check` without auth dependency — backend/app/api/tutor.py:51
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/tutor.py:51 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bid_license` without auth dependency — backend/app/api/student.py:309
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:309 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `build` without auth dependency — backend/app/api/student.py:159
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `buy` without auth dependency — backend/app/api/fun.py:54
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/fun.py:54 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cast` without auth dependency — backend/app/api/fun.py:26
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/fun.py:26 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chat` without auth dependency — backend/app/api/tutor.py:19
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/tutor.py:19 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `close_day` without auth dependency — backend/app/api/instructor.py:177
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:177 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `craft` without auth dependency — backend/app/api/student.py:149
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:149 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_compact` without auth dependency — backend/app/api/student.py:283
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:283 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_world` without auth dependency — backend/app/api/instructor.py:38
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:38 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `demo_instructor` without auth dependency — backend/app/api/demo.py:66
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/demo.py:66 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `demo_student` without auth dependency — backend/app/api/demo.py:43
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/demo.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `digest_send` without auth dependency — backend/app/api/instructor.py:251
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:251 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `digest_settings` without auth dependency — backend/app/api/instructor.py:278
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:278 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute` without auth dependency — backend/app/api/instructor.py:141
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:141 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fresh_start` without auth dependency — backend/app/api/student.py:232
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:232 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gather` without auth dependency — backend/app/api/student.py:138
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:138 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `grade_weights` without auth dependency — backend/app/api/instructor.py:215
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:215 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `guess` without auth dependency — backend/app/api/fun.py:21
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/fun.py:21 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `hire` without auth dependency — backend/app/api/student.py:175
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `join_compact` without auth dependency — backend/app/api/student.py:290
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `join` without auth dependency — backend/app/api/student.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/app/api/student.py:44 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `leave_compact` without auth dependency — backend/app/api/student.py:297
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:297 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `magic_redeem` without auth dependency — backend/app/api/auth.py:66
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/auth.py:66 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `magic_request` without auth dependency — backend/app/api/auth.py:43
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/auth.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `merchant_submit` without auth dependency — backend/app/api/fun.py:40
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/fun.py:40 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `place_order` without auth dependency — backend/app/api/market.py:23
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/market.py:23 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview` without auth dependency — backend/app/api/instructor.py:136
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `scrubber` without auth dependency — backend/app/api/student.py:182
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_listing` without auth dependency — backend/app/api/student.py:196
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:196 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_state` without auth dependency — backend/app/api/instructor.py:170
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/instructor.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upgrade` without auth dependency — backend/app/api/student.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/api/student.py:165 securityAuth fastapi unauth mutation
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/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 'local_storage_auth_token' in backend/scripts/qa_interactions.py:39
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
backend/scripts/qa_interactions.py:39 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in backend/scripts/qa_screenshots.py:43
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
backend/scripts/qa_screenshots.py:43 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/src/api.ts:18
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/src/api.ts:18 Local storage auth token
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph 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
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 36 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/Dockerfile:7 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:22-slim
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: 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
9 tests / 71 src (ratio 0.13).
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: backend/app/api/instructor.py:digest_settings_get, backend/app/api/instructor.py:digest_settings 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 se…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/app/engine/agents.py:act, backend/app/engine/agents.py:act, backend/app/engine/agents.py:act 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'r…
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 `crier_copy` in backend/alembic/versions/ff93cfaaa47b_initial.py:138
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 `crier_copy` in backend/app/api/instructor.py:107
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 `crier_copy` in backend/app/models.py:335
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 `crier_copy` in backend/app/pedagogy/playbook.py:111
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 `crier_copy` in backend/app/services/interventions.py:62
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 `unflag_old` in backend/scripts/reset_demo.py:28
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: closes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/engine/world.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: current_player
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/deps.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: current_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/deps.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: daily_market_close
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/worker.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/versions/8e21d4c0a9b1_email_log.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/versions/ff93cfaaa47b_initial.py:532
low System graph software Dead code conf 1.00 Possibly dead Python function: email_sweep
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/worker.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: family_backdrop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets2.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: family_brand
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:180
low System graph software Dead code conf 1.00 Possibly dead Python function: family_cosmetics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:318
low System graph software Dead code conf 1.00 Possibly dead Python function: family_events
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets2.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: family_events
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:255
low System graph software Dead code conf 1.00 Possibly dead Python function: family_goods
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: family_pip
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:48
low System graph software Dead code conf 1.00 Possibly dead Python function: family_places
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:166
low System graph software Dead code conf 1.00 Possibly dead Python function: family_recap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets2.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: family_trophies
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:269
low System graph software Dead code conf 1.00 Possibly dead Python function: family_ui
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets.py:331
low System graph software Dead code conf 1.00 Possibly dead Python function: family_workshop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/generate_assets2.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: fast_tick
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/worker.py:77
low System graph software Dead code conf 1.00 Possibly dead Python function: festival_begins
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sim/scenarios.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: festival_ends
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sim/scenarios.py:95
low System graph software Dead code conf 1.00 Possibly dead Python function: require_admin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/deps.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: require_instructor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/deps.py:92
low System graph software Dead code conf 1.00 Possibly dead Python function: send_wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/main.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: upgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/versions/8e21d4c0a9b1_email_log.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: upgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/versions/ff93cfaaa47b_initial.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: world_from_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/deps.py:62
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 `on_day_close` (body is just `pass`/`return`) — backend/app/engine/agents.py:38
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 /worlds/{world_id}/orders/{order_id}
`backend/app/api/market.py` declares `DELETE /worlds/{world_id}/orders/{order_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /balance
`backend/app/api/admin.py` declares `GET /balance` 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 /me
`backend/app/api/auth.py` declares `GET /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 /overview
`backend/app/api/admin.py` declares `GET /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 /worlds/{world_id}/boutique
`backend/app/api/fun.py` declares `GET /worlds/{world_id}/boutique` 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 /worlds/{world_id}/compacts
`backend/app/api/student.py` declares `GET /worlds/{world_id}/compacts` 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 /worlds/{world_id}/crier
`backend/app/api/student.py` declares `GET /worlds/{world_id}/crier` 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 /worlds/{world_id}/instructor/dashboard
`backend/app/api/instructor.py` declares `GET /worlds/{world_id}/instructor/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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/instructor/feed
`backend/app/api/instructor.py` declares `GET /worlds/{world_id}/instructor/feed` 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 /worlds/{world_id}/instructor/interventions
`backend/app/api/instructor.py` declares `GET /worlds/{world_id}/instructor/interventions` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/leaderboards
`backend/app/api/student.py` declares `GET /worlds/{world_id}/leaderboards` 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 /worlds/{world_id}/license-auctions
`backend/app/api/student.py` declares `GET /worlds/{world_id}/license-auctions` 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 /worlds/{world_id}/markets/{good_id}/book
`backend/app/api/market.py` declares `GET /worlds/{world_id}/markets/{good_id}/book` 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 /worlds/{world_id}/markets/{good_id}/history
`backend/app/api/market.py` declares `GET /worlds/{world_id}/markets/{good_id}/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /worlds/{world_id}/markets/{good_id}/tape
`backend/app/api/market.py` declares `GET /worlds/{world_id}/markets/{good_id}/tape` 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 /worlds/{world_id}/merchant
`backend/app/api/fun.py` declares `GET /worlds/{world_id}/merchant` 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 /worlds/{world_id}/puzzle
`backend/app/api/fun.py` declares `GET /worlds/{world_id}/puzzle` 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 /worlds/{world_id}/recap
`backend/app/api/student.py` declares `GET /worlds/{world_id}/recap` 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 /worlds/{world_id}/shop
`backend/app/api/student.py` declares `GET /worlds/{world_id}/shop` 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 /worlds/{world_id}/state
`backend/app/api/student.py` declares `GET /worlds/{world_id}/state` 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 /worlds/{world_id}/tutor/check
`backend/app/api/tutor.py` declares `GET /worlds/{world_id}/tutor/check` 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 /worlds/{world_id}/tutor/history
`backend/app/api/tutor.py` declares `GET /worlds/{world_id}/tutor/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 /worlds/{world_id}/tutor/mastery
`backend/app/api/tutor.py` declares `GET /worlds/{world_id}/tutor/mastery` 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 /instructor
`backend/app/api/demo.py` declares `POST /instructor` 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 /instructor/worlds
`backend/app/api/instructor.py` declares `POST /instructor/worlds` 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 /join
`backend/app/api/student.py` declares `POST /join` 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 /login
`backend/app/api/auth.py` declares `POST /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 /magic/redeem
`backend/app/api/auth.py` declares `POST /magic/redeem` 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 /magic/request
`backend/app/api/auth.py` declares `POST /magic/request` 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 /register
`backend/app/api/auth.py` declares `POST /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 /student
`backend/app/api/demo.py` declares `POST /student` 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 /worlds/{world_id}/boutique/buy
`backend/app/api/fun.py` declares `POST /worlds/{world_id}/boutique/buy` 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 /worlds/{world_id}/compacts
`backend/app/api/student.py` declares `POST /worlds/{world_id}/compacts` 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 /worlds/{world_id}/compacts/{compact_id}/join
`backend/app/api/student.py` declares `POST /worlds/{world_id}/compacts/{compact_id}/join` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /worlds/{world_id}/compacts/{compact_id}/leave
`backend/app/api/student.py` declares `POST /worlds/{world_id}/compacts/{compact_id}/leave` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /worlds/{world_id}/craft
`backend/app/api/student.py` declares `POST /worlds/{world_id}/craft` 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 /worlds/{world_id}/facilities
`backend/app/api/student.py` declares `POST /worlds/{world_id}/facilities` 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 /worlds/{world_id}/facilities/{facility_id}/scrubber
`backend/app/api/student.py` declares `POST /worlds/{world_id}/facilities/{facility_id}/scrubber` 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 documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /worlds/{world_id}/facilities/{facility_id}/upgrade
`backend/app/api/student.py` declares `POST /worlds/{world_id}/facilities/{facility_id}/upgrade` 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: POST /worlds/{world_id}/facilities/{facility_id}/workers
`backend/app/api/student.py` declares `POST /worlds/{world_id}/facilities/{facility_id}/workers` 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: POST /worlds/{world_id}/fishing/cast
`backend/app/api/fun.py` declares `POST /worlds/{world_id}/fishing/cast` 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 /worlds/{world_id}/fresh-start
`backend/app/api/student.py` declares `POST /worlds/{world_id}/fresh-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 /worlds/{world_id}/gather
`backend/app/api/student.py` declares `POST /worlds/{world_id}/gather` 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 /worlds/{world_id}/license-bids
`backend/app/api/student.py` declares `POST /worlds/{world_id}/license-bids` 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 /worlds/{world_id}/merchant/submit
`backend/app/api/fun.py` declares `POST /worlds/{world_id}/merchant/submit` 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 /worlds/{world_id}/orders
`backend/app/api/market.py` declares `POST /worlds/{world_id}/orders` 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 /worlds/{world_id}/puzzle/guess
`backend/app/api/fun.py` declares `POST /worlds/{world_id}/puzzle/guess` 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 /worlds/{world_id}/shop
`backend/app/api/student.py` declares `POST /worlds/{world_id}/shop` 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 /worlds/{world_id}/tutor/chat
`backend/app/api/tutor.py` declares `POST /worlds/{world_id}/tutor/chat` 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 /worlds/{world_id}/tutor/check
`backend/app/api/tutor.py` declares `POST /worlds/{world_id}/tutor/check` 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
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/1a4a6ce0-be10-4bb5-9cfb-79fc3d06e923/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1a4a6ce0-be10-4bb5-9cfb-79fc3d06e923/

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.