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.

SonarSource/sonarqube-mcp-server

https://github.com/SonarSource/sonarqube-mcp-server · scanned 2026-05-16 13:31 UTC (3 weeks, 3 days ago) · 10 languages

28 raw signals (10 security + 18 graph) 67th percentile · Java · medium (20-100K LoC) System graph score 66 (higher by 12)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks, 4 days ago · v1 · 6 actionable findings from 1 signal source. 2 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-14-v3
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 86.6 0.25 21.65
testing_score 80.0 0.20 16.00
documentation_score 75.0 0.15 11.25
practices_score 75.0 0.15 11.25
code_quality 80.0 0.10 8.00
Overall 1.00 77.9
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (78/100). Dimensions: security 87, maintainability 65. 10 findings. 41,555 lines analyzed.

Showing 3 of 6 actionable findings. 8 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.

low Security checks security secrets conf 0.90 [SEC002] Hardcoded API Key: Hardcoded API key found in source code.
Use environment variables. Add the pattern to .gitignore.
src/main/java/org/sonarsource/sonarqube/mcp/analytics/AnalyticsClient.java:35
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts.
.dockerignore CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.84 Dockerfile ADD downloads remote content
ADD can fetch remote URLs without checksum verification. This makes builds dependent on mutable network content.
Dockerfile:9 CI/CD securitycontainers
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/c13f1bc8-1a7e-439e-80da-e57482ec655c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c13f1bc8-1a7e-439e-80da-e57482ec655c/

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.