← Back to scan
File as GitHub Issue repo: opengaming/osgameclones

Push this scan report to opengaming/osgameclones

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

Action `actions/setup-python` pinned to mutable ref `@v4`

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 SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… .github/workflows/pr_check.py:184
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… .github/workflows/pr_check.py:193
HIGH MINED108 `self.names` used but never assigned in __init__ _ext.py:31
HIGH COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 27 (SonarSo… scripts/hacktoberfest.py:28
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v4` .github/workflows/pr_comment.yml:21
HIGH MINED115 Action `abatilo/actions-poetry` pinned to mutable ref `@v4.0.0` .github/workflows/pr_comment.yml:18
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@master` .github/workflows/pr_comment.yml:15
HIGH MINED115 Action `actions/upload-artifact` pinned to mutable ref `@v4` .github/workflows/pr_check.yml:28
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v4` .github/workflows/pr_check.yml:15
HIGH MINED115 Action `abatilo/actions-poetry` pinned to mutable ref `@v4.0.0` .github/workflows/pr_check.yml:12
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@master` .github/workflows/pr_check.yml:9
HIGH MINED115 Action `actions/deploy-pages` pinned to mutable ref `@v4` .github/workflows/main.yml:59
HIGH MINED115 Action `actions/upload-pages-artifact` pinned to mutable ref `@v3` .github/workflows/main.yml:41
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v4` .github/workflows/main.yml:27
HIGH MINED115 Action `abatilo/actions-poetry` pinned to mutable ref `@v4.0.0` .github/workflows/main.yml:24
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@master` .github/workflows/main.yml:21
HIGH MINED115 Action `ibiqlik/action-yamllint` pinned to mutable ref `@v3` .github/workflows/main.yml:11
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@master` .github/workflows/main.yml:8
HIGH MINED118 Dockerfile FROM `nginx:1.27.4-alpine` not pinned by digest Dockerfile:16
HIGH CORE_NO_TESTS No test files found
MED MINED111 Bare except continues silently _ext.py:262
MED MINED109 Mutable default argument in `parse_item` (dict) _ext.py:126
MED MINED109 Mutable default argument in `parse_item` (list) _ext.py:126
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… .github/workflows/pr_comment.py:40
MED DKR017 Dockerfile installs dependencies after copying the full source tree Dockerfile:14
MED DKR002 Dockerfile base image has no explicit tag Dockerfile:1
MED DKR001 Docker final stage has no non-root USER Dockerfile:17
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:5
MED WEB015 Public web app has no Content Security Policy index.html
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 9 (SonarSou… scripts/check_links.py:19
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 13 (SonarSo… scripts/awesome_game_remakes.py:26
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … templates/forms/static/main.js:20
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. render.py:32
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… render.py:33
Reset to top 5 39 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `opengaming/osgameclones`

**Score: 77/100 (C+)**  ·  39 findings  ·  scanned 2026-05-31 01:24 UTC  ·  3,004 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 20 |
| MEDIUM | 10 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/72d19b5e-7f9c-4656-9ae4-1db71aafbad8/)  ·  ![scorecard](https://repobility.com/scan/72d19b5e-7f9c-4656-9ae4-1db71aafbad8/report.png?v=1780190665-s2)

### Top findings

1. **HIGH** `SEC103` — LDAP injection — non-constant search filter
   `.github/workflows/pr_check.py:184` · A03:2021 Injection
2. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `.github/workflows/pr_check.py:193` · A10:2021 SSRF
3. **HIGH** `MINED108` — `self.names` used but never assigned in __init__
   `_ext.py:31` · ✓ Repobility
4. **HIGH** `COMP001` — High cognitive complexity: Function `main` has cognitive complexity 27 (SonarSource scale)
   `scripts/hacktoberfest.py:28`
5. **HIGH** `MINED115` — Action `actions/setup-python` pinned to mutable ref `@v4`
   `.github/workflows/pr_comment.yml:21` · ✓ Repobility

---

**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/72d19b5e-7f9c-4656-9ae4-1db71aafbad8/_
Megaproject â high spam risk
Could not determine 'opengaming/osgameclones' 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
20/41 findings (49%) 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.