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.

vuk-right-hand/Voicers

https://github.com/vuk-right-hand/Voicers · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

68 raw signals (0 security + 68 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 67 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 60.3/100 with 100.0% coverage. It contains 664 nodes across 14 cross-layer flows, written primarily in mixed languages. Engine surfaced 68 findings — concentrated in quality (33), api (18), software (9). Risk profile is high: 0 critical, 19 high, 8 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 48 of 67 actionable findings. 68 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 api Wiring conf 1.00 Dangling fetch: POST /api/send-verify-email (src/app/(app)/settings/page.tsx:175)
`src/app/(app)/settings/page.tsx:175` calls `POST /api/send-verify-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/send-verify-email` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/send-verify-email (src/app/(auth)/login/page.tsx:170)
`src/app/(auth)/login/page.tsx:170` calls `POST /api/send-verify-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/send-verify-email` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/send-verify-email (src/app/(auth)/login/page.tsx:274)
`src/app/(auth)/login/page.tsx:274` calls `POST /api/send-verify-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/send-verify-email` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/send-verify-email (src/app/(auth)/login/page.tsx:433)
`src/app/(auth)/login/page.tsx:433` calls `POST /api/send-verify-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/send-verify-email` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/checkout (src/app/(app)/settings/page.tsx:62)
`src/app/(app)/settings/page.tsx:62` calls `POST /api/stripe/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/checkout` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/checkout (src/app/(auth)/login/page.tsx:147)
`src/app/(auth)/login/page.tsx:147` calls `POST /api/stripe/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/checkout` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/checkout (src/app/(auth)/login/page.tsx:252)
`src/app/(auth)/login/page.tsx:252` calls `POST /api/stripe/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/checkout` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/portal (src/app/(app)/settings/page.tsx:76)
`src/app/(app)/settings/page.tsx:76` calls `POST /api/stripe/portal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/portal` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/stripe/portal (src/app/(app)/settings/page.tsx:87)
`src/app/(app)/settings/page.tsx:87` calls `POST /api/stripe/portal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/stripe/portal` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (src/app/api/send-verify-email/route.ts:57)
`src/app/api/send-verify-email/route.ts:57` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (src/app/api/stripe/webhook/route.ts:243)
`src/app/api/stripe/webhook/route.ts:243` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (src/app/api/stripe/webhook/route.ts:306)
`src/app/api/stripe/webhook/route.ts:306` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (src/app/api/stripe/webhook/route.ts:50)
`src/app/api/stripe/webhook/route.ts:50` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://rtc.live.cloudflare.com/v1/turn/keys/${keyId}/credentials/generate-ice-servers (src/app/api/turn-credentials/route.ts:76)
`src/app/api/turn-credentials/route.ts:76` calls `POST https://rtc.live.cloudflare.com/v1/turn/keys/${keyId}/credentials/generate-ice-servers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/rtc.live.cloudflar…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `handle_command` without auth dependency — host/server.py:85
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
host/server.py:85 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_scroll` without auth dependency — host/server.py:79
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
host/server.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_tap` without auth dependency — host/server.py:67
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
host/server.py:67 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_type` without auth dependency — host/server.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
host/server.py:73 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/app/(app)/settings/page.tsx:62
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 — src/app/(auth)/login/page.tsx:252
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 — src/app/api/send-verify-email/route.ts:57
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 — src/app/api/stripe/webhook/route.ts:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/hooks/use-session.ts:120
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 12 placeholder/mock markers across 5 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 17 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `GEMINI_MODEL`, `GEMINI_PREWARM`, `NEXT_PUBLIC_AUDIO_PREWARM`, `NEXT_PUBLIC_INSTALLER_URL`, `NEXT_PUBLIC_MAC_INSTALLER_URL`, `NEXT_PUBLIC_SITE_URL`, `NEXT_PUBLIC_STRIPE_PRICE_BYOK`, `NEXT_PUBLIC_STRIPE_PRICE_PRO` + 9 more. Add them (with a placehol…
config drift
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 19, 38
.github/workflows/build-mac-installer.yml:19, 38 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: host/clipboard_watcher_mac.py:update_last_text, host/clipboard_watcher.py:update_last_text 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.
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: host/input.py:type_text_paste_async, host/input.py:type_text, host/input.py:type_text_paste 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 separat…
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 software Dead code conf 1.00 Possibly dead Python function: capture_screen
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/screen.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: check_subscription_blocked
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/supabase_client.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: recv
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/webrtc_host.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: type_text_paste
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/input.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: update_last_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/clipboard_watcher_mac.py:80
low System graph software Dead code conf 1.00 Possibly dead Python function: update_last_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/clipboard_watcher.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: update_pc_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/supabase_client.py:154
low System graph software Dead code conf 1.00 Possibly dead Python function: upsert_session
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/supabase_client.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: write_signaling
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
host/supabase_client.py:149
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/app/api/gemini-token/route.ts:182
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: POST /command
`host/server.py` declares `POST /command` 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 /scroll
`host/server.py` declares `POST /scroll` 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 /tap
`host/server.py` declares `POST /tap` 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 /type
`host/server.py` declares `POST /type` 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: host/webrtc_host.py (1322 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/d5901c0f-2d26-4a58-b78b-7ffe0386172f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d5901c0f-2d26-4a58-b78b-7ffe0386172f/

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.