← Back to scan
File as GitHub Issue repo: elebumm/RedditVideoMakerBot

Push this scan report to elebumm/RedditVideoMakerBot

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Python: requests without timeout

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED107 Missing import: `time` used but not imported utils/voice.py:43
HIGH MINED034 [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command inje… utils/ffmpeg_install.py:71
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… utils/ffmpeg_install.py:37
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… main.py:120
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … utils/ffmpeg_install.py:21
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … TTS/streamlabs_polly.py:49
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … TTS/openai_tts.py:84
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… utils/ffmpeg_install.py:21
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… TTS/streamlabs_polly.py:49
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… TTS/openai_tts.py:84
HIGH MINED036 [MINED036] Python Os System Call: os.system() invokes shell with no escaping. utils/posttextparser.py:19
HIGH MINED036 [MINED036] Python Os System Call: os.system() invokes shell with no escaping. TTS/engine_wrapper.py:130
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … utils/imagenarator.py:74
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … TTS/GTTS.py:19
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… GUI.py:49
HIGH MINED108 `self.randomvoice` used but never assigned in __init__ TTS/openai_tts.py:67
HIGH MINED108 `self.run` used but never assigned in __init__ TTS/streamlabs_polly.py:52
HIGH MINED108 `self.randomvoice` used but never assigned in __init__ TTS/streamlabs_polly.py:39
HIGH MINED108 `self.randomvoice` used but never assigned in __init__ TTS/aws_polly.py:38
HIGH MINED108 `self.call_tts` used but never assigned in __init__ TTS/engine_wrapper.py:123
HIGH MINED108 `self.create_silence_mp3` used but never assigned in __init__ TTS/engine_wrapper.py:113
HIGH MINED108 `self.call_tts` used but never assigned in __init__ TTS/engine_wrapper.py:86
HIGH MINED108 `self.call_tts` used but never assigned in __init__ TTS/engine_wrapper.py:100
HIGH MINED108 `self.split_post` used but never assigned in __init__ TTS/engine_wrapper.py:98
HIGH MINED108 `self.call_tts` used but never assigned in __init__ TTS/engine_wrapper.py:83
HIGH MINED108 `self.split_post` used but never assigned in __init__ TTS/engine_wrapper.py:81
HIGH MINED108 `self.call_tts` used but never assigned in __init__ TTS/engine_wrapper.py:74
HIGH MINED108 `self.add_periods` used but never assigned in __init__ TTS/engine_wrapper.py:73
HIGH MINED108 `self.random_voice` used but never assigned in __init__ TTS/TikTok.py:98
HIGH MINED108 `self.get_voices` used but never assigned in __init__ TTS/TikTok.py:104
HIGH MINED108 `self.randomvoice` used but never assigned in __init__ TTS/pyttsx.py:32
HIGH MINED108 `self.initialize` used but never assigned in __init__ TTS/elevenlabs.py:37
HIGH MINED108 `self.randomvoice` used but never assigned in __init__ TTS/elevenlabs.py:18
HIGH MINED108 `self.initialize` used but never assigned in __init__ TTS/elevenlabs.py:16
HIGH MINED108 `self.stop` used but never assigned in __init__ video_creation/final_video.py:67
HIGH MINED108 `self.start` used but never assigned in __init__ video_creation/final_video.py:63
HIGH MINED108 `self.get_latest_ms_progress` used but never assigned in __init__ video_creation/final_video.py:39
HIGH MINED115 Action `actions/stale` pinned to mutable ref `@v9` .github/workflows/stale.yml:15
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v5` .github/workflows/fmt.yml:16
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/fmt.yml:14
HIGH MINED115 Action `isort/isort-action` pinned to mutable ref `@v1` .github/workflows/lint.yml:13
HIGH MINED115 Action `psf/black` pinned to mutable ref `@stable` .github/workflows/lint.yml:10
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/lint.yml:9
HIGH MINED115 Action `github/codeql-action/analyze` pinned to mutable ref `@v2` .github/workflows/codeql-analysis.yml:73
HIGH MINED115 Action `github/codeql-action/autobuild` pinned to mutable ref `@v2` .github/workflows/codeql-analysis.yml:60
HIGH MINED115 Action `github/codeql-action/init` pinned to mutable ref `@v2` .github/workflows/codeql-analysis.yml:46
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/codeql-analysis.yml:42
HIGH MINED118 Dockerfile FROM `python:3.10.14-slim` not pinned by digest Dockerfile:1
HIGH JRN009 Secret-like setting is echoed into a password input value GUI/settings.html:56
HIGH CORE_NO_TESTS No test files found
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … utils/settings.py:33
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … utils/gui_utils.py:49
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … utils/console.py:105
MED MINED111 Bare except continues silently utils/settings.py:132
MED MINED111 Bare except continues silently utils/settings.py:146
MED MINED111 Bare except continues silently utils/settings.py:34
MED MINED111 Bare except continues silently utils/settings.py:115
MED MINED109 Mutable default argument in `crawl_and_check` (dict) utils/settings.py:96
MED MINED111 Bare except continues silently utils/gui_utils.py:50
MED MINED111 Bare except continues silently utils/console.py:107
MED MINED111 Bare except continues silently utils/ffmpeg_install.py:137
MED MINED111 Bare except continues silently utils/ffmpeg_install.py:77
MED MINED111 Bare except continues silently utils/ffmpeg_install.py:61
MED MINED111 Bare except continues silently TTS/engine_wrapper.py:167
MED MINED111 Bare except continues silently reddit/subreddit.py:47
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… utils/ffmpeg_install.py:37
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … video_creation/background.py:71
MED COMP001 [COMP001] High cognitive complexity: Function `run` has cognitive complexity 23 (SonarSou… TTS/engine_wrapper.py:69
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR017 Dockerfile installs dependencies after copying the full source tree Dockerfile:10
MED DKR009 Dockerfile separates apt update from install Dockerfile:3
MED DKR001 Docker final stage has no non-root USER Dockerfile:1
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered r…
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … GUI.py:62
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… GUI.py:70
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. utils/ffmpeg_install.py:71
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. TTS/engine_wrapper.py:130
LOW SEC124 [SEC124] TOCTOU file access (os.access then open): Check-then-use file pattern (access/ex… utils/ffmpeg_install.py:17
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… utils/settings.py:73
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… utils/console.py:108
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… TTS/engine_wrapper.py:110
LOW COMP001 [COMP001] High cognitive complexity: Function `split_post` has cognitive complexity 11 (S… TTS/engine_wrapper.py:105
LOW COMP001 [COMP001] High cognitive complexity: Function `run` has cognitive complexity 8 (SonarSour… TTS/aws_polly.py:33
LOW AIC003 Duplicated implementation block across source files utils/settings.py:40
LOW AIC003 Duplicated implementation block across source files TTS/streamlabs_polly.py:6
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKR012 Dockerfile keeps pip download cache Dockerfile:10
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:5
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:4
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… video_creation/screenshot_downloader.py:120
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. utils/ffmpeg_install.py:120
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. utils/console.py:53
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. reddit/subreddit.py:26
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… utils/ffmpeg_install.py:21
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… TTS/streamlabs_polly.py:49
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… TTS/openai_tts.py:84
INFO MINED077 [MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles. video_creation/screenshot_downloader.py:39
INFO MINED077 [MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles. TTS/aws_polly.py:57
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… GUI.py:114
Reset to top 5 101 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `elebumm/RedditVideoMakerBot`

**Score: 64/100 (C+)**  ·  101 findings  ·  scanned 2026-05-24 01:24 UTC  ·  3,305 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 49 |
| MEDIUM | 28 |
| LOW | 13 |

📊 [Full filterable report](https://repobility.com/scan/4cb2d9f1-52ad-4ee3-b137-672182b7b4fb/)  ·  ![scorecard](https://repobility.com/scan/4cb2d9f1-52ad-4ee3-b137-672182b7b4fb/report.png?v=1779585854-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `time` used but not imported
   `utils/voice.py:43` · ✓ Repobility
2. **HIGH** `MINED034` — Python Subprocess Shell True
   `utils/ffmpeg_install.py:71` · CWE-78 · ✓ Repobility
3. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `utils/ffmpeg_install.py:37` · CWE-770 · A04:2021 Insecure Design (DoS)
4. **HIGH** `MINED006` — Overcatch Baseexception
   `main.py:120` · CWE-705 · ✓ Repobility
5. **HIGH** `SEC078` — Python: requests without timeout
   `utils/ffmpeg_install.py:21` · A05:2021 Security Misconfiguration

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/4cb2d9f1-52ad-4ee3-b137-672182b7b4fb/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'elebumm/RedditVideoMakerBot' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.