{"date":"2026-08-24","repo":{"name":"github.com/golang/go","commit":"4794b781c114ee6874770c6e7d88eac44e430cdc"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":6.2,"checks":[{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#dangerous-workflow","short":"Determines if the project's GitHub Action workflows avoid dangerous patterns."}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#token-permissions","short":"Determines if the project's workflows follow the principle of least privilege."}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#security-policy","short":"Determines if the project has published a security policy."}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained","short":"Determines if the project is \"actively maintained\"."}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#code-review","short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged."}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#cii-best-practices","short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge."}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license","short":"Determines if the project has defined a license."}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#sast","short":"Determines if the project uses static code analysis."}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases","short":"Determines if the project cryptographically signs release artifacts."}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#branch-protection","short":"Determines if the default and release branches are protected with GitHub's branch protection settings."}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: GoBuiltInFuzzer integration found: src/archive/tar/fuzz_test.go:13","Info: GoBuiltInFuzzer integration found: src/archive/zip/fuzz_test.go:15","Info: GoBuiltInFuzzer integration found: src/bytes/bytes_test.go:1823","Info: GoBuiltInFuzzer integration found: src/cmd/go/internal/envcmd/env_test.go:22","Info: GoBuiltInFuzzer integration found: src/cmd/go/internal/work/shell_test.go:17","Info: GoBuiltInFuzzer integration found: src/cmd/internal/obj/arm64/inst_test.go:77","Info: GoBuiltInFuzzer integration found: src/cmd/internal/pgo/serialize_test.go:183","Info: GoBuiltInFuzzer integration found: src/cmd/internal/script/engine_test.go:98","Info: GoBuiltInFuzzer integration found: src/compress/flate/fuzz_test.go:23","Info: GoBuiltInFuzzer integration found: src/compress/gzip/fuzz_test.go:17","Info: GoBuiltInFuzzer integration found: src/crypto/x509/parser_test.go:359","Info: GoBuiltInFuzzer integration found: src/debug/buildinfo/buildinfo_test.go:320","Info: GoBuiltInFuzzer integration found: src/debug/buildinfo/buildinfo_test.go:396","Info: GoBuiltInFuzzer integration found: src/debug/elf/fuzz_test.go:17","Info: GoBuiltInFuzzer integration found: src/debug/pe/fuzz_test.go:15","Info: GoBuiltInFuzzer integration found: src/encoding/csv/fuzz_test.go:15","Info: GoBuiltInFuzzer integration found: src/encoding/json/fold_test.go:14","Info: GoBuiltInFuzzer integration found: src/encoding/json/fuzz_test.go:15","Info: GoBuiltInFuzzer integration found: src/encoding/json/fuzz_test.go:55","Info: GoBuiltInFuzzer integration found: src/encoding/json/internal/jsonwire/wire_test.go:50","Info: GoBuiltInFuzzer integration found: src/encoding/json/jsontext/fuzz_test.go:20","Info: GoBuiltInFuzzer integration found: src/encoding/json/jsontext/fuzz_test.go:109","Info: GoBuiltInFuzzer integration found: src/encoding/json/jsontext/fuzz_test.go:140","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2/arshal_time_test.go:240","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2/arshal_time_test.go:259","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2/arshal_time_test.go:360","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2/arshal_time_test.go:380","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2/fuzz_test.go:14","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2_fuzz_test.go:15","Info: GoBuiltInFuzzer integration found: src/encoding/json/v2_fuzz_test.go:55","Info: GoBuiltInFuzzer integration found: src/encoding/pem/pem_test.go:734","Info: GoBuiltInFuzzer integration found: src/html/fuzz_test.go:9","Info: GoBuiltInFuzzer integration found: src/image/gif/fuzz_test.go:16","Info: GoBuiltInFuzzer integration found: src/image/jpeg/fuzz_test.go:16","Info: GoBuiltInFuzzer integration found: src/image/png/fuzz_test.go:16","Info: GoBuiltInFuzzer integration found: src/internal/fuzz/encoding_test.go:322","Info: GoBuiltInFuzzer integration found: src/internal/fuzz/encoding_test.go:353","Info: GoBuiltInFuzzer integration found: src/internal/fuzz/encoding_test.go:383","Info: GoBuiltInFuzzer integration found: src/internal/runtime/cgroup/line_reader_test.go:162","Info: GoBuiltInFuzzer integration found: src/internal/runtime/maps/fuzz_test.go:95","Info: GoBuiltInFuzzer integration found: src/internal/trace/reader_test.go:48","Info: GoBuiltInFuzzer integration found: src/internal/zstd/fuzz_test.go:32","Info: GoBuiltInFuzzer integration found: src/internal/zstd/fuzz_test.go:49","Info: GoBuiltInFuzzer integration found: src/internal/zstd/fuzz_test.go:88","Info: GoBuiltInFuzzer integration found: src/internal/zstd/xxhash_test.go:78","Info: GoBuiltInFuzzer integration found: src/math/big/nat_test.go:719","Info: GoBuiltInFuzzer integration found: src/net/netip/fuzz_test.go:127","Info: GoBuiltInFuzzer integration found: src/runtime/debug/mod_test.go:23","Info: GoBuiltInFuzzer integration found: src/runtime/mgcscavenge_test.go:857","Info: GoBuiltInFuzzer integration found: src/runtime/print_test.go:133","Info: GoBuiltInFuzzer integration found: src/runtime/print_test.go:146","Info: GoBuiltInFuzzer integration found: src/runtime/print_test.go:159","Info: GoBuiltInFuzzer integration found: src/runtime/print_test.go:173","Info: GoBuiltInFuzzer integration found: src/strings/strings_test.go:1495","Info: GoBuiltInFuzzer integration found: src/syscall/syscall_windows_test.go:304","Info: GoBuiltInFuzzer integration found: src/syscall/wtf8_windows_test.go:157","Info: GoBuiltInFuzzer integration found: src/syscall/wtf8_windows_test.go:177","Info: GoBuiltInFuzzer integration found: src/time/format_test.go:995","Info: GoBuiltInFuzzer integration found: src/time/format_test.go:1037"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#fuzzing","short":"Determines if the project uses fuzzing."}},{"name":"Binary-Artifacts","score":0,"reason":"binaries present in source code","details":["Warn: binary detected: src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso:1","Warn: binary detected: src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso:1","Warn: binary detected: src/runtime/race/internal/amd64v1/race_darwin.syso:1","Warn: binary detected: src/runtime/race/internal/amd64v1/race_freebsd.syso:1","Warn: binary detected: src/runtime/race/internal/amd64v1/race_linux.syso:1","Warn: binary detected: src/runtime/race/internal/amd64v1/race_netbsd.syso:1","Warn: binary detected: src/runtime/race/internal/amd64v1/race_openbsd.syso:1","Warn: binary detected: src/runtime/race/internal/amd64v3/race_linux.syso:1","Warn: binary detected: src/runtime/race/race_darwin_arm64.syso:1","Warn: binary detected: src/runtime/race/race_linux_arm64.syso:1","Warn: binary detected: src/runtime/race/race_linux_loong64.syso:1","Warn: binary detected: src/runtime/race/race_linux_ppc64le.syso:1","Warn: binary detected: src/runtime/race/race_linux_riscv64.syso:1","Warn: binary detected: src/runtime/race/race_linux_s390x.syso:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#binary-artifacts","short":"Determines if the project has generated executable (binary) artifacts in the source repository."}},{"name":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: containerImage not pinned by hash: src/crypto/internal/boring/Dockerfile:8","Warn: containerImage not pinned by hash: src/crypto/internal/fips140/nistec/fiat/Dockerfile:5: pin your Docker image by updating coqorg/coq:8.13.2 to coqorg/coq:8.13.2@sha256:1f69b9224f068d408e6be7a3f536f67395d00c3497b97bdb99ee2d2c4c91954c","Warn: downloadThenRun not pinned by hash: src/crypto/internal/boring/Dockerfile:24-27","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   2 out of   2 goCommand dependencies pinned"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#pinned-dependencies","short":"Determines if the project has declared and pinned the dependencies of its build process."}}]}
