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: layer: security × 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 27 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 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 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
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.