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.
62 of your 106 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 1.75s · analysis 0.7s · 5.8 MB · GitHub API rate-limit (preflight)

RedditVideoMakerBot

https://github.com/elebumm/RedditVideoMakerBot · scanned 2026-05-24 01:24 UTC (1 week, 5 days ago) · 10 languages

169 findings (101 legacy + 68 scanner) 31st percentile · Python · small (2-20K LoC) Scanner says 65 (lower by 5)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 5 days ago · v2 · 135 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 55.0 0.15 8.25
security_score 75.5 0.25 18.88
testing_score 0.0 0.20 0.00
documentation_score 87.0 0.15 13.05
practices_score 86.0 0.15 12.90
code_quality 70.7 0.10 7.07
Overall 1.00 60.1
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Flask mutation route `background_add` without `@login_required` — GUI.py:49
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in GUI.py:49.
GUI.py:49
#2
Flask mutation route `background_delete` without `@login_required` — GUI.py:62
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in GUI.py:62.
GUI.py:62
#3
Flask mutation route `settings` without `@login_required` — GUI.py:70
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in GUI.py:70.
GUI.py:70
#4
Insecure pattern 'eval_used' in utils/console.py:105
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
utils/console.py:105
#5
Insecure pattern 'eval_used' in utils/gui_utils.py:49
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
utils/gui_utils.py:49
#6
Insecure pattern 'eval_used' in utils/settings.py:33
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
utils/settings.py:33
#7
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#8
Insecure pattern 'subprocess_shell_true' in main.py:73
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
main.py:73
#9
Insecure pattern 'subprocess_shell_true' in utils/ffmpeg_install.py:73
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
utils/ffmpeg_install.py:73
#10
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/codeql-analysis.yml:46

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/4cb2d9f1-52ad-4ee3-b137-672182b7b4fb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/4cb2d9f1-52ad-4ee3-b137-672182b7b4fb/

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.