Public record
Software health reportschema 0.31.0 · metrics 2.10.0 · 2026-08-04 23:06 UTC

moby / moby

The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

GoApache-2.0★ 71,975 stars⑂ 19,155 forkssince Jan 2013View on GitHub ↗
KindNetwork serviceCommand-line toolLibraryhow this is determined

moby/moby holds a health index of 100 out of 100, placing it in the Exceptional band. It scores highest on Vitality (100/100) and lowest on AI Readiness (81/100). It was last updated today. 7 contributors account for most of its recent work.

100
overall / 100
Exceptional

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

100
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 92 is calibrated to 100 on the published index scale (record calibration 2026-08-02).

Ownership

MobyOrganization
1,314 followers33 public repossince Apr 2017

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publish
Gogithub.com/moby/moby/v2v2.0.0-beta.21-224 days ago
Gogithub.com/moby/moby/apiv1.55.0-1847 days ago
Gogithub.com/moby/moby/clientv0.5.1-198 days ago

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

100Exceptional · 21% of overall

Development activity

100Exceptional
How it's scored
36/36Push recencylast push 0 days ago
36/36Commit cadence52/52 weeks with commits
18/18Commit volume3,681 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year3,681
human_commit_share1
days_since_last_push0
active_weeks_last_year52

Release discipline

100Exceptional
How it's scored
27/27Ships releases100 releases published
36/36Release recencylatest release 4 days ago
27/27Release cadencea release every ~5.4 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count100
latest_release_tagdocker-v29.7.1
releases_from_tagsno
days_since_latest_release4
mean_days_between_releases5.4
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

89Excellent · 17% of overall

Popularity & adoption

100Exceptional
How it's scored
60/60Stars71,975 stars
25/25Forks19,155 forks
15/15Watchers2,857 watchers
Inputs used
forks19,155
stars71,975
watchers2,857
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (Apache-2.0)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges3
has_contributingyes
has_issue_templateno
has_code_of_conductno
readme_badge_servicespkg.go.dev, shields.io, www.bestpractices.dev
has_pull_request_templateyes

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

91Excellent · 23% of overall
How it's scored
51.3/54Bus factor7 contributor(s) cover half of all commits
16.2/22.5Commit distributiontop contributor authored 28% of commits
13.5/13.5Contributor breadth100 contributors
10/10OpenSSF Scorecard: Contributorsproject has 75 contributing companies or organizations
Inputs used
bus_factor7
contributors_sampled100
top_contributor_share0.282
How it's scored
36.2/42Issue resolution86% of issues closed
24.4/30PR acceptance22,991/28,292 decided PRs merged
6.5/13Newcomer PR acceptance2/4 first-time contributors' PRs merged in 30d
15/15OpenSSF Scorecard: Code-Reviewall changesets reviewed
Inputs used
merged_prs22,991
open_issues3,267
closed_issues20,300
prs_merged_7d41
prs_decided_7d44
prs_merged_30d54
prs_decided_30d58
issue_closed_ratio0.861
closed_unmerged_prs5,301
first_time_authors_30d3
first_time_prs_merged_30d2
first_time_prs_decided_30d4
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domainverified-domain status not read for this organization
22.4/25Owner reach1,314 followers of moby
23.2/25Track record33 public repos, account ~9 yr old
Inputs used
followers1,314
owner_typeOrganization
is_verified
owner_loginmoby
public_repos33
account_age_days3,402
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable3 package(s) on go
35/35Publish recencylatest publish 4 days ago
20/20Version history22 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesgithub.com/moby/moby/v2, github.com/moby/moby/api, github.com/moby/moby/client
ecosystemsgo
any_deprecatedno
min_days_since_publish4

Engineering Quality

Are baseline engineering and documentation practices in place?

90Excellent · 19% of overall
How it's scored
24/24CI workflows20 workflow(s)
24/24Tests present
16/16Linter config.golangci.yaml, .golangci.yml
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests14 out of 14 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno

Documentation

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://mobyproject.org/
10/10Repository description
10/10Topics4 topics
10/10Wiki
Inputs used
topicsdocker, containers, go, golang
has_wikiyes
homepagehttps://mobyproject.org/
docs_sitehttps://mobyproject.org/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

91Excellent · 16% of overall

Security posture

92Excellent
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
6/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests14 out of 14 merged PRs checked by a CI test -- score normalized to 10
1.2/2.5CII-Best-Practicesbadge detected: Passing
7.5/7.5Code-Reviewall changesets reviewed
2.5/2.5Contributorsproject has 75 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
2/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 4
5/5SASTSAST tool is run on all commits
5/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
7.5/7.5Token-PermissionsGitHub workflow tokens follow principle of least privilege
6/7.5Vulnerabilities2 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate9.2
Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.
How it's scored
26.6/35Direct dependencies free of known advisories1 affected: golang.org/x/sys v0.33.0 (unknown)
0/25Indirect dependencies free of known advisoriestransitive set not separable from development and test dependencies in this scope
40/40No advisories left outstandingno advisory has been public longer than 90 days
Inputs used
sourceosv
advisories2
affected_packages2
assessed_packages317
unassessed_packages0
affected_by_severityunknown 2
direct_affected_packages1
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 317 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

