{"date":"2026-08-17","repo":{"name":"github.com/python/mypy","commit":"7f88c95bbf9af181a4de13e2c242c89216f15b19"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":6.5,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 15 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained"}},{"name":"Security-Policy","score":4,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Warn: no linked content found","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#security-policy"}},{"name":"Code-Review","score":7,"reason":"Found 23/29 approved changesets -- score normalized to 7","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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/mypy_primer_comment.yml:17","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/sync_typeshed.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheels.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:25","Info: topLevel 'contents' permission set to 'read': .github/workflows/mypy_primer.yml:19","Info: found token with 'none' permissions: .github/workflows/mypy_primer_comment.yml:1","Info: found token with 'none' permissions: .github/workflows/sync_typeshed.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/test_stubgenc.yml:17"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#binary-artifacts"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/build_wheels.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_wheels.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/build_wheels.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer.yml:98: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer_comment.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer_comment.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy_primer_comment.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/mypy_primer_comment.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sync_typeshed.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/sync_typeshed.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sync_typeshed.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/sync_typeshed.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:276: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:163: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:201: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_stubgenc.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/test_stubgenc.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_stubgenc.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/python/mypy/test_stubgenc.yml/master?enable=pin","Warn: containerImage not pinned by hash: misc/docker/Dockerfile:1: pin your Docker image by updating ubuntu:latest to ubuntu:latest@sha256:6df9e8dd1eac389ebfef692c9648449adeb815d01e16e29cd6f3e50fe64ba9a6","Warn: pipCommand not pinned by hash: misc/docker/Dockerfile:12","Warn: pipCommand not pinned by hash: misc/test-stubgenc.sh:9","Warn: pipCommand not pinned by hash: misc/test-stubgenc.sh:10","Warn: pipCommand not pinned by hash: misc/test-stubgenc.sh:11","Warn: pipCommand not pinned by hash: misc/trigger_wheel_build.sh:13","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/mypy_primer.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/mypy_primer.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/sync_typeshed.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:216","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:222","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:223","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:224","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:282","Info:   0 out of  18 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of  14 pipCommand 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#sast"}}]}
