{"date":"2026-06-24T09:55:42Z","repo":{"name":"github.com/etcd-io/etcd","commit":"5f6496ad4b0a3c92cc99d200095ae8b89fbcbf0b"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":6.8,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dependency-update-tool"}},{"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#code-review"}},{"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":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dangerous-workflow"}},{"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","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/bump-devcontainer-version.yml:6","Warn: topLevel 'contents' permission set to 'write': .github/workflows/bump-devcontainer-version.yml:5","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":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#binary-artifacts"}},{"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":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#cii-best-practices"}},{"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:70: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54","Warn: containerImage not pinned by hash: tests/antithesis/test-template/Dockerfile:4","Warn: containerImage not pinned by hash: tests/antithesis/test-template/Dockerfile:13: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54","Warn: goCommand not pinned by hash: tests/antithesis/server/Dockerfile:13","Warn: goCommand not pinned by hash: tests/antithesis/server/Dockerfile:68","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":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#pinned-dependencies"}},{"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":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#packaging"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2026-5031","Warn: Project is vulnerable to: GO-2026-5032"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.7.0-rc.0 not signed: https://api.github.com/repos/etcd-io/etcd/releases/332780269","Warn: release artifact v3.6.12 not signed: https://api.github.com/repos/etcd-io/etcd/releases/332766508","Warn: release artifact v3.5.31 not signed: https://api.github.com/repos/etcd-io/etcd/releases/332761746","Warn: release artifact v3.4.45 not signed: https://api.github.com/repos/etcd-io/etcd/releases/332755945","Warn: release artifact v3.7.0-beta.0 not signed: https://api.github.com/repos/etcd-io/etcd/releases/325275528","Warn: release artifact v3.7.0-rc.0 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/332780269","Warn: release artifact v3.6.12 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/332766508","Warn: release artifact v3.5.31 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/332761746","Warn: release artifact v3.4.45 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/332755945","Warn: release artifact v3.7.0-beta.0 does not have provenance: https://api.github.com/repos/etcd-io/etcd/releases/325275528"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 29 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#sast"}},{"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":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#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":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"14 out of 14 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#ci-tests"}},{"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, cockroachdb, containerd, edgebit, etcd-io, fly.io, google, goraft, hyscale-lab, ibm, inmar intelligence, kubernetes, kubernetes-sigs, leptonai, microsoft, middlemost, nanyang technological university, nvidia, opencontainers, rclone, red hat, sequoia, sinatra, snowflake (@ex-googler), vmware"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#contributors"}}]}