81Excellent · 4% of overall
How it's scored
45/45Agent instructions.github/copilot-instructions.md, .github/instructions/review-ci-and-action-bumps.instructions.md, .github/instructions/review-go-dependency-bumps.instructions.md, AGENTS.md, CLAUDE.md, vendor/github.com/aws/smithy-go/AGENTS.md, vendor/github.com/pelletier/go-toml/v2/AGENTS.md, vendor/go.opentelemetry.io/otel/AGENTS.md, vendor/go.opentelemetry.io/otel/CLAUDE.md
0/15Machine-readable docs (llms.txt)
40/40Legible commit history88 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.88
agent_instruction_files.github/copilot-instructions.md, .github/instructions/review-ci-and-action-bumps.instructions.md, .github/instructions/review-go-dependency-bumps.instructions.md, AGENTS.md, CLAUDE.md, vendor/github.com/aws/smithy-go/AGENTS.md, vendor/github.com/pelletier/go-toml/v2/AGENTS.md, vendor/go.opentelemetry.io/otel/AGENTS.md, vendor/go.opentelemetry.io/otel/CLAUDE.md
agent_instruction_max_bytes6,768
How it's scored
18/18One-command bootstrapMakefile, api/Makefile, man/Makefile, man/vendor/github.com/cpuguy83/go-md2man/v2/Makefile, vendor/github.com/Microsoft/hcsshim/Makefile, vendor/github.com/anchore/go-struct-converter/Makefile, vendor/github.com/aws/smithy-go/Makefile, vendor/github.com/cilium/ebpf/Makefile, vendor/github.com/containerd/cgroups/v3/Makefile, vendor/github.com/containerd/fifo/Makefile, vendor/github.com/containerd/go-cni/Makefile, vendor/github.com/containerd/otelttrpc/Makefile, vendor/github.com/containerd/ttrpc/Makefile, vendor/github.com/digitorus/pkcs7/Makefile, vendor/github.com/distribution/reference/Makefile, vendor/github.com/docker/distribution/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gofrs/flock/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile, vendor/github.com/gorilla/mux/Makefile, vendor/github.com/grpc-ecosystem/go-grpc-prometheus/makefile, vendor/github.com/hashicorp/go-metrics/Makefile, vendor/github.com/hashicorp/go-multierror/Makefile, vendor/github.com/hashicorp/go-sockaddr/GNUmakefile, vendor/github.com/hashicorp/memberlist/Makefile, vendor/github.com/hiddeco/sshsig/Makefile, vendor/github.com/mistifyio/go-zfs/v4/Makefile, vendor/github.com/moby/policy-helpers/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/package-url/packageurl-go/Makefile, vendor/github.com/pelletier/go-toml/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/github.com/tetratelabs/wazero/Makefile, vendor/github.com/vishvananda/netlink/Makefile, vendor/github.com/zmap/zlint/v3/makefile, vendor/go.etcd.io/bbolt/Makefile, vendor/go.etcd.io/raft/v3/Makefile, vendor/go.opencensus.io/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/go.uber.org/zap/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/sigs.k8s.io/json/Makefile
22/22Automated tests
11/11Lint / format config.golangci.yaml, .golangci.yml
11/11Static type checkingGo (statically typed)
10/10Reproducible environmentdevcontainer, Dockerfile, Nix, lockfile
10/10Demonstrated agent practice5 of the last 100 commits agent-authored or agent-credited
0/8Automated maintenanceno automated dependency updates observed
4/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 4
Inputs used
has_nixyes
has_testsyes
lockfilesgo.sum
has_dockerfileyes
typed_languageyes
bootstrap_filesMakefile, api/Makefile, man/Makefile, man/vendor/github.com/cpuguy83/go-md2man/v2/Makefile, vendor/github.com/Microsoft/hcsshim/Makefile, vendor/github.com/anchore/go-struct-converter/Makefile, vendor/github.com/aws/smithy-go/Makefile, vendor/github.com/cilium/ebpf/Makefile, vendor/github.com/containerd/cgroups/v3/Makefile, vendor/github.com/containerd/fifo/Makefile, vendor/github.com/containerd/go-cni/Makefile, vendor/github.com/containerd/otelttrpc/Makefile, vendor/github.com/containerd/ttrpc/Makefile, vendor/github.com/digitorus/pkcs7/Makefile, vendor/github.com/distribution/reference/Makefile, vendor/github.com/docker/distribution/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gofrs/flock/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile, vendor/github.com/gorilla/mux/Makefile, vendor/github.com/grpc-ecosystem/go-grpc-prometheus/makefile, vendor/github.com/hashicorp/go-metrics/Makefile, vendor/github.com/hashicorp/go-multierror/Makefile, vendor/github.com/hashicorp/go-sockaddr/GNUmakefile, vendor/github.com/hashicorp/memberlist/Makefile, vendor/github.com/hiddeco/sshsig/Makefile, vendor/github.com/mistifyio/go-zfs/v4/Makefile, vendor/github.com/moby/policy-helpers/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/package-url/packageurl-go/Makefile, vendor/github.com/pelletier/go-toml/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/github.com/tetratelabs/wazero/Makefile, vendor/github.com/vishvananda/netlink/Makefile, vendor/github.com/zmap/zlint/v3/makefile, vendor/go.etcd.io/bbolt/Makefile, vendor/go.etcd.io/raft/v3/Makefile, vendor/go.opencensus.io/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/go.uber.org/zap/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/sigs.k8s.io/json/Makefile
has_devcontaineryes
has_linter_configyes
typecheck_configs
agent_commit_share0.05
toolchain_manifestsapi/go.mod, client/go.mod, go.mod, man/go.mod
dependency_bot_commit_share0
How it's scored
45/45Type-checkable codeGo (statically typed)
54.7/55Manageable file sizes10/2,192 source files over 60KB
Inputs used
primary_languageGo
largest_source_bytes207,868
source_files_sampled2,192
oversized_source_files10
How it's scored
40/40API schema (OpenAPI/GraphQL/proto)api/swagger.yaml, daemon/cluster/convert/netextra/extra.proto, daemon/cluster/internal/runtime/plugin.proto, daemon/libnetwork/agent.proto, daemon/libnetwork/drivers/overlay/overlay.proto, daemon/libnetwork/networkdb/networkdb.proto, daemon/logger/internal/logdriver/entry.proto, vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/runhcs.proto, vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats/stats.proto, vendor/github.com/containerd/cgroups/v3/cgroup1/stats/metrics.proto, vendor/github.com/containerd/cgroups/v3/cgroup2/stats/metrics.proto, vendor/github.com/containerd/containerd/api/events/container.proto, vendor/github.com/containerd/containerd/api/events/content.proto, vendor/github.com/containerd/containerd/api/events/image.proto, vendor/github.com/containerd/containerd/api/events/namespace.proto, vendor/github.com/containerd/containerd/api/events/sandbox.proto, vendor/github.com/containerd/containerd/api/events/snapshot.proto, vendor/github.com/containerd/containerd/api/events/task.proto, vendor/github.com/containerd/containerd/api/runtime/bootstrap/v1/bootstrap.proto, vendor/github.com/containerd/containerd/api/runtime/sandbox/v1/sandbox.proto, vendor/github.com/containerd/containerd/api/runtime/task/v2/shim.proto, vendor/github.com/containerd/containerd/api/runtime/task/v3/shim.proto, vendor/github.com/containerd/containerd/api/services/containers/v1/containers.proto, vendor/github.com/containerd/containerd/api/services/content/v1/content.proto, vendor/github.com/containerd/containerd/api/services/diff/v1/diff.proto, vendor/github.com/containerd/containerd/api/services/events/v1/events.proto, vendor/github.com/containerd/containerd/api/services/images/v1/images.proto, vendor/github.com/containerd/containerd/api/services/introspection/v1/introspection.proto, vendor/github.com/containerd/containerd/api/services/leases/v1/leases.proto, vendor/github.com/containerd/containerd/api/services/mounts/v1/mounts.proto, vendor/github.com/containerd/containerd/api/services/namespaces/v1/namespace.proto, vendor/github.com/containerd/containerd/api/services/sandbox/v1/sandbox.proto, vendor/github.com/containerd/containerd/api/services/snapshots/v1/snapshots.proto, vendor/github.com/containerd/containerd/api/services/streaming/v1/streaming.proto, vendor/github.com/containerd/containerd/api/services/tasks/v1/tasks.proto, vendor/github.com/containerd/containerd/api/services/transfer/v1/transfer.proto, vendor/github.com/containerd/containerd/api/services/ttrpc/events/v1/events.proto, vendor/github.com/containerd/containerd/api/services/version/v1/version.proto, vendor/github.com/containerd/containerd/api/types/descriptor.proto, vendor/github.com/containerd/containerd/api/types/event.proto, vendor/github.com/containerd/containerd/api/types/fieldpath.proto, vendor/github.com/containerd/containerd/api/types/introspection.proto, vendor/github.com/containerd/containerd/api/types/metrics.proto, vendor/github.com/containerd/containerd/api/types/mount.proto, vendor/github.com/containerd/containerd/api/types/platform.proto, vendor/github.com/containerd/containerd/api/types/runc/options/oci.proto, vendor/github.com/containerd/containerd/api/types/runtimeoptions/v1/api.proto, vendor/github.com/containerd/containerd/api/types/sandbox.proto, vendor/github.com/containerd/containerd/api/types/task/task.proto, vendor/github.com/containerd/containerd/api/types/transfer/container.proto, vendor/github.com/containerd/containerd/api/types/transfer/imagestore.proto, vendor/github.com/containerd/containerd/api/types/transfer/importexport.proto, vendor/github.com/containerd/containerd/api/types/transfer/progress.proto, vendor/github.com/containerd/containerd/api/types/transfer/registry.proto, vendor/github.com/containerd/containerd/api/types/transfer/streaming.proto, vendor/github.com/containerd/nri/pkg/api/api.proto, vendor/github.com/containerd/otelttrpc/internal/test.proto, vendor/github.com/containerd/ttrpc/request.proto, vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/certificate-transparency-go/client/configpb/multilog.proto, vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/custom_error.proto, vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/openapiv2.proto, vendor/github.com/moby/buildkit/api/services/control/control.proto, vendor/github.com/moby/buildkit/api/types/worker.proto, vendor/github.com/moby/buildkit/cache/contenthash/checksum.proto, vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.proto, vendor/github.com/moby/buildkit/session/auth/auth.proto, vendor/github.com/moby/buildkit/session/exporter/exporter.proto, vendor/github.com/moby/buildkit/session/filesync/filesync.proto, vendor/github.com/moby/buildkit/session/secrets/secrets.proto, vendor/github.com/moby/buildkit/session/sshforward/ssh.proto, vendor/github.com/moby/buildkit/session/upload/upload.proto, vendor/github.com/moby/buildkit/solver/errdefs/errdefs.proto, vendor/github.com/moby/buildkit/solver/pb/ops.proto, vendor/github.com/moby/buildkit/sourcepolicy/pb/policy.proto, vendor/github.com/moby/buildkit/sourcepolicy/policysession/policysession.proto, vendor/github.com/moby/buildkit/util/apicaps/pb/caps.proto, vendor/github.com/moby/buildkit/util/stack/stack.proto, vendor/github.com/moby/swarmkit/v2/api/ca.proto, vendor/github.com/moby/swarmkit/v2/api/control.proto, vendor/github.com/moby/swarmkit/v2/api/dispatcher.proto, vendor/github.com/moby/swarmkit/v2/api/health.proto, vendor/github.com/moby/swarmkit/v2/api/logbroker.proto, vendor/github.com/moby/swarmkit/v2/api/objects.proto, vendor/github.com/moby/swarmkit/v2/api/raft.proto, vendor/github.com/moby/swarmkit/v2/api/resource.proto, vendor/github.com/moby/swarmkit/v2/api/snapshot.proto, vendor/github.com/moby/swarmkit/v2/api/specs.proto, vendor/github.com/moby/swarmkit/v2/api/types.proto, vendor/github.com/moby/swarmkit/v2/api/watch.proto, vendor/github.com/moby/swarmkit/v2/protobuf/plugin/plugin.proto, vendor/github.com/rootless-containers/rootlesskit/v3/pkg/api/openapi.yaml, vendor/github.com/tonistiigi/fsutil/types/stat.proto, vendor/github.com/tonistiigi/fsutil/types/wire.proto, vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto, vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto, vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.proto, vendor/go.etcd.io/etcd/api/v3/versionpb/version.proto, vendor/go.etcd.io/etcd/server/v3/etcdserver/api/snap/snappb/snap.proto, vendor/go.etcd.io/etcd/server/v3/storage/wal/walpb/record.proto, vendor/go.etcd.io/raft/v3/raftpb/raft.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto
0/20MCP server
0/40Runnable examples
Inputs used
example_dirs
has_mcp_signalno
api_schema_filesapi/swagger.yaml, daemon/cluster/convert/netextra/extra.proto, daemon/cluster/internal/runtime/plugin.proto, daemon/libnetwork/agent.proto, daemon/libnetwork/drivers/overlay/overlay.proto, daemon/libnetwork/networkdb/networkdb.proto, daemon/logger/internal/logdriver/entry.proto, vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options/runhcs.proto, vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats/stats.proto, vendor/github.com/containerd/cgroups/v3/cgroup1/stats/metrics.proto, vendor/github.com/containerd/cgroups/v3/cgroup2/stats/metrics.proto, vendor/github.com/containerd/containerd/api/events/container.proto, vendor/github.com/containerd/containerd/api/events/content.proto, vendor/github.com/containerd/containerd/api/events/image.proto, vendor/github.com/containerd/containerd/api/events/namespace.proto, vendor/github.com/containerd/containerd/api/events/sandbox.proto, vendor/github.com/containerd/containerd/api/events/snapshot.proto, vendor/github.com/containerd/containerd/api/events/task.proto, vendor/github.com/containerd/containerd/api/runtime/bootstrap/v1/bootstrap.proto, vendor/github.com/containerd/containerd/api/runtime/sandbox/v1/sandbox.proto, vendor/github.com/containerd/containerd/api/runtime/task/v2/shim.proto, vendor/github.com/containerd/containerd/api/runtime/task/v3/shim.proto, vendor/github.com/containerd/containerd/api/services/containers/v1/containers.proto, vendor/github.com/containerd/containerd/api/services/content/v1/content.proto, vendor/github.com/containerd/containerd/api/services/diff/v1/diff.proto, vendor/github.com/containerd/containerd/api/services/events/v1/events.proto, vendor/github.com/containerd/containerd/api/services/images/v1/images.proto, vendor/github.com/containerd/containerd/api/services/introspection/v1/introspection.proto, vendor/github.com/containerd/containerd/api/services/leases/v1/leases.proto, vendor/github.com/containerd/containerd/api/services/mounts/v1/mounts.proto, vendor/github.com/containerd/containerd/api/services/namespaces/v1/namespace.proto, vendor/github.com/containerd/containerd/api/services/sandbox/v1/sandbox.proto, vendor/github.com/containerd/containerd/api/services/snapshots/v1/snapshots.proto, vendor/github.com/containerd/containerd/api/services/streaming/v1/streaming.proto, vendor/github.com/containerd/containerd/api/services/tasks/v1/tasks.proto, vendor/github.com/containerd/containerd/api/services/transfer/v1/transfer.proto, vendor/github.com/containerd/containerd/api/services/ttrpc/events/v1/events.proto, vendor/github.com/containerd/containerd/api/services/version/v1/version.proto, vendor/github.com/containerd/containerd/api/types/descriptor.proto, vendor/github.com/containerd/containerd/api/types/event.proto, vendor/github.com/containerd/containerd/api/types/fieldpath.proto, vendor/github.com/containerd/containerd/api/types/introspection.proto, vendor/github.com/containerd/containerd/api/types/metrics.proto, vendor/github.com/containerd/containerd/api/types/mount.proto, vendor/github.com/containerd/containerd/api/types/platform.proto, vendor/github.com/containerd/containerd/api/types/runc/options/oci.proto, vendor/github.com/containerd/containerd/api/types/runtimeoptions/v1/api.proto, vendor/github.com/containerd/containerd/api/types/sandbox.proto, vendor/github.com/containerd/containerd/api/types/task/task.proto, vendor/github.com/containerd/containerd/api/types/transfer/container.proto, vendor/github.com/containerd/containerd/api/types/transfer/imagestore.proto, vendor/github.com/containerd/containerd/api/types/transfer/importexport.proto, vendor/github.com/containerd/containerd/api/types/transfer/progress.proto, vendor/github.com/containerd/containerd/api/types/transfer/registry.proto, vendor/github.com/containerd/containerd/api/types/transfer/streaming.proto, vendor/github.com/containerd/nri/pkg/api/api.proto, vendor/github.com/containerd/otelttrpc/internal/test.proto, vendor/github.com/containerd/ttrpc/request.proto, vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/certificate-transparency-go/client/configpb/multilog.proto, vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/custom_error.proto, vendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/error.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.proto, vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/openapiv2.proto, vendor/github.com/moby/buildkit/api/services/control/control.proto, vendor/github.com/moby/buildkit/api/types/worker.proto, vendor/github.com/moby/buildkit/cache/contenthash/checksum.proto, vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.proto, vendor/github.com/moby/buildkit/session/auth/auth.proto, vendor/github.com/moby/buildkit/session/exporter/exporter.proto, vendor/github.com/moby/buildkit/session/filesync/filesync.proto, vendor/github.com/moby/buildkit/session/secrets/secrets.proto, vendor/github.com/moby/buildkit/session/sshforward/ssh.proto, vendor/github.com/moby/buildkit/session/upload/upload.proto, vendor/github.com/moby/buildkit/solver/errdefs/errdefs.proto, vendor/github.com/moby/buildkit/solver/pb/ops.proto, vendor/github.com/moby/buildkit/sourcepolicy/pb/policy.proto, vendor/github.com/moby/buildkit/sourcepolicy/policysession/policysession.proto, vendor/github.com/moby/buildkit/util/apicaps/pb/caps.proto, vendor/github.com/moby/buildkit/util/stack/stack.proto, vendor/github.com/moby/swarmkit/v2/api/ca.proto, vendor/github.com/moby/swarmkit/v2/api/control.proto, vendor/github.com/moby/swarmkit/v2/api/dispatcher.proto, vendor/github.com/moby/swarmkit/v2/api/health.proto, vendor/github.com/moby/swarmkit/v2/api/logbroker.proto, vendor/github.com/moby/swarmkit/v2/api/objects.proto, vendor/github.com/moby/swarmkit/v2/api/raft.proto, vendor/github.com/moby/swarmkit/v2/api/resource.proto, vendor/github.com/moby/swarmkit/v2/api/snapshot.proto, vendor/github.com/moby/swarmkit/v2/api/specs.proto, vendor/github.com/moby/swarmkit/v2/api/types.proto, vendor/github.com/moby/swarmkit/v2/api/watch.proto, vendor/github.com/moby/swarmkit/v2/protobuf/plugin/plugin.proto, vendor/github.com/rootless-containers/rootlesskit/v3/pkg/api/openapi.yaml, vendor/github.com/tonistiigi/fsutil/types/stat.proto, vendor/github.com/tonistiigi/fsutil/types/wire.proto, vendor/go.etcd.io/etcd/api/v3/authpb/auth.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.proto, vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.proto, vendor/go.etcd.io/etcd/api/v3/membershippb/membership.proto, vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.proto, vendor/go.etcd.io/etcd/api/v3/versionpb/version.proto, vendor/go.etcd.io/etcd/server/v3/etcdserver/api/snap/snappb/snap.proto, vendor/go.etcd.io/etcd/server/v3/storage/wal/walpb/record.proto, vendor/go.etcd.io/raft/v3/raftpb/raft.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto
interfaces_expected_ofnetwork-service

