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.

vradulthub-cloud/eclatech-hub

https://github.com/vradulthub-cloud/eclatech-hub · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

407 raw signals (87 security + 320 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 309 actionable findings from 2 signal sources. 316 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 60.4/100 with 100.0% coverage. It contains 4769 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 320 findings — concentrated in quality (166), security (65), api (53). Risk profile is high: 0 critical, 64 high, 27 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 219 of 309 actionable findings. 625 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 39 occurrences Foundry mined mock as real or placeholder: vradulthub-cloud/eclatech-hub
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…
39 occurrences
repo-level (39 hits)
critical Security checks security auth conf 0.78 9 occurrences Foundry mined security auth guardrail gaps: vradulthub-cloud/eclatech-hub
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…
9 occurrences
repo-level (9 hits)
high Security checks quality Practices conf 0.84 70 occurrences Foundry mined bad chains: vradulthub-cloud/eclatech-hub
Comment chain pattern product: bad_chains Repo: vradulthub-cloud/eclatech-hub Thread: vradulthub-cloud/eclatech-hub#400 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_…
70 occurrences
repo-level (70 hits)
high Security checks quality Quality conf 0.76 5 occurrences Foundry mined schema ui api mismatch: vradulthub-cloud/eclatech-hub
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: weak_supervision_needs_review Repo: v…
5 occurrences
repo-level (5 hits)
high Security checks quality Testing conf 0.78 14 occurrences Foundry mined test ci gap after feedback: vradulthub-cloud/eclatech-hub
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…
14 occurrences
repo-level (14 hits)
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/launch.json
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/launch.json:15 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/session (hub/lib/api.ts:113)
`hub/lib/api.ts:113` calls `GET /api/auth/session` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/session` 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://oauth2.googleapis.com/token (hub/auth.ts:25)
`hub/auth.ts:25` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (legal_docs_run.mjs:31)
`legal_docs_run.mjs:31` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_event` without auth dependency — api/routers/calendar_events.py:137
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/calendar_events.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_profile_cache` without auth dependency — api/routers/models.py:613
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/models.py:613 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `decide_approval` without auth dependency — api/routers/approvals.py:229
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/approvals.py:229 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_existing_comp_scenes` without auth dependency — api/routers/compilations.py:1204
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:1204 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_existing_comp` without auth dependency — api/routers/compilations.py:1403
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:1403 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_ticket` without auth dependency — api/routers/tickets.py:401
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/tickets.py:401 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `both` without auth dependency — api/routers/shoots.py:1154
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/shoots.py:1154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `build_compilation_photoset` without auth dependency — api/routers/compilations.py:1857
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:1857 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_update_tickets` without auth dependency — api/routers/tickets.py:530
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/tickets.py:530 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_approval` without auth dependency — api/routers/approvals.py:144
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/approvals.py:144 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_event` without auth dependency — api/routers/calendar_events.py:88
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/calendar_events.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_mega_folder` without auth dependency — api/routers/scenes.py:831
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scenes.py:831 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session` without auth dependency — audio_post/director_studio/backend/app.py:53
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:53 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_ticket` without auth dependency — api/routers/tickets.py:300
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/tickets.py:300 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `detect_take` without auth dependency — audio_post/director_studio/backend/app.py:174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `donor_candidates` without auth dependency — audio_post/director_studio/backend/app.py:225
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:225 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `download_description_docx` without auth dependency — api/routers/descriptions.py:386
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/descriptions.py:386 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_take` without auth dependency — audio_post/director_studio/backend/app.py:207
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:207 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_timeline` without auth dependency — audio_post/director_studio/backend/app.py:235
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:235 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_storyboard` without auth dependency — api/routers/uploads.py:640
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/uploads.py:640 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_booking_brief` without auth dependency — api/routers/models.py:556
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/models.py:556 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_call_sheet` without auth dependency — api/routers/call_sheets.py:474
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/call_sheets.py:474 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_compilation_description` without auth dependency — api/routers/compilations.py:563
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:563 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_compilation_ideas` without auth dependency — api/routers/compilations.py:463
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:463 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_description` without auth dependency — api/routers/descriptions.py:121
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/descriptions.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_flux_local` without auth dependency — api/routers/titles.py:596
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/titles.py:596 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_local_title` without auth dependency — api/routers/titles.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/titles.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_model_name` without auth dependency — api/routers/titles.py:292
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/titles.py:292 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_scene_title` without auth dependency — api/routers/scenes.py:564
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scenes.py:564 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_script_title` without auth dependency — api/routers/scripts.py:1449
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scripts.py:1449 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_script` without auth dependency — api/routers/scripts.py:706
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scripts.py:706 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_seo_tags` without auth dependency — api/routers/descriptions.py:243
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/descriptions.py:243 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mark_all_read` without auth dependency — api/routers/notifications.py:82
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/notifications.py:82 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `multipart_abort` without auth dependency — api/routers/uploads.py:555
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/uploads.py:555 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `multipart_complete` without auth dependency — api/routers/uploads.py:480
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/uploads.py:480 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `multipart_init` without auth dependency — api/routers/uploads.py:426
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/uploads.py:426 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `multipart_sign_parts` without auth dependency — api/routers/uploads.py:461
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/uploads.py:461 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `multipart_verify` without auth dependency — api/routers/uploads.py:544
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/uploads.py:544 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_region` without auth dependency — audio_post/director_studio/backend/app.py:199
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:199 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `publish_generated` without auth dependency — api/routers/call_sheets.py:895
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/call_sheets.py:895 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refine_title` without auth dependency — api/routers/titles.py:214
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/titles.py:214 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `regenerate_paragraph` without auth dependency — api/routers/descriptions.py:183
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/descriptions.py:183 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `render_take` without auth dependency — audio_post/director_studio/backend/app.py:215
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:215 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `revalidate_scene_assets` without auth dependency — api/routers/scenes.py:910
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scenes.py:910 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reveal_in_finder` without auth dependency — audio_post/director_studio/backend/app.py:255
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:255 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_compilation` without auth dependency — api/routers/compilations.py:626
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:626 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_description_to_mega` without auth dependency — api/routers/descriptions.py:569
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/descriptions.py:569 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_description` without auth dependency — api/routers/descriptions.py:409
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/descriptions.py:409 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_script` without auth dependency — api/routers/scripts.py:1070
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scripts.py:1070 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_test_notification` without auth dependency — api/routers/notifications.py:192
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/notifications.py:192 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_to_resolve` without auth dependency — audio_post/director_studio/backend/app.py:267
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:267 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `suggest_comp_scene_candidates` without auth dependency — api/routers/compilations.py:531
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/compilations.py:531 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_teams` without auth dependency — api/routers/integrations.py:96
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/integrations.py:96 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_mega_refresh` without auth dependency — api/routers/scenes.py:774
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scenes.py:774 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_script` without auth dependency — api/routers/scripts.py:1251
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/scripts.py:1251 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_regions` without auth dependency — audio_post/director_studio/backend/app.py:190
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
audio_post/director_studio/backend/app.py:190 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_generated` without auth dependency — api/routers/call_sheets.py:871
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/call_sheets.py:871 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_hub_base_url` without auth dependency — api/routers/integrations.py:130
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/integrations.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_prefs` without auth dependency — api/routers/notifications.py:121
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/notifications.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_teams` without auth dependency — api/routers/integrations.py:76
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
api/routers/integrations.py:76 securityAuth fastapi unauth mutation
medium Security checks quality Practices conf 0.62 54 occurrences Foundry mined assumption checks: vradulthub-cloud/eclatech-hub
Comment chain pattern product: assumption_checks Repo: vradulthub-cloud/eclatech-hub Thread: vradulthub-cloud/eclatech-hub#76 Outcome: claimed_resolved_unverified Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real…
54 occurrences
repo-level (54 hits)
medium Security checks quality maintenance conf 0.70 68 occurrences Foundry mined blueprint gap alignment: vradulthub-cloud/eclatech-hub
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: …
68 occurrences
repo-level (68 hits)
medium Security checks quality Practices conf 0.70 46 occurrences Foundry mined unresolved feedback: vradulthub-cloud/eclatech-hub
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…
46 occurrences
repo-level (46 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — audio_post/director_studio/frontend/lib/api.ts:11
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 — hub/app/(app)/scripts/script-generator.tsx:324
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 — hub/lib/api.ts:1495
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 — legal_docs_run.mjs:31
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 authority lacks a verifier contract: .claude/launch.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/launch.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/rules/audio.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/rules/audio.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/rules/comfyui.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/rules/comfyui.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/rules/windows-ssh.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/rules/windows-ssh.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/impeccable/reference/typography.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/impeccable/reference/typography.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: hub/.claude/launch.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
hub/.claude/launch.json VerificationClaude instruction
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 'cors_wildcard' in hub/app/api/dev-upload-sink/route.ts:39
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
hub/app/api/dev-upload-sink/route.ts:39 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in appscript/Sidebar.html:231
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
appscript/Sidebar.html:231 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in hub/public/prototype/app.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
hub/public/prototype/app.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scrape_revenue_data.py:169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scrape_revenue_data.py:169 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — audio_post/analyze_workflow_video.py:60
`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 — audio_post/director_studio/backend/app.py:263
`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 — audio_post/extract_ground_truth.py:349
`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 — legal_docs_dates.py:43
`urllib.request.urlopen(...)` 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 — run_all.py:67
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scan_mega.py:290
`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 — slr_refresh_cookies.py:98
`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 — sync_mega_staging.py:111
`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 257 placeholder/mock markers across 60 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 68 in use
Port 68 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
deploy_api.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
28 test file(s) for 384 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 38 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AUTH_GOOGLE_ID`, `AUTH_GOOGLE_SECRET`, `CI`, `DEV_AUTH_MOCK`, `DIRECTORS_CUT_SPEAKER_MODEL`, `ENVIRONMENT`, `HEALTH_BACKEND_URL`, `HEALTH_FRONTEND_URL` + 30 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
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 794 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: 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.
api/Dockerfile:16 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:78 CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 20 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backfill_storyboard_from_photos.py:readable, backfill_storyboard_from_photos.py:read 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.
20 occurrences
repo-level (20 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in api/main.py:389
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 `is_complete_legacy` in api/routers/compliance.py:892
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 api/compliance_scraper.py:8
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 s4_client.py:236
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in api/routers/descriptions.py:493
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in api/routers/scripts.py:1087
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 `normalize_studio_old` in training/extract_xlsx.py:95
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 `pruneOld` in hub/lib/upload-storage.ts:117
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 `q_old` in api/routers/call_sheets.py:746
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 `research_cache_v2` in model_research_tab.py:22
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 `title_card_style_v2` in api/config.py:79
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 `title_card_style_v2` in api/routers/titles.py:325
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 `verify_backup` in api/backup_sqlite.py:124
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 cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
hub/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: append_note
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ticket_tools.py:273
low System graph software Dead code conf 1.00 Possibly dead Python function: create_ticket
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ticket_tools.py:175
low System graph software Dead code conf 1.00 Possibly dead Python function: is_any_scene
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
comp_photoset.py:139
low System graph software Dead code conf 1.00 Possibly dead Python function: is_raw_scene
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
comp_photoset.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: readable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backfill_storyboard_from_photos.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: render_botanical_illustration
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack10_nature.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: render_chanel_serif
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:104
low System graph software Dead code conf 1.00 Possibly dead Python function: render_console_titanium
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: render_dior_couture
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: render_dragon_scale
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: render_dungeon_blackletter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:370
low System graph software Dead code conf 1.00 Possibly dead Python function: render_eldritch_glow
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:469
low System graph software Dead code conf 1.00 Possibly dead Python function: render_fantasy_calligraphy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:423
low System graph software Dead code conf 1.00 Possibly dead Python function: render_fashion_masthead
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: render_glossy_magazine
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:372
low System graph software Dead code conf 1.00 Possibly dead Python function: render_gucci_emboss
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:184
low System graph software Dead code conf 1.00 Possibly dead Python function: render_hermes_orange
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: render_jewelry_box
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:417
low System graph software Dead code conf 1.00 Possibly dead Python function: render_magic_scroll
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:236
low System graph software Dead code conf 1.00 Possibly dead Python function: render_mmo_logo
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: render_neon_arcade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:282
low System graph software Dead code conf 1.00 Possibly dead Python function: render_perfume_bottle
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:278
low System graph software Dead code conf 1.00 Possibly dead Python function: render_ranger_badge
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack10_nature.py:85
low System graph software Dead code conf 1.00 Possibly dead Python function: render_retro_pixel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: render_runway_caption
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:328
low System graph software Dead code conf 1.00 Possibly dead Python function: render_sword_steel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack11_gaming.py:198
low System graph software Dead code conf 1.00 Possibly dead Python function: render_ysl_minimal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
cta_treatments_pack12_fashion.py:144
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_tickets
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ticket_tools.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: seekable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backfill_storyboard_from_photos.py:95
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 — hub/tests/e2e/visual-overlap.spec.ts:117
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 quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — migrate_vrh_progress.py:1155
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 /{key}
`api/routers/prompts.py` declares `DELETE /{key}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`api/routers/notifications.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/health
`api/main.py` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/preview
`audio_post/director_studio/backend/app.py` declares `GET /api/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 /api/resolve/status
`audio_post/director_studio/backend/app.py` declares `GET /api/resolve/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/session
`audio_post/director_studio/backend/app.py` declares `GET /api/session` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sessions
`audio_post/director_studio/backend/app.py` declares `GET /api/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sync/status
`api/main.py` declares `GET /api/sync/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/take/{take_id}/audio
`audio_post/director_studio/backend/app.py` declares `GET /api/take/{take_id}/audio` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/take/{take_id}/peaks
`audio_post/director_studio/backend/app.py` declares `GET /api/take/{take_id}/peaks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/take/{take_id}/regions
`audio_post/director_studio/backend/app.py` declares `GET /api/take/{take_id}/regions` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/take/{take_id}/spectrogram
`audio_post/director_studio/backend/app.py` declares `GET /api/take/{take_id}/spectrogram` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/volumes
`audio_post/director_studio/backend/app.py` declares `GET /api/volumes` 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 /dates
`api/routers/call_sheets.py` declares `GET /dates` 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 /diagnostic
`api/routers/notifications.py` declares `GET /diagnostic` 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 /hub-base-url
`api/routers/integrations.py` declares `GET /hub-base-url` 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 /prefs
`api/routers/notifications.py` declares `GET /prefs` 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
`api/routers/tickets.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 /stream
`api/routers/notifications.py` declares `GET /stream` 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 /tabs
`api/routers/call_sheets.py` declares `GET /tabs` 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 /teams
`api/routers/integrations.py` declares `GET /teams` 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 /unread-count
`api/routers/notifications.py` declares `GET /unread-count` 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 /{key}
`api/routers/prompts.py` declares `GET /{key}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{shoot_id}
`api/routers/shoots.py` declares `GET /{shoot_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 /{shoot_id}/legal-docs
`api/routers/shoots.py` declares `GET /{shoot_id}/legal-docs` 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 /{ticket_id}
`api/routers/tickets.py` declares `GET /{ticket_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 /{ticket_id}
`api/routers/tickets.py` declares `PATCH /{ticket_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/routers/tickets.py` declares `POST /` 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/backup
`api/main.py` declares `POST /api/backup` 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/reveal
`audio_post/director_studio/backend/app.py` declares `POST /api/reveal` 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/session/send-to-resolve
`audio_post/director_studio/backend/app.py` declares `POST /api/session/send-to-resolve` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/session/timeline
`audio_post/director_studio/backend/app.py` declares `POST /api/session/timeline` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/sessions/new
`audio_post/director_studio/backend/app.py` declares `POST /api/sessions/new` 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/sync/trigger
`api/main.py` declares `POST /api/sync/trigger` 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/sync/trigger/{source}
`api/main.py` declares `POST /api/sync/trigger/{source}` 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/take/{take_id}/detect
`audio_post/director_studio/backend/app.py` declares `POST /api/take/{take_id}/detect` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/take/{take_id}/donor_candidates
`audio_post/director_studio/backend/app.py` declares `POST /api/take/{take_id}/donor_candidates` 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 documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/take/{take_id}/export
`audio_post/director_studio/backend/app.py` declares `POST /api/take/{take_id}/export` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/take/{take_id}/preview
`audio_post/director_studio/backend/app.py` declares `POST /api/take/{take_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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/take/{take_id}/render
`audio_post/director_studio/backend/app.py` declares `POST /api/take/{take_id}/render` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /bulk-update
`api/routers/tickets.py` declares `POST /bulk-update` 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 /mark-read
`api/routers/notifications.py` declares `POST /mark-read` 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 /teams/test
`api/routers/integrations.py` declares `POST /teams/test` 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 /test
`api/routers/notifications.py` declares `POST /test` 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 /{shoot_id}/scenes/{position}/assets/{asset_type}/revalidate
`api/routers/shoots.py` declares `POST /{shoot_id}/scenes/{position}/assets/{asset_type}/revalidate` 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 docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /api/take/{take_id}/regions
`audio_post/director_studio/backend/app.py` declares `PUT /api/take/{take_id}/regions` 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 cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /hub-base-url
`api/routers/integrations.py` declares `PUT /hub-base-url` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /prefs
`api/routers/notifications.py` declares `PUT /prefs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /teams
`api/routers/integrations.py` declares `PUT /teams` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /{key}
`api/routers/prompts.py` declares `PUT /{key}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: api/prompts.py (920 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/routers/compilations.py (2017 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/routers/compliance.py (5090 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/routers/models.py (1307 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/routers/scripts.py (1652 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/routers/shoots.py (1539 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: cta_primitives.py (1338 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/app/(app)/admin/revenue/revenue-view.tsx (1835 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/app/(app)/compliance/compliance-database.tsx (2267 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/app/(app)/compliance/compliance-view.tsx (3805 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/app/(app)/missing/scene-detail.tsx (1742 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/app/(app)/scripts/script-generator.tsx (1066 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/app/(app)/tickets/ticket-list.tsx (1109 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/lib/api.ts (2463 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/lib/dev-fixtures.ts (1536 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hub/lib/dev-mock-api.ts (1818 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: test_slop_filter.py (1429 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: update_roster.py (1504 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/ccd8733d-d05d-4d7f-8276-27da5efd3737/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ccd8733d-d05d-4d7f-8276-27da5efd3737/

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.