{"date":"2026-08-25T22:54:19Z","repo":{"name":"github.com/keras-team/keras","commit":"37d6c4b6818a5346701ea833fc83d33395ce0b88"},"scorecard":{"version":"v5.5.0","commit":"c395761df6afe1a69e476bc60a013a94bcbc153f"},"score":7.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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 19 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/c395761df6afe1a69e476bc60a013a94bcbc153f/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/c395761df6afe1a69e476bc60a013a94bcbc153f/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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/stale-issue-pr.yaml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/actions.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/auto-assignment.yaml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/gemini-automated-issue-triage.yml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/gpu_tests.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/jules-review.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/labeler.yaml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/nightly.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-contributor-terms.yml:12","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/pr-contributor-terms.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:14","Warn: no topLevel permission defined: .github/workflows/stale-issue-pr.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/tpu_tests.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/zizmor.yml:9"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":8,"reason":"Found 25/30 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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"}},{"name":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: pipCommand not pinned by hash: .devcontainer/setup.sh:1","Warn: pipCommand not pinned by hash: .devcontainer/setup.sh:2","Warn: pipCommand not pinned by hash: .github/workflows/actions.yml:176","Warn: pipCommand not pinned by hash: .github/workflows/actions.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/actions.yml:70","Warn: pipCommand not pinned by hash: .github/workflows/actions.yml:71","Warn: pipCommand not pinned by hash: .github/workflows/gpu_tests.yml:63","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:82","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:100","Warn: pipCommand not pinned by hash: .github/workflows/nightly.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/tpu_tests.yml:66","Info:  25 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:  11 out of  11 third-party GitHubAction dependencies pinned","Info:   0 out of  15 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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/nightly.yml:85"],"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'r3.15'","Warn: branch protection not enabled for branch 'r3.12'","Warn: branch protection not enabled for branch 'r3.14'","Warn: branch protection not enabled for branch 'r3.13'","Warn: branch protection not enabled for branch 'r3.11'","Warn: branch protection not enabled for branch 'r3.9'","Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Warn: no status checks found to merge onto branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"}},{"name":"SAST","score":1,"reason":"SAST tool is not run on all commits -- score normalized to 1","details":["Warn: 3 commits out of 27 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"}},{"name":"CI-Tests","score":10,"reason":"27 out of 27 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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 20 contributing companies or organizations","details":["Info: found contributions from: AI-ON, AgnezIO, EmKa-Academy, cnel, desilo, google, googlers, keras-team, kyutai, manyfold labs, meerim-taehoon-wedding, ng-bottle-libraries, offscale, probablystudio, samsung electronics, tensorflow, tiboapp, university of exeter, university of florida, wtw"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: https://osv.dev/PYSEC-2026-1374","Warn: Project is vulnerable to: https://osv.dev/PYSEC-2026-1375"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"}}]}
