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.

Rxd-essss/FastVideoEdit

https://github.com/Rxd-essss/FastVideoEdit · scanned 2026-06-15 23:57 UTC (2 months, 3 weeks ago)

77 raw signals (0 security + 77 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 74 actionable findings from 1 signal source. 3 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 92.0/100 with 88.9% coverage. It contains 1783 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 77 findings — concentrated in quality (29), security (27), api (12). Risk profile is high: 0 critical, 25 high, 5 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 65 of 74 actionable findings. 77 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 security auth conf 1.00 FastAPI POST `autopack` without auth dependency — serve.py:3228
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:3228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel` without auth dependency — serve.py:2350
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2350 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clips_render` without auth dependency — serve.py:3094
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:3094 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clips_save` without auth dependency — serve.py:2964
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2964 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clips_suggest` without auth dependency — serve.py:2906
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2906 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `do_render` without auth dependency — serve.py:2256
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2256 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `do_transcribe` without auth dependency — serve.py:2212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_nle` without auth dependency — serve.py:2285
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2285 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `network_offline` without auth dependency — serve.py:2379
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2379 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `open_video` without auth dependency — serve.py:1840
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:1840 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_chapters` without auth dependency — serve.py:2780
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2780 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_metadata` without auth dependency — serve.py:2815
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2815 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview_subtitles` without auth dependency — serve.py:2724
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2724 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `queue_add` without auth dependency — serve.py:2583
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2583 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `queue_clear` without auth dependency — serve.py:2637
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2637 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `queue_remove` without auth dependency — serve.py:2626
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2626 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `queue_start` without auth dependency — serve.py:2610
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2610 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `queue_stop` without auth dependency — serve.py:2617
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2617 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `redetect` without auth dependency — serve.py:2041
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2041 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_models` without auth dependency — serve.py:2509
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2509 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload` without auth dependency — serve.py:1855
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:1855 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `watch_set` without auth dependency — serve.py:2654
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2654 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_cutlist` without auth dependency — serve.py:2028
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2028 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_fillers` without auth dependency — serve.py:2165
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:2165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `put_transcript_word` without auth dependency — serve.py:1967
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
serve.py:1967 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — web/app.js:174
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in web/app.js:126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
web/app.js:126 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — vpipe/ffmpeg_utils.py:124
`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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 48 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: pipeline.py:cb, pipeline.py:cb 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.
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: vpipe/models.py:to_dict, vpipe/models.py:to_dict, vpipe/models.py:to_dict, vpipe/models.py:to_dict 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 …
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: serve.py:run, serve.py:run, serve.py:run, serve.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in serve.py:575
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in vpipe/clips.py:589
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in vpipe/render.py:294
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_remux_all_off_still_pure_copy` in tests/test_mastering.py:158
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_single_format_failure_propagates_legacy` in tests/test_multiformat.py:352
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_stats_is_a_copy` in tests/test_netguard.py:208
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 `toOld` in web/app.js:1676
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: cb
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
pipeline.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: drain_stderr
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
vpipe/ffmpeg_utils.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: encode_prog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
vpipe/render.py:726
low System graph software Dead code conf 1.00 Possibly dead Python function: enh_prog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
vpipe/render.py:713
low System graph software Dead code conf 1.00 Possibly dead Python function: fx
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
vpipe/censor.py:137
low System graph software Dead code conf 1.00 Possibly dead Python function: stopper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
vpipe/transcribe.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: worker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
serve.py:295
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 — web/app.js:121
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 `cb` (body is just `pass`/`return`) — pipeline.py:56
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: GET /
`serve.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/browse
`serve.py` declares `GET /api/browse` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/events
`serve.py` declares `GET /api/events` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/output/{name}
`serve.py` declares `GET /api/output/{name}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/peaks
`serve.py` declares `GET /api/peaks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/video
`serve.py` declares `GET /api/video` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/queue/add
`serve.py` declares `POST /api/queue/add` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/queue/clear
`serve.py` declares `POST /api/queue/clear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/queue/remove
`serve.py` declares `POST /api/queue/remove` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/queue/start
`serve.py` declares `POST /api/queue/start` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/queue/stop
`serve.py` declares `POST /api/queue/stop` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/upload
`serve.py` declares `POST /api/upload` 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: serve.py (3611 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: web/app.js (3889 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/dcd32ef3-3fd8-4643-897e-1105671e44c7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/dcd32ef3-3fd8-4643-897e-1105671e44c7/

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.