← Back to scan
File as GitHub Issue repo: indmdev/Free-Telegram-Store-Bot

Push this scan report to indmdev/Free-Telegram-Store-Bot

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

urllib3: GHSA-38jv-5279-wg99

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 MINED009 [MINED009] Floats For Money: Variable named price/amount/cost typed as float instead of D… utils.py:54
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… utils.py:90
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… config.py:86
HIGH GHSA-gm62-xv2j-4w53 urllib3: GHSA-gm62-xv2j-4w53 requirements.txt
HIGH GHSA-38jv-5279-wg99 urllib3: GHSA-38jv-5279-wg99 requirements.txt
HIGH GHSA-2xpw-w6gg-jr37 urllib3: GHSA-2xpw-w6gg-jr37 requirements.txt
HIGH PYSEC-2026-141 urllib3: PYSEC-2026-141 requirements.txt
HIGH CORE_NO_TESTS No test files found
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… purchase.py:87
MED MINED111 Bare except continues silently store_main.py:1422
MED MINED111 Bare except continues silently store_main.py:1401
MED MINED111 Bare except continues silently store_main.py:1211
MED MINED111 Bare except continues silently store_main.py:1028
MED MINED111 Bare except continues silently store_main.py:891
MED MINED111 Bare except continues silently store_main.py:589
MED MINED111 Bare except continues silently store_main.py:507
MED MINED111 Bare except continues silently store_main.py:409
MED MINED111 Bare except continues silently store_main.py:377
MED MINED111 Bare except continues silently store_main.py:355
MED MINED111 Bare except continues silently store_main.py:333
MED MINED111 Bare except continues silently store_main.py:233
MED MINED111 Bare except continues silently store_main.py:1333
MED MINED111 Bare except continues silently store_main.py:1297
MED MINED111 Bare except continues silently store_main.py:1266
MED MINED111 Bare except continues silently store_main.py:992
MED MINED111 Bare except continues silently store_main.py:960
MED MINED111 Bare except continues silently store_main.py:928
MED MINED111 Bare except continues silently store_main.py:855
MED MINED111 Bare except continues silently store_main.py:571
MED MINED111 Bare except continues silently store_main.py:543
MED MINED111 Bare except continues silently store_main.py:236
MED MINED111 Bare except continues silently purchase.py:66
MED MINED111 Bare except continues silently purchase.py:87
MED MINED111 Bare except continues silently InDMCategories.py:35
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED GHSA-pq67-6m6q-mj2v urllib3: GHSA-pq67-6m6q-mj2v requirements.txt
MED GHSA-48p4-8xcf-vxj5 urllib3: GHSA-48p4-8xcf-vxj5 requirements.txt
MED GHSA-mf9w-mj56-hr94 python-dotenv: GHSA-mf9w-mj56-hr94 requirements.txt
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED CORE_NO_CI No CI/CD configuration found
LOW COMP001 [COMP001] High cognitive complexity: Function `shop_items` has cognitive complexity 9 (So… purchase.py:26
LOW COMP001 [COMP001] High cognitive complexity: Function `get_category_products` has cognitive compl… InDMCategories.py:19
LOW DEPCUR-PY Python package `Flask` is minor version(s) behind (3.0.3 -> 3.1.3) requirements.txt:5
LOW DEPCUR-PY Python package `python-dotenv` is minor version(s) behind (1.0.1 -> 1.2.2) requirements.txt:4
LOW DEPCUR-PY Python package `urllib3` is minor version(s) behind (2.2.3 -> 2.7.0) requirements.txt:2
LOW GHSA-68rp-wp8r-4726 flask: GHSA-68rp-wp8r-4726 requirements.txt
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… utils.py:97
Reset to top 5 48 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `indmdev/Free-Telegram-Store-Bot`

**Score: 74/100 (C-)**  ·  48 findings  ·  scanned 2026-06-05 14:00 UTC  ·  2,870 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 8 |
| MEDIUM | 32 |
| LOW | 7 |

📊 [Full filterable report](https://repobility.com/scan/65df4b6b-94ac-4ace-960a-880d5b0966b9/)  ·  ![scorecard](https://repobility.com/scan/65df4b6b-94ac-4ace-960a-880d5b0966b9/report.png?v=1780668022-s2)

### Top findings

1. **HIGH** `MINED009` — Floats For Money
   `utils.py:54` · CWE-682 · ✓ Repobility
2. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `utils.py:90` · A10:2021 SSRF
3. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `config.py:86` · A10:2021 SSRF
4. **HIGH** `GHSA-gm62-xv2j-4w53` — urllib3: GHSA-gm62-xv2j-4w53
   `requirements.txt`
5. **HIGH** `GHSA-38jv-5279-wg99` — urllib3: GHSA-38jv-5279-wg99
   `requirements.txt`

---

**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/65df4b6b-94ac-4ace-960a-880d5b0966b9/_
Megaproject â high spam risk
Could not determine 'indmdev/Free-Telegram-Store-Bot' 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.