← Back to scan
File as GitHub Issue repo: akiralereal/iptv

Push this scan report to akiralereal/iptv

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

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

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 generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive… utils/EncryUtils.js:6
CRIT generic-api-key Detected a Generic API Key, potentially exposing access to various services and sensitive… utils/EncryUtils.js:3
CRIT GHSA-5rq4-664w-9x2c basic-ftp: GHSA-5rq4-664w-9x2c package-lock.json
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… utils/appUtils.js:158
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… utils/androidURL.js:37
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… utils/adminAPI.js:175
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). utils/playlistConfig.js:25
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). utils/androidURL.js:19
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). utils/EncryUtils.js:15
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … utils/EncryUtils.js:17
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/push_docker.yaml:12
HIGH MINED118 Dockerfile FROM `node:22-alpine` not pinned by digest Dockerfile:1
HIGH GHSA-rpmf-866q-6p89 basic-ftp: GHSA-rpmf-866q-6p89 package-lock.json
HIGH GHSA-rp42-5vxx-qpwr basic-ftp: GHSA-rp42-5vxx-qpwr package-lock.json
HIGH GHSA-6v7q-wjvx-w8wg basic-ftp: GHSA-6v7q-wjvx-w8wg package-lock.json
HIGH CORE_NO_TESTS No test files found
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. utils/refreshToken.js:63
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … utils/androidURL.js:163
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … utils/androidURL.js:163
MED DKR003 Compose service `iptv` image uses the latest tag docker-compose.yml:1
MED GHSA-58qx-3vcg-4xpx ws: GHSA-58qx-3vcg-4xpx package-lock.json
MED GHSA-v2v4-37r5-5v8g ip-address: GHSA-v2v4-37r5-5v8g package-lock.json
MED DKR001 Docker final stage has no non-root USER Dockerfile:1
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:21
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… utils/androidURL.js:78
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW DKC010 Compose service lacks no-new-privileges hardening docker-compose.yml:1
LOW DKC006 Compose service does not declare a runtime user docker-compose.yml:1
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… utils/androidURL.js:246
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… fetchURLByAndroid720p.js:61
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… docker-compose.yml:14
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … utils/adminAPI.js:56
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … config.js:13
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … bump-version.js:27
Reset to top 5 34 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `akiralereal/iptv`

**Score: 70/100 (C-)**  ·  34 findings  ·  scanned 2026-06-05 15:03 UTC  ·  4,971 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 13 |
| MEDIUM | 8 |
| LOW | 4 |

📊 [Full filterable report](https://repobility.com/scan/65d87590-746e-49eb-b0e7-9fa23c3b3588/)  ·  ![scorecard](https://repobility.com/scan/65d87590-746e-49eb-b0e7-9fa23c3b3588/report.png?v=1780671818-s2)

### Top findings

1. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `utils/EncryUtils.js:6`
2. **CRITICAL** `generic-api-key` — Detected a Generic API Key, potentially exposing access to various services and sensitive 
   `utils/EncryUtils.js:3`
3. **CRITICAL** `GHSA-5rq4-664w-9x2c` — basic-ftp: GHSA-5rq4-664w-9x2c
   `package-lock.json`
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `utils/appUtils.js:158` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `utils/androidURL.js:37` · A10:2021 SSRF

---

**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/65d87590-746e-49eb-b0e7-9fa23c3b3588/_
Megaproject â high spam risk
Could not determine 'akiralereal/iptv' 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.