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.

voitta-ai/voitta-compute

https://github.com/voitta-ai/voitta-compute · scanned 2026-06-16 00:52 UTC (2 months, 1 week ago)

144 raw signals (0 security + 144 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 140 actionable findings from 1 signal source. 4 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 71.0/100 with 100.0% coverage. It contains 1630 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 144 findings — concentrated in quality (60), api (35), software (28). Risk profile is high: 0 critical, 17 high, 9 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 100 of 140 actionable findings. 144 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_folder` without auth dependency — backend/app/routes/workspace.py:155
`@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/routes/workspace.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_script` without auth dependency — backend/app/routes/workspace.py:216
`@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/routes/workspace.py:216 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_snapshot` without auth dependency — backend/app/routes/workspace.py:228
`@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/routes/workspace.py:228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `move_data` without auth dependency — backend/app/routes/workspace.py:170
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/workspace.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `move_script` without auth dependency — backend/app/routes/workspace.py:182
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/workspace.py:182 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_folder` without auth dependency — backend/app/routes/workspace.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/routes/workspace.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `google_disconnect` without auth dependency — backend/app/routes/google.py:63
`@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/routes/google.py:63 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `google_set_config` without auth dependency — backend/app/routes/google.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/routes/google.py:43 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `post_render_event` without auth dependency — backend/app/routes/reports.py:36
`@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/routes/reports.py:36 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_all_plugins` without auth dependency — backend/app/routes/plugins.py:131
`@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/routes/plugins.py:131 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_plugin` without auth dependency — backend/app/routes/plugins.py:103
`@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/routes/plugins.py:103 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_script` without auth dependency — backend/app/routes/workspace.py:238
`@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/routes/workspace.py:238 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `screenshot_stash_put` without auth dependency — backend/app/main.py:1413
`@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/main.py:1413 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_active_tab` without auth dependency — backend/app/routes/workspace.py:47
`@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/routes/workspace.py:47 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_settings` without auth dependency — backend/app/routes/settings.py:47
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/app/routes/settings.py:47 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in backend/app/reports/sandbox.py:69
Found a known-risky pattern (exec_used). Review and replace if possible.
backend/app/reports/sandbox.py:69 Exec used
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in plugins/voitta-enterprise/backend/voitta_enterprise/resolver.py:201
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
plugins/voitta-enterprise/backend/voitta_enterprise/resolver.py:201 Tls verify false
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/src/chat/Markdown.tsx:7
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/lib/settings.ts:210
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/workspace/WorkspacePanel.tsx:341
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in frontend/src/lib/markdown.ts:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
frontend/src/lib/markdown.ts:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in plugins/google/drive/frontend/widget.ts:164
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
plugins/google/drive/frontend/widget.ts:164 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/app/certs.py:67
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 23 placeholder/mock markers across 13 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 quality Integrity conf 1.00 12 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `MULTIPROCESSING_FORKING_DISABLE`, `NODE_ENV`, `PIP_PREFIX`, `RESOURCEPATH`, `VOITTA_AUTH_SECRET`, `VOITTA_DOCS_DIR`, `VOITTA_FRONTEND_DIST`, `VOITTA_LIBS_DIR` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't br…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 38 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Tests conf 1.00 Low test-to-source ratio
30 tests / 160 src (ratio 0.19).
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/app/sessions_window.py:clicked_, backend/app/sessions_window.py:clicked_ 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.
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `vk_legacy` in backend/tests/services/test_mcp_url_template.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 software Dead code conf 1.00 Possibly dead Python function: activate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/install_window.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: all_records
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/services/cl_sessions.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: available_schemes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/services/ensure_local.py:62
low System graph software Dead code conf 1.00 Possibly dead Python function: clicked_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/sessions_window.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: clicked_
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/install_window.py:259
low System graph software Dead code conf 1.00 Possibly dead Python function: copy_bookmarklet
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:734
low System graph software Dead code conf 1.00 Possibly dead Python function: copy_bridge_bookmarklet
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:748
low System graph software Dead code conf 1.00 Possibly dead Python function: fail
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/install_window.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: forget
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/services/cl_sessions.py:145
low System graph software Dead code conf 1.00 Possibly dead Python function: isFlipped
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/sessions_window.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: list_folders
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/services/python_storage.py:127
low System graph software Dead code conf 1.00 Possibly dead Python function: open_browser
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:731
low System graph software Dead code conf 1.00 Possibly dead Python function: open_workspace
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:952
low System graph software Dead code conf 1.00 Possibly dead Python function: patch_sio_connect
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/chainlit_app.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: project_threads
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/main.py:275
low System graph software Dead code conf 1.00 Possibly dead Python function: provision
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/certs.py:49
low System graph software Dead code conf 1.00 Possibly dead Python function: quit_app
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:1171
low System graph software Dead code conf 1.00 Possibly dead Python function: rebuild
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:1108
low System graph software Dead code conf 1.00 Possibly dead Python function: record_host
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/services/cl_sessions.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: recreate_certs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:1038
low System graph software Dead code conf 1.00 Possibly dead Python function: restart_server
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:711
low System graph software Dead code conf 1.00 Possibly dead Python function: show_about
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:728
low System graph software Dead code conf 1.00 Possibly dead Python function: show_error_alert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/install_window.py:277
low System graph software Dead code conf 1.00 Possibly dead Python function: show_sessions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:974
low System graph software Dead code conf 1.00 Possibly dead Python function: show_settings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:885
low System graph software Dead code conf 1.00 Possibly dead Python function: toggle_voice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/desktop.py:762
low System graph software Dead code conf 1.00 Possibly dead Python function: update_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/install_window.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: writable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/app/rag_build.py:197
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 `find_recent_matching` (body is just `pass`/`return`) — backend/app/services/drive_pickup.py:43
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `resolve` (body is just `pass`/`return`) — backend/app/services/ensure_local.py:19
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 /data/{handle}
`backend/app/routes/workspace.py` declares `DELETE /data/{handle}` 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 /folders/{name}
`backend/app/routes/workspace.py` declares `DELETE /folders/{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: DELETE /scripts/{slug}
`backend/app/routes/workspace.py` declares `DELETE /scripts/{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 /
`backend/app/main.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /active
`backend/app/routes/workspace.py` declares `GET /active` 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/_html2canvas.js
`backend/app/main.py` declares `GET /api/_html2canvas.js` 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/_html_to_image.js
`backend/app/main.py` declares `GET /api/_html_to_image.js` 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/_panel_shim.js
`backend/app/main.py` declares `GET /api/_panel_shim.js` 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/uploads/{key:path}
`backend/app/main.py` declares `GET /api/uploads/{key:path}` 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 /bookmarklets
`backend/app/bridge.py` declares `GET /bookmarklets` 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 /bridge
`backend/app/bridge.py` declares `GET /bridge` 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 /bridge/boot.js
`backend/app/bridge.py` declares `GET /bridge/boot.js` 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 /bridge/relay.js
`backend/app/bridge.py` declares `GET /bridge/relay.js` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /config
`backend/app/routes/google.py` declares `GET /config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /data/{handle}/files/{filename}
`backend/app/routes/workspace.py` declares `GET /data/{handle}/files/{filename}` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /google/callback
`backend/app/routes/auth.py` declares `GET /google/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 /google/start
`backend/app/routes/auth.py` declares `GET /google/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: GET /html-report
`backend/app/routes/html_report.py` declares `GET /html-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 /me
`backend/app/routes/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 /oauth/callback
`backend/app/routes/google.py` declares `GET /oauth/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 /oauth/start
`backend/app/routes/google.py` declares `GET /oauth/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: GET /{full_path:path}
`backend/app/main.py` declares `GET /{full_path:path}` 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 /data/{handle}
`backend/app/routes/workspace.py` declares `PATCH /data/{handle}` 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 /scripts/{slug}
`backend/app/routes/workspace.py` declares `PATCH /scripts/{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: POST /active
`backend/app/routes/workspace.py` declares `POST /active` 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/screenshot-stash
`backend/app/main.py` declares `POST /api/screenshot-stash` 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 /configure
`backend/app/routes/google.py` declares `POST /configure` 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 /disconnect
`backend/app/routes/google.py` declares `POST /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 /folders
`backend/app/routes/workspace.py` declares `POST /folders` 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 /logout
`backend/app/routes/auth.py` declares `POST /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 /refresh-all
`backend/app/routes/plugins.py` declares `POST /refresh-all` 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 /report-render-events
`backend/app/routes/reports.py` declares `POST /report-render-events` 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 /scripts/{slug}/run
`backend/app/routes/workspace.py` declares `POST /scripts/{slug}/run` 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 /{name}/refresh
`backend/app/routes/plugins.py` declares `POST /{name}/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: PUT /
`backend/app/routes/settings.py` declares `PUT /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/app/desktop.py (1381 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/app/main.py (1496 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: plugins/google/drive/backend/voitta_google/tools.py (1629 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/8d133001-ee41-4010-a11e-212779497114/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8d133001-ee41-4010-a11e-212779497114/

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.