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

Scan timing: clone 3.39s · analysis 21.94s · 5.4 MB · GitHub preflight 484ms

apache/maven-resolver

https://github.com/apache/maven-resolver · scanned 2026-06-05 14:17 UTC (5 days, 4 hours ago) · 10 languages

80 raw signals (54 security + 26 graph) 50th percentile · Java · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 4 hours ago · v2 · 23 actionable findings from 2 signal sources. 44 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 85.0 0.15 12.75
security_score 71.5 0.25 17.88
testing_score 80.0 0.20 16.00
documentation_score 73.0 0.15 10.95
practices_score 67.0 0.15 10.05
code_quality 60.7 0.10 6.07
Overall 1.00 73.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B (74/100). Dimensions: security 72, maintainability 85. 54 findings (4 security). 117,205 lines analyzed.

Showing 8 of 23 actionable findings. 67 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.

critical System graph security Secrets conf 1.00 Possible secret in maven-resolver-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
maven-resolver-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java:71
high Security checks software dependencies conf 0.90 ✓ Repobility Binary file `maven-resolver-demos/maven-resolver-demo-snippets/src/main/data/demo.jar` committed in source repo
`maven-resolver-demos/maven-resolver-demo-snippets/src/main/data/demo.jar` is a .jar binary (345 bytes) committed to a repo that otherwise has 870 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary tha…
maven-resolver-demos/maven-resolver-demo-snippets/src/main/data/demo.jar:1
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 7 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
4 files, 7 locations
.github/workflows/maven-verify.yml:27 (2 hits)
.github/workflows/pr-automation.yml:27 (2 hits)
.github/workflows/release-drafter.yml:27 (2 hits)
.github/workflows/stale.yml:28
CI/CD securitySupply chainGitHub Actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in maven-resolver-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java:94
Found a known-risky pattern (weak_hash). Review and replace if possible.
maven-resolver-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java:94 Weak hash
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
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, 14 locations
maven-resolver-transport-jetty/src/main/java/org/eclipse/aether/transport/jetty/JettyTransporter.java:86, 188 (2 hits)
maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager/TransitiveDependencyManager.java:17, 29 (2 hits)
maven-resolver-api/src/main/java/org/eclipse/aether/installation/InstallResult.java:52
maven-resolver-api/src/main/java/org/eclipse/aether/metadata/AbstractMetadata.java:39
maven-resolver-generator-sigstore/src/main/java/org/eclipse/aether/generator/sigstore/SigstoreSignatureArtifactGenerator.java:112
maven-resolver-impl/src/main/java/org/eclipse/aether/impl/scope/CommonBuilds.java:80
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultFileProcessor.java:97
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultInstaller.java:81
duplicationquality
low System graph quality Complexity conf 1.00 Very large file: maven-resolver-supplier-mvn4/src/main/java/org/eclipse/aether/supplier/RepositorySystemSupplier.java (1218 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: maven-resolver-test-http/src/main/java/org/eclipse/aether/internal/test/util/http/HttpTransporterTest.java (1576 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/eec27b17-d946-4a29-9c69-3fe3b79f0ce6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/eec27b17-d946-4a29-9c69-3fe3b79f0ce6/

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.