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.

shhtheonlyperson/anyvoice

https://github.com/shhtheonlyperson/anyvoice · scanned 2026-06-16 00:10 UTC (2 months, 2 weeks ago)

117 raw signals (13 security + 104 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 97 actionable findings from 2 signal sources. 32 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 79.9/100 with 77.8% coverage. It contains 2609 nodes across 3 cross-layer flows, written primarily in mixed languages. Engine surfaced 104 findings — concentrated in quality (75), software (16), security (13). Risk profile is low: 0 critical, 0 high, 33 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 87 of 97 actionable findings. 129 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 Security checks quality Practices conf 0.82 2 occurrences Foundry mined mock as real or placeholder: shhtheonlyperson/anyvoice
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
2 occurrences
repo-level (2 hits)
high Security checks quality Practices conf 0.84 2 occurrences Foundry mined bad chains: shhtheonlyperson/anyvoice
Comment chain pattern product: bad_chains Repo: shhtheonlyperson/anyvoice Thread: shhtheonlyperson/anyvoice#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts,…
2 occurrences
repo-level (2 hits)
high Security checks quality Testing conf 0.78 5 occurrences Foundry mined test ci gap after feedback: shhtheonlyperson/anyvoice
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: supported_by_high_confi…
5 occurrences
repo-level (5 hits)
medium Security checks quality Practices conf 0.62 6 occurrences Foundry mined assumption checks: shhtheonlyperson/anyvoice
Comment chain pattern product: assumption_checks Repo: shhtheonlyperson/anyvoice Thread: shhtheonlyperson/anyvoice#8 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifa…
6 occurrences
repo-level (6 hits)
medium Security checks quality maintenance conf 0.70 8 occurrences Foundry mined blueprint gap alignment: shhtheonlyperson/anyvoice
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
8 occurrences
repo-level (8 hits)
medium Security checks quality Practices conf 0.70 2 occurrences Foundry mined unresolved feedback: shhtheonlyperson/anyvoice
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: assu…
2 occurrences
repo-level (2 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/runs/[jobId]/audio/route.ts:33
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 — app/recording-kit-control/recording-kit-control.tsx:144
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 — components/anyvoice/lib/anyvoice-client.ts:72
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 — components/BookReader.tsx:211
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 — components/VoiceCloneStudio.tsx:838
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 — lib/anyvoice-gateway.ts:73
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 — lib/clone-runner.ts:1777
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 docs/recording-experience-roadmap.html:1538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/recording-experience-roadmap.html:1538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/clone-runner.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/clone-runner.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/profile-enrollment.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/profile-enrollment.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/recording-kit.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/recording-kit.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/voice-clone-goal-audit.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/voice-clone-goal-audit.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/voice-profile-next-step.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/voice-profile-next-step.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/voice-profile-reanalysis.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/voice-profile-reanalysis.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/voice-profile-transcript-validation.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/voice-profile-transcript-validation.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/voice-profile-verify.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/voice-profile-verify.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/youtube-import.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/youtube-import.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check_vercel_path_lengths.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check_vercel_path_lengths.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/record_voice_profile_recording_kit.py:669
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/record_voice_profile_recording_kit.py:669 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/voice_profile_next_step.py:935
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/voice_profile_next_step.py:935 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/analyze_voice_reference.py:62
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check_voice_profile_recording_kit.py:66
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check_voxcpm_lora_trainer.py:86
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/import_voice_profile_clips.py:119
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/normalize_voice_profile_recording_kit_audio.py:214
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/record_voice_profile_recording_kit.py:170
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/render_voice_backend_job.py:423
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/run_voice_quality_gate.py:57
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/synthesize_voxcpm_anyvoice.py:89
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/transcribe_voice_regression.py:152
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/voice_clone_regression.py:1621
`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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 38 placeholder/mock markers across 10 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 33 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANYVOICE_ALLOWED_EMAILS`, `ANYVOICE_ASR_BACKENDS_JSON`, `ANYVOICE_ASR_MODEL`, `ANYVOICE_FFMPEG`, `ANYVOICE_FFMPEG_PATH`, `ANYVOICE_HOT_WORKER_URL`, `ANYVOICE_PUBLIC_URL`, `ANYVOICE_QUALITY_GATE_ROOT` + 25 more. Add them (with a placeholder/comment…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 118 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 Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: scripts/apply_voice_backend_selection.py:load_json, scripts/merge_voice_subjective_reviews.py:load_json, scripts/prepare_voice_lora_dataset.py:load_json_object, scripts/check_voxcpm_lora_trainer.py:load_json This is *the* AI-coder failure mode (4× mo…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 12 places
Functions with the same first-5-line body hash: scripts/merge_voice_subjective_reviews.py:file_sha256, scripts/serve_voice_review.py:sha256_file, scripts/record_voice_profile_recording_kit.py:file_sha256, scripts/score_voice_regression.py:sha256_file This is *the* AI-coder failure mode (4× more du…
duplicatesduplication
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/apply_voice_backend_selection.py:write_json, scripts/apply_voxcpm_lora_adapter.py:write_json 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…
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/record_voice_profile_recording_kit.py:text_sha256, scripts/check_voice_profile_recording_kit.py:text_sha256, scripts/normalize_voice_profile_recording_kit_audio.py:text_sha256 This is *the* AI-coder failure mode (4× more duplication in vibe-c…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: scripts/apply_voice_backend_selection.py:same_path, scripts/select_voice_backend_candidate.py:same_path, scripts/prepare_voice_lora_dataset.py:same_resolved_path, scripts/apply_voxcpm_lora_adapter.py:same_path This is *the* AI-coder failure mode (4× …
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: scripts/apply_voice_backend_selection.py:resolve_render_output_path, scripts/select_voice_backend_candidate.py:resolve_render_output_path, scripts/prepare_voice_lora_dataset.py:resolve_render_output_path, scripts/audit_voice_clone_goal.py:resolve_rend…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: scripts/apply_voice_backend_selection.py:sha256_file, scripts/build_voice_profile.py:sha256_file, scripts/select_voice_backend_candidate.py:sha256_file, scripts/register_voice_backend_renders.py:file_sha256 This is *the* AI-coder failure mode (4× mor…
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 `localeForLegacy` in components/anyvoice/AnyVoiceApp.tsx:78
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: canonical_policy_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/build_voice_profile.py:509
low System graph software Dead code conf 1.00 Possibly dead Python function: canonical_policy_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_voice_clone_goal.py:333
low System graph software Dead code conf 1.00 Possibly dead Python function: clip_sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/voice_clone_regression.py:728
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/voxcpm_hot_worker_anyvoice.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/serve_voice_review.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/voxcpm_hot_worker_anyvoice.py:345
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/serve_voice_review.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: latest_matching_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_voice_clone_goal.py:2379
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/voxcpm_hot_worker_anyvoice.py:317
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/serve_voice_review.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: profile_has_product_capture_depth
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_voice_clone_goal.py:832
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_latin_number
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/score_voice_regression.py:235
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_month_day
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/score_voice_regression.py:225
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_year
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/score_voice_regression.py:220
low System graph software Dead code conf 1.00 Possibly dead Python function: same_optional_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_voice_clone_goal.py:3601
low System graph software Dead code conf 1.00 Possibly dead Python function: score_renders_for_mode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/audit_voice_clone_goal.py:3419
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 `log_message` (body is just `pass`/`return`) — scripts/voxcpm_hot_worker_anyvoice.py:317
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: components/anyvoice/BuildTab.tsx (2030 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: components/VoiceCloneStudio.tsx (1637 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/clone-runner.ts (2298 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/voice-profile.ts (1469 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/audit_voice_clone_goal.py (5141 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/build_voice_profile.py (1241 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/prepare_voxcpm_lora_training_job.py (1396 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/record_voice_profile_recording_kit.py (1843 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/score_voice_regression.py (1527 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/voice_clone_regression.py (1880 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/voice_profile_next_step.py (2579 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/audit-voice-clone-goal-script.test.ts (8554 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/build-voice-profile-script.test.ts (1978 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/clone-runner.test.ts (2560 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/profile-clone-input.test.ts (1764 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/recording-kit-record-script.test.ts (1655 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/voice-profile-next-step-script.test.ts (2867 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/voice-regression-score.test.ts (1579 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/voxcpm-lora-training-job-script.test.ts (1637 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/3c89b740-cfdd-4102-be8e-c814c990544c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3c89b740-cfdd-4102-be8e-c814c990544c/

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.