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.
47 of your 134 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 36.29s for a 125.9 MB repo slow.
  • Repobility's analysis ran in 33.63s after the clone landed.

golang/go

https://github.com/golang/go · scanned 2026-06-05 04:52 UTC (5 hours, 21 minutes ago) · 10 languages

651 findings (117 legacy + 534 scanner) 11/13 scanners ran 33rd percentile · Go · huge (>500K LoC) Scanner says 72 (higher by 7)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 hours, 21 minutes ago · v2 · 384 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 100.0 0.25 25.00
testing_score 85.0 0.20 17.00
documentation_score 93.0 0.15 13.95
practices_score 40.0 0.15 6.00
code_quality 70.0 0.10 7.00
Overall 1.00 78.7
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 src/internal/exportdata/exportdata.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 src/internal/exportdata/exportdata.go:331; move to env var / secrets manager.
src/internal/exportdata/exportdata.go:331
#2
Possible secret in src/cmd/go/internal/base/env.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 src/cmd/go/internal/base/env.go:26; move to env var / secrets manager.
src/cmd/go/internal/base/env.go:26
#3
Possible secret in src/cmd/go/internal/vcweb/hg.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 src/cmd/go/internal/vcweb/hg.go:104; move to env var / secrets manager.
src/cmd/go/internal/vcweb/hg.go:104
#4
Possible secret in src/os/exec/exec.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 src/os/exec/exec.go:1237; move to env var / secrets manager.
src/os/exec/exec.go:1237
#5
Possible secret in src/net/url/gen_encoding_table.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 src/net/url/gen_encoding_table.go:143; move to env var / secrets manager.
src/net/url/gen_encoding_table.go:143
#6
Insecure pattern 'eval_used' in src/cmd/internal/script/conds.go:81
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/cmd/internal/script/conds.go:81
#7
Insecure pattern 'eval_used' in src/cmd/go/internal/imports/build.go:88
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/cmd/go/internal/imports/build.go:88
#8
Insecure pattern 'eval_used' in src/cmd/go/internal/modindex/build.go:652
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/cmd/go/internal/modindex/build.go:652
#9
Insecure pattern 'eval_used' in src/cmd/go/internal/modindex/read.go:511
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/cmd/go/internal/modindex/read.go:511
#10
Insecure pattern 'exec_used' in src/runtime/os3_solaris.go:622
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/runtime/os3_solaris.go:622

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/9a893486-8823-4472-92e2-5fded52d41d6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9a893486-8823-4472-92e2-5fded52d41d6/

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.