{"date":"2026-04-21T08:06:08Z","repo":{"name":"github.com/Azure/azure-workload-identity","commit":"89ee98191e574d9abdb5ea6c83a2e50d2709eed9"},"scorecard":{"version":"v4.13.1","commit":"49c0eed3a423f00c872b5c3c9f1bbca9e8aae799"},"score":6.5,"checks":[{"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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'force pushes' disabled on branch 'main'","Info: 'allow deletion' disabled on branch 'main'","Info: 'last push approval' enabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Warn: number of required reviewers is only 1 on branch 'main'","Warn: settings do not apply to administrators on branch 'main'","Info: codeowner review is required 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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#ci-tests"}},{"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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#cii-best-practices"}},{"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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#code-review"}},{"name":"Contributors","score":10,"reason":"15 different organizations found -- score normalized to 10","details":["Info: contributors work for Azure,CatalystCode,MicrosoftCopilot,MicrosoftDocs,deis,deislabs,eraser-dev,github,kaito-project,kubernetes,kubernetes-sigs,microsoft,open-policy-agent,project-copacetic,project-dalec"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#contributors"}},{"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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#dangerous-workflow"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: tool 'Dependabot' is used: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#dependency-update-tool"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no OSSFuzz integration found: Follow the steps in https://github.com/google/oss-fuzz to integrate fuzzing for your project.\nOver time, try to add fuzzing for more functionalities of your project. (High effort)","Warn: no OneFuzz integration found: Follow the steps in https://github.com/microsoft/onefuzz to start fuzzing for your project.\nOver time, try to add fuzzing for more functionalities of your project. (High effort)","Warn: no GoBuiltInFuzzer integration found: Follow the steps in https://go.dev/doc/fuzz/ to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no PythonAtherisFuzzer integration found: Follow the steps in https://github.com/google/atheris to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no CLibFuzzer integration found: Follow the steps in https://llvm.org/docs/LibFuzzer.html to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no CppLibFuzzer integration found: Follow the steps in https://llvm.org/docs/LibFuzzer.html to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no SwiftLibFuzzer integration found: Follow the steps in https://google.github.io/oss-fuzz/getting-started/new-project-guide/swift-lang/ to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no RustCargoFuzzer integration found: Follow the steps in https://rust-fuzz.github.io/book/cargo-fuzz.html to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no JavaJazzerFuzzer integration found: Follow the steps in https://github.com/CodeIntelligenceTesting/jazzer to enable fuzzing on your project.\nOver time, try to add fuzzing for more functionalities of your project. (Medium effort)","Warn: no ClusterFuzzLite integration found: Follow the steps in https://github.com/google/clusterfuzzlite to integrate fuzzing as part of CI.\nOver time, try to add fuzzing for more functionalities of your project. (High effort)","Warn: no HaskellPropertyBasedTesting integration found: Use one of the following frameworks to fuzz your project:\nQuickCheck: https://hackage.haskell.org/package/QuickCheck\nhedgehog: https://hedgehog.qa/\nvalidity: https://github.com/NorfairKing/validity\nsmallcheck: https://hackage.haskell.org/package/smallcheck\nhspec: https://hspec.github.io/\ntasty: https://hackage.haskell.org/package/tasty (High effort)","Warn: no TypeScriptPropertyBasedTesting integration found: Use fast-check: https://github.com/dubzzz/fast-check (High effort)","Warn: no JavaScriptPropertyBasedTesting integration found: Use fast-check: https://github.com/dubzzz/fast-check (High effort)"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: License file found in expected location: LICENSE:1","Info: FSF or OSI recognized license: LICENSE:1"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#license"}},{"name":"Maintained","score":5,"reason":"6 commit(s) out of 30 and 1 issue activity out of 30 found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#maintained"}},{"name":"Packaging","score":10,"reason":"publishing workflow detected","details":["Info: GitHub/GitLab publishing workflow used in run https://api.github.com/repos/Azure/azure-workload-identity/actions/runs/15690114707: .github/workflows/create-release.yaml:11"],"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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":6,"reason":"dependency not pinned by hash detected -- score normalized to 6","details":["Warn: containerImage not pinned by hash: docker/proxy-init.Dockerfile:1: pin your Docker image by updating registry.k8s.io/build-image/distroless-iptables:v0.9.0 to registry.k8s.io/build-image/distroless-iptables:v0.9.0@sha256:066def23165ef4bb68f6cd375283ad99442c434c7a2e3d59b7ff1f2a0f90c0bf","Warn: containerImage not pinned by hash: docker/proxy.Dockerfile:21: pin your Docker image by updating mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot to mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot@sha256:6725a75fb21b0bef01473a1083939b9bd4d43c660d8d89e98906cbcfe717b548","Warn: containerImage not pinned by hash: docker/webhook.Dockerfile:22: pin your Docker image by updating mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot to mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot@sha256:6725a75fb21b0bef01473a1083939b9bd4d43c660d8d89e98906cbcfe717b548","Warn: containerImage not pinned by hash: examples/custom-token-endpoint-msal-go/Dockerfile:19: pin your Docker image by updating mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot to mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot@sha256:6725a75fb21b0bef01473a1083939b9bd4d43c660d8d89e98906cbcfe717b548","Warn: containerImage not pinned by hash: examples/msal-go/Dockerfile:19: pin your Docker image by updating mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot to mcr.microsoft.com/cbl-mariner/distroless/minimal:2.0-nonroot@sha256:6725a75fb21b0bef01473a1083939b9bd4d43c660d8d89e98906cbcfe717b548","Warn: containerImage not pinned by hash: examples/msal-go/windows.Dockerfile:21","Warn: containerImage not pinned by hash: examples/msal-go/windows.Dockerfile:23","Warn: containerImage not pinned by hash: examples/msal-java/Dockerfile:4","Warn: containerImage not pinned by hash: examples/msal-java/Dockerfile:11","Warn: containerImage not pinned by hash: examples/msal-net/akvdotnet/Dockerfile:1","Warn: containerImage not pinned by hash: examples/msal-net/akvdotnet/Dockerfile:7","Warn: containerImage not pinned by hash: examples/msal-node/Dockerfile:3","Warn: containerImage not pinned by hash: examples/msal-node/Dockerfile:8","Warn: containerImage not pinned by hash: examples/msal-python/Dockerfile:1","Warn: containerImage not pinned by hash: examples/msal-python/Dockerfile:8","Warn: containerImage not pinned by hash: examples/msal-python/Dockerfile:13: pin your Docker image by updating mcr.microsoft.com/cbl-mariner/distroless/python:3.9 to mcr.microsoft.com/cbl-mariner/distroless/python:3.9@sha256:483397b17da9eb37f904f14986249fe2ff4b647eb1cc014230864af7b585cf80","Warn: npmCommand not pinned by hash: examples/msal-node/Dockerfile:6","Warn: pipCommand not pinned by hash: examples/msal-python/Dockerfile:2-5","Warn: pipCommand not pinned by hash: examples/msal-python/Dockerfile:10","Info:  26 out of  26 GitHub-owned GitHubAction dependencies pinned","Info:  33 out of  33 third-party GitHubAction dependencies pinned","Info:   5 out of  21 containerImage dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) are checked with a SAST tool","Info: SAST tool detected: CodeQL"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#sast"}},{"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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":0,"reason":"0 out of 5 artifacts are signed or have provenance","details":["Warn: release artifact v1.5.1 does not have provenance: https://api.github.com/repos/Azure/azure-workload-identity/releases/225668136","Warn: release artifact v1.5.1 not signed: https://api.github.com/repos/Azure/azure-workload-identity/releases/225668136","Warn: release artifact v1.5.0 does not have provenance: https://api.github.com/repos/Azure/azure-workload-identity/releases/211649089","Warn: release artifact v1.5.0 not signed: https://api.github.com/repos/Azure/azure-workload-identity/releases/211649089","Warn: release artifact v1.4.1 does not have provenance: https://api.github.com/repos/Azure/azure-workload-identity/releases/195222866","Warn: release artifact v1.4.1 not signed: https://api.github.com/repos/Azure/azure-workload-identity/releases/195222866","Warn: release artifact v1.4.0 does not have provenance: https://api.github.com/repos/Azure/azure-workload-identity/releases/189018197","Warn: release artifact v1.4.0 not signed: https://api.github.com/repos/Azure/azure-workload-identity/releases/189018197","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/Azure/azure-workload-identity/releases/158867971","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/Azure/azure-workload-identity/releases/158867971"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#signed-releases"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/azwi-build.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/azwi-e2e.yaml:14","Warn: topLevel 'contents' permission set to 'write': .github/workflows/chart.yaml:12: Visit https://app.stepsecurity.io/secureworkflow/Azure/azure-workload-identity/chart.yaml/main?enable=permissions\nTick the 'Restrict permissions for GITHUB_TOKEN'\nUntick other options\nNOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead. (Low effort)","Info: topLevel 'contents' permission set to 'read': .github/workflows/codecov.yaml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yaml:14","Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release-pull-request.yaml:14: Visit https://app.stepsecurity.io/secureworkflow/Azure/azure-workload-identity/create-release-pull-request.yaml/main?enable=permissions\nTick the 'Restrict permissions for GITHUB_TOKEN'\nUntick other options\nNOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead. (Low effort)","Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yaml:8: Visit https://app.stepsecurity.io/secureworkflow/Azure/azure-workload-identity/create-release.yaml/main?enable=permissions\nTick the 'Restrict permissions for GITHUB_TOKEN'\nUntick other options\nNOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead. (Low effort)","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/markdown-link-check.yaml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/patch-images.yaml:8","Warn: topLevel 'packages' permission set to 'write': .github/workflows/patch-images.yaml:9: Visit https://app.stepsecurity.io/secureworkflow/Azure/azure-workload-identity/patch-images.yaml/main?enable=permissions\nTick the 'Restrict permissions for GITHUB_TOKEN'\nUntick other options\nNOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead. (Low effort)","Warn: topLevel 'packages' permission set to 'write': .github/workflows/publish-images.yaml:10: Visit https://app.stepsecurity.io/secureworkflow/Azure/azure-workload-identity/publish-images.yaml/main?enable=permissions\nTick the 'Restrict permissions for GITHUB_TOKEN'\nUntick other options\nNOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead. (Low effort)","Info: topLevel 'contents' permission set to 'read': .github/workflows/publish-images.yaml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/scan-vulns.yaml:14","Info: topLevel permissions set to 'none': .github/workflows/scorecards.yml:1","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Warn: topLevel 'contents' permission set to 'write': .github/workflows/website.yaml:12: Visit https://app.stepsecurity.io/secureworkflow/Azure/azure-workload-identity/website.yaml/main?enable=permissions\nTick the 'Restrict permissions for GITHUB_TOKEN'\nUntick other options\nNOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead. (Low effort)","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/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2026-4440","Warn: Project is vulnerable to: GO-2026-4441","Warn: Project is vulnerable to: GHSA-vpq2-c234-7xj6","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-869p-cjfg-cm3x","Warn: Project is vulnerable to: GHSA-f23m-r3pf-42rh","Warn: Project is vulnerable to: GHSA-r5fr-rjxr-66jc","Warn: Project is vulnerable to: GHSA-xxjr-mmjv-4gpg","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GO-2025-3521","Warn: Project is vulnerable to: GO-2025-3547"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/49c0eed3a423f00c872b5c3c9f1bbca9e8aae799/docs/checks.md#vulnerabilities"}}]}
