{"date":"2026-08-17","repo":{"name":"github.com/microsoft/FLAML","commit":"53e3461079d90f69430015fad04f3c726c39dd2d"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":6.8,"checks":[{"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":"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"23 commit(s) and 0 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":"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":"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/CD.yml:12","Warn: topLevel 'contents' permission set to 'write': .github/workflows/deploy-website.yml:13","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/deploy-website.yml:14","Info: found token with 'none' permissions: .github/workflows/openai.yml:1","Info: found token with 'none' permissions: .github/workflows/pre-commit.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/python-package.yml:30","Info: no jobLevel write permissions found"],"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":"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"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":"Branch-Protection","score":8,"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'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Info: 'last push approval' is required to merge on branch 'main'","Info: status check found to merge onto on 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:6: pin your Docker image by updating mcr.microsoft.com/vscode/devcontainers/python:0-3.9 to mcr.microsoft.com/vscode/devcontainers/python:0-3.9@sha256:56350ae5edabcf750919c98aef8c5dd4e7f8e589e8abfbe50ec25801d82bff69","Warn: containerImage not pinned by hash: Dockerfile:2: pin your Docker image by updating mcr.microsoft.com/devcontainers/python:3.10 to mcr.microsoft.com/devcontainers/python:3.10@sha256:ba8557ef1ca8098b9e5292a089e961935a462179f83fb522bab7c08c41966e73","Warn: containerImage not pinned by hash: test/.Docker/Dockerfile-cpu:1: pin your Docker image by updating mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 to mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04@sha256:ef6728e7a83b30cff73b3bf8d7add9851e878877adeb4e9353a67ea19c9933eb","Warn: npmCommand not pinned by hash: .devcontainer/Dockerfile:22","Warn: pipCommand not pinned by hash: .devcontainer/Dockerfile:23","Warn: pipCommand not pinned by hash: Dockerfile:27","Warn: npmCommand not pinned by hash: Dockerfile:33","Warn: pipCommand not pinned by hash: Dockerfile:34","Warn: pipCommand not pinned by hash: test/.Docker/Dockerfile-cpu:3","Warn: pipCommand not pinned by hash: test/.Docker/Dockerfile-cpu:4","Warn: pipCommand not pinned by hash: test/.Docker/Dockerfile-cpu:5","Warn: pipCommand not pinned by hash: .github/workflows/deploy-website.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/deploy-website.yml:53","Warn: npmCommand not pinned by hash: .github/workflows/deploy-website.yml:66","Warn: pipCommand not pinned by hash: .github/workflows/deploy-website.yml:89","Warn: pipCommand not pinned by hash: .github/workflows/deploy-website.yml:90","Warn: npmCommand not pinned by hash: .github/workflows/deploy-website.yml:103","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:51","Warn: pipCommand not pinned by hash: .github/workflows/openai.yml:71","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:63","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:66","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:70","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:74","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:84","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:94","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:118","Info:  16 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   3 containerImage dependencies pinned","Info:   2 out of   6 npmCommand dependencies pinned","Info:   0 out of  27 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":4,"reason":"SAST tool is not run on all commits -- score normalized to 4","details":["Warn: 14 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"}}]}