Key facts

71,975GitHub stars
100contributors
3,681commits, last 12 months
0days since last push
100releases
7bus factor
3,267open issues
Gopackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • First-time contributor figures cover 12 of 13 authors (cap 12)
  • Could not fetch go package 'github.com/docker/docker/man' from its registry

More detail

Star and fork history 0 ★ / 19,155 ⇿
0Stars
19,155Forks
100Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

Only the most recent history is shown — this repository exceeds the collection window, so the earliest history is not captured.

18,00018,20018,40018,60018,80019,00019,20019,155432024-112025-092026-08
Major 1Minor 6Patch 21

Each point covers 2 days.

OpenSSF Scorecard 9.2 / 10
9.2aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-04 23:05 UTC

10Binary-Artifactsno binaries found in the repo
8Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests14 out of 14 merged PRs checked by a CI test -- score normalized to 10
5CII-Best-Practicesbadge detected: Passing
10Code-Reviewall changesets reviewed
10Contributorsproject has 75 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
4Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 4
10SASTSAST tool is run on all commits
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
8Vulnerabilities2 existing vulnerabilities detected
Direct dependencies 135
RegistryPackageVersion constraintManifest
Gogithub.com/docker/go-unitsv0.5.0api/go.mod
Gogithub.com/moby/docker-image-specv1.3.1api/go.mod
Gogithub.com/opencontainers/go-digestv1.0.0api/go.mod
Gogithub.com/opencontainers/image-specv1.1.1api/go.mod
Gogotest.tools/v3v3.5.2api/go.mod
Gopgregory.net/rapidv1.2.0api/go.mod
Gogithub.com/Microsoft/go-winiov0.6.2client/go.mod
Gogithub.com/containerd/errdefsv1.0.0client/go.mod
Gogithub.com/containerd/errdefs/pkgv0.3.0client/go.mod
Gogithub.com/distribution/referencev0.6.0client/go.mod
Gogithub.com/docker/go-connectionsv0.7.0client/go.mod
Gogithub.com/docker/go-unitsv0.5.0client/go.mod
Gogithub.com/google/go-cmpv0.7.0client/go.mod
Gogithub.com/moby/moby/apiv1.55.0client/go.mod
Gogithub.com/moby/termv0.5.2client/go.mod
Gogithub.com/opencontainers/go-digestv1.0.0client/go.mod
Gogithub.com/opencontainers/image-specv1.1.1client/go.mod
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0client/go.mod
Gogo.opentelemetry.io/otel/tracev1.35.0client/go.mod
Gogolang.org/x/timev0.11.0client/go.mod
Gogotest.tools/v3v3.5.2client/go.mod
Gocloud.google.com/go/compute/metadatav0.9.0go.mod
Gocloud.google.com/go/loggingv1.19.0go.mod
Godario.cat/mergov1.0.2go.mod
Gogithub.com/Azure/go-ansitermv0.0.0-20250102033503-faa5f7b0171cgo.mod
Gogithub.com/Graylog2/go-gelfv0.0.0-20191017102106-1550ee647df0go.mod
Gogithub.com/Microsoft/go-winiov0.6.3-0.20251027160822-ad3df93bed29go.mod
Gogithub.com/Microsoft/hcsshimv0.15.0-rc.3go.mod
Gogithub.com/RackSec/srslogv0.0.0-20180709174129-a4725f04ec91go.mod
Gogithub.com/aws/aws-sdk-go-v2v1.43.0go.mod
Gogithub.com/aws/aws-sdk-go-v2/configv1.32.31go.mod
Gogithub.com/aws/aws-sdk-go-v2/credentialsv1.19.30go.mod
Gogithub.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.31go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/cloudwatchlogsv1.80.0go.mod
Gogithub.com/aws/smithy-gov1.27.5go.mod
Gogithub.com/cloudflare/cfsslv1.6.5go.mod
Gogithub.com/containerd/cgroups/v3v3.1.3go.mod
Gogithub.com/containerd/containerd/apiv1.11.1go.mod
Gogithub.com/containerd/containerd/v2v2.3.3go.mod
Gogithub.com/containerd/continuityv0.5.0go.mod
Gogithub.com/containerd/errdefsv1.0.0go.mod
Gogithub.com/containerd/fifov1.1.0go.mod
Gogithub.com/containerd/logv0.1.0go.mod
Gogithub.com/containerd/nriv0.12.1go.mod
Gogithub.com/containerd/platformsv1.0.0-rc.4go.mod
Gogithub.com/containerd/pluginv1.1.0go.mod
Gogithub.com/containerd/ttrpcv1.2.9go.mod
Gogithub.com/containerd/typeurl/v2v2.3.0go.mod
Gogithub.com/coreos/go-systemd/v22v22.7.0go.mod
Gogithub.com/cpuguy83/tar2gov0.4.0go.mod
Gogithub.com/creack/ptyv1.1.24go.mod
Gogithub.com/distribution/referencev0.6.0go.mod
Gogithub.com/docker/distributionv2.8.3+incompatiblego.mod
Gogithub.com/docker/go-connectionsv0.8.1go.mod
Gogithub.com/docker/go-eventsv0.0.0-20260713150650-1ee7122bc07bgo.mod
Gogithub.com/docker/go-metricsv0.0.1go.mod
Gogithub.com/docker/go-unitsv0.5.0go.mod
Gogithub.com/fluent/fluent-logger-golangv1.10.1go.mod
Gogithub.com/godbus/dbus/v5v5.2.2go.mod
Gogithub.com/gogo/protobufv1.3.2go.mod
Gogithub.com/golang/gddov0.0.0-20210115222349-20d68f94ee1fgo.mod
Gogithub.com/google/go-cmpv0.7.0go.mod
Gogithub.com/google/uuidv1.6.0go.mod
Gogithub.com/gorilla/muxv1.8.1go.mod
Gogithub.com/hashicorp/go-immutable-radix/v2v2.1.0go.mod
Gogithub.com/hashicorp/go-memdbv1.3.5go.mod
Gogithub.com/hashicorp/memberlistv0.6.0go.mod
Gogithub.com/hashicorp/serfv0.10.4go.mod
Gogithub.com/in-toto/in-toto-golangv0.11.0go.mod
Gogithub.com/ishidawataru/sctpv0.0.0-20251114114122-19ddcbc6aae2go.mod
Gogithub.com/miekg/dnsv1.1.72go.mod
Gogithub.com/mistifyio/go-zfs/v4v4.0.0go.mod
Gogithub.com/mitchellh/copystructurev1.2.0go.mod
Gogithub.com/moby/buildkitv0.32.2go.mod
Gogithub.com/moby/docker-image-specv1.3.1go.mod
Gogithub.com/moby/go-archivev0.3.2go.mod
Gogithub.com/moby/ipvsv1.1.0go.mod
Gogithub.com/moby/lockerv1.0.1go.mod
Gogithub.com/moby/moby/apiv1.55.0go.mod
Gogithub.com/moby/moby/clientv0.5.1go.mod
Gogithub.com/moby/patternmatcherv0.6.1go.mod
Gogithub.com/moby/policy-helpersv0.0.0-20260722051018-856be88baec4go.mod
Gogithub.com/moby/profiles/apparmorv0.2.1go.mod
Gogithub.com/moby/profiles/seccompv0.2.3go.mod
Gogithub.com/moby/pubsubv1.0.0go.mod
Gogithub.com/moby/swarmkit/v2v2.1.3-0.20260728230343-5418507a43a2go.mod
Gogithub.com/moby/sys/atomicwriterv0.1.0go.mod
Gogithub.com/moby/sys/mountv0.3.5go.mod
Gogithub.com/moby/sys/mountinfov0.7.2go.mod
Gogithub.com/moby/sys/reexecv0.1.0go.mod
Gogithub.com/moby/sys/sequentialv0.7.0go.mod
Gogithub.com/moby/sys/signalv0.7.1go.mod
Gogithub.com/moby/sys/symlinkv0.3.0go.mod
Gogithub.com/moby/sys/userv0.4.1go.mod
Gogithub.com/moby/sys/usernsv0.1.0go.mod
Gogithub.com/moby/termv0.5.2go.mod
Gogithub.com/opencontainers/cgroupsv0.0.8go.mod
Gogithub.com/opencontainers/go-digestv1.0.0go.mod
Gogithub.com/opencontainers/image-specv1.1.1go.mod
Gogithub.com/opencontainers/runtime-specv1.3.0go.mod
Gogithub.com/opencontainers/selinuxv1.15.1go.mod
Gogithub.com/pelletier/go-toml/v2v2.4.3go.mod
Gogithub.com/pkg/errorsv0.9.1go.mod
Gogithub.com/prometheus/client_golangv1.24.1go.mod
Gogithub.com/rootless-containers/rootlesskit/v3v3.0.2go.mod
Gogithub.com/sirupsen/logrusv1.9.4go.mod
Gogithub.com/spf13/cobrav1.10.2go.mod
Gogithub.com/spf13/pflagv1.0.10go.mod
Gogithub.com/tonistiigi/fsutilv0.0.0-20260717003753-6d9dc2ebad62go.mod
Gogithub.com/tonistiigi/go-archvariantv1.0.0go.mod
Gogithub.com/vbatts/tar-splitv0.12.3go.mod
Gogithub.com/vishvananda/netlinkv1.3.1go.mod
Gogithub.com/vishvananda/netnsv0.0.5go.mod
Gogo.etcd.io/bboltv1.5.0go.mod
Gogo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcv0.69.0go.mod
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.69.0go.mod
Gogo.opentelemetry.io/contrib/processors/baggagecopyv0.16.1go.mod
Gogo.opentelemetry.io/otelv1.44.0go.mod
Gogo.opentelemetry.io/otel/bridge/opencensusv1.44.0go.mod
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.44.0go.mod
Gogo.opentelemetry.io/otel/sdkv1.44.0go.mod
Gogo.opentelemetry.io/otel/tracev1.44.0go.mod
Gogolang.org/x/netv0.57.0go.mod
Gogolang.org/x/syncv0.22.0go.mod
Gogolang.org/x/sysv0.47.0go.mod
Gogolang.org/x/textv0.40.0go.mod
Gogolang.org/x/timev0.15.0go.mod
Gogoogle.golang.org/genproto/googleapis/apiv0.0.0-20260630182238-925bb5da69e7go.mod
Gogoogle.golang.org/grpcv1.82.1go.mod
Gogoogle.golang.org/protobufv1.36.12-0.20260120151049-f2248ac996afgo.mod
Gogotest.tools/v3v3.5.2go.mod
Gopgregory.net/rapidv1.3.0go.mod
Goresenje.org/singleflightv0.4.3go.mod
Gotags.cncf.io/container-device-interfacev1.1.0go.mod
Gogithub.com/cpuguy83/go-md2man/v2v2.0.7man/go.mod
All dependencies 317

