{"date":"2026-09-24T06:05:26Z","repo":{"name":"github.com/etcd-io/etcd","commit":"1edd247ff4b4d7515f674429ef5db75cceb80b4d"},"scorecard":{"version":"v5.5.0","commit":"c395761df6afe1a69e476bc60a013a94bcbc153f"},"score":6.9,"checks":[{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy","short":"Determines if the project has published a security policy."}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained","short":"Determines if the project is \"actively maintained\"."}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input 'github.event.pull_request.head.ref': .github/workflows/bump-devcontainer-version.yml:32"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow","short":"Determines if the project's GitHub Action workflows avoid dangerous patterns."}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/gh-workflow-approve.yaml:22","Info: topLevel permissions set to 'read-all': .github/workflows/antithesis-test.yml:33","Info: topLevel 'contents' permission set to 'read': .github/workflows/antithesis-verify.yml:5","Info: topLevel permissions set to 'read-all': .github/workflows/antithesis.debugger.yml:25","Warn: topLevel 'contents' permission set to 'write': .github/workflows/bump-devcontainer-version.yml:5","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/bump-devcontainer-version.yml:6","Info: topLevel permissions set to 'read-all': .github/workflows/cherrypick-bot-ok-to-test.yaml:3","Info: topLevel permissions set to 'read-all': .github/workflows/codeql-analysis.yml:22","Info: topLevel permissions set to 'read-all': .github/workflows/gh-workflow-approve.yaml:3","Info: topLevel permissions set to 'read-all': .github/workflows/measure-testgrid-flakiness.yaml:8","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:12","Info: topLevel permissions set to 'read-all': .github/workflows/verify-released-assets.yaml:3"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions","short":"Determines if the project's workflows follow the principle of least privilege."}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review","short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged."}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool","short":"Determines if the project uses a dependency update tool."}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts","short":"Determines if the project has generated executable (binary) artifacts in the source repository."}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices","short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge."}},{"name":"Pinned-Dependencies","score":6,"reason":"dependency not pinned by hash detected -- score normalized to 6","details":["Warn: containerImage not pinned by hash: tests/antithesis/config/Dockerfile:3","Warn: containerImage not pinned by hash: tests/antithesis/server/Dockerfile:4","Warn: containerImage not pinned by hash: tests/antithesis/server/Dockerfile:82: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3","Warn: containerImage not pinned by hash: tests/antithesis/test-template/Dockerfile:4","Warn: containerImage not pinned by hash: tests/antithesis/test-template/Dockerfile:20: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3","Warn: goCommand not pinned by hash: tests/antithesis/server/Dockerfile:25","Warn: goCommand not pinned by hash: tests/antithesis/server/Dockerfile:80","Warn: goCommand not pinned by hash: scripts/verify_golangci-lint_version.sh:18","Info:  15 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   5 third-party GitHubAction dependencies pinned","Info:   2 out of   7 containerImage dependencies pinned","Info:   5 out of   8 goCommand dependencies pinned"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies","short":"Determines if the project has declared and pinned the dependencies of its build process."}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: https://osv.dev/GO-2026-5932","Warn: Project is vulnerable to: https://osv.dev/GO-2026-6222"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities","short":"Determines if the project has open, known unfixed vulnerabilities."}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast","short":"Determines if the project uses static code analysis."}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: GoBuiltInFuzzer integration found: server/etcdserver/api/v3rpc/validationfuzz_test.go:30","Info: GoBuiltInFuzzer integration found: server/etcdserver/api/v3rpc/validationfuzz_test.go:76","Info: GoBuiltInFuzzer integration found: server/etcdserver/api/v3rpc/validationfuzz_test.go:121"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing","short":"Determines if the project uses fuzzing."}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection","short":"Determines if the default and release branches are protected with GitHub's branch protection settings."}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license","short":"Determines if the project has defined a license."}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/antithesis-test.yml:40"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging","short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall."}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.7.2 not signed: https://api.github.com/repos/etcd-io/etcd/releases/394127150","Warn: release artifact v3.6.15 not signed: https://api.github.com/repos/etcd-io/etcd/releases/394117946","Warn: release artifact v3.5.34 not signed: https://api.github.com/repos/etcd-io/etcd/releases/394107625","Warn: release artifact v3.7.1 not signed: https://api.github.com/repos/etcd-io/etcd/releases/358911174","Warn: release artifact v3.6.14 not signed: https://api.github.com/repos/etcd-io/etcd/releases/358906325","Warn: release artifact v3.7.2 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/394127150","Warn: release artifact v3.6.15 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/394117946","Warn: release artifact v3.5.34 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/394107625","Warn: release artifact v3.7.1 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/358911174","Warn: release artifact v3.6.14 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/358906325"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases","short":"Determines if the project cryptographically signs release artifacts."}},{"name":"CI-Tests","score":10,"reason":"15 out of 15 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests","short":"Determines if the project runs tests before pull requests are merged."}},{"name":"Contributors","score":10,"reason":"project has 35 contributing companies or organizations","details":["Info: found contributions from: MicrosoftCopilot, NVIDIA, akiunlocks, authzed, bethanygovernment, boltdb, broadcom, cayleygraph, clouddragons, cncf-maintainers, cockroach labs, containerd, edgebit, etcd-io, fly.io, google, goraft, huawei, hyscale-lab, ibm, inmar intelligence, kubernetes, kubernetes-sigs, leptonai, microsoft, middlemost, nvidia, opencontainers, rclone, red hat, sequoia, sinatra, snowflake (@ex-googler), vmware, vmware by broadcom"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors","short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies)."}}]}
