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

Scan timing: clone 11.32s · analysis 23.99s · 27.2 MB · GitHub API rate-limit (preflight)

SonarSource/sonar-java

https://github.com/SonarSource/sonar-java · scanned 2026-06-05 13:24 UTC (5 days, 6 hours ago) · 10 languages

240 raw signals (132 security + 108 graph) 11/13 scanners ran 79th percentile · Java · large (100-500K LoC) System graph score 77 (higher by 6)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 6 hours ago · v2 · 69 actionable findings from 2 signal sources. 117 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 80.0 0.20 16.00
documentation_score 81.0 0.15 12.15
practices_score 86.0 0.15 12.90
code_quality 80.0 0.10 8.00
Overall 1.00 83.0
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 A- (83/100). Dimensions: security 100, maintainability 60. 132 findings (43 security). 435,105 lines analyzed.

Showing 26 of 69 actionable findings. 186 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 java-checks/src/main/java/org/sonar/java/checks/AbstractHardCodedCredentialChecker.java
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
java-checks/src/main/java/org/sonar/java/checks/AbstractHardCodedCredentialChecker.java:146
high Security checks security auth conf 0.78 Consent is collected in UI without visible backend audit persistence
Persist consent as a backend record with subject, actor, purpose, scope, legal text version, timestamp, IP address, user agent, and revocation state.
sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2612.html:8
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 41 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `SonarSource/release-github-actions/.github/workflows/automated-release.yml` pinned to mutable ref `@v1`: `uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; th…
12 files, 37 locations
.github/workflows/build.yml:37, 88, 95, 155, 162, 403 (7 hits)
.github/workflows/dogfood.yml:22, 31 (4 hits)
.github/workflows/PullRequestClosed.yml:19, 24 (3 hits)
.github/workflows/PullRequestCreated.yml:18, 24 (3 hits)
.github/workflows/SubmitReview.yml:20, 26 (3 hits)
.github/workflows/ToggleLockBranch.yml:14, 19 (3 hits)
.github/workflows/releasability.yaml:21, 46 (3 hits)
.github/workflows/unified-dogfooding.yml:19, 29 (3 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/stale` pinned to mutable ref `@v9`: `uses: actions/stale@v9` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock wit…
2 files, 3 locations
.github/workflows/PrepareNextIteration.yml:21 (2 hits)
.github/workflows/mark-prs-stale.yml:14
CI/CD securitySupply chainGitHub Actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in java-checks/src/main/java/org/sonar/java/checks/ForLoopFalseConditionCheck.java:66
Found a known-risky pattern (eval_used). Review and replace if possible.
java-checks/src/main/java/org/sonar/java/checks/ForLoopFalseConditionCheck.java:66 Eval 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.
medium Security checks quality Quality conf 1.00 3 occurrences [SEC105] Cookie missing HttpOnly/Secure flag: Session cookie missing HttpOnly (allows JS reads), Secure (transmitted over plain HTTP), or SameSite (CSRF). Each on its own is a finding.
Always set HttpOnly=true, Secure=true (in production), SameSite=Lax or Strict. For Express: `res.cookie(name, val, { httpOnly: true, secure: true, sameSite: 'lax' })`.
3 files, 3 locations
java-checks-test-sources/default/src/main/files/non-compiling/checks/security/CookieHttpOnlyCheck.java:19
java-checks-test-sources/default/src/main/java/checks/security/SecureCookieCheckJakarta.java:28
java-checks-test-sources/default/src/main/java/checks/security/SecureCookieCheckSample.java:37
high Security checks quality Quality conf 0.74 7 occurrences Frontend API reference is not matched by discovered backend routes
Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore.
lines 6, 20, 25, 32, 37, 103, 113
sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S6856.html:6, 20, 25, 32, 37, 103, 113 (7 hits)
medium System graph cicd CI/CD security conf 1.00 15 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.
12 files, 12 locations
.github/workflows/PrepareNextIteration.yml
.github/workflows/PullRequestClosed.yml
.github/workflows/PullRequestCreated.yml
.github/workflows/ReleasabilityCheck.yml
.github/workflows/RequestReview.yml
.github/workflows/SubmitReview.yml
.github/workflows/ToggleLockBranch.yml
.github/workflows/UpdateRuleMetadata.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in .github/workflows/dogfood.yml:35
Found a known-risky pattern (weak_hash). Review and replace if possible.
.github/workflows/dogfood.yml:35 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in external-reports/src/main/resources/org/sonar/l10n/java/rules/spotbugs/findsecbugs-rules.json:754
Found a known-risky pattern (weak_hash). Review and replace if possible.
external-reports/src/main/resources/org/sonar/l10n/java/rules/spotbugs/findsecbugs-rules.json:754 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in its/plugin/projects/struts-1.3.9-lite/core/src/main/java/org/apache/struts/util/TokenProcessor.java:205
Found a known-risky pattern (weak_hash). Review and replace if possible.
its/plugin/projects/struts-1.3.9-lite/core/src/main/java/org/apache/struts/util/TokenProcessor.java:205 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in java-checks/src/main/java/org/sonar/java/checks/AbstractHashAlgorithmChecker.java:43
Found a known-risky pattern (weak_hash). Review and replace if possible.
java-checks/src/main/java/org/sonar/java/checks/AbstractHashAlgorithmChecker.java:43 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in java-checks/src/main/java/org/sonar/java/checks/security/DataHashingCheck.java:29
Found a known-risky pattern (weak_hash). Review and replace if possible.
java-checks/src/main/java/org/sonar/java/checks/security/DataHashingCheck.java:29 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in java-frontend/src/main/java/org/sonar/java/caching/FileHashingUtils.java:35
Found a known-risky pattern (weak_hash). Review and replace if possible.
java-frontend/src/main/java/org/sonar/java/caching/FileHashingUtils.java:35 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in java-frontend/src/main/java/org/sonar/java/model/InputFileUtils.java:42
Found a known-risky pattern (weak_hash). Review and replace if possible.
java-frontend/src/main/java/org/sonar/java/model/InputFileUtils.java:42 Weak hash
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, 21 locations
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java:36, 59, 107 (3 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/TagUtils.java:344, 539 (2 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/CheckboxTag.java:13, 74 (2 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/ImgTag.java:41, 131 (2 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/MessagesTag.java:30, 41 (2 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/MultiboxTag.java:16, 17 (2 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/OptionTag.java:76, 78 (2 hits)
its/plugin/projects/struts-1.3.9-lite/taglib/src/main/java/org/apache/struts/taglib/html/OptionsTag.java:49, 61 (2 hits)
duplicationquality
low System graph quality Maintenance conf 1.00 107 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Complexity conf 1.00 Very large file: its/plugin/projects/struts-1.3.9-lite/core/src/main/java/org/apache/struts/action/ActionServlet.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: its/plugin/projects/struts-1.3.9-lite/core/src/main/java/org/apache/struts/validator/FieldChecks.java (1336 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: its/plugin/projects/struts-1.3.9-lite/taglib/src/test/java/org/apache/struts/taglib/TestTagUtils.java (2196 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: java-frontend/src/main/java/org/sonar/java/model/JParser.java (2914 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: java-frontend/src/test/java/org/sonar/java/cfg/CFGTest.java (3157 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: java-frontend/src/test/java/org/sonar/java/model/JavaTreeModelTest.java (3668 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: java-frontend/src/test/java/org/sonar/java/model/JParserSemanticTest.java (2144 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: java-frontend/src/test/java/org/sonar/java/SonarComponentsTest.java (1417 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/8b0cc620-1283-4f1a-95c5-51f9bc3ef4eb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8b0cc620-1283-4f1a-95c5-51f9bc3ef4eb/

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.