{"date":"2026-03-07T14:49:41Z","repo":{"name":"github.com/guacsec/guac","commit":"f371381a749e8369f808f0d36889e379440c4d07"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":8.7,"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/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":"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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/release.yaml:188","Info: jobLevel 'actions' permission set to 'read': .github/workflows/release.yaml:202","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci-integration.yaml:31","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yaml:31","Info: topLevel 'contents' permission set to 'read': .github/workflows/db-performance-test.yaml:27","Info: topLevel 'contents' permission set to 'read': .github/workflows/nightly-release.yaml:33","Info: topLevel 'contents' permission set to 'read': .github/workflows/postmerge.yaml:20","Info: topLevel 'packages' permission set to 'read': .github/workflows/release.yaml:27","Info: topLevel 'actions' permission set to 'read': .github/workflows/release.yaml:26","Info: topLevel 'contents' permission set to 'read': .github/workflows/reusable-local-build.yaml:28","Info: topLevel 'contents' permission set to 'read': .github/workflows/scorecard.yml:19","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":"Maintained","score":10,"reason":"30 commit(s) and 12 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":"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#code-review"}},{"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":2,"reason":"badge detected: InProgress","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":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646","Warn: Project is vulnerable to: GO-2026-4316","Warn: Project is vulnerable to: GO-2025-4020 / GHSA-rwvp-r38j-9rgg","Warn: Project is vulnerable to: GO-2025-3922 / GHSA-jc7w-c686-c4v9"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/guacsec/guac/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/guacsec/guac/release.yaml/main?enable=pin","Warn: containerImage not pinned by hash: dockerfiles/Dockerfile.goreleaser:1: pin your Docker image by updating alpine:latest to alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659","Warn: containerImage not pinned by hash: dockerfiles/Dockerfile.goreleaser:4: pin your Docker image by updating alpine:latest to alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659","Warn: containerImage not pinned by hash: dockerfiles/Dockerfile.guac-cont:1: pin your Docker image by updating docker.io/library/golang:1.25.0 to docker.io/library/golang:1.25.0@sha256:5502b0e56fca23feba76dbc5387ba59c593c02ccc2f0f7355871ea9a0852cebe","Warn: containerImage not pinned by hash: dockerfiles/Dockerfile.guac-cont:6: pin your Docker image by updating docker.io/library/ubuntu:22.04 to docker.io/library/ubuntu:22.04@sha256:3ba65aa20f86a0fad9df2b2c259c613df006b2e6d0bfcc8a146afb8c525a9751","Warn: pipCommand not pinned by hash: internal/testing/e2e/e2e:40","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:73","Info: 36 out of 36 GitHub-owned GitHubAction dependencies pinned","Info: 24 out of 26 third-party GitHubAction dependencies pinned","Info: 0 out of 1 goCommand dependencies pinned","Info: 1 out of 5 containerImage dependencies pinned","Info: 0 out of 1 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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":9,"reason":"SAST tool is not run on all commits -- score normalized to 9","details":["Warn: 27 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci-integration.yaml:121"],"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":"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":"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 10 signed artifacts.","details":["Info: signed release artifact: guac_checksums.txt-keyless.sig: https://github.com/guacsec/guac/releases/tag/v1.0.1","Info: signed release artifact: guac_checksums.txt-keyless.sig: https://github.com/guacsec/guac/releases/tag/v1.0.0","Info: signed release artifact: guac_checksums.txt-keyless.sig: https://github.com/guacsec/guac/releases/tag/v0.14.0","Info: signed release artifact: guac_checksums.txt-keyless.sig: https://github.com/guacsec/guac/releases/tag/v0.13.2","Info: signed release artifact: guac_checksums.txt-keyless.sig: https://github.com/guacsec/guac/releases/tag/v0.13.1","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/guacsec/guac/releases/tag/v1.0.1","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/guacsec/guac/releases/tag/v1.0.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/guacsec/guac/releases/tag/v0.14.0","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/guacsec/guac/releases/tag/v0.13.2","Info: provenance for release artifact: multiple.intoto.jsonl: https://github.com/guacsec/guac/releases/tag/v0.13.1"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"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"}},{"name":"Contributors","score":10,"reason":"project has 45 contributing companies or organizations","details":["Info: found contributions from: Azure, Clean-Dependency-Project, FannieMaeOpenSource, Lind-Project, NixOS, PeopleForBikes, artifact-ff, astropy, bomfather, buildsec, cdfoundation, clearlydefined, commercialhaskell, drogue-iot, fog, fusesource, google, googlers, gophergala, guacsec, guidewire, guidewire software, haskell-actions, haskell-ro, in-toto, intel, kubeflow, kusaridev, microsoft, nabla-containers, ops4j, ossf, project-xavier, red hat, redhatofficial, request-yo-racks, rosedu, rosedu-hacks, scientific-python, scrapd, sigstore, slsa-framework, tap8stry, tektoncd, windup"],"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"}}]}