{"date":"2026-04-08T09:08:52Z","repo":{"name":"github.com/jenstroeger/python-package-template","commit":"eed699b1a096dc0f991114cb73dd90f4335a7491"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":8.5,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yaml: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":"Code-Review","score":8,"reason":"Found 12/14 approved changesets -- score normalized to 8","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":"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"20 commit(s) and 3 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":"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":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#security-policy"}},{"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":"Pinned-Dependencies","score":6,"reason":"dependency not pinned by hash detected -- score normalized to 6","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/jenstroeger/python-package-template/release.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pr-conventional-commits.yaml:38","Warn: pipCommand not pinned by hash: .github/workflows/pr-conventional-commits.yaml:39","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:135","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:136","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:52","Info:  25 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:  10 out of  11 third-party GitHubAction dependencies pinned","Info:   0 out of   6 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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#pinned-dependencies"}},{"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yaml:24","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yaml:25","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-change-set.yaml:27","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yaml:18","Info: jobLevel 'actions' permission set to 'read': .github/workflows/release.yaml:188","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yaml:246","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yaml:83","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yaml:230","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yaml:268","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards-analysis.yaml:22","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards-analysis.yaml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/sync-with-upstream.yaml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/_build.yaml:35","Info: topLevel 'contents' permission set to 'read': .github/workflows/_generate-rebase.yaml:29","Info: found token with 'none' permissions: .github/workflows/_release-notifications.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/_wiki-documentation.yaml:34","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yaml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/macaron-analysis.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-change-set.yaml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-conventional-commits.yaml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yaml:11","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards-analysis.yaml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/sync-with-upstream.yaml:12"],"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":"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (28) 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":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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/jenstroeger/python-package-template/releases/tag/v2.19.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/jenstroeger/python-package-template/releases/tag/v2.18.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/jenstroeger/python-package-template/releases/tag/v2.17.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/jenstroeger/python-package-template/releases/tag/v2.16.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/jenstroeger/python-package-template/releases/tag/v2.15.0"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: found contributions from: actions, bookalope"],"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"}},{"name":"CI-Tests","score":10,"reason":"28 out of 28 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"}}]}
