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, 7 hours ago) · 10 languages

240 raw signals (132 security + 108 graph) 11/13 scanners ran 86th 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, 7 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

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Possible secret in java-checks/src/main/java/org/sonar/java/checks/AbstractHardCodedCredentialChecker.java
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in java-checks/src/main/java/org/sonar/java/checks/AbstractHardCodedCredentialChecker.java:146; move to env var / secrets manager.
java-checks/src/main/java/org/sonar/java/checks/AbstractHardCodedCredentialChecker.java:146
#2
Insecure pattern 'eval_used' in java-checks/src/main/java/org/sonar/java/checks/ForLoopFalseConditionCheck.java:66
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
java-checks/src/main/java/org/sonar/java/checks/ForLoopFalseConditionCheck.java:66
#3
Insecure pattern 'weak_hash' in java-checks/src/main/java/org/sonar/java/checks/AbstractHashAlgorithmChecker.java:43
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
java-checks/src/main/java/org/sonar/java/checks/AbstractHashAlgorithmChecker.java:43
#4
Insecure pattern 'weak_hash' in java-checks/src/main/java/org/sonar/java/checks/security/DataHashingCheck.java:29
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
java-checks/src/main/java/org/sonar/java/checks/security/DataHashingCheck.java:29
#5
Insecure pattern 'weak_hash' in java-frontend/src/main/java/org/sonar/java/model/InputFileUtils.java:42
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
java-frontend/src/main/java/org/sonar/java/model/InputFileUtils.java:42
#6
Insecure pattern 'weak_hash' in java-frontend/src/main/java/org/sonar/java/caching/FileHashingUtils.java:35
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
java-frontend/src/main/java/org/sonar/java/caching/FileHashingUtils.java:35
#7
Insecure pattern 'weak_hash' in .github/workflows/dogfood.yml:35
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
.github/workflows/dogfood.yml:35
#8
Insecure pattern 'weak_hash' in its/plugin/projects/struts-1.3.9-lite/core/src/main/java/org/apache/struts/util/TokenProcessor.java:205
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
its/plugin/projects/struts-1.3.9-lite/core/src/main/java/org/apache/struts/util/TokenProcessor.java:205
#9
Insecure pattern 'weak_hash' in external-reports/src/main/resources/org/sonar/l10n/java/rules/spotbugs/findsecbugs-rules.json:754
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
external-reports/src/main/resources/org/sonar/l10n/java/rules/spotbugs/findsecbugs-rules.json:754
#10
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/PullRequestCreated.yml:18

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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.