Full resolved dependency set from the GitHub dependency graph: 123 direct and 194 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
Gocloud.google.com/go/compute/metadatav0.9.0direct
Gocloud.google.com/go/loggingv1.19.0direct
Godario.cat/mergov1.0.2direct
Gogithub.com/aws/aws-sdk-go-v2v1.43.0direct
Gogithub.com/aws/aws-sdk-go-v2/configv1.32.31direct
Gogithub.com/aws/aws-sdk-go-v2/credentialsv1.19.30direct
Gogithub.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.31direct
Gogithub.com/aws/aws-sdk-go-v2/service/cloudwatchlogsv1.80.0direct
Gogithub.com/aws/smithy-gov1.27.5direct
Gogithub.com/azure/go-ansitermv0.0.0-20250102033503-faa5f7b0171cdirect
Gogithub.com/cloudflare/cfsslv1.6.5direct
Gogithub.com/containerd/cgroups/v3v3.1.3direct
Gogithub.com/containerd/containerd/apiv1.11.1direct
Gogithub.com/containerd/containerd/v2v2.3.3direct
Gogithub.com/containerd/continuityv0.5.0direct
Gogithub.com/containerd/errdefsv1.0.0direct
Gogithub.com/containerd/errdefs/pkgv0.3.0direct
Gogithub.com/containerd/fifov1.1.0direct
Gogithub.com/containerd/logv0.1.0direct
Gogithub.com/containerd/nriv0.12.1direct
Gogithub.com/containerd/platformsv1.0.0-rc.4direct
Gogithub.com/containerd/pluginv1.1.0direct
Gogithub.com/containerd/ttrpcv1.2.9direct
Gogithub.com/containerd/typeurl/v2v2.3.0direct
Gogithub.com/coreos/go-systemd/v22v22.7.0direct
Gogithub.com/cpuguy83/go-md2man/v2v2.0.7direct
Gogithub.com/cpuguy83/tar2gov0.4.0direct
Gogithub.com/creack/ptyv1.1.24direct
Gogithub.com/distribution/referencev0.6.0direct
Gogithub.com/docker/distributionv2.8.3+incompatibledirect
Gogithub.com/docker/go-connectionsv0.7.0direct
Gogithub.com/docker/go-connectionsv0.8.1direct
Gogithub.com/docker/go-eventsv0.0.0-20260713150650-1ee7122bc07bdirect
Gogithub.com/docker/go-metricsv0.0.1direct
Gogithub.com/docker/go-unitsv0.5.0direct
Gogithub.com/fluent/fluent-logger-golangv1.10.1direct
Gogithub.com/godbus/dbus/v5v5.2.2direct
Gogithub.com/gogo/protobufv1.3.2direct
Gogithub.com/golang/gddov0.0.0-20210115222349-20d68f94ee1fdirect
Gogithub.com/google/go-cmpv0.7.0direct
Gogithub.com/google/uuidv1.6.0direct
Gogithub.com/gorilla/muxv1.8.1direct
Gogithub.com/graylog2/go-gelfv0.0.0-20191017102106-1550ee647df0direct
Gogithub.com/hashicorp/go-immutable-radix/v2v2.1.0direct
Gogithub.com/hashicorp/go-memdbv1.3.5direct
Gogithub.com/hashicorp/memberlistv0.6.0direct
Gogithub.com/hashicorp/serfv0.10.4direct
Gogithub.com/in-toto/in-toto-golangv0.11.0direct
Gogithub.com/ishidawataru/sctpv0.0.0-20251114114122-19ddcbc6aae2direct
Gogithub.com/microsoft/go-winiov0.6.2direct
Gogithub.com/microsoft/go-winiov0.6.3-0.20251027160822-ad3df93bed29direct
Gogithub.com/microsoft/hcsshimv0.15.0-rc.3direct
Gogithub.com/miekg/dnsv1.1.72direct
Gogithub.com/mistifyio/go-zfs/v4v4.0.0direct
Gogithub.com/mitchellh/copystructurev1.2.0direct
Gogithub.com/moby/buildkitv0.32.2direct
Gogithub.com/moby/docker-image-specv1.3.1direct
Gogithub.com/moby/go-archivev0.3.2direct
Gogithub.com/moby/ipvsv1.1.0direct
Gogithub.com/moby/lockerv1.0.1direct
Gogithub.com/moby/moby/apiv1.55.0direct
Gogithub.com/moby/moby/clientv0.5.1direct
Gogithub.com/moby/patternmatcherv0.6.1direct
Gogithub.com/moby/policy-helpersv0.0.0-20260722051018-856be88baec4direct
Gogithub.com/moby/profiles/apparmorv0.2.1direct
Gogithub.com/moby/profiles/seccompv0.2.3direct
Gogithub.com/moby/pubsubv1.0.0direct
Gogithub.com/moby/swarmkit/v2v2.1.3-0.20260728230343-5418507a43a2direct
Gogithub.com/moby/sys/atomicwriterv0.1.0direct
Gogithub.com/moby/sys/mountv0.3.5direct
Gogithub.com/moby/sys/mountinfov0.7.2direct
Gogithub.com/moby/sys/reexecv0.1.0direct
Gogithub.com/moby/sys/sequentialv0.7.0direct
Gogithub.com/moby/sys/signalv0.7.1direct
Gogithub.com/moby/sys/symlinkv0.3.0direct
Gogithub.com/moby/sys/userv0.4.1direct
Gogithub.com/moby/sys/usernsv0.1.0direct
Gogithub.com/moby/termv0.5.2direct
Gogithub.com/opencontainers/cgroupsv0.0.8direct
Gogithub.com/opencontainers/go-digestv1.0.0direct
Gogithub.com/opencontainers/image-specv1.1.1direct
Gogithub.com/opencontainers/runtime-specv1.3.0direct
Gogithub.com/opencontainers/selinuxv1.15.1direct
Gogithub.com/pelletier/go-toml/v2v2.4.3direct
Gogithub.com/pkg/errorsv0.9.1direct
Gogithub.com/prometheus/client_golangv1.24.1direct
Gogithub.com/racksec/srslogv0.0.0-20180709174129-a4725f04ec91direct
Gogithub.com/rootless-containers/rootlesskit/v3v3.0.2direct
Gogithub.com/sirupsen/logrusv1.9.4direct
Gogithub.com/spf13/cobrav1.10.2direct
Gogithub.com/spf13/pflagv1.0.10direct
Gogithub.com/tonistiigi/fsutilv0.0.0-20260717003753-6d9dc2ebad62direct
Gogithub.com/tonistiigi/go-archvariantv1.0.0direct
Gogithub.com/vbatts/tar-splitv0.12.3direct
Gogithub.com/vishvananda/netlinkv1.3.1direct
Gogithub.com/vishvananda/netnsv0.0.5direct
Gogo.etcd.io/bboltv1.5.0direct
Gogo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcv0.69.0direct
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0direct
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.69.0direct
Gogo.opentelemetry.io/contrib/processors/baggagecopyv0.16.1direct
Gogo.opentelemetry.io/otelv1.35.0direct
Gogo.opentelemetry.io/otelv1.44.0direct
Gogo.opentelemetry.io/otel/bridge/opencensusv1.44.0direct
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.44.0direct
Gogo.opentelemetry.io/otel/sdkv1.44.0direct
Gogo.opentelemetry.io/otel/tracev1.35.0direct
Gogo.opentelemetry.io/otel/tracev1.44.0direct
Gogolang.org/x/netv0.57.0direct
Gogolang.org/x/syncv0.22.0direct
Gogolang.org/x/sysv0.33.0direct
Gogolang.org/x/sysv0.47.0direct
Gogolang.org/x/textv0.40.0direct
Gogolang.org/x/timev0.11.0direct
Gogolang.org/x/timev0.15.0direct
Gogoogle.golang.org/genproto/googleapis/apiv0.0.0-20260630182238-925bb5da69e7direct
Gogoogle.golang.org/grpcv1.82.1direct
Gogoogle.golang.org/protobufv1.36.12-0.20260120151049-f2248ac996afdirect
Gogotest.tools/v3v3.5.2direct
Gopgregory.net/rapidv1.2.0direct
Gopgregory.net/rapidv1.3.0direct
Goresenje.org/singleflightv0.4.3direct
Gotags.cncf.io/container-device-interfacev1.1.0direct
Gocloud.google.com/gov0.123.0indirect
Gocloud.google.com/go/authv0.20.0indirect
Gocloud.google.com/go/auth/oauth2adaptv0.2.8indirect
Gocloud.google.com/go/longrunningv1.2.0indirect
Gocode.cloudfoundry.org/clockv1.60.0indirect
Gocyphar.com/go-pathrsv0.2.5indirect
Gogithub.com/agext/levenshteinv1.2.3indirect
Gogithub.com/anchore/go-struct-converterv0.1.0indirect
Gogithub.com/armon/circbufv0.0.0-20190214190532-5111143e8da2indirect
Gogithub.com/armon/go-metricsv0.4.1indirect
Gogithub.com/asaskevich/govalidatorv0.0.0-20230301143203-a9d515a09cc2indirect
Gogithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstreamv1.7.14indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.31indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.31indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/v4av1.4.32indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.13.13indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.31indirect
Gogithub.com/aws/aws-sdk-go-v2/service/signinv1.5.0indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssov1.33.0indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssooidcv1.38.0indirect
Gogithub.com/aws/aws-sdk-go-v2/service/stsv1.45.0indirect
Gogithub.com/azure/azure-sdk-for-go/sdk/azcorev1.21.1indirect
Gogithub.com/azure/azure-sdk-for-go/sdk/internalv1.12.0indirect
Gogithub.com/azure/azure-sdk-for-go/sdk/storage/azblobv1.5.0indirect
Gogithub.com/beorn7/perksv1.0.1indirect
Gogithub.com/bits-and-blooms/bitsetv1.13.0indirect
Gogithub.com/blang/semverv3.5.1+incompatibleindirect
Gogithub.com/cenkalti/backoff/v5v5.0.3indirect
Gogithub.com/cespare/xxhash/v2v2.3.0indirect
Gogithub.com/checkpoint-restore/checkpointctlv1.5.0indirect
Gogithub.com/cilium/ebpfv0.17.3indirect
Gogithub.com/cloudflare/circlv1.6.3indirect
Gogithub.com/container-storage-interface/specv1.5.0indirect
Gogithub.com/containerd/accelerated-container-imagev1.3.0indirect
Gogithub.com/containerd/consolev1.0.5indirect
Gogithub.com/containerd/go-cniv1.1.13indirect
Gogithub.com/containerd/go-runcv1.1.0indirect
Gogithub.com/containerd/nydus-snapshotterv0.15.15indirect
Gogithub.com/containerd/otelttrpcv0.1.0indirect
Gogithub.com/containerd/stargz-snapshotter/estargzv0.18.2indirect
Gogithub.com/containernetworking/cniv1.3.0indirect
Gogithub.com/containernetworking/pluginsv1.9.1indirect
Gogithub.com/coreos/go-semverv0.3.1indirect
Gogithub.com/cyberphone/json-canonicalizationv0.0.0-20241213102144-19d51d7fe467indirect
Gogithub.com/cyphar/filepath-securejoinv0.6.1indirect
Gogithub.com/davecgh/go-spewv1.1.2-0.20180830191138-d8f796af33ccindirect
Gogithub.com/digitorus/pkcs7v0.0.0-20230818184609-3a137a874352indirect
Gogithub.com/digitorus/timestampv0.0.0-20231217203849-220c5c2851b7indirect
Gogithub.com/dimchansky/utfbomv1.1.1indirect
Gogithub.com/docker/libtrustv0.0.0-20150526203908-9cbd2a1374f4indirect
Gogithub.com/dustin/go-humanizev1.0.1indirect
Gogithub.com/felixge/httpsnoopv1.0.4indirect
Gogithub.com/fernet/fernet-gov0.0.0-20240119011108-303da6aec611indirect
Gogithub.com/fsnotify/fsnotifyv1.9.0indirect
Gogithub.com/fxamacker/cbor/v2v2.9.0indirect
Gogithub.com/go-logr/logrv1.4.2indirect
Gogithub.com/go-logr/logrv1.4.3indirect
Gogithub.com/go-logr/stdrv1.2.2indirect
Gogithub.com/go-openapi/analysisv0.25.2indirect
Gogithub.com/go-openapi/errorsv0.22.8indirect
Gogithub.com/go-openapi/jsonpointerv0.23.1indirect
Gogithub.com/go-openapi/jsonreferencev0.21.6indirect
Gogithub.com/go-openapi/loadsv0.24.0indirect
Gogithub.com/go-openapi/runtimev0.32.4indirect
Gogithub.com/go-openapi/runtime/server-middlewarev0.30.0indirect
Gogithub.com/go-openapi/specv0.22.6indirect
Gogithub.com/go-openapi/strfmtv0.26.4indirect
Gogithub.com/go-openapi/swagv0.26.1indirect
Gogithub.com/go-openapi/swag/cmdutilsv0.26.1indirect
Gogithub.com/go-openapi/swag/convv0.27.0indirect
Gogithub.com/go-openapi/swag/fileutilsv0.26.1indirect
Gogithub.com/go-openapi/swag/jsonnamev0.26.1indirect
Gogithub.com/go-openapi/swag/jsonutilsv0.26.1indirect
Gogithub.com/go-openapi/swag/loadingv0.26.1indirect
Gogithub.com/go-openapi/swag/manglingv0.26.1indirect
Gogithub.com/go-openapi/swag/netutilsv0.26.1indirect
Gogithub.com/go-openapi/swag/stringutilsv0.26.1indirect
Gogithub.com/go-openapi/swag/typeutilsv0.27.0indirect
Gogithub.com/go-openapi/swag/yamlutilsv0.26.1indirect
Gogithub.com/go-openapi/validatev0.26.0indirect
Gogithub.com/go-viper/mapstructure/v2v2.5.0indirect
Gogithub.com/gofrs/flockv0.13.0indirect
Gogithub.com/gohugoio/hashstructurev0.6.0indirect
Gogithub.com/golang-jwt/jwt/v5v5.3.1indirect
Gogithub.com/golang/groupcachev0.0.0-20241129210726-2c02b8208cf8indirect
Gogithub.com/golang/protobufv1.5.4indirect
Gogithub.com/google/btreev1.1.3indirect
Gogithub.com/google/certificate-transparency-gov1.3.3indirect
Gogithub.com/google/go-containerregistryv0.21.7indirect
Gogithub.com/google/s2a-gov0.1.9indirect
Gogithub.com/google/shlexv0.0.0-20191202100458-e7afc7fbc510indirect
Gogithub.com/googleapis/enterprise-certificate-proxyv0.3.17indirect
Gogithub.com/googleapis/gax-go/v2v2.23.0indirect
Gogithub.com/grpc-ecosystem/go-grpc-prometheusv1.2.0indirect
Gogithub.com/grpc-ecosystem/grpc-gateway/v2v2.29.0indirect
Gogithub.com/hashicorp/errwrapv1.1.0indirect
Gogithub.com/hashicorp/go-immutable-radixv1.3.1indirect
Gogithub.com/hashicorp/go-metricsv0.6.0indirect
Gogithub.com/hashicorp/go-msgpack/v2v2.1.5indirect
Gogithub.com/hashicorp/go-multierrorv1.1.1indirect
Gogithub.com/hashicorp/go-sockaddrv1.0.7indirect
Gogithub.com/hashicorp/golang-lruv1.0.2indirect
Gogithub.com/hashicorp/golang-lru/v2v2.0.7indirect
Gogithub.com/hiddeco/sshsigv0.2.0indirect
Gogithub.com/in-toto/attestationv1.2.0indirect
Gogithub.com/inconshreveable/mousetrapv1.1.0indirect
Gogithub.com/intel/goresctrlv0.12.0indirect
Gogithub.com/jmoiron/sqlxv1.4.0indirect
Gogithub.com/klauspost/compressv1.19.1indirect
Gogithub.com/knqyf263/go-pluginv0.9.0indirect
Gogithub.com/mdlayher/socketv0.5.1indirect
Gogithub.com/mdlayher/vsockv1.2.1indirect
Gogithub.com/mitchellh/reflectwalkv1.0.2indirect
Gogithub.com/moby/sys/capabilityv0.4.0indirect
Gogithub.com/morikuni/aecv1.1.0indirect
Gogithub.com/munnerz/goautonegv0.0.0-20191010083416-a7dc8b61c822indirect
Gogithub.com/oklog/ulid/v2v2.1.1indirect
Gogithub.com/opencontainers/runtime-toolsv0.9.1-0.20251114084447-edf4cb3d2116indirect
Gogithub.com/package-url/packageurl-gov0.1.1indirect
Gogithub.com/pelletier/go-tomlv1.9.5indirect
Gogithub.com/petermattis/goidv0.0.0-20240813172612-4fcff4a6cae7indirect
Gogithub.com/philhofer/fwdv1.2.0indirect
Gogithub.com/planetscale/vtprotobufv0.6.1-0.20240319094008-0393e58bdf10indirect
Gogithub.com/pmezard/go-difflibv1.0.1-0.20181226105442-5d4384ee4fb2indirect
Gogithub.com/prometheus/client_modelv0.6.2indirect
Gogithub.com/prometheus/commonv0.70.1indirect
Gogithub.com/prometheus/procfsv0.21.1indirect
Gogithub.com/protonmail/go-cryptov1.4.1indirect
Gogithub.com/russross/blackfriday/v2v2.1.0indirect
Gogithub.com/sasha-s/go-deadlockv0.3.5indirect
Gogithub.com/sean-/seedv0.0.0-20170313163322-e2103e2c3529indirect
Gogithub.com/secure-systems-lab/go-securesystemslibv0.11.0indirect
Gogithub.com/shibumi/go-pathspecv1.3.0indirect
Gogithub.com/sigstore/protobuf-specsv0.5.1indirect
Gogithub.com/sigstore/rekorv1.5.3indirect
Gogithub.com/sigstore/rekor-tiles/v2v2.3.0indirect
Gogithub.com/sigstore/sigstorev1.10.8indirect
Gogithub.com/sigstore/sigstore-gov1.2.2indirect
Gogithub.com/sigstore/timestamp-authority/v2v2.1.2indirect
Gogithub.com/spdx/tools-golangv0.5.7indirect
Gogithub.com/stretchr/testifyv1.11.1indirect
Gogithub.com/tetratelabs/wazerov1.11.0indirect
Gogithub.com/theupdateframework/go-tuf/v2v2.4.2indirect
Gogithub.com/tinylib/msgpv1.3.0indirect
Gogithub.com/tonistiigi/dchapes-modev0.0.0-20250318174251-73d941a28323indirect
Gogithub.com/tonistiigi/go-actions-cachev0.0.0-20260120203934-54bc28c26fd2indirect
Gogithub.com/tonistiigi/go-csvvaluev0.0.0-20240814133006-030d3b2625d0indirect
Gogithub.com/tonistiigi/unitsv0.0.0-20180711220420-6950e57a87eaindirect
Gogithub.com/tonistiigi/vt100v0.0.0-20240514184818-90bafcd6ababindirect
Gogithub.com/transparency-dev/formatsv0.1.1indirect
Gogithub.com/transparency-dev/merklev0.0.2indirect
Gogithub.com/weppos/publicsuffix-gov0.30.0indirect
Gogithub.com/x448/float16v0.8.4indirect
Gogithub.com/youmark/pkcs8v0.0.0-20240726163527-a2c0da244d78indirect
Gogithub.com/zmap/zcryptov0.0.0-20230310154051-c8b263fd8300indirect
Gogithub.com/zmap/zlint/v3v3.5.0indirect
Gogo.etcd.io/etcd/api/v3v3.6.14indirect
Gogo.etcd.io/etcd/client/pkg/v3v3.6.14indirect
Gogo.etcd.io/etcd/pkg/v3v3.6.14indirect
Gogo.etcd.io/etcd/server/v3v3.6.14indirect
Gogo.etcd.io/raft/v3v3.6.0indirect
Gogo.opencensus.iov0.24.0indirect
Gogo.opentelemetry.io/auto/sdkv1.1.0indirect
Gogo.opentelemetry.io/auto/sdkv1.2.1indirect
Gogo.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptracev0.69.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcv1.44.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpv1.44.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlptracev1.44.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.44.0indirect
Gogo.opentelemetry.io/otel/logv0.20.0indirect
Gogo.opentelemetry.io/otel/metricv1.35.0indirect
Gogo.opentelemetry.io/otel/metricv1.44.0indirect
Gogo.opentelemetry.io/otel/sdk/logv0.20.0indirect
Gogo.opentelemetry.io/otel/sdk/metricv1.44.0indirect
Gogo.opentelemetry.io/proto/otlpv1.10.0indirect
Gogo.uber.org/multierrv1.11.0indirect
Gogo.uber.org/zapv1.28.0indirect
Gogo.yaml.in/yaml/v2v2.4.4indirect
Gogo.yaml.in/yaml/v3v3.0.5indirect
Gogolang.org/x/cryptov0.54.0indirect
Gogolang.org/x/modv0.38.0indirect
Gogolang.org/x/oauth2v0.36.0indirect
Gogolang.org/x/termv0.45.0indirect
Gogolang.org/x/toolsv0.48.0indirect
Gogoogle.golang.org/apiv0.287.1indirect
Gogoogle.golang.org/genprotov0.0.0-20260526163538-3dc84a4a5aaaindirect
Gogoogle.golang.org/genproto/googleapis/rpcv0.0.0-20260630182238-925bb5da69e7indirect
Gogopkg.in/inf.v0v0.9.1indirect
Gogopkg.in/yaml.v3v3.0.1indirect
Gok8s.io/apimachineryv0.36.0indirect
Gok8s.io/klog/v2v2.140.0indirect
Gosigs.k8s.io/jsonv0.0.0-20250730193827-2d320260d730indirect
Gosigs.k8s.io/yamlv1.6.0indirect
Gotags.cncf.io/container-device-interface/specs-gov1.1.0indirect
Dependency advisories 2

This repository publishes no package the index resolves, so its own dependency graph was assessed — 317 packages, which also include development and test pins that never ship: 2 carry known advisories, of which 1 are direct.

PackageVersionRelationSeverityAdvisoriesFixed in
golang.org/x/sysv0.33.0directunknown10.44.0
golang.org/x/cryptov0.54.0indirectunknown1

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.31.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsGo.