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.

tometh22/VideoLyricsIA

https://github.com/tometh22/VideoLyricsIA · scanned 2026-06-16 00:39 UTC (2 months, 1 week ago)

428 raw signals (101 security + 327 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 314 actionable findings from 2 signal sources. 525 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 53.3/100 with 100.0% coverage. It contains 5091 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 327 findings — concentrated in quality (210), api (50), frontend (28). Risk profile is high: 4 critical, 2 high, 37 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 154 of 314 actionable findings. 839 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 19 occurrences Foundry mined mock as real or placeholder: tometh22/VideoLyricsIA
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…
19 occurrences
repo-level (19 hits)
critical Security checks security auth conf 0.78 13 occurrences Foundry mined security auth guardrail gaps: tometh22/VideoLyricsIA
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
13 occurrences
repo-level (13 hits)
critical System graph security Secrets conf 1.00 Possible secret in .github/workflows/ci.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
.github/workflows/ci.yml:76
critical System graph security Secrets conf 1.00 Possible secret in lyricgen/backend/scripts/stress_umg_full.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lyricgen/backend/scripts/stress_umg_full.py:79
critical System graph security Secrets conf 1.00 Possible secret in lyricgen/backend/scripts/stress_upload.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lyricgen/backend/scripts/stress_upload.py:62
critical System graph security Secrets conf 1.00 Possible secret in lyricgen/backend/seed.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lyricgen/backend/seed.py:60
high Security checks quality Practices conf 0.84 126 occurrences Foundry mined bad chains: tometh22/VideoLyricsIA
Comment chain pattern product: bad_chains Repo: tometh22/VideoLyricsIA Thread: tometh22/VideoLyricsIA#98 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, sour…
126 occurrences
repo-level (126 hits)
high Security checks quality Quality conf 0.76 13 occurrences Foundry mined schema ui api mismatch: tometh22/VideoLyricsIA
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: needs_more_evidence Repo: tometh22/Vi…
13 occurrences
repo-level (13 hits)
high Security checks quality Testing conf 0.78 12 occurrences Foundry mined test ci gap after feedback: tometh22/VideoLyricsIA
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_verificati…
12 occurrences
repo-level (12 hits)
high System graph security auth conf 1.00 FastAPI POST `stripe_webhook` without auth dependency — lyricgen/backend/billing.py:612
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
lyricgen/backend/billing.py:612 securityAuth fastapi unauth mutation
high System graph cicd CI/CD security conf 1.00 pip extra-index-url can enable dependency confusion
pip --extra-index-url searches an additional package index and can resolve public packages when a private package name is missing or has a lower version. Prefer a single controlled index or explicit hashes and package source policy.
lyricgen/backend/requirements.txt CI/CD securitySupply chainPypi
medium Security checks quality Practices conf 0.62 118 occurrences Foundry mined assumption checks: tometh22/VideoLyricsIA
Comment chain pattern product: assumption_checks Repo: tometh22/VideoLyricsIA Thread: tometh22/VideoLyricsIA#686 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_artifacts,…
118 occurrences
repo-level (118 hits)
medium Security checks quality maintenance conf 0.70 69 occurrences Foundry mined blueprint gap alignment: tometh22/VideoLyricsIA
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: …
69 occurrences
repo-level (69 hits)
medium Security checks quality Practices conf 0.72 2 occurrences Foundry mined review feedback without structured fix: tometh22/VideoLyricsIA
Graph query export: Review feedback without structured fix chain Query id: review_feedback_without_structured_fix Query type: motif_query Intent: Weak-supervision examples for review comments lacking a traceable fix. Motif: review_feedback_without_structured_fix Training usage: weak_supervision Gra…
2 occurrences
repo-level (2 hits)
medium Security checks quality Practices conf 0.70 140 occurrences Foundry mined unresolved feedback: tometh22/VideoLyricsIA
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: need…
140 occurrences
repo-level (140 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — lyricgen/frontend/src/components/HelpCenter/HelpDrawer.jsx:134
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 — lyricgen/frontend/public/sw.js:23
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 — lyricgen/frontend/scripts/check-fetch-error-handling.mjs:2
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 — lyricgen/frontend/src/App.jsx:110
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 — lyricgen/frontend/src/components/JobDetail.jsx:118
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 — lyricgen/frontend/src/components/UploadZone.jsx:575
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 — lyricgen/frontend/src/fetchWithTimeout.js:1
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 — lyricgen/frontend/src/hooks/useBackgroundPreview.test.jsx: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 — lyricgen/frontend/src/mediaUrl.js:88
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 hardware Security conf 1.00 Dockerfile runs as root: lyricgen/backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: lyricgen/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 6 occurrences Frontend route `/videos/:id` has no Link/navigate to it — lyricgen/frontend/src/App.jsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
6 occurrences
repo-level (6 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-buildx-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:123 CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in lyricgen/backend/main.py:222
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
lyricgen/backend/main.py:222 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in lyricgen/frontend/src/components/HelpCenter/HelpDrawer.jsx:134
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
lyricgen/frontend/src/components/HelpCenter/HelpDrawer.jsx:134 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in lyricgen/frontend/src/components/HelpCenter/HelpDrawer.jsx:34
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
lyricgen/frontend/src/components/HelpCenter/HelpDrawer.jsx:34 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in lyricgen/frontend/src/App.jsx:1582
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
lyricgen/frontend/src/App.jsx:1582 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in lyricgen/backend/scripts/r2_cors.json:20
Found a known-risky pattern (weak_hash). Review and replace if possible.
lyricgen/backend/scripts/r2_cors.json:20 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — lyricgen/backend/drive_uploader.py:377
`requests.get(...)` 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 — lyricgen/backend/scripts/gen_movement_samples.py:148
`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 — lyricgen/backend/scripts/golden_render.py:132
`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 — lyricgen/backend/scripts/loop_experiments/common.py:59
`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 — lyricgen/backend/scripts/stress_umg_full.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 — lyricgen/backend/scripts/stress_upload.py:43
`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 — lyricgen/backend/subprocess_utils.py:3
`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 — lyricgen/backend/vocal_sep.py:184
`urllib.request.urlretrieve(...)` 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/smoke_transcribe_ab.py:79
`requests.post(...)` 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 99 placeholder/mock markers across 31 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 150 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ALERT_EMAIL`, `ALLOW_INPUT_CLEANUP`, `ANALYZE`, `ANCHOR_ONSET_ENABLED`, `ANCHOR_SCAFFOLD_ENABLED`, `API_URL`, `APP_URL`, `ASSEMBLYAI_API_KEY` + 142 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Maintenance conf 1.00 87 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 778 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lyricgen/Dockerfile:6 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lyricgen/Dockerfile:14 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lyricgen/backend/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 73, 81
.github/workflows/golden-render.yml:73, 81 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — lyricgen/frontend/src/components/admin/sections/operacion/StuckJobsAlert.jsx:78
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: lyricgen/backend/database.py:to_dict, lyricgen/backend/database.py:to_dict, lyricgen/backend/database.py:to_dict, lyricgen/backend/database.py:to_dict This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai…
duplicatesduplication
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: lyricgen/backend/queue_jobs.py:enqueue_transcription, lyricgen/backend/transcription_worker.py:run_transcription_job This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or doc…
17 occurrences
repo-level (17 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: lyricgen/backend/main.py:upload_file_proxy, lyricgen/backend/main.py:transcription_status, lyricgen/backend/main.py:generate_preview_status This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: lyricgen/backend/ai_providers.py:get_model_version, lyricgen/backend/ai_providers.py:get_model_version, lyricgen/backend/ai_providers.py:get_model_version, lyricgen/backend/ai_providers.py:get_model_version 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 `_force_imagen_legacy` in lyricgen/backend/pipeline.py:7662
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 `api_key_copy` in lyricgen/frontend/src/components/Settings.jsx:939
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 `api_key_copy` in lyricgen/frontend/src/i18n.jsx:830
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 `genly_dash_stepper_dismissed_v1` in lyricgen/frontend/src/components/DashboardRich/Stepper.jsx:4
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 `GENLY_Web_Rebrand_Guidelines_v1` in lyricgen/frontend/tailwind.config.js:3
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 `list_objects_v2` in lyricgen/backend/scripts/diag_r2_list.py:51
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 `list_objects_v2` in lyricgen/backend/scripts/preflight/db_backup.py:139
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 `list_objects_v2` in lyricgen/backend/storage.py:699
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 `scribe_v1` in lyricgen/backend/scripts/compare_transcribers.py:179
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 `sync_legacy` in scripts/smoke_transcribe_ab.py:214
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 `test_lyric_fontsize_tiers_mirror_legacy` in lyricgen/backend/tests/test_ass_render.py:99
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: drop_db
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/database.py:1228
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_file_metadata
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/drive_uploader.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: load_dialect_impl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/database.py:37
low System graph software Dead code conf 1.00 Possibly dead Python function: rank
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/ctc_align.py:419
low System graph software Dead code conf 1.00 Possibly dead Python function: run_bg_preview_job
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/bg_preview.py:125
low System graph software Dead code conf 1.00 Possibly dead Python function: run_transcription_job
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/transcription_worker.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: send_email_verification
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/emails.py:180
low System graph software Dead code conf 1.00 Possibly dead Python function: send_job_completed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/emails.py:208
low System graph software Dead code conf 1.00 Possibly dead Python function: send_lead_notification
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/emails.py:144
low System graph software Dead code conf 1.00 Possibly dead Python function: send_password_reset
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/emails.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: send_usage_alert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/emails.py:221
low System graph software Dead code conf 1.00 Possibly dead Python function: send_welcome
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/emails.py:167
low System graph software Dead code conf 1.00 Possibly dead Python function: test_one
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/smoke_transcribe_ab.py:166
low System graph software Dead code conf 1.00 Possibly dead Python function: transcribe_performance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/performance_text.py:244
low System graph software Dead code conf 1.00 Possibly dead Python function: upload_to_youtube
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/youtube_upload.py:176
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_image
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/content_validator.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapped_send
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lyricgen/backend/main.py:325
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 `get_model_version` (body is just `pass`/`return`) — lyricgen/backend/ai_providers.py:22
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 `upgrade` (body is just `pass`/`return`) — lyricgen/backend/alembic/versions/d1e2f3a4b5c6_merge_billing_telemetry_heads.py:29
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 `upgrade` (body is just `pass`/`return`) — lyricgen/backend/alembic/versions/e7f8a9b0c1d2_merge_billing_group_heads.py:29
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 `upgrade` (body is just `pass`/`return`) — lyricgen/backend/alembic/versions/f9a0b1c2d3e4_merge_config_heads_staging.py:28
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 /backgrounds/{asset_id}
`lyricgen/backend/admin.py` declares `DELETE /backgrounds/{asset_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: DELETE /users/{user_id}
`lyricgen/backend/admin.py` declares `DELETE /users/{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 /activity
`lyricgen/backend/admin.py` declares `GET /activity` 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 /activity/{user_id}
`lyricgen/backend/admin.py` declares `GET /activity/{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 /audit
`lyricgen/backend/admin.py` declares `GET /audit` 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 /auth/me
`lyricgen/backend/main.py` declares `GET /auth/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 /background-tenants
`lyricgen/backend/admin.py` declares `GET /background-tenants` 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 /backgrounds
`lyricgen/backend/admin.py` declares `GET /backgrounds` 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 /backgrounds/usage
`lyricgen/backend/main.py` declares `GET /backgrounds/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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /backgrounds/{asset_id}/preview
`lyricgen/backend/main.py` declares `GET /backgrounds/{asset_id}/preview` 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 /backgrounds/{asset_id}/usage
`lyricgen/backend/main.py` declares `GET /backgrounds/{asset_id}/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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /cost
`lyricgen/backend/admin.py` declares `GET /cost` 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 /cost/{tenant_id}
`lyricgen/backend/admin.py` declares `GET /cost/{tenant_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 /fonts
`lyricgen/backend/main.py` declares `GET /fonts` 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 /insights/adoption
`lyricgen/backend/admin.py` declares `GET /insights/adoption` 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 /insights/feature/{feature}
`lyricgen/backend/admin.py` declares `GET /insights/feature/{feature}` 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 /insights/job/{job_id}
`lyricgen/backend/admin.py` declares `GET /insights/job/{job_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 /insights/overview
`lyricgen/backend/admin.py` declares `GET /insights/overview` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /insights/user/{user_id}/events
`lyricgen/backend/admin.py` declares `GET /insights/user/{user_id}/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: GET /insights/wizard
`lyricgen/backend/admin.py` declares `GET /insights/wizard` 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 /invoices
`lyricgen/backend/admin.py` declares `GET /invoices` 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 /jobs
`lyricgen/backend/admin.py` declares `GET /jobs` 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 /margin
`lyricgen/backend/admin.py` declares `GET /margin` 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 /payment-method
`lyricgen/backend/billing.py` declares `GET /payment-method` 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 /provenance
`lyricgen/backend/admin.py` declares `GET /provenance` 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 /stats
`lyricgen/backend/admin.py` declares `GET /stats` 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 /stuck-jobs
`lyricgen/backend/admin.py` declares `GET /stuck-jobs` 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 /subscription
`lyricgen/backend/billing.py` declares `GET /subscription` 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 /users
`lyricgen/backend/admin.py` declares `GET /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: GET /users/{user_id}
`lyricgen/backend/admin.py` declares `GET /users/{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: PATCH /users/{user_id}
`lyricgen/backend/admin.py` declares `PATCH /users/{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: POST /api/leads
`lyricgen/backend/main.py` declares `POST /api/leads` 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/forgot-password
`lyricgen/backend/main.py` declares `POST /auth/forgot-password` 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/login
`lyricgen/backend/main.py` declares `POST /auth/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/refresh
`lyricgen/backend/main.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 /auth/register
`lyricgen/backend/main.py` declares `POST /auth/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/reset-password
`lyricgen/backend/main.py` declares `POST /auth/reset-password` 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 /backgrounds
`lyricgen/backend/admin.py` declares `POST /backgrounds` 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 /cancel
`lyricgen/backend/billing.py` declares `POST /cancel` 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 /change-plan
`lyricgen/backend/billing.py` declares `POST /change-plan` 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 /change-plan/preview
`lyricgen/backend/billing.py` declares `POST /change-plan/preview` 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 /checkout
`lyricgen/backend/billing.py` declares `POST /checkout` 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 /cleanup-inputs
`lyricgen/backend/admin.py` declares `POST /cleanup-inputs` 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 /portal
`lyricgen/backend/billing.py` declares `POST /portal` 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 /reactivate
`lyricgen/backend/billing.py` declares `POST /reactivate` 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 /runbook/reaper-now
`lyricgen/backend/admin.py` declares `POST /runbook/reaper-now` 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 /users
`lyricgen/backend/admin.py` declares `POST /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: POST /users/{user_id}/authorize-ai
`lyricgen/backend/admin.py` declares `POST /users/{user_id}/authorize-ai` 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 /users/{user_id}/revoke-ai
`lyricgen/backend/admin.py` declares `POST /users/{user_id}/revoke-ai` 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 /webhook
`lyricgen/backend/billing.py` declares `POST /webhook` 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: lyricgen/backend/admin.py (1587 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/backend/database.py (1230 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/backend/main.py (11029 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/backend/pipeline.py (11387 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/backend/reaper.py (1144 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/App.jsx (4110 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/components/HistoryView.jsx (1220 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/components/JobDetail.jsx (1786 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/components/LyricsEditor.jsx (3288 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/components/Settings.jsx (1710 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/components/UploadZone.jsx (3195 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lyricgen/frontend/src/i18n.jsx (3341 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/be241ccd-3adc-410a-80ca-87f1b282bb39/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/be241ccd-3adc-410a-80ca-87f1b282bb39/

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.