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.
138 of your 211 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 113.77s for a 313.7 MB repo slow.
  • Repobility's analysis ran in 48.2s after the clone landed.

NationalSecurityAgency/ghidra

https://github.com/NationalSecurityAgency/ghidra.git · scanned 2026-05-20 14:06 UTC (3 weeks, 2 days ago) · 10 languages

867 raw signals (197 security + 670 graph) 11/13 scanners ran 18th percentile · Java · huge (>500K LoC) System graph score 71 (lower by 5)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks, 2 days ago · v2 · 374 actionable findings from 2 signal sources. 158 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 38.0 0.20 7.60
documentation_score 79.0 0.15 11.85
practices_score 67.0 0.15 10.05
code_quality 54.0 0.10 5.40
Overall 1.00 65.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 Quality grade B- (66/100). Dimensions: security 100, maintainability 40. 197 findings (26 security). 2,831,947 lines analyzed.

Showing 303 of 374 actionable findings. 532 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility 14 occurrences [MINED107] Missing import: `time` used but not imported: The file uses `time.something(...)` but never imports `time`. This raises NameError at runtime the first time the line executes.
Add `import time` at the top of the file.
12 files, 12 locations
Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/util.py:1127
Ghidra/Debug/Debugger-agent-drgn/src/main/py/src/ghidradrgn/arch.py:63
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/arch.py:163
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/util.py:207
Ghidra/Debug/Debugger-rmi-trace/src/main/py/src/ghidratrace/client.py:328
Ghidra/Extensions/Jython/jython-src/jintrospect.py:214
GhidraBuild/IDAPro/Python/7xx/loaders/xml_loader.py:88
GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py:88
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/BSimControlLaunchable.java:568
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/BSimControlLaunchable.java:568 Private key in repo
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in Ghidra/Features/Base/src/main/java/ghidra/app/script/GhidraScript.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 3202, 3213
Ghidra/Features/Base/src/main/java/ghidra/app/script/GhidraScript.java:3202, 3213 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/crypto/PasswordDialog.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
Ghidra/Features/Base/src/main/java/ghidra/formats/gfilesystem/crypto/PasswordDialog.java:79
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/BSimControlLaunchable.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 56, 468, 472, 555, 632
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/BSimControlLaunchable.java:56, 468, 472, 555, 632 (5 hits)
critical System graph security Secrets conf 1.00 Possible secret in Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/sevenzip/SevenZipFileSystem.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/sevenzip/SevenZipFileSystem.java:328
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in Ghidra/Features/GhidraServer/src/main/java/ghidra/server/ServerAdmin.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 257, 258
Ghidra/Features/GhidraServer/src/main/java/ghidra/server/ServerAdmin.java:257, 258 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in Ghidra/Framework/Docking/src/main/java/docking/widgets/PasswordChangeDialog.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 60, 66
Ghidra/Framework/Docking/src/main/java/docking/widgets/PasswordChangeDialog.java:60, 66 (2 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in Ghidra/Framework/Docking/src/main/java/docking/widgets/PasswordDialog.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 58, 113, 129, 148, 182
Ghidra/Framework/Docking/src/main/java/docking/widgets/PasswordDialog.java:58, 113, 129, 148, 182 (5 hits)
critical System graph security Secrets conf 1.00 Possible secret in Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/client/DefaultClientAuthenticator.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/client/DefaultClientAuthenticator.java:88
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/client/HeadlessClientAuthenticator.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 209, 326
Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/client/HeadlessClientAuthenticator.java:209, 326 (2 hits)
low Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
3 files, 3 locations
Ghidra/Debug/Debugger-agent-dbgeng/data/support/kernel-dbgeng.py:58
Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py:75
Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-ext.py:64
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self.close_xmlfile` used but never assigned in __init__: Method `cleanup` of class `IdaXml` reads `self.close_xmlfile`, 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.close_xmlfile = <default>` in __init__, or add a class-level default.
lines 122, 164, 285, 286, 288, 290, 291, 292, +15 more
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:122, 164, 285, 286, 288, 290, 291, 292, +15 more (25 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `alpine:3.20` not pinned by digest: `FROM alpine:3.20` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM alpine:3.20@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
docker/Dockerfile:8
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Ghidra/RuntimeScripts/Common/support/gradle/gradle-wrapper.jar` committed in source repo: `Ghidra/RuntimeScripts/Common/support/gradle/gradle-wrapper.jar` is a .jar binary (43,453 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Ghidra/RuntimeScripts/Common/support/gradle/gradle-wrapper.jar:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GhidraDocs/GhidraClass/ExerciseFiles/Advanced/globalRegVars.so` committed in source repo: `GhidraDocs/GhidraClass/ExerciseFiles/Advanced/globalRegVars.so` is a .so binary (8,008 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GhidraDocs/GhidraClass/ExerciseFiles/Advanced/globalRegVars.so:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GhidraDocs/GhidraClass/ExerciseFiles/Advanced/override.so` committed in source repo: `GhidraDocs/GhidraClass/ExerciseFiles/Advanced/override.so` is a .so binary (8,352 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GhidraDocs/GhidraClass/ExerciseFiles/Advanced/override.so:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GhidraDocs/GhidraClass/ExerciseFiles/VersionTracking/WallaceSrc.exe` committed in source repo: `GhidraDocs/GhidraClass/ExerciseFiles/VersionTracking/WallaceSrc.exe` is a .exe binary (33,792 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GhidraDocs/GhidraClass/ExerciseFiles/VersionTracking/WallaceSrc.exe:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GhidraDocs/GhidraClass/ExerciseFiles/VersionTracking/WallaceVersion2.exe` committed in source repo: `GhidraDocs/GhidraClass/ExerciseFiles/VersionTracking/WallaceVersion2.exe` is a .exe binary (33,792 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GhidraDocs/GhidraClass/ExerciseFiles/VersionTracking/WallaceVersion2.exe:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GhidraDocs/GhidraClass/ExerciseFiles/WinhelloCPP/WinHelloCPP.exe` committed in source repo: `GhidraDocs/GhidraClass/ExerciseFiles/WinhelloCPP/WinHelloCPP.exe` is a .exe binary (110,592 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GhidraDocs/GhidraClass/ExerciseFiles/WinhelloCPP/WinHelloCPP.exe:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GPL/DMG/data/os/win_x86_32/llio_amd64.dll` committed in source repo: `GPL/DMG/data/os/win_x86_32/llio_amd64.dll` is a .dll binary (64,000 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GPL/DMG/data/os/win_x86_32/llio_amd64.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GPL/DMG/data/os/win_x86_32/llio_i386.dll` committed in source repo: `GPL/DMG/data/os/win_x86_32/llio_i386.dll` is a .dll binary (61,952 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GPL/DMG/data/os/win_x86_32/llio_i386.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GPL/DMG/data/os/win_x86_32/llio_ia64.dll` committed in source repo: `GPL/DMG/data/os/win_x86_32/llio_ia64.dll` is a .dll binary (151,552 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GPL/DMG/data/os/win_x86_32/llio_ia64.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GPL/DMG/data/os/win_x86_64/llio_amd64.dll` committed in source repo: `GPL/DMG/data/os/win_x86_64/llio_amd64.dll` is a .dll binary (64,000 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GPL/DMG/data/os/win_x86_64/llio_amd64.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GPL/DMG/data/os/win_x86_64/llio_i386.dll` committed in source repo: `GPL/DMG/data/os/win_x86_64/llio_i386.dll` is a .dll binary (61,952 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GPL/DMG/data/os/win_x86_64/llio_i386.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `GPL/DMG/data/os/win_x86_64/llio_ia64.dll` committed in source repo: `GPL/DMG/data/os/win_x86_64/llio_ia64.dll` is a .dll binary (151,552 bytes) committed to a repo that otherwise has 15845 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
GPL/DMG/data/os/win_x86_64/llio_ia64.dll:1
high Security checks security Injection conf 0.85 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection.
Use parameterized queries: gdb.execute('SELECT * FROM t WHERE id = %s', [id]). For dynamic table or column names, choose identifiers from a hard-coded allowlist and keep values in parameters.
Ghidra/Debug/Debugger-agent-gdb/data/scripts/remote-proc-mappings.py:85
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
Create .dockerignore before using broad context copies, or copy only the required files and directories.
docker/Dockerfile:44 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `gradle/actions/dependency-submission` pinned to mutable ref `@v6`: `uses: gradle/actions/dependency-submission@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…
lines 28
.github/workflows/dependency-submission.yml:28 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[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 + lo…
2 files, 7 locations
.github/workflows/dependency-submission.yml:16, 19 (4 hits)
.github/workflows/build-ghidra.yml:13, 19 (3 hits)
CI/CD securitySupply chainGitHub Actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/methods.py:362
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/methods.py:362 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Debug/Debugger-agent-drgn/src/main/py/src/ghidradrgn/commands.py:762
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-drgn/src/main/py/src/ghidradrgn/commands.py:762 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/methods.py:334
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/methods.py:334 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/commands.py:1070
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/commands.py:1070 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/methods.py:290
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/methods.py:290 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeByteBasedConstantPropagation.java:268
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeByteBasedConstantPropagation.java:268 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeDataflowConstantPropagation.java:88
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeDataflowConstantPropagation.java:88 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeInterval.java:548
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeInterval.java:548 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeNonRedundantPowersetOfInterval.java:160
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeNonRedundantPowersetOfInterval.java:160 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeParity.java:276
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeParity.java:276 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeSign.java:453
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/analyses/PcodeSign.java:453 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/types/PcodeStaticTypes.java:153
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Extensions/Lisa/src/main/java/ghidra/lisa/pcode/types/PcodeStaticTypes.java:153 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in Ghidra/Framework/Generic/src/main/java/generic/expressions/ExpressionEvaluator.java:154
Found a known-risky pattern (eval_used). Review and replace if possible.
Ghidra/Framework/Generic/src/main/java/generic/expressions/ExpressionEvaluator.java:154 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/methods.py:350
Found a known-risky pattern (exec_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/methods.py:350 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in Ghidra/Debug/Debugger-agent-drgn/src/main/py/src/ghidradrgn/methods.py:242
Found a known-risky pattern (exec_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-drgn/src/main/py/src/ghidradrgn/methods.py:242 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/methods.py:279
Found a known-risky pattern (exec_used). Review and replace if possible.
Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/methods.py:279 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in Ghidra/Extensions/Jython/src/main/java/ghidra/jython/GhidraJythonInterpreter.java:230
Found a known-risky pattern (exec_used). Review and replace if possible.
Ghidra/Extensions/Jython/src/main/java/ghidra/jython/GhidraJythonInterpreter.java:230 Exec used
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py:49
Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py:48
Ghidra/Debug/Debugger-agent-x64dbg/data/support/local-x64dbg-attach.py:45
medium Security checks quality Quality conf 1.00 ✓ Repobility [MINED109] Mutable default argument in `ghidra_script` (list): `def ghidra_script(... = []/{}/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 ghidra_script(x=None): x = x or []`
Ghidra/Features/PyGhidra/src/main/py/src/pyghidra/api.py:198
medium Security checks security path traversal conf 1.00 3 occurrences [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory.
Validate extracted paths with os.path.realpath() and ensure they stay within the target directory.
3 files, 3 locations
GPL/DMG/src/dmg/java/mobiledevices/dmg/reader/DmgFileReader.java:206
GPL/DMG/src/dmg/java/mobiledevices/dmg/reader/DmgInfoGenerator.java:49
GPL/DMG/src/dmg/java/mobiledevices/dmg/server/DmgServer.java:98
medium Security checks software Resource exhaustion conf 1.00 [SEC115] Decompression without size cap (zip/gzip bomb): Decompressing untrusted archives without a size or ratio cap → memory/disk exhaustion DoS (10kb → 4GB classic 'zip bomb').
Wrap reader with `io.LimitReader(r, MAX_BYTES)`. In Python, iterate `ZipFile.infolist()` and check each entry's `file_size`. Cap total uncompressed bytes (e.g. 100MB).
Ghidra/Debug/Framework-TraceModeling/src/main/java/ghidra/trace/database/memory/DBTraceMemoryBufferEntry.java:161
low Security checks quality Quality conf 1.00 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws — wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated.
Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows.
Ghidra/Debug/Debugger-agent-x64dbg/src/main/py/src/ghidraxdbg/util.py:79
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
10 files, 25 locations
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:380, 598, 2469, 2557, 2676, 3010 (6 hits)
GhidraBuild/IDAPro/Python/9xx/python/idaxml.py:458, 673, 2531, 2618, 2732, 3066 (6 hits)
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/hooks.py:91, 95, 274, 322, 329 (5 hits)
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/commands.py:259, 681 (2 hits)
GhidraBuild/IDAPro/Python/7xx/loaders/xml_loader.py:99
GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py:82
GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py:85
GhidraBuild/IDAPro/Python/9xx/loaders/xml_loader.py:94
Error handlingquality
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.84 Docker build context is very large
Shrink the build context with .dockerignore, move generated/runtime data outside the build context, and copy only the manifest files needed for cached dependency layers.
.dockerignore CI/CD securitycontainers
medium Security checks quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
Merge the intended change into the canonical file, update tests/imports, and delete the parallel implementation if it is not the active entry point.
Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/ios/dmg/DmgHeaderV2_old.java:1
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/ios/dmg/DmgHeaderV2_old.java:1
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/ios/dmg/DmgHeaderV1_old.java:1
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/dependency-submission.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in Ghidra/Features/PyGhidra/src/main/py/src/pyghidra/launcher.py:329
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
Ghidra/Features/PyGhidra/src/main/py/src/pyghidra/launcher.py:329 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/Base/ghidra_scripts/DWARFLineInfoSourceMapScript.java:107
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/Base/ghidra_scripts/DWARFLineInfoSourceMapScript.java:107 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/Base/src/main/java/ghidra/plugin/importer/ProjectIndexService.java:80
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/Base/src/main/java/ghidra/plugin/importer/ProjectIndexService.java:80 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/Base/src/main/java/ghidra/util/table/projectdata/column/Md5ProjectDataColumn.java:28
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/Base/src/main/java/ghidra/util/table/projectdata/column/Md5ProjectDataColumn.java:28 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/ghidra_scripts/GenerateSignatures.java:38
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/ghidra_scripts/GenerateSignatures.java:38 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/ghidra_scripts/GenerateSignatures.py:29
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/ghidra_scripts/GenerateSignatures.py:29 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/ghidra_scripts/QueryWithFiltersScript.java:305
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/ghidra_scripts/QueryWithFiltersScript.java:305 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/gui/filters/Md5BSimFilterType.java:34
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/gui/filters/Md5BSimFilterType.java:34 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/gui/filters/NotMd5BSimFilterType.java:33
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/gui/filters/NotMd5BSimFilterType.java:33 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/client/tables/ExeTable.java:74
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/client/tables/ExeTable.java:74 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/description/ExecutableRecord.java:56
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/description/ExecutableRecord.java:56 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/elastic/ElasticDatabase.java:2851
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/elastic/ElasticDatabase.java:2851 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/protocol/QueryExeInfo.java:51
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/protocol/QueryExeInfo.java:51 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/android/dex/format/DexHeader.java:192
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/android/dex/format/DexHeader.java:192 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/PdbSourceLinesApplicator.java:369
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/PdbSourceLinesApplicator.java:369 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/store/local/IndexedLocalFileSystem.java:63
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/store/local/IndexedLocalFileSystem.java:63 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Framework/Generic/src/main/java/generic/hash/HashUtilities.java:29
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Framework/Generic/src/main/java/generic/hash/HashUtilities.java:29 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/ProgramDB.java:162
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/ProgramDB.java:162 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/sourcemap/SourceFileIdType.java:28
Found a known-risky pattern (weak_hash). Review and replace if possible.
Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/sourcemap/SourceFileIdType.java:28 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — Ghidra/Features/PyGhidra/src/main/py/src/pyghidra/launcher.py:322
`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.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — Ghidra/Features/PyGhidra/support/pyghidra_launcher.py:136
`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.
runtime safetyRobustness
medium System graph 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.
auth
medium System graph network Security conf 1.00 Privileged port 127 in use
Port 127 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/commands.py Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
8 test file(s) for 118 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths.
Coverage
high Security checks cicd CI/CD security conf 0.72 2 occurrences Dockerfile keeps pip download cache
Use `pip install --no-cache-dir ...` in container builds.
lines 25, 47
docker/Dockerfile:25, 47 (2 hits)
CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 20 locations
GPL/DemanglerGnu/src/demangler_gnu_v2_41/headers/safe-ctype.h:1, 2, 3, 5 (4 hits)
GPL/DemanglerGnu/src/demangler_gnu_v2_41/c/getopt1.c:1, 2, 5 (3 hits)
GPL/DemanglerGnu/src/demangler_gnu_v2_24/headers/safe-ctype.h:2, 3 (2 hits)
GPL/DemanglerGnu/src/demangler_gnu_v2_41/c/safe-ctype.c:2, 3 (2 hits)
GPL/DemanglerGnu/src/demangler_gnu_v2_41/headers/getopt.h:2, 4 (2 hits)
GPL/DMG/src/dmg/java/mobiledevices/dmg/ghidra/GDataConverterLE.java:35
GPL/DemanglerGnu/src/demangler_gnu_v2_24/c/getopt1.c:3
GPL/DemanglerGnu/src/demangler_gnu_v2_24/c/safe-ctype.c:4
duplicationquality
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/ios/dmg/DmgHeaderV1_old.java:1
low System graph quality Maintenance conf 1.00 2798 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: alpine:3.20
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/Dockerfile:8 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/libraries.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/AddCommentToProgramScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/AskScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/CallAnotherScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/ChooseDataTypeScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/ExampleColorScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/external_module_callee.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/external_module_caller.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/FormatExampleScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/ghidra_basics.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/ImportSymbolsScript.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/jython_basics.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/PrintNonZeroPurge.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/python_basics.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/ghidra_scripts/ToolPropertiesExampleScriptPy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/jython-src/ghidradoc.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/jython-src/introspect.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/Jython/jython-src/sitecustomize.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/SleighDevTools/pcodetest/defaults.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Extensions/SleighDevTools/pcodetest/pcode_defs.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/Base/ghidra_scripts/mark_in_out.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/Base/ghidra_scripts/RecursiveStringFinder.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/BSim/ghidra_scripts/DumpBSimDebugSignaturesScript.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/BSim/ghidra_scripts/DumpBSimSignaturesScript.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/BSim/ghidra_scripts/ExampleOverviewQueryScript.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/BSim/ghidra_scripts/QueryFunction.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/PyGhidra/ghidra_scripts/PyGhidraBasics.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: Ghidra/Features/PyGhidra/src/main/py/setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: GhidraBuild/IDAPro/Python/6xx/loaders/xmlldr.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: GhidraBuild/IDAPro/Python/6xx/plugins/xmlexp.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 20 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: GhidraBuild/IDAPro/Python/7xx/loaders/xml_loader.py:accept_file, GhidraBuild/IDAPro/Python/9xx/loaders/xml_loader.py:accept_file This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consol…
20 occurrences
repo-level (20 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `export_enum_member_legacy` in GhidraBuild/IDAPro/Python/6xx/plugins/xmlexp.py:788
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.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: accept_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/loaders/xml_loader.py:42
low System graph software Dead code conf 1.00 Possibly dead Python function: display_total_time
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2397
low System graph software Dead code conf 1.00 Possibly dead Python function: import_bookmark
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2646
low System graph software Dead code conf 1.00 Possibly dead Python function: import_codeblock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2701
low System graph software Dead code conf 1.00 Possibly dead Python function: import_comment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2721
low System graph software Dead code conf 1.00 Possibly dead Python function: import_compiler
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2745
low System graph software Dead code conf 1.00 Possibly dead Python function: import_defined_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2766
low System graph software Dead code conf 1.00 Possibly dead Python function: import_description
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2799
low System graph software Dead code conf 1.00 Possibly dead Python function: import_enum
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2811
low System graph software Dead code conf 1.00 Possibly dead Python function: import_equate_group
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2894
low System graph software Dead code conf 1.00 Possibly dead Python function: import_equate_reference
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2930
low System graph software Dead code conf 1.00 Possibly dead Python function: import_function
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:2956
low System graph software Dead code conf 1.00 Possibly dead Python function: import_function_def
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3015
low System graph software Dead code conf 1.00 Possibly dead Python function: import_info_source
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3022
low System graph software Dead code conf 1.00 Possibly dead Python function: import_manual_instruction
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3042
low System graph software Dead code conf 1.00 Possibly dead Python function: import_manual_operand
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3056
low System graph software Dead code conf 1.00 Possibly dead Python function: import_memory_map
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3191
low System graph software Dead code conf 1.00 Possibly dead Python function: import_memory_reference
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3207
low System graph software Dead code conf 1.00 Possibly dead Python function: import_memory_section
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3241
low System graph software Dead code conf 1.00 Possibly dead Python function: import_processor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3302
low System graph software Dead code conf 1.00 Possibly dead Python function: import_program
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3329
low System graph software Dead code conf 1.00 Possibly dead Python function: import_program_entry_point
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3360
low System graph software Dead code conf 1.00 Possibly dead Python function: import_register_value_range
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3375
low System graph software Dead code conf 1.00 Possibly dead Python function: import_stack_reference
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3439
low System graph software Dead code conf 1.00 Possibly dead Python function: import_structure
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3475
low System graph software Dead code conf 1.00 Possibly dead Python function: import_symbol
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3515
low System graph software Dead code conf 1.00 Possibly dead Python function: import_typedef
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3538
low System graph software Dead code conf 1.00 Possibly dead Python function: import_union
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3545
low System graph software Dead code conf 1.00 Possibly dead Python function: load_file
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/loaders/xml_loader.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: process_deferred
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
GhidraBuild/IDAPro/Python/7xx/python/idaxml.py:3072
low System graph quality Integrity conf 1.00 Stub function `_handle` (body is just `pass`/`return`) — Ghidra/Debug/Debugger-rmi-trace/src/main/py/src/ghidratrace/client.py:1034
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `exec_module` (body is just `pass`/`return`) — Ghidra/Features/PyGhidra/src/main/py/src/pyghidra/launcher.py:109
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `get_locations` (body is just `pass`/`return`) — Ghidra/Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/util.py:373
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `parse_u` (body is just `pass`/`return`) — Ghidra/Processors/RISCV/scripts/binutil.py:1993
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `term` (body is just `pass`/`return`) — GhidraBuild/IDAPro/Python/6xx/loaders/xmlldr.py:157
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `term` (body is just `pass`/`return`) — GhidraBuild/IDAPro/Python/6xx/plugins/xmlexp.py:91
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `term` (body is just `pass`/`return`) — GhidraBuild/IDAPro/Python/7xx/plugins/xml_exporter.py:92
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `term` (body is just `pass`/`return`) — GhidraBuild/IDAPro/Python/7xx/plugins/xml_importer.py:94
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `term` (body is just `pass`/`return`) — GhidraBuild/IDAPro/Python/9xx/plugins/xml_exporter.py:88
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `term` (body is just `pass`/`return`) — GhidraBuild/IDAPro/Python/9xx/plugins/xml_importer.py:91
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/src/ghidradbg/commands.py (2062 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/commands.py (1574 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/commands.py (2093 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-api/src/main/java/ghidra/debug/flatapi/FlatDebuggerAPI.java (2345 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-jpda/src/main/java/ghidra/dbg/jdi/rmi/jpda/JdiCommands.java (2310 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-jpda/src/main/java/ghidra/dbg/jdi/rmi/jpda/JdiMethods.java (1646 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-rmi-trace/src/main/java/ghidra/app/plugin/core/debug/service/tracermi/TraceRmiTarget.java (1739 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger-rmi-trace/src/main/py/src/ghidratrace/client.py (1433 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/gui/DebuggerResources.java (1829 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Debugger/src/test/java/ghidra/app/plugin/core/debug/stack/StackUnwinderTest.java (1914 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Framework-TraceModeling/src/test/java/ghidra/trace/database/listing/DBTraceCodeManagerTest.java (2136 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/Framework-TraceModeling/src/test/java/ghidra/trace/database/listing/DBTraceCodeUnitTest.java (1822 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Debug/ProposedUtils/src/test/java/ghidra/util/database/DBCachedObjectStoreTest.java (2739 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/ghidra_scripts/GeneratePrototypeTestFileScript.java (1263 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/merge/datatypes/DataTypeMergeManager.java (3566 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/merge/listing/AbstractFunctionMerger.java (2413 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/merge/listing/ExternalFunctionMerger.java (4386 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/merge/listing/FunctionMerger.java (1899 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/merge/listing/ReferenceMerger.java (1614 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/merge/listing/SymbolMerger.java (2936 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/AutoAnalysisManager.java (1802 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/GolangSymbolAnalyzer.java (1361 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/compositeeditor/CompEditorModel.java (1851 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/datamgr/archive/DataTypeManagerHandler.java (1810 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/navigation/locationreferences/ReferenceUtils.java (1409 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/script/GhidraScript.java (4117 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/util/headless/HeadlessAnalyzer.java (1876 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/ElfProgramBuilder.java (3777 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/MachoProgramBuilder.java (1849 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/flatapi/FlatProgramAPI.java (2665 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/model/listing/CodeUnitFormat.java (1608 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/util/ProgramDiff.java (3306 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/util/ProgramDiffDetails.java (2637 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/util/ProgramMerge.java (3991 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/util/SymbolicPropogator.java (3047 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/program/util/VarnodeContext.java (2159 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/test/processors/support/ProcessorEmulatorTestAdapter.java (2247 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/ghidra/util/state/ResultsState.java (2418 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/main/java/help/screenshot/AbstractScreenShotGenerator.java (1769 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/datatypes/DataTypeMerge2Test.java (1531 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/datatypes/DataTypeMerge3Test.java (1880 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/datatypes/DataTypeMerge4Test.java (1962 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/datatypes/DataTypeMerge5Test.java (1536 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/AbstractListingMergeManagerTest.java (1657 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/CommentMergeManager1Test.java (1369 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalFunctionMergeManagerTest.java (3136 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalFunctionMerger1Test.java (1814 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalFunctionMerger2Test.java (1803 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalMergerAddTest.java (3505 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalMergerChangeTest.java (1633 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalMergerTest.java (3593 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/ExternalUseForAllTest.java (1781 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/FunctionMergeManager2Test.java (2559 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/FunctionMergeManagerTest.java (1534 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/FunctionMergerThunk2Test.java (1700 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/FunctionMergerThunkTest.java (1543 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/RefMergerExtTest.java (1409 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/merge/listing/RefMergerMemTest.java (1365 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/datamgr/DataTypeManagerPluginTest.java (1724 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/function/Function1Test.java (1580 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/script/AbstractGhidraScriptMgrPluginTest.java (1691 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/string/StringsAnalyzerTest.java (1394 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/string/StringTableSearchTest.java (1676 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/symtable/SymbolTablePluginTest.java (1838 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/program/database/function/FunctionDBTest.java (2154 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/program/database/symbol/SymbolManagerTest.java (2497 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/program/util/ProgramMerge1Test.java (1710 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/program/util/ProgramMerge2Test.java (4794 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test.slow/java/ghidra/program/util/ProgramMerge3Test.java (1438 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test/java/ghidra/app/plugin/core/function/editor/FunctionEditorModelTest.java (1949 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Base/src/test/java/ghidra/app/util/html/HTMLDataTypeRepresentationTest.java (1492 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/BSimControlLaunchable.java (1570 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/client/AbstractSQLFunctionDatabase.java (2407 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/BSim/src/main/java/ghidra/features/bsim/query/elastic/ElasticDatabase.java (3577 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/ghidra_scripts/classrecovery/RecoveredClassHelper.java (8951 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/ghidra_scripts/classrecovery/RTTIGccClassRecoverer.java (4922 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/ghidra_scripts/classrecovery/RTTIWindowsClassRecoverer.java (2847 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/ghidra_scripts/RecoverClassesFromRTTIScript.java (1650 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/component/DecompilerPanel.java (1618 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/DecompileOptions.java (1784 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/decompiler/component/DecompilerClangTest.java (2591 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/FileFormats/src/main/java/ghidra/file/formats/dump/pagedump/KdDebuggerData.java (2279 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/FunctionGraph/src/test.slow/java/ghidra/app/plugin/core/functiongraph/AbstractFunctionGraphTest.java (2345 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/FunctionGraphDecompilerExtension/src/main/java/ghidra/app/plugin/core/functiongraph/graph/layout/DecompilerNestedLayout.java (1661 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/GnuDemangler/src/main/java/ghidra/app/util/demangler/gnu/GnuDemanglerParser.java (2570 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/GnuDemangler/src/test/java/ghidra/app/util/demangler/GnuDemanglerParserTest.java (2407 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/GraphServices/src/main/java/ghidra/graph/visualization/DefaultGraphDisplay.java (1497 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/MicrosoftDmang/src/test/java/mdemangler/MDMangBaseTest.java (15687 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/CppCompositeType.java (2985 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/DefaultPdbApplicator.java (2509 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/PrimitiveTypeApplier.java (2119 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/Cfb432ProgramCreator.java (7875 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/Cfb464ProgramCreator.java (8014 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/Egray832ProgramCreator.java (20019 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/Egray864ProgramCreator.java (20346 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/pdbapplicator/CppCompositeTypeTest.java (2796 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/Vftm32ProgramCreator.java (3139 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/PDB/src/test/java/ghidra/app/util/pdb/Vftm64ProgramCreator.java (3177 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/ProgramDiff/src/main/java/ghidra/app/plugin/core/diff/ProgramDiffPlugin.java (1906 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/SystemEmulation/src/main/java/ghidra/pcode/struct/StructuredSleigh.java (1966 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/VersionTracking/src/main/java/ghidra/feature/vt/gui/actions/AutoVersionTrackingTask.java (1436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/api/markupitem/FunctionSignatureDifferentParameterCountMarkupOptionsTest.java (1259 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/api/VTAutoVersionTrackingTest.java (1442 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/api/VTMatchApplyFunctionSignatureTest.java (2613 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/api/VTMatchApplyTest.java (2152 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/DB/src/main/java/db/buffers/BufferMgr.java (2131 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/DB/src/main/java/db/Table.java (4072 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/main/java/docking/DockingWindowManager.java (2661 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/main/java/docking/test/AbstractDockingTest.java (2377 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/main/java/docking/widgets/fieldpanel/FieldPanel.java (2523 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/main/java/docking/widgets/filechooser/GhidraFileChooser.java (2578 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/main/java/docking/widgets/table/GTable.java (1752 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/main/java/docking/widgets/tree/GTree.java (2103 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Docking/src/test.slow/java/docking/widgets/filechooser/GhidraFileChooserTest.java (3006 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Emulation/src/main/java/ghidra/pcode/emu/jit/gen/JitCodeGenerator.java (1501 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Emulation/src/main/java/ghidra/pcode/emu/jit/gen/tgt/JitCompiledPassage.java (2230 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Emulation/src/main/java/ghidra/pcode/emu/jit/gen/util/Op.java (3185 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/FileSystem/src/main/java/ghidra/framework/store/local/IndexedLocalFileSystem.java (1827 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/Project/src/main/java/ghidra/framework/plugintool/PluginTool.java (1680 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/pcodeCPort/slgh_compile/SleighCompile.java (1913 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/code/CodeManager.java (3390 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/mem/MemoryMapDB.java (2161 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/ProgramDB.java (2505 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/references/ReferenceDBManager.java (2032 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/database/symbol/SymbolManager.java (3510 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/disassemble/Disassembler.java (1892 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/pcode/PcodeDataTypeManager.java (1449 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Framework/SoftwareModeling/src/test/java/ghidra/pcode/floatformat/FloatFormatTest.java (1669 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Processors/AARCH64/src/main/java/ghidra/program/emulation/AARCH64EmulateInstructionStateModifier.java (1698 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Processors/RISCV/scripts/binutil.py (2886 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/DebuggerIntegrationTest/src/test/java/ghidra/app/plugin/core/debug/gui/listing/DebuggerListingProviderTest.java (1465 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/DebuggerIntegrationTest/src/test/java/ghidra/app/plugin/core/debug/gui/memory/DebuggerMemoryBytesProviderTest.java (1281 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/DebuggerIntegrationTest/src/test/java/ghidra/app/plugin/core/debug/service/breakpoint/AbstractDebuggerLogicalBreakpointServiceTest.java (1676 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/IntegrationTest/src/screen/java/help/screenshot/RepositoryScreenShots.java (2183 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/app/plugin/core/clipboard/ClipboardPluginTest.java (1757 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/pcode/emu/jit/gen/AbstractToyJitCodeGeneratorTest.java (3705 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/program/model/pcode/PcodeEmitContextTest.java (1797 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: GhidraBuild/IDAPro/Python/6xx/loaders/xmlldr.py (1823 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.

Showing first 300 of 303. Refine filters or use the findings page for deep search.

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/34e46ccb-bf4c-4ece-bf6e-ec37bc5f04cd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/34e46ccb-bf4c-4ece-bf6e-ec37bc5f04cd/

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.