Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
22 of your 39 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

godotengine/godot

https://github.com/godotengine/godot · scanned 2026-06-05 05:40 UTC (3 hours, 15 minutes ago) · 10 languages

413 findings (37 legacy + 376 scanner) 11/13 scanners ran Scanner says 91 (lower by 26)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 hours, 15 minutes ago · v2 · 225 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 75.0 0.15 11.25
security_score 100.0 0.25 25.00
testing_score 0.0 0.20 0.00
documentation_score 90.0 0.15 13.50
practices_score 57.0 0.15 8.55
code_quality 66.0 0.10 6.60
Overall 1.00 64.9
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 90.7/100 with 88.9% coverage. It contains 10124 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 188 findings — concentrated in quality (107), software (50), cicd (15). Risk profile is high: 0 critical, 2 high, 26 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 209 of 225 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
core/io/file_access_encrypted.cpp:111 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
core/crypto/crypto_core.h:118 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
core/crypto/crypto_core.cpp:239 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility [MINED108] `self.next_line` used but never assigned in __init__: Method `next_tag` of class `LicenseReader` reads `self.next_line`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.next_line = <default>` in __init__, or add a class-level default.
core/core_builders.py:185 qualitylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/android_builds.yml:48 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/web_builds.yml:37 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/macos_builds.yml:35 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/windows_builds.yml:60 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/ios_builds.yml:22 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/static_checks.yml:23 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout@v6` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/checkout@<40-char-sha> # v6` and let Dependabot bump it on a scheduled cadence.
.github/workflows/linux_builds.yml:122 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/setup-dotnet` pinned to mutable ref `@v5`: `uses: actions/setup-dotnet@v5` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/setup-dotnet@<40-char-sha> # v5` and let Dependabot bump it on a scheduled cadence.
.github/workflows/linux_builds.yml:166 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `actions/setup-java` pinned to mutable ref `@v5`: `uses: actions/setup-java@v5` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: actions/setup-java@<40-char-sha> # v5` and let Dependabot bump it on a scheduled cadence.
.github/workflows/android_builds.yml:53 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `emscripten-core/setup-emsdk` pinned to mutable ref `@v16`: `uses: emscripten-core/setup-emsdk@v16` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: emscripten-core/setup-emsdk@<40-char-sha> # v16` and let Dependabot bump it on a scheduled cadence.
.github/workflows/web_builds.yml:42 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `google-github-actions/auth` pinned to mutable ref `@v3`: `uses: google-github-actions/auth@v3` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: google-github-actions/auth@<40-char-sha> # v3` and let Dependabot bump it on a scheduled cadence.
.github/workflows/android_builds.yml:139 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `google-github-actions/setup-gcloud` pinned to mutable ref `@v3`: `uses: google-github-actions/setup-gcloud@v3` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: google-github-actions/setup-gcloud@<40-char-sha> # v3` and let Dependabot bump it on a scheduled cadence.
.github/workflows/android_builds.yml:145 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `j178/prek-action` pinned to mutable ref `@v2`: `uses: j178/prek-action@v2` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: j178/prek-action@<40-char-sha> # v2` and let Dependabot bump it on a scheduled cadence.
.github/workflows/static_checks.yml:43 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `rui314/setup-mold` pinned to mutable ref `@v1`: `uses: rui314/setup-mold@v1` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: rui314/setup-mold@<40-char-sha> # v1` and let Dependabot bump it on a scheduled cadence.
.github/workflows/linux_builds.yml:184 dependencylegacy
high Legacy software dependency conf 0.90 ✓ Repobility [MINED115] Action `tj-actions/changed-files` pinned to mutable ref `@v47`: `uses: tj-actions/changed-files@v47` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock with Dependabot or renovate.
Replace with: `uses: tj-actions/changed-files@<40-char-sha> # v47` and let Dependabot bump it on a scheduled cadence.
.github/workflows/static_checks.yml:35 dependencylegacy
high 9-layer security owasp conf 1.00 Insecure pattern 'eval_used' in platform/web/js/libs/library_godot_javascript_singleton.js:355
Found a known-risky pattern (eval_used). Review and replace if possible.
platform/web/js/libs/library_godot_javascript_singleton.js:355 owaspeval_used
high 9-layer cicd supply-chain conf 1.00 tj-actions/changed-files is tag-pinned instead of SHA-pinned
The tj-actions/changed-files incident showed that mutable action tags can execute credential-stealing code across many repositories. Pin this action to a reviewed commit SHA.
.github/workflows/static_checks.yml:35 supply-chaingithub-actionspinned-dependencies
medium Legacy quality practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
practiceslegacy
medium Legacy quality quality conf 1.00 ✓ Repobility [MINED109] Mutable default argument in `check_allowed_keys` (list): `def check_allowed_keys(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def check_allowed_keys(x=None): x = x or []`
core/extension/make_interface_header.py:161 qualitylegacy
medium 9-layer quality integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — platform/web/js/engine/preloader.js:35
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
integrityfragile-runtimerobustness
medium 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
rui314/setup-mold@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/linux_builds.yml:184 supply-chaingithub-actionspinned-dependencies
medium 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
j178/prek-action@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/static_checks.yml:43 supply-chaingithub-actionspinned-dependencies
medium 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
emscripten-core/setup-emsdk@v16 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/web_builds.yml:42 supply-chaingithub-actionspinned-dependencies
medium 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
google-github-actions/auth@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/android_builds.yml:139 supply-chaingithub-actionspinned-dependencies
medium 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
google-github-actions/setup-gcloud@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/android_builds.yml:145 supply-chaingithub-actionspinned-dependencies
medium 9-layer security owasp conf 1.00 Insecure pattern 'subprocess_shell_true' in editor/editor_builders.py:90
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
editor/editor_builders.py:90 owaspsubprocess_shell_true
medium 9-layer security owasp conf 1.00 Insecure pattern 'subprocess_shell_true' in platform/windows/detect.py:34
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
platform/windows/detect.py:34 owaspsubprocess_shell_true
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/DigestAlgorithm.java:26
Found a known-risky pattern (weak_hash). Review and replace if possible.
platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/DigestAlgorithm.java:26 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/V1SchemeSigner.java:119
Found a known-risky pattern (weak_hash). Review and replace if possible.
platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/V1SchemeSigner.java:119 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/V1SchemeVerifier.java:1155
Found a known-risky pattern (weak_hash). Review and replace if possible.
platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/V1SchemeVerifier.java:1155 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in platform/android/java/editor/src/main/java/com/android/apksig/internal/oid/OidConstants.java:396
Found a known-risky pattern (weak_hash). Review and replace if possible.
platform/android/java/editor/src/main/java/com/android/apksig/internal/oid/OidConstants.java:396 owaspweak_hash
medium 9-layer security owasp conf 1.00 Insecure pattern 'weak_hash' in platform/android/java/editor/src/main/java/com/android/apksig/internal/pkcs7/AlgorithmIdentifier.java:68
Found a known-risky pattern (weak_hash). Review and replace if possible.
platform/android/java/editor/src/main/java/com/android/apksig/internal/pkcs7/AlgorithmIdentifier.java:68 owaspweak_hash
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — methods.py:397
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/install_accesskit.py:37
`urllib.request.urlretrieve(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/install_angle.py:59
`urllib.request.urlretrieve(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/install_d3d12_sdk_windows.py:73
`urllib.request.urlretrieve(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/install_perfetto.py:18
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/install_swappy_android.py:32
`urllib.request.urlretrieve(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/install_winrt.py:37
`urllib.request.urlretrieve(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — misc/scripts/validate_codeowners.py:121
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — modules/raycast/godot_update_embree.py:96
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — platform/android/platform_android_builders.py:31
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer quality integrity conf 1.00 Network/subprocess call without timeout or try/except — platform/macos/platform_macos_builders.py:74
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
integrityfragile-runtimerobustness
medium 9-layer security coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
coverageauth
medium 9-layer quality tests conf 1.00 Very low test-to-source ratio
4 test file(s) for 153 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
testscoverage
low Legacy quality quality conf 1.00 [SEC132] String concat where the language has interpolation (AI style drift): String built by concatenation where the language has cleaner interpolation (Python f-strings since 3.6, JS template literals since ES6). Not a vulnerability on its own, but a style signature of cross-language AI rewrites — the model wrote idiomatic Java/C# and then translated mechanically. When this style appears in only *some* files of a repo, it's a strong indicator of an AI-driven rewrite that needs a human review p
Python: `f"prefix {var} suffix"`. JS/TS: `` `prefix ${var} suffix` ``. Add a lint rule (pyupgrade UP032, eslint prefer-template) so future PRs catch this automatically.
core/extension/make_wrappers.py:125 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/transform_interpolator.cpp:40 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/rect2i.h:16 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/rect2.cpp:18 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/geometry_3d.h:215 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/geometry_2d.h:180 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/face3.h:54 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/dynamic_bvh.h:79 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/a_star_grid_2d.h:48 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/math/a_star_grid_2d.cpp:401 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used.
core/io/file_access_encrypted.h:26 qualitylegacy
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/check_ci_log.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/copyright_headers.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/dotnet_format.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/file_format.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/header_guards.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/install_accesskit.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/install_angle.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/install_d3d12_sdk_windows.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/install_swappy_android.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/scripts/install_winrt.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: misc/utility/scons_hints.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: modules/webrtc/library_godot_webrtc.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: modules/websocket/library_godot_websocket.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/engine/engine.externs.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/engine/features.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/libs/library_godot_emscripten.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/libs/library_godot_fetch.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/libs/library_godot_javascript_singleton.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/libs/library_godot_runtime.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/libs/library_godot_webmidi.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: platform/web/js/patches/patch_em_gl.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: thirdparty/glslang/glslang/OSDependent/Web/glslang.pre.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer software dead-code-candidate conf 1.00 File has no detected symbols: version.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
dead-code-candidate
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/linux_builds.yml:122 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-dotnet@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/linux_builds.yml:166 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/static_checks.yml:23 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ios_builds.yml:22 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/windows_builds.yml:60 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/macos_builds.yml:35 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/web_builds.yml:37 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/android_builds.yml:48 supply-chaingithub-actionspinned-dependencies
low 9-layer cicd supply-chain conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-java@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/android_builds.yml:53 supply-chaingithub-actionspinned-dependencies
low 9-layer quality integrity conf 1.00 Legacy-named symbol `is_deprecated` in doc/tools/doc_status.py:273
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Legacy-named symbol `no_deprecated` in modules/mono/build_scripts/build_assemblies.py:191
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
integritylegacy-markerdead-code
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform_methods.py:int_or_zero, platform/windows/detect.py:int_or_zero This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: methods.py:add_source_files_orig, methods.py:add_source_files This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: methods.py:add_module_version_string, methods.py:add_module This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: methods.py:glob_recursive, methods.py:glob_recursive_2 This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: glsl_builders.py:build_rd_header_lines_for_raytracing_stage, glsl_builders.py:build_rd_header This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separ…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/windows/detect.py:configure_msvc, platform/windows/detect.py:configure This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/ios/detect.py:get_flags, platform/visionos/detect.py:get_flags This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/ios/detect.py:configure, platform/visionos/detect.py:configure This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/web/serve.py:server_bind, platform/web/serve.py:serve This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/linuxbsd/msvs.py:get_configurations, platform/macos/msvs.py:get_configurations This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/linuxbsd/msvs.py:get_build_prefix, platform/macos/msvs.py:get_build_prefix This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: platform/linuxbsd/detect.py:get_opts, platform/macos/detect.py:get_opts This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: doc/tools/doc_status.py:is_ok, doc/tools/doc_status.py:is_ok This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: modules/xatlas_unwrap/config.py:can_build, modules/lightmapper_rd/config.py:can_build This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 21 places
Functions with the same first-5-line body hash: modules/gltf/config.py:configure, modules/text_server_adv/config.py:configure, modules/noise/config.py:configure, modules/ogg/config.py:configure This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 23 places
Functions with the same first-5-line body hash: modules/freetype/config.py:can_build, modules/bmp/config.py:can_build, modules/hdr/config.py:can_build, modules/noise/config.py:can_build This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 23 places
Functions with the same first-5-line body hash: modules/gltf/config.py:get_doc_path, modules/text_server_adv/config.py:get_doc_path, modules/noise/config.py:get_doc_path, modules/ogg/config.py:get_doc_path This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://j…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: modules/godot_physics_3d/config.py:can_build, modules/vhacd/config.py:can_build, modules/jolt_physics/config.py:can_build This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate o…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 32 places
Functions with the same first-5-line body hash: modules/freetype/config.py:configure, modules/bmp/config.py:configure, modules/hdr/config.py:configure, modules/xatlas_unwrap/config.py:configure This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code…
integrityduplicatedry
low 9-layer quality integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: platform/ios/detect.py:get_doc_path, platform/web/detect.py:get_doc_path, platform/linuxbsd/detect.py:get_doc_path, platform/visionos/detect.py:get_doc_path This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw…
integrityduplicatedry
low 9-layer software dead-code conf 1.00 Possibly dead Python function: add_library
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:589 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: add_program
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:595 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: add_shared_library
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:583 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: add_source_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:79 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: combine_libs_apple_embedded
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
platform_methods.py:164 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: CommandNoCache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:601 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: convert_custom_modules_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:312 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: detect_modules
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:239 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: detect_visual_c_compiler_version
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:459 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: disable_warnings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:114 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: force_optimization_on_debug
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:122 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: generate_cpp_hint_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:542 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: generate_swift_action
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
platform_methods.py:381 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: mySpawn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:406 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: no_verbose
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:424 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: precious_program
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:577 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: prepare_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:919 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: prepare_purge
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:950 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: prepare_timer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:963 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: progress_finish
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:852 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: purge_flaky_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:953 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: redirect_emitter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:87 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: set_scu_folders
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:30 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: setup_swift_builder
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
platform_methods.py:307 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: show_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:815 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: sort_module_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:364 dead-code
low 9-layer software dead-code conf 1.00 Possibly dead Python function: using_emcc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
methods.py:811 dead-code
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — platform/web/js/engine/config.js:198
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
frontend-qualityfq.console-leak
low 9-layer frontend frontend-quality conf 1.00 Stray `console.log` in TS/JS — platform/web/js/jsdoc2rst/publish.js:313
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
frontend-qualityfq.console-leak
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/astcenc/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/basis_universal/config.py:7
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/bcdec/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/betsy/config.py:17
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/bmp/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/camera/config.py:16
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/csg/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/cvtt/config.py:17
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/dds/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/enet/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/etcpak/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/fbx/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/freetype/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/gdscript/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/glslang/config.py:7
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/gltf/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/godot_physics_2d/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/godot_physics_3d/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/gridmap/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/hdr/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/interactive_music/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/jolt_physics/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/jpg/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/jsonrpc/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/ktx/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/lightmapper_rd/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/mbedtls/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/meshoptimizer/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/mobile_vr/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/mp3/config.py:13
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/msdfgen/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/multiplayer/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/navigation_2d/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/navigation_3d/config.py:9
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/noise/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/objectdb_profiler/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/ogg/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/openxr/config.py:9
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/raycast/config.py:12
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/regex/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/svg/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/text_server_adv/config.py:14
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/text_server_fb/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/tga/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/theora/config.py:8
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/tinyexr/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/upnp/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/vhacd/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/visual_shader/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/vorbis/config.py:6
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/webp/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/webrtc/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/websocket/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/webxr/config.py:9
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/xatlas_unwrap/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality integrity conf 1.00 Stub function `configure` (body is just `pass`/`return`) — modules/zip/config.py:5
Likely an AI scaffold that was never filled in. Remove or implement.
integrityempty-handlerdead-code
low 9-layer quality complexity conf 1.00 Very large file: doc/tools/make_rst.py (2638 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: methods.py (1674 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/editor/src/main/java/com/android/apksig/ApkSigner.java (1801 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/editor/src/main/java/com/android/apksig/ApkVerifier.java (3657 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/editor/src/main/java/com/android/apksig/DefaultApkSignerEngine.java (2241 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/ApkSigningBlockUtils.java (1444 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/editor/src/main/java/com/android/apksig/internal/apk/v1/V1SchemeVerifier.java (1570 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/editor/src/main/java/com/android/apksig/SigningCertificateLineage.java (1325 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/android/java/lib/src/main/java/org/godotengine/godot/gl/GLSurfaceView.java (1957 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
low 9-layer quality complexity conf 1.00 Very large file: platform/web/js/libs/library_godot_audio.js (2282 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
complexity
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/f2237c1f-9cc0-4d72-89e9-d822433e9470/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f2237c1f-9cc0-4d72-89e9-d822433e9470/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.