{"date":"2026-08-24","repo":{"name":"github.com/alteryx/evalml","commit":"99ba23f7cce5c2dc4d8e61f01590ab0896ebdb85"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":4.2,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained"}},{"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/auto_approve_dependency_PRs.yaml:1","Warn: no topLevel permission defined: .github/workflows/broken_link_checker.yaml:1","Warn: no topLevel permission defined: .github/workflows/build_conda_pkg.yaml:1","Warn: no topLevel permission defined: .github/workflows/check_conda_pkg_versions.yaml:1","Warn: no topLevel permission defined: .github/workflows/detect_changes.yaml:1","Warn: no topLevel permission defined: .github/workflows/install_test.yaml:1","Warn: no topLevel permission defined: .github/workflows/latest_dependency_checker.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint_tests.yaml:1","Warn: no topLevel permission defined: .github/workflows/linux_integration_tests.yaml:1","Warn: no topLevel permission defined: .github/workflows/linux_nightlies.yaml:1","Warn: no topLevel permission defined: .github/workflows/linux_unit_tests_with_latest_deps.yaml:1","Warn: no topLevel permission defined: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:1","Warn: no topLevel permission defined: .github/workflows/minimum_dependency_checker.yaml:1","Warn: no topLevel permission defined: .github/workflows/pull_request_check.yaml:1","Warn: no topLevel permission defined: .github/workflows/release.yaml:1","Warn: no topLevel permission defined: .github/workflows/release_notes_updated.yaml:1","Warn: no topLevel permission defined: .github/workflows/unit_tests_with_featuretools_main_branch.yaml:1","Warn: no topLevel permission defined: .github/workflows/unit_tests_with_woodwork_main_branch.yaml:1","Warn: no topLevel permission defined: .github/workflows/windows_nightlies.yaml:1","Warn: no topLevel permission defined: .github/workflows/windows_unit_tests.yaml:1","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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/broken_link_checker.yaml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/broken_link_checker.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/broken_link_checker.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/broken_link_checker.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_conda_pkg.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/build_conda_pkg.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_conda_pkg.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/build_conda_pkg.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check_conda_pkg_versions.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/check_conda_pkg_versions.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check_conda_pkg_versions.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/check_conda_pkg_versions.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/detect_changes.yaml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/detect_changes.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/detect_changes.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/detect_changes.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install_test.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/install_test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install_test.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/install_test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install_test.yaml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/install_test.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/install_test.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/install_test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/latest_dependency_checker.yaml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/latest_dependency_checker.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/latest_dependency_checker.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/latest_dependency_checker.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/latest_dependency_checker.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/latest_dependency_checker.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint_tests.yaml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/lint_tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint_tests.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/lint_tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint_tests.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/lint_tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_integration_tests.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_integration_tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_integration_tests.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_integration_tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_integration_tests.yaml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_integration_tests.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linux_integration_tests.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_integration_tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_nightlies.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_nightlies.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_nightlies.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_nightlies.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linux_nightlies.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_nightlies.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_unit_tests_with_latest_deps.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_unit_tests_with_latest_deps.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_unit_tests_with_latest_deps.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_unit_tests_with_latest_deps.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_unit_tests_with_minimum_deps.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/linux_unit_tests_with_minimum_deps.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum_dependency_checker.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/minimum_dependency_checker.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/minimum_dependency_checker.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/minimum_dependency_checker.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/minimum_dependency_checker.yaml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/minimum_dependency_checker.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/minimum_dependency_checker.yaml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/minimum_dependency_checker.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull_request_check.yaml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/pull_request_check.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release_notes_updated.yaml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/release_notes_updated.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit_tests_with_featuretools_main_branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/unit_tests_with_featuretools_main_branch.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit_tests_with_featuretools_main_branch.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/unit_tests_with_featuretools_main_branch.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit_tests_with_featuretools_main_branch.yaml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/unit_tests_with_featuretools_main_branch.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit_tests_with_woodwork_main_branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/unit_tests_with_woodwork_main_branch.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit_tests_with_woodwork_main_branch.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/unit_tests_with_woodwork_main_branch.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit_tests_with_woodwork_main_branch.yaml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/unit_tests_with_woodwork_main_branch.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows_nightlies.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/windows_nightlies.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windows_nightlies.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/windows_nightlies.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows_unit_tests.yaml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/alteryx/evalml/windows_unit_tests.yaml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile.arm:12","Warn: pipCommand not pinned by hash: .github/workflows/build_conda_pkg.yaml:34","Warn: pipCommand not pinned by hash: .github/workflows/build_conda_pkg.yaml:45","Warn: pipCommand not pinned by hash: .github/workflows/install_test.yaml:46","Warn: pipCommand not pinned by hash: .github/workflows/install_test.yaml:57","Warn: pipCommand not pinned by hash: .github/workflows/lint_tests.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/linux_integration_tests.yaml:36","Warn: pipCommand not pinned by hash: .github/workflows/linux_integration_tests.yaml:57","Warn: pipCommand not pinned by hash: .github/workflows/linux_nightlies.yaml:31","Warn: pipCommand not pinned by hash: .github/workflows/linux_nightlies.yaml:34","Warn: pipCommand not pinned by hash: .github/workflows/linux_nightlies.yaml:38","Warn: pipCommand not pinned by hash: .github/workflows/linux_nightlies.yaml:47","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:35","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_latest_deps.yaml:65","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:33","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:36","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:41","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:42","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:43","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:44","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:49","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/linux_unit_tests_with_minimum_deps.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:17","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:18","Warn: pipCommand not pinned by hash: .github/workflows/release.yaml:19","Warn: pipCommand not pinned by hash: .github/workflows/unit_tests_with_featuretools_main_branch.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/unit_tests_with_featuretools_main_branch.yaml:32","Warn: pipCommand not pinned by hash: .github/workflows/unit_tests_with_woodwork_main_branch.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/unit_tests_with_woodwork_main_branch.yaml:32","Info:   0 out of  34 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  15 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   1 out of  31 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":"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":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license"}},{"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":"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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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"}}]}
