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.

scottxxxxx/ghostpour

https://github.com/scottxxxxx/ghostpour · scanned 2026-06-16 00:05 UTC (2 months, 3 weeks ago)

126 raw signals (0 security + 126 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 118 actionable findings from 1 signal source. 8 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 59.3/100 with 100.0% coverage. It contains 1795 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 126 findings — concentrated in api (50), quality (42), security (20). Risk profile is high: 0 critical, 18 high, 10 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

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

high System graph security auth conf 1.00 FastAPI DELETE `delete_alert_recipient` without auth dependency — app/routers/webhooks.py:2640
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:2640 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_alert_recipient` without auth dependency — app/routers/webhooks.py:2578
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:2578 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_capture_transcript` without auth dependency — app/routers/webhooks.py:240
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:240 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `admin_cert_pins_publish` without auth dependency — app/routers/webhooks.py:2793
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:2793 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apple_auth` without auth dependency — app/routers/auth.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.
app/routers/auth.py:46 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apple_notifications` without auth dependency — app/routers/apple_webhooks.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.
app/routers/apple_webhooks.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_alert_recipient` without auth dependency — app/routers/webhooks.py:2531
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:2531 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `receive_resend_webhook` without auth dependency — app/routers/resend_webhooks.py:102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/resend_webhooks.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_token` without auth dependency — app/routers/auth.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.
app/routers/auth.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_tier` without auth dependency — app/routers/webhooks.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `simulate_tier` without auth dependency — app/routers/webhooks.py:119
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_config_from_bundle` without auth dependency — app/routers/webhooks.py:522
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:522 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_send_alert` without auth dependency — app/routers/webhooks.py:2672
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:2672 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_feature_state` without auth dependency — app/routers/webhooks.py:187
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_key` without auth dependency — app/routers/webhooks.py:955
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:955 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_config` without auth dependency — app/routers/webhooks.py:392
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:392 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_project_chat_cap` without auth dependency — app/routers/webhooks.py:712
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:712 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_tier_tunable_field` without auth dependency — app/routers/webhooks.py:647
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
app/routers/webhooks.py:647 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: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/login-action@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 41, 48, 63, 73
.github/workflows/deploy.yml:41, 48, 63, 73 (4 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/deploy.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in app/main.py:266
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/main.py:266 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/static/admin.html:570
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/static/admin.html:570 Direct innerhtml assignment
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 15 placeholder/mock markers across 8 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-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 6 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: app/models/chat.py:get_meta, app/routers/cq_proxy.py:get_meta 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.
6 occurrences
repo-level (6 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: app/routers/webhooks.py:dashboard, app/routers/webhooks.py:list_users, app/routers/webhooks.py:email_stats 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 …
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `health_v1` in app/routers/health.py:42
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in app/routers/chat.py:976
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in app/services/anthropic_or_fallback.py:110
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in app/services/features/context_quilt_hook.py:90
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 `pc_legacy` in app/routers/webhooks.py:793
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: capture_send
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/middleware/request_logging.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: is_feature_enabled
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/models/tier.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: is_feature_teaser
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/models/tier.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: replay_receive
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app/middleware/request_logging.py:105
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 /v1/quilt/{user_id}/connections
`app/routers/cq_proxy.py` declares `DELETE /v1/quilt/{user_id}/connections` 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 /v1/quilt/{user_id}/patches/{patch_id}
`app/routers/cq_proxy.py` declares `DELETE /v1/quilt/{user_id}/patches/{patch_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 /admin
`app/routers/health.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 /v1/config/cert-pins
`app/routers/cert_pins.py` declares `GET /v1/config/cert-pins` 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 /v1/config/{name}
`app/routers/config.py` declares `GET /v1/config/{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: GET /v1/health
`app/routers/health.py` declares `GET /v1/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /v1/meetings/{meeting_id}/report
`app/routers/reports.py` declares `GET /v1/meetings/{meeting_id}/report` 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 /v1/model-pricing
`app/routers/health.py` declares `GET /v1/model-pricing` 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 /v1/quilt/{user_id}
`app/routers/cq_proxy.py` declares `GET /v1/quilt/{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 /v1/quilt/{user_id}/graph
`app/routers/cq_proxy.py` declares `GET /v1/quilt/{user_id}/graph` 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 /v1/schema
`app/routers/cq_proxy.py` declares `GET /v1/schema` 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 /webhooks/admin/config/{slug}
`app/routers/webhooks.py` declares `GET /webhooks/admin/config/{slug}` 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 /webhooks/admin/config/{slug}/bundle
`app/routers/webhooks.py` declares `GET /webhooks/admin/config/{slug}/bundle` 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 /webhooks/admin/configs
`app/routers/webhooks.py` declares `GET /webhooks/admin/configs` 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 /webhooks/admin/dashboard
`app/routers/webhooks.py` declares `GET /webhooks/admin/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 /webhooks/admin/errors
`app/routers/webhooks.py` declares `GET /webhooks/admin/errors` 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 /webhooks/admin/live-log
`app/routers/webhooks.py` declares `GET /webhooks/admin/live-log` 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 /webhooks/admin/live-log/{request_id}
`app/routers/webhooks.py` declares `GET /webhooks/admin/live-log/{request_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 /webhooks/admin/provider-status
`app/routers/webhooks.py` declares `GET /webhooks/admin/provider-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 /webhooks/admin/telemetry/summary
`app/routers/webhooks.py` declares `GET /webhooks/admin/telemetry/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 /webhooks/admin/tiers
`app/routers/webhooks.py` declares `GET /webhooks/admin/tiers` 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 /webhooks/admin/user/{user_id}
`app/routers/webhooks.py` declares `GET /webhooks/admin/user/{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 /webhooks/admin/user/{user_id}/queries
`app/routers/webhooks.py` declares `GET /webhooks/admin/user/{user_id}/queries` 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 /webhooks/admin/user/{user_id}/search-usage
`app/routers/webhooks.py` declares `GET /webhooks/admin/user/{user_id}/search-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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /webhooks/admin/users
`app/routers/webhooks.py` declares `GET /webhooks/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: PATCH /v1/quilt/{user_id}/patches/{patch_id}
`app/routers/cq_proxy.py` declares `PATCH /v1/quilt/{user_id}/patches/{patch_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: POST /auth/apple
`app/routers/auth.py` declares `POST /auth/apple` 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 /auth/refresh
`app/routers/auth.py` declares `POST /auth/refresh` 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 /v1/capture-transcript
`app/routers/cq_proxy.py` declares `POST /v1/capture-transcript` 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 /v1/events/ping
`app/routers/telemetry.py` declares `POST /v1/events/ping` 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 /v1/meetings/{meeting_id}/report
`app/routers/reports.py` declares `POST /v1/meetings/{meeting_id}/report` 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 /v1/meetings/{user_id}/{meeting_id}/assign-project
`app/routers/cq_proxy.py` declares `POST /v1/meetings/{user_id}/{meeting_id}/assign-project` 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 wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /v1/origins/{user_id}/{origin_type}/{origin_id}/assign-project
`app/routers/cq_proxy.py` declares `POST /v1/origins/{user_id}/{origin_type}/{origin_id}/assign-project` 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 do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /v1/quilt/{user_id}/connections
`app/routers/cq_proxy.py` declares `POST /v1/quilt/{user_id}/connections` 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 /v1/quilt/{user_id}/patches
`app/routers/cq_proxy.py` declares `POST /v1/quilt/{user_id}/patches` 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 /v1/quilt/{user_id}/patches/{patch_id}/complete
`app/routers/cq_proxy.py` declares `POST /v1/quilt/{user_id}/patches/{patch_id}/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 c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /v1/quilt/{user_id}/prewarm
`app/routers/cq_proxy.py` declares `POST /v1/quilt/{user_id}/prewarm` 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 /v1/quilt/{user_id}/reassign-speaker
`app/routers/cq_proxy.py` declares `POST /v1/quilt/{user_id}/reassign-speaker` 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 /v1/quilt/{user_id}/rename-speaker
`app/routers/cq_proxy.py` declares `POST /v1/quilt/{user_id}/rename-speaker` 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 /v1/reports/render
`app/routers/reports.py` declares `POST /v1/reports/render` 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 /webhooks/admin/capture-transcript
`app/routers/webhooks.py` declares `POST /webhooks/admin/capture-transcript` 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 /webhooks/admin/config/{slug}/sync-from-bundle
`app/routers/webhooks.py` declares `POST /webhooks/admin/config/{slug}/sync-from-bundle` 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 co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /webhooks/admin/set-tier
`app/routers/webhooks.py` declares `POST /webhooks/admin/set-tier` 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 /webhooks/admin/simulate-tier
`app/routers/webhooks.py` declares `POST /webhooks/admin/simulate-tier` 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 /webhooks/admin/update-feature-state
`app/routers/webhooks.py` declares `POST /webhooks/admin/update-feature-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: POST /webhooks/admin/update-key
`app/routers/webhooks.py` declares `POST /webhooks/admin/update-key` 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 /webhooks/resend
`app/routers/resend_webhooks.py` declares `POST /webhooks/resend` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /webhooks/admin/config/{slug}
`app/routers/webhooks.py` declares `PUT /webhooks/admin/config/{slug}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /webhooks/admin/tunable/project-chat-cap
`app/routers/webhooks.py` declares `PUT /webhooks/admin/tunable/project-chat-cap` 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: PUT /webhooks/admin/tunable/tier-field
`app/routers/webhooks.py` declares `PUT /webhooks/admin/tunable/tier-field` 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: app/routers/chat.py (1794 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/routers/webhooks.py (2818 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/79820160-77ec-48d4-9ac5-4e1871910182/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/79820160-77ec-48d4-9ac5-4e1871910182/

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.