← Back to scan
File as GitHub Issue repo: godotengine/godot

Push this scan report to godotengine/godot

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

High cognitive complexity: Function `make_license_header` has cognitive complexity 26 (Son

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 MINED108 [MINED108] `self.next_line` used but never assigned in __init__: Method `next_tag` of cla… core/core_builders.py:185
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). core/io/file_access_encrypted.cpp:111
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). core/crypto/crypto_core.h:118
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). core/crypto/crypto_core.cpp:239
HIGH COMP001 [COMP001] High cognitive complexity: Function `make_license_header` has cognitive complex… core/core_builders.py:161
HIGH MINED115 [MINED115] Action `google-github-actions/setup-gcloud` pinned to mutable ref `@v3`: `uses… .github/workflows/android_builds.yml:145
HIGH MINED115 [MINED115] Action `google-github-actions/auth` pinned to mutable ref `@v3`: `uses: google… .github/workflows/android_builds.yml:139
HIGH MINED115 [MINED115] Action `actions/setup-java` pinned to mutable ref `@v5`: `uses: actions/setup-… .github/workflows/android_builds.yml:53
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/android_builds.yml:48
HIGH MINED115 [MINED115] Action `emscripten-core/setup-emsdk` pinned to mutable ref `@v16`: `uses: emsc… .github/workflows/web_builds.yml:42
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/web_builds.yml:37
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/macos_builds.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/windows_builds.yml:60
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/ios_builds.yml:22
HIGH MINED115 [MINED115] Action `j178/prek-action` pinned to mutable ref `@v2`: `uses: j178/prek-action… .github/workflows/static_checks.yml:43
HIGH MINED115 [MINED115] Action `tj-actions/changed-files` pinned to mutable ref `@v47`: `uses: tj-acti… .github/workflows/static_checks.yml:35
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/static_checks.yml:23
HIGH MINED115 [MINED115] Action `rui314/setup-mold` pinned to mutable ref `@v1`: `uses: rui314/setup-mo… .github/workflows/linux_builds.yml:184
HIGH MINED115 [MINED115] Action `actions/setup-dotnet` pinned to mutable ref `@v5`: `uses: actions/setu… .github/workflows/linux_builds.yml:166
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/linux_builds.yml:122
HIGH CORE_NO_TESTS No test files found
MED MINED109 [MINED109] Mutable default argument in `check_allowed_keys` (list): `def check_allowed_ke… core/extension/make_interface_header.py:161
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… core/extension/make_wrappers.py:125
LOW COMP001 [COMP001] High cognitive complexity: Function `make_donors_header` has cognitive complexi… core/core_builders.py:126
LOW COMP001 [COMP001] High cognitive complexity: Function `make_authors_header` has cognitive complex… core/core_builders.py:95
LOW AIC003 Duplicated implementation block across source files core/math/transform_interpolator.cpp:40
LOW AIC003 Duplicated implementation block across source files core/math/rect2i.h:16
LOW AIC003 Duplicated implementation block across source files core/math/rect2.cpp:18
LOW AIC003 Duplicated implementation block across source files core/math/geometry_3d.h:215
LOW AIC003 Duplicated implementation block across source files core/math/geometry_2d.h:180
LOW AIC003 Duplicated implementation block across source files core/math/face3.h:54
LOW AIC003 Duplicated implementation block across source files core/math/dynamic_bvh.h:79
LOW AIC003 Duplicated implementation block across source files core/math/a_star_grid_2d.h:48
LOW AIC003 Duplicated implementation block across source files core/math/a_star_grid_2d.cpp:401
LOW AIC003 Duplicated implementation block across source files core/io/file_access_encrypted.h:26
INFO MINED075 [MINED075] C Malloc No Check: malloc/calloc/realloc return value used without checking fo… core/os/memory.cpp:91
Reset to top 5 37 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `godotengine/godot`

**Score: 85/100 (C+)**  ·  37 findings  ·  scanned 2026-06-05 05:40 UTC  ·  113,152 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 21 |
| MEDIUM | 2 |
| LOW | 13 |

📊 [Full filterable report](https://repobility.com/scan/f2237c1f-9cc0-4d72-89e9-d822433e9470/)  ·  ![scorecard](https://repobility.com/scan/f2237c1f-9cc0-4d72-89e9-d822433e9470/report.png?v=1780638045-s2)

### Top findings

1. **HIGH** `MINED108` — `self.next_line` used but never assigned in __init__
   `core/core_builders.py:185` · ✓ Repobility
2. **HIGH** `MINED004` — Weak Crypto
   `core/io/file_access_encrypted.cpp:111` · CWE-327 · ✓ Repobility
3. **HIGH** `MINED004` — Weak Crypto
   `core/crypto/crypto_core.h:118` · CWE-327 · ✓ Repobility
4. **HIGH** `MINED004` — Weak Crypto
   `core/crypto/crypto_core.cpp:239` · CWE-327 · ✓ Repobility
5. **HIGH** `COMP001` — High cognitive complexity: Function `make_license_header` has cognitive complexity 26 (Son
   `core/core_builders.py:161`

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/f2237c1f-9cc0-4d72-89e9-d822433e9470/_
Megaproject â high spam risk
Could not determine 'godotengine/godot' 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
15/39 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.