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.
91 of your 124 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 18.58s · analysis 20.65s · 62.3 MB · GitHub API rate-limit (preflight)

oracle/graalvm-reachability-metadata

https://github.com/oracle/graalvm-reachability-metadata · scanned 2026-06-05 20:44 UTC (4 days, 12 hours ago) · 10 languages

396 raw signals (122 security + 274 graph) 11/13 scanners ran 57th percentile · Java · large (100-500K LoC) System graph score 84 (lower by 7)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 12 hours ago · v2 · 166 actionable findings from 2 signal sources. 93 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 90.0 0.20 18.00
documentation_score 75.0 0.15 11.25
practices_score 74.0 0.15 11.10
code_quality 56.0 0.10 5.60
Overall 1.00 76.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+ (77/100). Dimensions: security 100, maintainability 40. 122 findings (7 security). 412,758 lines analyzed.

Showing 121 of 166 actionable findings. 259 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 [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
forge/utility_scripts/shutdown_signal.py:33
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
forge/utility_scripts/gradle_environment.py:63
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences [MINED108] `self._acquire_exclusive_file_lock` used but never assigned in __init__: Method `acquire` of class `LocalIssueClaimLock` reads `self._acquire_exclusive_file_lock`, 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._acquire_exclusive_file_lock = <default>` in __init__, or add a class-level default.
2 files, 25 locations
forge/forge_metadata.py:921, 922, 924, 929, 941, 950, 955, 962, +16 more (24 hits)
forge/utility_scripts/fixture_github.py:156
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `gradle/wrapper/gradle-wrapper.jar` committed in source repo: `gradle/wrapper/gradle-wrapper.jar` is a .jar binary (45,457 bytes) committed to a repo that otherwise has 5995 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.
gradle/wrapper/gradle-wrapper.jar:1
medium Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences [MINED124] requirements.txt: `pylint` has no version pin: Unpinned pip requirement means every fresh install may resolve a different version. Newer releases can introduce malicious code (typosquats, account compromises). Reproducible installs need exact pins.
Replace `pylint` with `pylint==<version>` and manage upgrades through PRs / Dependabot.
lines 1, 2, 3
forge/requirements.txt:1, 2, 3 (3 hits)
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.
lines 1606, 1620, 2440, 2577, 2785, 3419, 3555, 3919, +17 more
forge/forge_metadata.py:1606, 1620, 2440, 2577, 2785, 3419, 3555, 3919, +17 more (25 hits)
Error handlingquality
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
docs/support/index.html:472
medium System graph cicd CI/CD security conf 1.00 4 occurrences 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.
4 files, 4 locations
.github/workflows/create-scheduled-release.yml
.github/workflows/publish-scheduled-coverage.yml
.github/workflows/sync-docker-images.yml
.github/workflows/verify-new-library-version-compatibility.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in forge/ai_workflows/core/workflow_strategy.py:158
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
forge/ai_workflows/core/workflow_strategy.py:158 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in forge/ai_workflows/drivers/add_new_library_support.py:293
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
forge/ai_workflows/drivers/add_new_library_support.py:293 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in forge/ai_workflows/drivers/java_fail_workflow.py:237
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
forge/ai_workflows/drivers/java_fail_workflow.py:237 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/com.diffplug.spotless/spotless-lib-extra/2.45.0/reachability-metadata.json:181
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/com.diffplug.spotless/spotless-lib-extra/2.45.0/reachability-metadata.json:181 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/com.diffplug.spotless/spotless-lib-extra/3.0.0/reachability-metadata.json:206
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/com.diffplug.spotless/spotless-lib-extra/3.0.0/reachability-metadata.json:206 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/com.github.mwiede/jsch/2.27.7/reachability-metadata.json:319
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/com.github.mwiede/jsch/2.27.7/reachability-metadata.json:319 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/io.netty/netty-common/4.1.115.Final/reachability-metadata.json:5275
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/io.netty/netty-common/4.1.115.Final/reachability-metadata.json:5275 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/io.netty/netty-common/4.1.80.Final/reachability-metadata.json:5220
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/io.netty/netty-common/4.1.80.Final/reachability-metadata.json:5220 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.apache.avro/avro-ipc/1.10.2/reachability-metadata.json:145
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.apache.avro/avro-ipc/1.10.2/reachability-metadata.json:145 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.apache.directory.server/apacheds-kerberos-codec/2.0.0-M15/reachability-metadata.json:37
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.apache.directory.server/apacheds-kerberos-codec/2.0.0-M15/reachability-metadata.json:37 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.apache.maven.resolver/maven-resolver-util/1.9.25/reachability-metadata.json:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.apache.maven.resolver/maven-resolver-util/1.9.25/reachability-metadata.json:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.apache.maven.resolver/maven-resolver-util/2.0.0/reachability-metadata.json:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.apache.maven.resolver/maven-resolver-util/2.0.0/reachability-metadata.json:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.apache.maven.wagon/wagon-ssh/1.0/reachability-metadata.json:307
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.apache.maven.wagon/wagon-ssh/1.0/reachability-metadata.json:307 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.bouncycastle/bcpkix-jdk15on/1.70/reachability-metadata.json:307
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.bouncycastle/bcpkix-jdk15on/1.70/reachability-metadata.json:307 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.bouncycastle/bcpkix-jdk15to18/1.77/reachability-metadata.json:391
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.bouncycastle/bcpkix-jdk15to18/1.77/reachability-metadata.json:391 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.bouncycastle/bcpkix-jdk18on/1.77/reachability-metadata.json:391
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.bouncycastle/bcpkix-jdk18on/1.77/reachability-metadata.json:391 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.eclipse.jgit/org.eclipse.jgit/6.5.0.202303070854-r/reachability-metadata.json:132
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.eclipse.jgit/org.eclipse.jgit/6.5.0.202303070854-r/reachability-metadata.json:132 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.eclipse.jgit/org.eclipse.jgit/7.4.0.202509020913-r/reachability-metadata.json:180
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.eclipse.jgit/org.eclipse.jgit/7.4.0.202509020913-r/reachability-metadata.json:180 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.hibernate.orm/hibernate-core/6.1.1.Final/reachability-metadata.json:10293
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.hibernate.orm/hibernate-core/6.1.1.Final/reachability-metadata.json:10293 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.hibernate/hibernate-core/6.0.0.Final/reachability-metadata.json:3128
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.hibernate/hibernate-core/6.0.0.Final/reachability-metadata.json:3128 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.liquibase/liquibase-core/4.17.0/reachability-metadata.json:1125
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.liquibase/liquibase-core/4.17.0/reachability-metadata.json:1125 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.liquibase/liquibase-core/4.20.0/reachability-metadata.json:1137
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.liquibase/liquibase-core/4.20.0/reachability-metadata.json:1137 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.liquibase/liquibase-core/4.25.0/reachability-metadata.json:8862
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.liquibase/liquibase-core/4.25.0/reachability-metadata.json:8862 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.liquibase/liquibase-core/4.27.0/reachability-metadata.json:6884
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.liquibase/liquibase-core/4.27.0/reachability-metadata.json:6884 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.liquibase/liquibase-core/5.0.1/reachability-metadata.json:7850
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.liquibase/liquibase-core/5.0.1/reachability-metadata.json:7850 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.opengauss/opengauss-jdbc/3.1.0-og/reachability-metadata.json:124
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.opengauss/opengauss-jdbc/3.1.0-og/reachability-metadata.json:124 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.sonatype.aether/aether-util/1.12/reachability-metadata.json:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.sonatype.aether/aether-util/1.12/reachability-metadata.json:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.sonatype.aether/aether-util/1.8/reachability-metadata.json:7
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.sonatype.aether/aether-util/1.8/reachability-metadata.json:7 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.web3j/core/4.10.0/reachability-metadata.json:307
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.web3j/core/4.10.0/reachability-metadata.json:307 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/org.web3j/core/4.11.0/reachability-metadata.json:307
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/org.web3j/core/4.11.0/reachability-metadata.json:307 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in metadata/software.amazon.awssdk/s3/2.25.3/reachability-metadata.json:43
Found a known-risky pattern (weak_hash). Review and replace if possible.
metadata/software.amazon.awssdk/s3/2.25.3/reachability-metadata.json:43 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — forge/ai_workflows/core/basic_iterative_strategy.py:121
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — forge/ai_workflows/core/dynamic_access_iterative_strategy.py:127
`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 — forge/ai_workflows/core/optimistic_dynamic_access_strategy.py:76
`subprocess.check_output(...)` 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 — forge/ai_workflows/core/workflow_strategy.py:158
`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 — forge/ai_workflows/drivers/add_new_library_support.py:273
`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 — forge/ai_workflows/drivers/fix_ni_run.py:62
`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 — forge/ai_workflows/drivers/improve_library_coverage.py:764
`subprocess.check_output(...)` 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 — forge/ai_workflows/drivers/java_fail_workflow.py:237
`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 — forge/benchmarks/benchmark_runner.py:105
`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 — forge/forge_metadata.py:544
`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 — forge/git_scripts/common_git.py:50
`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 — forge/git_scripts/make_pr_improve_coverage.py:249
`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 — forge/git_scripts/make_pr_java_run_fix.py:272
`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 — forge/git_scripts/make_pr_javac_fix.py:112
`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 — forge/git_scripts/make_pr_new_library_support.py:376
`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 — forge/git_scripts/make_pr_ni_run_fix.py:114
`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 — forge/git_scripts/make_pr_not_for_native_image.py:73
`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 — forge/utility_scripts/library_finalization.py:31
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — forge/utility_scripts/local_ci_verification.py:179
`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 — forge/utility_scripts/metrics_writer.py:904
`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 — forge/utility_scripts/native_image_config_policy.py:114
`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 — forge/utility_scripts/repo_path_resolver.py:32
`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 — forge/utility_scripts/source_context.py:168
`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 — forge/utility_scripts/style_checks.py:23
`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 — forge/utility_scripts/workflow_setup.py:85
`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 network Security conf 1.00 Privileged port 54 in use
Port 54 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
forge/fixture_github_issues/library-new-request-dynamic-access.yaml Ports
medium System graph network Security conf 1.00 Privileged port 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
forge/fixture_github_issues/fails-native-image-run.yaml Ports
low Security checks quality Quality conf 0.64 Duplicate top-level symbol appears in a patch-style file
Keep one authoritative implementation, update imports to point at it, and remove or rename the duplicate symbol.
forge/git_scripts/make_pr_java_run_fix.py:1
low Security checks quality Quality conf 0.60 19 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, 15 locations
forge/ai_workflows/drivers/java_fail_workflow.py:79, 80 (2 hits)
forge/git_scripts/make_pr_new_library_support.py:314, 440 (2 hits)
forge/git_scripts/make_pr_ni_run_fix.py:223, 225 (2 hits)
forge/ai_workflows/agents/pi_agent.py:44
forge/ai_workflows/agents/pi_rpc_client.py:29
forge/ai_workflows/core/java_fix_iterative_strategy.py:88
forge/ai_workflows/core/optimistic_dynamic_access_strategy.py:167
forge/ai_workflows/drivers/fix_ni_run.py:25
duplicationquality
high Security checks quality Quality conf 0.62 3 occurrences 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.
3 files, 3 locations
forge/git_scripts/make_pr_java_run_fix.py:1
forge/git_scripts/make_pr_javac_fix.py:1
forge/git_scripts/make_pr_ni_run_fix.py:1
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/src/com.github.jknack/handlebars/4.3.1/src/test/resources/custom-handlebars.js
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: tests/src/com.github.jknack/handlebars/4.4.0/src/test/resources/custom-handlebars.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: forge/forge_metadata.py:add_issue_label_to_payload, forge/forge_metadata.py:add_issue_label This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separat…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: forge/forge_metadata.py:to_json, forge/forge_metadata.py:to_json, forge/forge_metadata.py:to_json This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're s…
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `entry_copy` in forge/ai_workflows/drivers/improve_library_coverage.py:597
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 quality Integrity conf 1.00 Old/deprecated-named symbol `tmp_old` in forge/git_scripts/make_pr_javac_fix.py:105
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: add_open_blocker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/fixture_github.py:276
low System graph software Dead code conf 1.00 Possibly dead Python function: append_matching_run_metrics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/metrics_writer.py:866
low System graph software Dead code conf 1.00 Possibly dead Python function: compact_fork
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/agents/pi_agent.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: compact_fork
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/agents/codex_agent.py:234
low System graph software Dead code conf 1.00 Possibly dead Python function: compact_thread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/agents/codex_app_server.py:70
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/agents/agent.py:39
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/core/workflow_strategy.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_local_reachability_repo
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/repo_path_resolver.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: format_cached_issue_claim_skip
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/forge_metadata.py:5890
low System graph software Dead code conf 1.00 Possibly dead Python function: is_issue_blocked
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/forge_metadata.py:6088
low System graph software Dead code conf 1.00 Possibly dead Python function: is_review_pull_request_eligible
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/forge_metadata.py:2461
low System graph software Dead code conf 1.00 Possibly dead Python function: list_strategy_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/strategy_loader.py:65
low System graph software Dead code conf 1.00 Possibly dead Python function: rank
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/drivers/improve_library_coverage.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: read_maven_packaging
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/native_image_artifact.py:219
low System graph software Dead code conf 1.00 Possibly dead Python function: remove_open_blocker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/fixture_github.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_github_repo_slug
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/git_scripts/common_git.py:589
low System graph software Dead code conf 1.00 Possibly dead Python function: resume_thread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/agents/codex_app_server.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: set_open_blocking_issue_numbers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/fixture_github.py:272
low System graph software Dead code conf 1.00 Possibly dead Python function: set_project_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/fixture_github.py:265
low System graph software Dead code conf 1.00 Possibly dead Python function: start_thread
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/ai_workflows/agents/codex_app_server.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_benchmark_suite
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/schema_validator.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_non_negative_integer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/forge_metadata.py:4250
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_review_period
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/forge_metadata.py:4258
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_strategy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
forge/utility_scripts/schema_validator.py:77
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/actions/detect-file-changes/detect-file-changes.js:232
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/workflows/scripts/open-dependency-issues-and-link-blockers.js:607
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: forge/ai_workflows/core/dynamic_access_iterative_strategy.py (1112 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: forge/forge_metadata.py (7048 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: forge/tests/test_forge_metadata.py (2568 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.android.tools.build/builder-model/1.5.0/src/test/java/com_android_tools_build/builder_model/Builder_modelTest.java (2260 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.android.tools.build/builder-model/2.0.0/src/test/java/com_android_tools_build/builder_model/Builder_modelTest.java (2344 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.android.tools.build/builder-model/2.1.0/src/test/java/com_android_tools_build/builder_model/Builder_modelTest.java (2353 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.android.tools.build/builder-model/2.1.2/src/test/java/com_android_tools_build/builder_model/Builder_modelTest.java (2353 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.google.cloud/google-cloud-monitoring/3.65.0/src/test/java/com_google_cloud/google_cloud_monitoring/Google_cloud_monitoringTest.java (1083 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.google.protobuf/protobuf-java-util/3.21.12/src/test/java/com/google/protobuf/util/JsonFormatTest.java (1995 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.google.protobuf/protobuf-java-util/3.22.0/src/test/java/com/google/protobuf/util/JsonFormatTest.java (1995 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/com.google.protobuf/protobuf-java-util/3.23.3/src/test/java/com/google/protobuf/util/JsonFormatTest.java (1995 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/jakarta.batch/jakarta.batch-api/2.1.1/src/test/java/jakarta_batch/jakarta_batch_api/Jakarta_batch_apiTest.java (1400 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/jakarta.persistence/jakarta.persistence-api/4.0.0-M1/src/test/java/jakarta_persistence/jakarta_persistence_api/Jakarta_persistence_apiTest.java (1463 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/jakarta.persistence/jakarta.persistence-api/4.0.0-M2/src/test/java/jakarta_persistence/jakarta_persistence_api/Jakarta_persistence_apiTest.java (1477 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/jakarta.resource/jakarta.resource-api/2.1.0/src/test/java/jakarta_resource/jakarta_resource_api/JakartaResourceApiTest.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: tests/src/javax.persistence/javax.persistence-api/2.2/src/test/java/javax_persistence/javax_persistence_api/Javax_persistence_apiTest.java (1337 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/javax.portlet/portlet-api/2.0/src/test/java/javax_portlet/portlet_api/Portlet_apiTest.java (2102 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/org.apache.hadoop/hadoop-yarn-api/2.6.1/src/test/java/org_apache_hadoop/hadoop_yarn_api/Hadoop_yarn_apiTest.java (1291 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/src/org.springframework.amqp/spring-rabbitmq-client/4.0.2/src/test/java/org_springframework_amqp/spring_rabbitmq_client/Spring_rabbitmq_clientTest.java (1789 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/tck-build-logic/src/main/java/org/graalvm/internal/tck/stats/ReadmeBadgeSummarySupport.java (1292 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/bcbb13c9-a034-4744-989c-05436b288eb4/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bcbb13c9-a034-4744-989c-05436b288eb4/

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.