{"date":"2026-05-19T04:44:53Z","repo":{"name":"github.com/OpenZeppelin/guardian","commit":"aba731f38335c605efcb59269cccea0c8e1dd688"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":5.9,"checks":[{"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":"Maintained","score":10,"reason":"30 commit(s) and 5 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:11","Warn: topLevel 'actions' permission set to 'write': .github/workflows/cla.yml:14","Warn: topLevel 'contents' permission set to 'write': .github/workflows/cla.yml:15","Warn: topLevel 'statuses' permission set to 'write': .github/workflows/cla.yml:17","Warn: topLevel 'checks' permission set to 'write': .github/workflows/cla.yml:18","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:18","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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":1,"reason":"Found 5/30 approved changesets -- score normalized to 1","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":"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/c22063e786c11f9dd714d777a687ff7c4599b600/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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dangerous-workflow"}},{"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU Affero General Public License v3.0: LICENSE: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":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":8,"reason":"dependency not pinned by hash detected -- score normalized to 8","details":["Warn: containerImage not pinned by hash: Dockerfile:4: pin your Docker image by updating rust:1.93.0-bookworm to rust:1.93.0-bookworm@sha256:d0a4aa3ca2e1088ac0c81690914a0d810f2eee188197034edf366ed010a2b382","Warn: containerImage not pinned by hash: Dockerfile:27","Warn: containerImage not pinned by hash: Dockerfile:35","Info:  13 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:  14 out of  14 third-party GitHubAction dependencies pinned","Info:   2 out of   5 containerImage 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":"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":"Branch-Protection","score":3,"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'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: branch 'main' does not require approvers","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled 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":"Vulnerabilities","score":0,"reason":"88 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-g59m-gf8j-gjf5","Warn: Project is vulnerable to: RUSTSEC-2025-0141","Warn: Project is vulnerable to: RUSTSEC-2024-0388","Warn: Project is vulnerable to: RUSTSEC-2026-0111 / GHSA-h5x4-m2qf-r4f2","Warn: Project is vulnerable to: RUSTSEC-2026-0134","Warn: Project is vulnerable to: RUSTSEC-2026-0135","Warn: Project is vulnerable to: RUSTSEC-2026-0136","Warn: Project is vulnerable to: RUSTSEC-2026-0137","Warn: Project is vulnerable to: GHSA-ff9q-rm55-q7qr","Warn: Project is vulnerable to: RUSTSEC-2026-0138","Warn: Project is vulnerable to: GHSA-3g92-f9ch-qjcm","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2026-0097 / GHSA-cq8v-f236-94qc","Warn: Project is vulnerable to: RUSTSEC-2026-0104 / GHSA-82j2-j2ch-gfr8","Warn: Project is vulnerable to: RUSTSEC-2026-0098 / GHSA-965h-392x-2mh5","Warn: Project is vulnerable to: RUSTSEC-2026-0099 / GHSA-xgp8-3hg3-c2mh","Warn: Project is vulnerable to: RUSTSEC-2026-0007 / GHSA-434x-w66g-qw3r","Warn: Project is vulnerable to: RUSTSEC-2026-0012 / GHSA-3288-p39f-rqpv","Warn: Project is vulnerable to: RUSTSEC-2026-0049 / GHSA-pwjx-qhcg-rvj4","Warn: Project is vulnerable to: GHSA-q6x5-8v7m-xcrf","Warn: Project is vulnerable to: GHSA-3p68-rc4w-qgx5","Warn: Project is vulnerable to: GHSA-3w6x-2g7m-8v23","Warn: Project is vulnerable to: GHSA-445q-vr5w-6q77","Warn: Project is vulnerable to: GHSA-5c9x-8gcm-mpgx","Warn: Project is vulnerable to: GHSA-62hf-57xw-28j9","Warn: Project is vulnerable to: GHSA-6chq-wfr3-2hj9","Warn: Project is vulnerable to: GHSA-fvcv-3m26-pcqx","Warn: Project is vulnerable to: GHSA-m7pr-hjqh-92cm","Warn: Project is vulnerable to: GHSA-pf86-5x62-jrwf","Warn: Project is vulnerable to: GHSA-pmwg-cvhr-8vh7","Warn: Project is vulnerable to: GHSA-q8qp-cvcw-x6jj","Warn: Project is vulnerable to: GHSA-vf2m-468p-8v99","Warn: Project is vulnerable to: GHSA-w9j2-pvgh-6h63","Warn: Project is vulnerable to: GHSA-xhjh-pmcv-23jw","Warn: Project is vulnerable to: GHSA-xx6v-rp6x-q39c","Warn: Project is vulnerable to: GHSA-378v-28hj-76wf","Warn: Project is vulnerable to: GHSA-f886-m6hf-6m8v","Warn: Project is vulnerable to: GHSA-jxxr-4gwj-5jf2","Warn: Project is vulnerable to: GHSA-737v-mqg7-c878","Warn: Project is vulnerable to: GHSA-848j-6mx2-7j84","Warn: Project is vulnerable to: GHSA-r4q5-vmmm-2653","Warn: Project is vulnerable to: GHSA-4hxc-9384-m385","Warn: Project is vulnerable to: GHSA-72gr-qfp7-vwhw","Warn: Project is vulnerable to: GHSA-26pp-8wgv-hjvm","Warn: Project is vulnerable to: GHSA-458j-xx4x-4375","Warn: Project is vulnerable to: GHSA-69xw-7hcm-h432","Warn: Project is vulnerable to: GHSA-9vqf-7f2p-gf9v","Warn: Project is vulnerable to: GHSA-hm8q-7f3q-5f36","Warn: Project is vulnerable to: GHSA-p77w-8qqv-26rm","Warn: Project is vulnerable to: GHSA-qp7p-654g-cw7p","Warn: Project is vulnerable to: GHSA-r5rp-j6wh-rvv4","Warn: Project is vulnerable to: GHSA-wmmm-f939-6g9c","Warn: Project is vulnerable to: GHSA-xf4j-xp2r-rqqx","Warn: Project is vulnerable to: GHSA-xpcf-pg52-r92g","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-2328-f5f3-gj25","Warn: Project is vulnerable to: GHSA-554w-wpv2-vw27","Warn: Project is vulnerable to: GHSA-5gfm-wpxj-wjgq","Warn: Project is vulnerable to: GHSA-5m6q-g25r-mvwx","Warn: Project is vulnerable to: GHSA-65ch-62r8-g69g","Warn: Project is vulnerable to: GHSA-ppp5-5v6c-4jwp","Warn: Project is vulnerable to: GHSA-q67f-28xg-22rw","Warn: Project is vulnerable to: GHSA-3v7f-55p6-f55p","Warn: Project is vulnerable to: GHSA-c2c7-rcm5-vvqj","Warn: Project is vulnerable to: GHSA-qx2v-qp2m-jg93","Warn: Project is vulnerable to: GHSA-2pr8-phx7-x9h3","Warn: Project is vulnerable to: GHSA-66ff-xgx4-vchm","Warn: Project is vulnerable to: GHSA-685m-2w69-288q","Warn: Project is vulnerable to: GHSA-75px-5xx7-5xc7","Warn: Project is vulnerable to: GHSA-fx83-v9x8-x52w","Warn: Project is vulnerable to: GHSA-jvwf-75h9-cwgg","Warn: Project is vulnerable to: GHSA-xq3m-2v4x-88gg","Warn: Project is vulnerable to: GHSA-9c4h-3f7h-322r","Warn: Project is vulnerable to: GHSA-h9w6-f932-gq62","Warn: Project is vulnerable to: GHSA-qpx9-hpmf-5gmw","Warn: Project is vulnerable to: GHSA-w5hq-g745-h8pq","Warn: Project is vulnerable to: GHSA-58qx-3vcg-4xpx","Warn: Project is vulnerable to: GHSA-48c2-rrv3-qjmp","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-4w7w-66w2-5vf9","Warn: Project is vulnerable to: GHSA-7h2j-956f-4vf2","Warn: Project is vulnerable to: GHSA-23c5-xmqv-rm74","Warn: Project is vulnerable to: GHSA-3ppc-4f35-3m26","Warn: Project is vulnerable to: GHSA-7r86-cg39-jmmj","Warn: Project is vulnerable to: GHSA-mw96-cpmx-2vgc","Warn: Project is vulnerable to: GHSA-677m-j7p3-52f9"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"Contributors","score":3,"reason":"project has 1 contributing companies or organizations -- score normalized to 3","details":["Info: found contributions from: openzeppelin"],"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":"SAST","score":9,"reason":"SAST tool is not run on all commits -- score normalized to 9","details":["Warn: 28 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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#sast"}},{"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#ci-tests"}}]}
