← Back to scan
File as GitHub Issue repo: harry0703/MoneyPrinterTurbo

Push this scan report to harry0703/MoneyPrinterTurbo

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
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … app/services/state.py:133
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… app/services/material.py:30
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). app/utils/utils.py:208
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). app/services/material.py:176
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … app/services/upload_post.py:80
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … app/services/material.py:74
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… app/services/state.py:146
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… app/models/exception.py:27
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… app/controllers/v1/llm.py:18
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… app/services/material.py:74
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… app/controllers/manager/redis_manager.py:23
HIGH DKR014 Dockerfile copies the entire context without .dockerignore Dockerfile:59
HIGH MINED118 [MINED118] Dockerfile FROM `python:3.11-slim-bullseye` not pinned by digest: `FROM python… Dockerfile:2
HIGH MINED112 [MINED112] FastAPI POST /video_materials has no auth: Handler `upload_video_material_file… app/controllers/v1/video.py:315
HIGH MINED112 [MINED112] FastAPI POST /musics has no auth: Handler `upload_bgm_file` is registered with… app/controllers/v1/video.py:263
HIGH MINED112 [MINED112] FastAPI DELETE /tasks/{task_id} has no auth: Handler `delete_video` is registe… app/controllers/v1/video.py:217
HIGH MINED112 [MINED112] FastAPI POST /audio has no auth: Handler `create_audio` is registered with rou… app/controllers/v1/video.py:130
HIGH MINED112 [MINED112] FastAPI POST /subtitle has no auth: Handler `create_subtitle` is registered wi… app/controllers/v1/video.py:123
HIGH MINED112 [MINED112] FastAPI POST /videos has no auth: Handler `create_video` is registered with ro… app/controllers/v1/video.py:116
HIGH MINED112 [MINED112] FastAPI POST /terms has no auth: Handler `generate_video_terms` is registered … app/controllers/v1/llm.py:40
HIGH MINED112 [MINED112] FastAPI POST /scripts has no auth: Handler `generate_video_script` is register… app/controllers/v1/llm.py:23
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… app/utils/utils.py:221
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… app/services/llm.py:490
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… app/services/voice.py:1433
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC034 [SEC034] Log Injection / Log Forging — unsanitized user input in log: User input is logge… app/services/material.py:71
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… app/services/material.py:30
MED SEC127 [SEC127] AI agent stub — TODO: implement / pass placeholder body: Function body left as T… app/controllers/manager/base_manager.py:19
MED COMP001 [COMP001] High cognitive complexity: Function `save_video` has cognitive complexity 16 (S… app/services/material.py:168
MED COMP001 [COMP001] High cognitive complexity: Function `download_videos` has cognitive complexity … app/services/material.py:228
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR001 Docker final stage has no non-root USER Dockerfile:2
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 AUC012 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
MED CORE_NO_CI No CI/CD configuration found
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… main.py:8
LOW COMP001 [COMP001] High cognitive complexity: Function `get_container_default_gateway_ip` has cogn… app/config/config.py:65
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED079 [MINED079] Off By One Slice: range(len(x)+1), arr[i+1:i+n+1], or while i<=len(arr) — off-… app/services/subtitle.py:174
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… app/services/upload_post.py:80
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… app/services/material.py:74
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. app/models/schema.py:187
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. app/models/exception.py:27
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. app/controllers/manager/base_manager.py:7
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… app/models/schema.py:188
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… app/models/exception.py:28
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… app/controllers/manager/base_manager.py:8
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… app/config/config.py:110
INFO MINED065 [MINED065] Cors Wildcard: Access-Control-Allow-Origin: * exposes the API to any browser o… app/asgi.py:56
Reset to top 5 51 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `harry0703/MoneyPrinterTurbo`

**Score: 80/100 (A-)**  ·  82 findings  ·  scanned 2026-05-31 19:52 UTC  ·  10,022 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 21 |
| MEDIUM | 16 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/73fa1dd3-8519-4431-8a03-a547e973030a/)  ·  ![scorecard](https://repobility.com/scan/73fa1dd3-8519-4431-8a03-a547e973030a/report.png?v=1780257169-s2)

### Top findings

1. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `app/services/state.py:133`
2. **HIGH** `MINED014` — Disabled Tls Verify
   `app/services/material.py:30` · CWE-295 · ✓ Repobility
3. **HIGH** `MINED004` — Weak Crypto
   `app/utils/utils.py:208` · CWE-327 · ✓ Repobility
4. **HIGH** `MINED004` — Weak Crypto
   `app/services/material.py:176` · CWE-327 · ✓ Repobility
5. **HIGH** `SEC078` — Python: requests without timeout
   `app/services/upload_post.py:80` · 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/73fa1dd3-8519-4431-8a03-a547e973030a/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 6 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'harry0703/MoneyPrinterTurbo' 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.
Already filed
32/84 findings (38%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

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.