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.

ryanrxvn-maker/casablanca

https://github.com/ryanrxvn-maker/casablanca · scanned 2026-06-15 23:58 UTC (2 months, 3 weeks ago)

375 raw signals (0 security + 375 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 359 actionable findings from 1 signal source. 16 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 62.9/100 with 100.0% coverage. It contains 4108 nodes across 10 cross-layer flows, written primarily in mixed languages. Engine surfaced 375 findings — concentrated in quality (152), api (106), frontend (61). Risk profile is high: 0 critical, 108 high, 73 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 268 of 359 actionable findings. 375 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def generate` — modal/lipsync_musetalk.py:227
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
modal/lipsync_musetalk.py:227 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def generate` — modal/lipsync_musetalk.py:229
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
modal/lipsync_musetalk.py:229 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def generate` — modal/lipsync_wav2lip.py:161
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
modal/lipsync_wav2lip.py:161 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def generate` — modal/lipsync_wav2lip.py:163
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
modal/lipsync_wav2lip.py:163 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/auto-broll-v2/save-creds (app/configuracoes/magnific/page.tsx:140)
`app/configuracoes/magnific/page.tsx:140` calls `DELETE /api/auto-broll-v2/save-creds` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auto-broll-v2/save-creds` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/user/secrets (app/configuracoes/api/page.tsx:175)
`app/configuracoes/api/page.tsx:175` calls `DELETE /api/user/secrets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/secrets` 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: DELETE https://api.elevenlabs.io/v1/voices/${encodeURIComponent(body.voiceId)} (app/api/troca-produto/elevenlabs-delete/route.ts:45)
`app/api/troca-produto/elevenlabs-delete/route.ts:45` calls `DELETE https://api.elevenlabs.io/v1/voices/${encodeURIComponent(body.voiceId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.elevenlabs.io/v1…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/dashboard (app/admin/dashboard/page.tsx:98)
`app/admin/dashboard/page.tsx:98` calls `GET /api/admin/dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dashboard` 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: GET /api/admin/list-users (app/admin/page.tsx:83)
`app/admin/page.tsx:83` calls `GET /api/admin/list-users` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/list-users` 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: GET /api/auto-broll-v2/save-creds (app/configuracoes/magnific/page.tsx:56)
`app/configuracoes/magnific/page.tsx:56` calls `GET /api/auto-broll-v2/save-creds` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auto-broll-v2/save-creds` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auto-broll-v2/save-creds (app/tools/auto-broll/page.tsx:21)
`app/tools/auto-broll/page.tsx:21` calls `GET /api/auto-broll-v2/save-creds` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auto-broll-v2/save-creds` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auto-broll-v2/save-creds (app/tools/auto-broll/page.tsx:55)
`app/tools/auto-broll/page.tsx:55` calls `GET /api/auto-broll-v2/save-creds` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auto-broll-v2/save-creds` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/billing/subscription (app/configuracoes/assinatura/page.tsx:71)
`app/configuracoes/assinatura/page.tsx:71` calls `GET /api/billing/subscription` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/subscription` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/docs/fetch?url=${encodeURIComponent(docLink.trim())} (app/tools/heygen-auto/page.tsx:1103)
`app/tools/heygen-auto/page.tsx:1103` calls `GET /api/docs/fetch?url=${encodeURIComponent(docLink.trim())}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/docs/fetch` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/docs/fetch?url=${encodeURIComponent(url)} (app/tools/clickup-pilot/page.tsx:4541)
`app/tools/clickup-pilot/page.tsx:4541` calls `GET /api/docs/fetch?url=${encodeURIComponent(url)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/docs/fetch` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/heygen/voices?lang=pt (app/tools/clickup-pilot/page.tsx:1273)
`app/tools/clickup-pilot/page.tsx:1273` calls `GET /api/heygen/voices?lang=pt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/heygen/voices` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/heygen/voices?q=${encodeURIComponent(query.trim())}&lang=pt (components/CompactVoiceSelector.tsx:100)
`components/CompactVoiceSelector.tsx:100` calls `GET /api/heygen/voices?q=${encodeURIComponent(query.trim())}&lang=pt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/heygen/voices` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ltx-video/status (app/tools/ltx-video/page.tsx:75)
`app/tools/ltx-video/page.tsx:75` calls `GET /api/ltx-video/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ltx-video/status` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/tools/remove-subtitle/status?record_id=${recordId}&mode=smart (components/tools/RemoverLegendaTool.tsx:144)
`components/tools/RemoverLegendaTool.tsx:144` calls `GET /api/tools/remove-subtitle/status?record_id=${recordId}&mode=smart` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/remove-subtitle/status` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/user/secrets (app/configuracoes/api/page.tsx:131)
`app/configuracoes/api/page.tsx:131` calls `GET /api/user/secrets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/secrets` 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: GET /api/user/secrets (app/tools/clickup-pilot/page.tsx:683)
`app/tools/clickup-pilot/page.tsx:683` calls `GET /api/user/secrets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/secrets` 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: GET /api/user/secrets (components/MissingKeyBanner.tsx:37)
`components/MissingKeyBanner.tsx:37` calls `GET /api/user/secrets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/secrets` 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: GET /models/denoise.rnnn (lib/ffmpeg-worker.ts:1241)
`lib/ffmpeg-worker.ts:1241` calls `GET /models/denoise.rnnn` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/models/denoise.rnnn` 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: GET http://127.0.0.1:${port}/health (engine/pkg/server.cjs:981)
`engine/pkg/server.cjs:981` calls `GET http://127.0.0.1:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/health (engine/server.ts:322)
`engine/server.ts:322` calls `GET http://127.0.0.1:${port}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${p}/health (extension-downloader/bg.js:100)
`extension-downloader/bg.js:100` calls `GET http://127.0.0.1:${p}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${p}/health (extension-downloader/popup.js:39)
`extension-downloader/popup.js:39` calls `GET http://127.0.0.1:${p}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${p}/pair (extension-downloader/bg.js:105)
`extension-downloader/bg.js:105` calls `GET http://127.0.0.1:${p}/pair` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/pair` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${p}/pair (extension-downloader/popup.js:43)
`extension-downloader/popup.js:43` calls `GET http://127.0.0.1:${p}/pair` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/pair` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.heygen.com/v2/avatars (app/api/heygen/avatars/route.ts:71)
`app/api/heygen/avatars/route.ts:71` calls `GET https://api.heygen.com/v2/avatars` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.heygen.com/v2/avatars` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.heygen.com/v2/voices (app/api/heygen/voices/route.ts:34)
`app/api/heygen/voices/route.ts:34` calls `GET https://api.heygen.com/v2/voices` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.heygen.com/v2/voices` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.replicate.com/v1/models/chenxwh/video-retalking/versions (scripts/test-musetalk.mjs:79)
`scripts/test-musetalk.mjs:79` calls `GET https://api.replicate.com/v1/models/chenxwh/video-retalking/versions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/models/chenxwh/video-retalki…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.replicate.com/v1/predictions/${pred.id} (scripts/test-musetalk.mjs:108)
`scripts/test-musetalk.mjs:108` calls `GET https://api.replicate.com/v1/predictions/${pred.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/predictions/<p>` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.replicate.com/v1/predictions/${pred.id} (scripts/test-pixverse-chunk.mjs:96)
`scripts/test-pixverse-chunk.mjs:96` calls `GET https://api.replicate.com/v1/predictions/${pred.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/predictions/<p>` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.replicate.com/v1/predictions/${pred.id} (scripts/test-replicate-wav2lip.mjs:160)
`scripts/test-replicate-wav2lip.mjs:160` calls `GET https://api.replicate.com/v1/predictions/${pred.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/predictions/<p>` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.magnific.com/app/api/auth/verify?lang=en_US (extension-freepik-sync/background.js:151)
`extension-freepik-sync/background.js:151` calls `GET https://www.magnific.com/app/api/auth/verify?lang=en_US` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.magnific.com/app/api/auth/verify` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/create-user (app/admin/page.tsx:112)
`app/admin/page.tsx:112` calls `POST /api/admin/create-user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/create-user` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/reset-password (app/admin/page.tsx:184)
`app/admin/page.tsx:184` calls `POST /api/admin/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/reset-password` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/set-tier (app/admin/page.tsx:148)
`app/admin/page.tsx:148` calls `POST /api/admin/set-tier` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/set-tier` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/toggle-user (app/admin/page.tsx:219)
`app/admin/page.tsx:219` calls `POST /api/admin/toggle-user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/toggle-user` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/user-search?q=${encodeURIComponent(query)} (app/admin/dashboard/page.tsx:581)
`app/admin/dashboard/page.tsx:581` calls `POST /api/admin/user-search?q=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/user-search` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/diagnose (app/login/page.tsx:45)
`app/login/page.tsx:45` calls `POST /api/auth/diagnose` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/diagnose` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password (app/forgot-password/page.tsx:31)
`app/forgot-password/page.tsx:31` calls `POST /api/auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password (app/reset-password/page.tsx:167)
`app/reset-password/page.tsx:167` calls `POST /api/auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/resend-confirm (app/auth/error/error-client.tsx:51)
`app/auth/error/error-client.tsx:51` calls `POST /api/auth/resend-confirm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/resend-confirm` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/resend-confirm (app/login/page.tsx:119)
`app/login/page.tsx:119` calls `POST /api/auth/resend-confirm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/resend-confirm` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sms/send-code (app/register/page.tsx:113)
`app/register/page.tsx:113` calls `POST /api/auth/sms/send-code` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sms/send-code` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sms/send-code (app/verify-phone/page.tsx:53)
`app/verify-phone/page.tsx:53` calls `POST /api/auth/sms/send-code` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sms/send-code` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/sms/verify-code (app/verify-phone/page.tsx:31)
`app/verify-phone/page.tsx:31` calls `POST /api/auth/sms/verify-code` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/sms/verify-code` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auto-broll-v2/save-creds (app/configuracoes/magnific/page.tsx:115)
`app/configuracoes/magnific/page.tsx:115` calls `POST /api/auto-broll-v2/save-creds` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auto-broll-v2/save-creds` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/avatar-visual-match (app/tools/clickup-pilot/page.tsx:1206)
`app/tools/clickup-pilot/page.tsx:1206` calls `POST /api/avatar-visual-match` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avatar-visual-match` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/avatar-visual-match (app/tools/clickup-pilot/page.tsx:4153)
`app/tools/clickup-pilot/page.tsx:4153` calls `POST /api/avatar-visual-match` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/avatar-visual-match` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/billing/cancel (app/configuracoes/assinatura/page.tsx:98)
`app/configuracoes/assinatura/page.tsx:98` calls `POST /api/billing/cancel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/cancel` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/billing/checkout (components/Plans.tsx:764)
`components/Plans.tsx:764` calls `POST /api/billing/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/checkout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/billing/set-default-card (components/CardUpdate.tsx:73)
`components/CardUpdate.tsx:73` calls `POST /api/billing/set-default-card` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/set-default-card` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/billing/setup-intent (components/CardUpdate.tsx:49)
`components/CardUpdate.tsx:49` calls `POST /api/billing/setup-intent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/billing/setup-intent` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/camuflagem/transcribe (app/tools/camuflagem/page.tsx:300)
`app/tools/camuflagem/page.tsx:300` calls `POST /api/camuflagem/transcribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/camuflagem/transcribe` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/camuflagem/transcribe (app/tools/clickup-pilot/page.tsx:5907)
`app/tools/clickup-pilot/page.tsx:5907` calls `POST /api/camuflagem/transcribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/camuflagem/transcribe` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/clickup/proxy (lib/clickup-client.ts:37)
`lib/clickup-client.ts:37` calls `POST /api/clickup/proxy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/clickup/proxy` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/decupagem-copy/audit (app/tools/decupagem-copy/page.tsx:371)
`app/tools/decupagem-copy/page.tsx:371` calls `POST /api/decupagem-copy/audit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/decupagem-copy/audit` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/decupagem-copy/match (app/tools/decupagem-copy/page.tsx:299)
`app/tools/decupagem-copy/page.tsx:299` calls `POST /api/decupagem-copy/match` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/decupagem-copy/match` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/decupagem-copy/transcribe (app/tools/decupagem-copy/page.tsx:217)
`app/tools/decupagem-copy/page.tsx:217` calls `POST /api/decupagem-copy/transcribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/decupagem-copy/transcribe` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/downloader (app/tools/downloader/page.tsx:268)
`app/tools/downloader/page.tsx:268` calls `POST /api/downloader` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/downloader` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/heygen/clone-voice (components/HeyGenVoicePicker.tsx:81)
`components/HeyGenVoicePicker.tsx:81` calls `POST /api/heygen/clone-voice` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/heygen/clone-voice` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ltx-video/generate (app/tools/ltx-video/page.tsx:137)
`app/tools/ltx-video/page.tsx:137` calls `POST /api/ltx-video/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ltx-video/generate` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/mind-ads/transcribe-srt (app/tools/copy-srt/page.tsx:138)
`app/tools/copy-srt/page.tsx:138` calls `POST /api/mind-ads/transcribe-srt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/mind-ads/transcribe-srt` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/replicate/upload (lib/lipsync-chunker.ts:134)
`lib/lipsync-chunker.ts:134` calls `POST /api/replicate/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/replicate/upload` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/separador-audio (app/tools/separador-audio/page.tsx:193)
`app/tools/separador-audio/page.tsx:193` calls `POST /api/separador-audio` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/separador-audio` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/separador-audio (lib/voice-isolator-neural.ts:122)
`lib/voice-isolator-neural.ts:122` calls `POST /api/separador-audio` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/separador-audio` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/separador-audio/upload-url (app/tools/separador-audio/page.tsx:147)
`app/tools/separador-audio/page.tsx:147` calls `POST /api/separador-audio/upload-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/separador-audio/upload-url` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/lipsync (components/tools/LipSyncTool.tsx:307)
`components/tools/LipSyncTool.tsx:307` calls `POST /api/tools/lipsync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/lipsync` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/lipsync (lib/lipsync-chunker.ts:153)
`lib/lipsync-chunker.ts:153` calls `POST /api/tools/lipsync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/lipsync` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/lipsync/upload-url (components/tools/LipSyncTool.tsx:279)
`components/tools/LipSyncTool.tsx:279` calls `POST /api/tools/lipsync/upload-url` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/lipsync/upload-url` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/remove-subtitle (components/tools/RemoverLegendaTool.tsx:243)
`components/tools/RemoverLegendaTool.tsx:243` calls `POST /api/tools/remove-subtitle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/remove-subtitle` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/remove-subtitle/upload/init (components/tools/RemoverLegendaTool.tsx:207)
`components/tools/RemoverLegendaTool.tsx:207` calls `POST /api/tools/remove-subtitle/upload/init` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/remove-subtitle/upload/init` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/tools/remove-subtitle/upload/part (components/tools/RemoverLegendaTool.tsx:181)
`components/tools/RemoverLegendaTool.tsx:181` calls `POST /api/tools/remove-subtitle/upload/part` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tools/remove-subtitle/upload/part` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/troca-produto/assemblyai (app/tools/troca-produto/page.tsx:167)
`app/tools/troca-produto/page.tsx:167` calls `POST /api/troca-produto/assemblyai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/troca-produto/assemblyai` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/troca-produto/elevenlabs-clone (app/tools/troca-produto/page.tsx:225)
`app/tools/troca-produto/page.tsx:225` calls `POST /api/troca-produto/elevenlabs-clone` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/troca-produto/elevenlabs-clone` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/troca-produto/elevenlabs-delete (app/tools/troca-produto/page.tsx:284)
`app/tools/troca-produto/page.tsx:284` calls `POST /api/troca-produto/elevenlabs-delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/troca-produto/elevenlabs-delete` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/troca-produto/elevenlabs-tts (app/tools/troca-produto/page.tsx:250)
`app/tools/troca-produto/page.tsx:250` calls `POST /api/troca-produto/elevenlabs-tts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/troca-produto/elevenlabs-tts` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/user/clear-password-flag (app/trocar-senha/page.tsx:45)
`app/trocar-senha/page.tsx:45` calls `POST /api/user/clear-password-flag` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/clear-password-flag` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/user/heartbeat (components/Heartbeat.tsx:72)
`components/Heartbeat.tsx:72` calls `POST /api/user/heartbeat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/heartbeat` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/va/diarize (app/tools/clickup-pilot/page.tsx:4951)
`app/tools/clickup-pilot/page.tsx:4951` calls `POST /api/va/diarize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/va/diarize` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/va/diarize (app/tools/clickup-pilot/page.tsx:5330)
`app/tools/clickup-pilot/page.tsx:5330` calls `POST /api/va/diarize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/va/diarize` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/voice-isolate-pro (lib/voice-isolator-neural.ts:83)
`lib/voice-isolator-neural.ts:83` calls `POST /api/voice-isolate-pro` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/voice-isolate-pro` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (app/api/auto-broll/route.ts:137)
`app/api/auto-broll/route.ts:137` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (app/api/avatar-visual-match/route.ts:94)
`app/api/avatar-visual-match/route.ts:94` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (app/api/remover-elementos/detect/route.ts:119)
`app/api/remover-elementos/detect/route.ts:119` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.elevenlabs.io/v1/voices/add (app/api/troca-produto/elevenlabs-clone/route.ts:64)
`app/api/troca-produto/elevenlabs-clone/route.ts:64` calls `POST https://api.elevenlabs.io/v1/voices/add` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.elevenlabs.io/v1/voices/add` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.heygen.com/v1/voice/clone (app/api/heygen/clone-voice/route.ts:115)
`app/api/heygen/clone-voice/route.ts:115` calls `POST https://api.heygen.com/v1/voice/clone` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.heygen.com/v1/voice/clone` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.heygen.com/v2/voice/clone (app/api/heygen/clone-voice/route.ts:97)
`app/api/heygen/clone-voice/route.ts:97` calls `POST https://api.heygen.com/v2/voice/clone` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.heygen.com/v2/voice/clone` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/files (app/api/replicate/upload/route.ts:60)
`app/api/replicate/upload/route.ts:60` calls `POST https://api.replicate.com/v1/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/files` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/files (app/api/voice-isolate-pro/route.ts:117)
`app/api/voice-isolate-pro/route.ts:117` calls `POST https://api.replicate.com/v1/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/files` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/files (scripts/test-musetalk.mjs:60)
`scripts/test-musetalk.mjs:60` calls `POST https://api.replicate.com/v1/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/files` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/files (scripts/test-pixverse-chunk.mjs:63)
`scripts/test-pixverse-chunk.mjs:63` calls `POST https://api.replicate.com/v1/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/files` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/files (scripts/test-replicate-wav2lip.mjs:109)
`scripts/test-replicate-wav2lip.mjs:109` calls `POST https://api.replicate.com/v1/files` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/files` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/models/pixverse/lipsync/predictions (scripts/test-pixverse-chunk.mjs:83)
`scripts/test-pixverse-chunk.mjs:83` calls `POST https://api.replicate.com/v1/models/pixverse/lipsync/predictions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/models/pixverse/lipsync/p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/models/pixverse/lipsync/predictions (scripts/test-replicate-wav2lip.mjs:135)
`scripts/test-replicate-wav2lip.mjs:135` calls `POST https://api.replicate.com/v1/models/pixverse/lipsync/predictions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/models/pixverse/lipsy…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.replicate.com/v1/predictions (scripts/test-musetalk.mjs:90)
`scripts/test-musetalk.mjs:90` calls `POST https://api.replicate.com/v1/predictions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.replicate.com/v1/predictions` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (lib/notify.ts:18)
`lib/notify.ts:18` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://upload.heygen.com/v1/asset (app/api/heygen/clone-voice/route.ts:68)
`app/api/heygen/clone-voice/route.ts:68` calls `POST https://upload.heygen.com/v1/asset` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/upload.heygen.com/v1/asset` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/user/secrets (app/configuracoes/api/page.tsx:154)
`app/configuracoes/api/page.tsx:154` calls `PUT /api/user/secrets` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user/secrets` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — engine/subtitle-remover-local/server.py:415
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/subtitle-remover-local/server.py:415 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — engine/subtitle-remover-pkg/server.py:415
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/subtitle-remover-pkg/server.py:415 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_job` without auth dependency — engine/subtitle-remover-local/server.py:299
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/subtitle-remover-local/server.py:299 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_job` without auth dependency — engine/subtitle-remover-pkg/server.py:299
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/subtitle-remover-pkg/server.py:299 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `process` without auth dependency — engine/subtitle-remover-local/server.py:247
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/subtitle-remover-local/server.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `process` without auth dependency — engine/subtitle-remover-pkg/server.py:247
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
engine/subtitle-remover-pkg/server.py:247 securityAuth fastapi unauth mutation
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/layout.tsx:213
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 frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/page.tsx:40
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 frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/recursos/[slug]/page.tsx:77
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 — app/api/auth/sms/send-code/route.ts:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/auto-broll/route.ts:137
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/avatar-visual-match/route.ts:94
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/copy-srt/match/route.ts:120
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/mind-ads/transcribe-srt/route.ts:191
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/remover-elementos/detect/route.ts:119
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/replicate/upload/route.ts:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/troca-produto/assemblyai/route.ts:103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/troca-produto/elevenlabs-tts/route.ts:54
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/va/diarize/route.ts:82
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/tools/clickup-pilot/page.tsx:1039
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/tools/decupagem-copy/page.tsx:217
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/tools/heygen-auto/page.tsx:1103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/tools/ltx-video/page.tsx:196
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/tools/separador-audio/page.tsx:219
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/tools/troca-produto/page.tsx:225
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — components/tools/LipSyncTool.tsx:319
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — components/tools/RemoverLegendaTool.tsx:243
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 — extension-downloader/bg.js:105
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 — extension-downloader/popup.js:43
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 — extension-freepik-sync/background.js:355
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 — extension-magnific/magnific-content.js:382
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/dreamface-api.ts:134
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/ffmpeg-worker.ts:1786
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/heygen-api-direct.ts:388
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/lipsync-chunker.ts:134
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/magnific-api-server.ts:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/safe-fetch.ts:120
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/transcribe.ts:101
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — lib/vmake-api.ts:137
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 — scripts/test-dreamface.mjs:82
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 — scripts/test-fal-musetalk.mjs:89
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 — scripts/test-lipsync-chunked.mjs:179
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 — scripts/test-lipsync-final.mjs:200
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 — scripts/test-modal-musetalk.mjs:48
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 — scripts/test-modal-wav2lip.mjs:52
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 — scripts/test-musetalk.mjs:60
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 — scripts/test-pixverse-chunk.mjs:63
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 — scripts/test-replicate-wav2lip.mjs:109
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in app/api/temp-store/route.ts:25
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/api/temp-store/route.ts:25 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in app/layout.tsx:213
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
app/layout.tsx:213 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in app/page.tsx:40
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
app/page.tsx:40 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in app/recursos/[slug]/page.tsx:77
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
app/recursos/[slug]/page.tsx:77 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in extension-downloader/content.js:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
extension-downloader/content.js:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in extension-downloader/popup.js:122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
extension-downloader/popup.js:122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in extension/heygen-content.js:1979
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
extension/heygen-content.js:1979 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in reverse-engineer/sidepanel.js:221
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
reverse-engineer/sidepanel.js:221 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in standalone/tiktok-url-collector/bookmarklet.js:102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
standalone/tiktok-url-collector/bookmarklet.js:102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in standalone/tiktok-url-collector/bookmarklet.min.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
standalone/tiktok-url-collector/bookmarklet.min.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in engine/package-remover.mjs:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
engine/package-remover.mjs:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in engine/package.mjs:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
engine/package.mjs:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in engine/pkg/server.cjs:185
Found a known-risky pattern (node_child_process). Review and replace if possible.
engine/pkg/server.cjs:185 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in lib/downloader-core.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
lib/downloader-core.ts:13 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — engine/subtitle-remover-local/pipeline.py:776
`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 — engine/subtitle-remover-pkg/pipeline.py:776
`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 — modal/lipsync_musetalk.py:151
`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 — modal/lipsync_wav2lip.py:91
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 117 placeholder/mock markers across 54 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 quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
16 test file(s) for 403 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Maintenance conf 1.00 33 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 516 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 frontend Frontend quality conf 1.00 Icon-only button without accessible name — components/tools/LipSyncTool.tsx:1108
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 2 occurrences Near-duplicate function bodies in 14 places
Functions with the same first-5-line body hash: engine/subtitle-remover-pkg/sttn/auto_sttn.py:forward, engine/subtitle-remover-pkg/sttn/auto_sttn.py:forward, engine/subtitle-remover-pkg/sttn/auto_sttn.py:forward, engine/subtitle-remover-pkg/sttn/auto_sttn.py:forward This is *the* AI-coder failure …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: modal/lipsync_musetalk.py:web, modal/lipsync_wav2lip.py:web 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.
11 occurrences
repo-level (11 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: engine/subtitle-remover-pkg/server.py:process, engine/subtitle-remover-pkg/server.py:create_job, engine/subtitle-remover-local/server.py:process, engine/subtitle-remover-local/server.py:create_job This is *the* AI-coder failure mode (4× more duplicat…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: engine/subtitle-remover-pkg/server.py:get_job, engine/subtitle-remover-pkg/server.py:get_job_result, engine/subtitle-remover-pkg/server.py:delete_job, engine/subtitle-remover-local/server.py:get_job This is *the* AI-coder failure mode (4× more duplic…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_decupado_pela_copy` in app/tools/decupagem-copy/page.tsx:543
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 `cmd_copy` in engine/subtitle-remover-local/pipeline.py:779
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 `cmd_copy` in engine/subtitle-remover-pkg/pipeline.py:779
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 `edges_old` in engine/subtitle-remover-local/propainter/model/canny/canny_filter.py:157
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 `edges_old` in engine/subtitle-remover-pkg/propainter/model/canny/canny_filter.py:157
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 `eleven_multilingual_v2` in app/api/troca-produto/elevenlabs-tts/route.ts:63
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 `full_copy` in app/api/auto-broll/route.ts:93
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 `queue_history_v1` in reverse-engineer/sidepanel.js:37
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 `user_plan_v2` in extension/heygen-content.js:504
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: create_random_shape_with_random_motion_zoom_rotation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/core/utils.py:220
low System graph software Dead code conf 1.00 Possibly dead Python function: crop_border
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/img_util.py:154
low System graph software Dead code conf 1.00 Possibly dead Python function: demo
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/demo.py:50
low System graph software Dead code conf 1.00 Possibly dead Python function: download_file_from_google_drive
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/download_util.py:25
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_dataloader
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/datasets.py:199
low System graph software Dead code conf 1.00 Possibly dead Python function: flowread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/flow_util.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: flowwrite
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/flow_util.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: forward_interpolate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/utils/utils.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: freeze_bn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/raft.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: gpu_is_available
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/model/misc.py:59
low System graph software Dead code conf 1.00 Possibly dead Python function: imfrombytes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/img_util.py:114
low System graph software Dead code conf 1.00 Possibly dead Python function: img2tensor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/img_util.py:9
low System graph software Dead code conf 1.00 Possibly dead Python function: init_func
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/sttn/auto_sttn.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: init_func
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/sttn/network_sttn.py:31
low System graph software Dead code conf 1.00 Possibly dead Python function: load_file_from_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/download_util.py:83
low System graph software Dead code conf 1.00 Possibly dead Python function: RAFT_infer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/demo.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: read_dirnames_under_root
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/core/utils.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: readDispKITTI
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/utils/frame_utils.py:109
low System graph software Dead code conf 1.00 Possibly dead Python function: resize_flow
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/flow_util.py:6
low System graph software Dead code conf 1.00 Possibly dead Python function: resize_flow_pytorch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/flow_util.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: tensor2img
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/img_util.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: tensor2img_fast
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/utils/img_util.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: unpad
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/utils/utils.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: writeFlow
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/utils/frame_utils.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: writeFlowKITTI
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
engine/subtitle-remover-pkg/propainter/RAFT/utils/frame_utils.py:116
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 — app/api/auth/sms/send-code/route.ts:144
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/tools/auto-broll/page.tsx:359
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/tools/clickup-pilot/page.tsx:1491
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/tools/heygen-auto/page.tsx:897
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/tools/points/page.tsx:119
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — components/HeyGenAvatarPicker.tsx:227
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — engine/server.ts:296
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension-freepik-sync/background.js:69
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension-magnific/background.js:41
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension-magnific/bridge.js:86
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension-magnific/magnific-content.js:36
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension-magnific/overlay-killer.js:202
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension-magnific/usersnap-shim.js:61
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension/background.js:132
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension/bridge.js:172
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension/heygen-content.js:33
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extension/inject.js:68
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/audio-engine.test.ts:22
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/clickup-pilot-pipeline.ts:118
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/decupagem-matcher.test.ts:81
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/doc-to-disparos.real.test.ts:19
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/doc-to-disparos.test.ts:24
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/heygen-api-direct.ts:599
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/heygen-extension-bridge.ts:268
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/magnific-api-client.ts:142
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/magnific-pipeline-v2.ts:360
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — lib/va-pipeline.ts:501
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — reverse-engineer/sidepanel.js:156
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 `get` (body is just `pass`/`return`) — engine/subtitle-remover-local/propainter/utils/file_client.py:13
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 `get` (body is just `pass`/`return`) — engine/subtitle-remover-pkg/propainter/utils/file_client.py:13
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 /jobs/{jid}
`engine/subtitle-remover-pkg/server.py` declares `DELETE /jobs/{jid}` 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 /file
`modal/lipsync_musetalk.py` declares `GET /file` 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/{jid}
`engine/subtitle-remover-pkg/server.py` declares `GET /jobs/{jid}` 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/{jid}/result
`engine/subtitle-remover-pkg/server.py` declares `GET /jobs/{jid}/result` 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 /generate
`modal/lipsync_musetalk.py` declares `POST /generate` 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 /jobs
`engine/subtitle-remover-pkg/server.py` declares `POST /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: POST /process
`engine/subtitle-remover-pkg/server.py` declares `POST /process` 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 /up
`modal/lipsync_musetalk.py` declares `POST /up` 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: app/tools/auto-broll/page.tsx (2332 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/tools/clickup-pilot/page.tsx (8566 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: app/tools/heygen-auto/page.tsx (3127 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: components/Landing.tsx (2028 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: components/Plans.tsx (1755 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: components/ToolsHub.tsx (1509 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: engine/subtitle-remover-local/pipeline.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: engine/subtitle-remover-pkg/pipeline.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: extension-magnific/magnific-content.js (3522 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: extension/background.js (1670 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: extension/heygen-content.js (3366 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/copy-parser.ts (2199 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/decupagem-matcher.test.ts (1415 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/decupagem-matcher.ts (1316 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: lib/ffmpeg-worker.ts (2281 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/d577a351-2423-4827-8193-dbe31273060f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d577a351-2423-4827-8193-dbe31273060f/

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.