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

Scan timing: clone 2.1s · analysis 40.89s · 10.3 MB · GitHub API rate-limit (preflight)

eclipse-sw360/sw360

https://github.com/eclipse-sw360/sw360 · scanned 2026-06-05 14:53 UTC (5 days, 4 hours ago) · 10 languages

274 raw signals (78 security + 196 graph) 14th percentile · Java · large (100-500K LoC) System graph score 70 (lower by 4)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 4 hours ago · v2 · 129 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 60.0 0.15 9.00
security_score 26.9 0.25 6.72
testing_score 80.0 0.20 16.00
documentation_score 96.0 0.15 14.40
practices_score 89.0 0.15 13.35
code_quality 66.5 0.10 6.65
Overall 1.00 66.1
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 clients/client/src/main/java/org/eclipse/sw360/clients/rest/resource/SW360Attributes.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 clients/client/src/main/java/org/eclipse/sw360/clients/rest/resource/SW360Attributes.java:35; move to env var / secrets manager.
clients/client/src/main/java/org/eclipse/sw360/clients/rest/resource/SW360Attributes.java:35
#2
Privileged port 256 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in Dockerfile is a real port, change the binding to ≥1024 or run behind a proxy.
Dockerfile
#3
Privileged port 59 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in Dockerfile is a real port, change the binding to ≥1024 or run behind a proxy.
Dockerfile
#4
Privileged port 98 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in third-party/thrift/Dockerfile is a real port, change the binding to ≥1024 or run behind a proxy.
third-party/thrift/Dockerfile
#5
Insecure pattern 'weak_hash' in backend/fossology/src/main/java/org/eclipse/sw360/fossology/rest/FossologyRestClient.java:735
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
backend/fossology/src/main/java/org/eclipse/sw360/fossology/rest/FossologyRestClient.java:735
#6
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/thrift_container.yml
#7
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/scorecard.yml
#8
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/sw360_container.yml
#9
Dockerfile runs as root: Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#10
Dockerfile runs as root: third-party/thrift/Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity

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/7f6605cc-6a16-4dff-84b8-571aaccfc3aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7f6605cc-6a16-4dff-84b8-571aaccfc3aa/

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.