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

Scan timing: clone 6.37s · analysis 25.73s · 31.9 MB · GitHub API rate-limit (preflight)

go-gitea/gitea

https://github.com/go-gitea/gitea · scanned 2026-06-05 10:17 UTC (5 days, 15 hours ago) · 10 languages

445 raw signals (119 security + 326 graph) 11/13 scanners ran 91st percentile · Go · large (100-500K LoC) System graph score 74 (higher by 17)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 15 hours ago · v2 · 217 actionable findings from 2 signal sources. 65 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 100.0 0.20 20.00
documentation_score 90.0 0.15 13.50
practices_score 100.0 0.15 15.00
code_quality 80.0 0.10 8.00
Overall 1.00 90.5
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 services/auth/source/smtp/auth.go
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 services/auth/source/smtp/auth.go:36; move to env var / secrets manager.
services/auth/source/smtp/auth.go:36
#2
Possible secret in services/mailer/sender/smtp_auth.go
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 services/mailer/sender/smtp_auth.go:34; move to env var / secrets manager.
services/mailer/sender/smtp_auth.go:34
#3
Possible secret in tools/test-e2e.sh
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 tools/test-e2e.sh:185; move to env var / secrets manager.
tools/test-e2e.sh:185
#4
Insecure pattern 'exec_used' in modules/process/error.go:19
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
modules/process/error.go:19
#5
Privileged port 15 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in modules/migration/file_format_testdata/issue_a.yml is a real port, change the binding to ≥1024 or run behind a proxy.
modules/migration/file_format_testdata/issue_a.yml
#6
Privileged port 24 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in modules/migration/file_format_testdata/issue_a.yml is a real port, change the binding to ≥1024 or run behind a proxy.
modules/migration/file_format_testdata/issue_a.yml
#7
Privileged port 10 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in modules/migration/file_format_testdata/issue_a.yml is a real port, change the binding to ≥1024 or run behind a proxy.
modules/migration/file_format_testdata/issue_a.yml
#8
Privileged port 52 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in modules/migration/file_format_testdata/issue_a.yml is a real port, change the binding to ≥1024 or run behind a proxy.
modules/migration/file_format_testdata/issue_a.yml
#9
Insecure pattern 'weak_hash' in options/locale/locale_ga-IE.json:1005
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
options/locale/locale_ga-IE.json:1005
#10
Insecure pattern 'weak_hash' in options/locale/locale_uk-UA.json:891
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
options/locale/locale_uk-UA.json:891

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/9ddf74f5-e0e0-4f6b-a0b9-76c2b098dce1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9ddf74f5-e0e0-4f6b-a0b9-76c2b098dce1/

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.