{"date":"2026-05-18T20:01:27Z","repo":{"name":"github.com/google/automotive-design-compose","commit":"86931e91bfae0c8fa04cf08c6d080abbdc51f329"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":5.2,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 2 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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/auto-version-bump.yml:32","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:45","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:43","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:44","Info: jobLevel 'contents' permission set to 'read': .github/workflows/roborazzi-compare-screenshot.yml:31","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/roborazzi-compare-screenshot.yml:32","Info: jobLevel 'contents' permission set to 'read': .github/workflows/roborazzi-record-screenshot.yml:36","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/roborazzi-record-screenshot.yml:37","Info: jobLevel 'contents' permission set to 'read': .github/workflows/super-lint.yml:30","Info: jobLevel 'packages' permission set to 'read': .github/workflows/super-lint.yml:31","Warn: jobLevel 'statuses' permission set to 'write': .github/workflows/super-lint.yml:33","Warn: no topLevel permission defined: .github/workflows/auto-version-bump.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:35","Warn: topLevel 'contents' permission set to 'write': .github/workflows/combine-prs.yml:34","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/combine-prs.yml:35","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:29","Info: topLevel 'contents' permission set to 'read': .github/workflows/giithub-pages.yml:32","Warn: topLevel 'contents' permission set to 'write': .github/workflows/gradle-dependency-graph-submit.yml:32","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:32","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:24","Warn: topLevel 'contents' permission set to 'write': .github/workflows/roborazzi-comment.yml:24","Info: topLevel 'actions' permission set to 'read': .github/workflows/roborazzi-comment.yml:26","Info: topLevel 'contents' permission set to 'read': .github/workflows/roborazzi-compare-screenshot.yml:23","Info: found token with 'none' permissions: .github/workflows/roborazzi-record-screenshot.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:32","Info: found token with 'none' permissions: .github/workflows/super-lint.yml:1"],"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":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.workflow_run.pull_requests[0].base.ref }}': .github/workflows/roborazzi-comment.yml:57"],"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":"Binary-Artifacts","score":3,"reason":"binaries present in source code","details":["Warn: binary detected: build-logic/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: plugins/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: reference-apps/aaos-unbundled/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: reference-apps/cluster-demo/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: reference-apps/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: reference-apps/tutorial/gradle/wrapper/gradle-wrapper.jar:1"],"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: 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":"Pinned-Dependencies","score":9,"reason":"dependency not pinned by hash detected -- score normalized to 9","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-version-bump.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/google/automotive-design-compose/auto-version-bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/google/automotive-design-compose/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/google/automotive-design-compose/codeql.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/google/automotive-design-compose/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/google/automotive-design-compose/main.yml/main?enable=pin","Info:  49 out of  52 GitHub-owned GitHubAction dependencies pinned","Info:  38 out of  40 third-party GitHubAction dependencies pinned","Info:   1 out of   1 npmCommand 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:184"],"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":"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.39.1 not signed: https://api.github.com/repos/google/automotive-design-compose/releases/312984833","Warn: release artifact v0.39.0 not signed: https://api.github.com/repos/google/automotive-design-compose/releases/312453303","Warn: release artifact v0.38.3 not signed: https://api.github.com/repos/google/automotive-design-compose/releases/306361348","Warn: release artifact v0.38.0 not signed: https://api.github.com/repos/google/automotive-design-compose/releases/257948238","Warn: release artifact v0.37.2 not signed: https://api.github.com/repos/google/automotive-design-compose/releases/233621217","Warn: release artifact v0.39.1 does not have provenance: https://api.github.com/repos/google/automotive-design-compose/releases/312984833","Warn: release artifact v0.39.0 does not have provenance: https://api.github.com/repos/google/automotive-design-compose/releases/312453303","Warn: release artifact v0.38.3 does not have provenance: https://api.github.com/repos/google/automotive-design-compose/releases/306361348","Warn: release artifact v0.38.0 does not have provenance: https://api.github.com/repos/google/automotive-design-compose/releases/257948238","Warn: release artifact v0.37.2 does not have provenance: https://api.github.com/repos/google/automotive-design-compose/releases/233621217"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/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":"Vulnerabilities","score":0,"reason":"53 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2026-0097 / GHSA-cq8v-f236-94qc","Warn: Project is vulnerable to: GHSA-h27x-rffw-24p4","Warn: Project is vulnerable to: GHSA-33mh-2634-fwr2","Warn: Project is vulnerable to: GHSA-5rv5-xj5j-3484","Warn: Project is vulnerable to: GHSA-c4rq-3m3g-8wgx","Warn: Project is vulnerable to: GHSA-v2fc-qm4h-8hqv","Warn: Project is vulnerable to: GHSA-wx95-c6cv-8532","Warn: Project is vulnerable to: GHSA-c2f4-jgmc-q2r5","Warn: Project is vulnerable to: GHSA-2g4f-4pwh-qvx6","Warn: Project is vulnerable to: GHSA-f886-m6hf-6m8v","Warn: Project is vulnerable to: GHSA-q3j6-qgpj-74h6","Warn: Project is vulnerable to: GHSA-v39h-62p7-jpjc","Warn: Project is vulnerable to: GHSA-25h7-pfq9-p65f","Warn: Project is vulnerable to: GHSA-rf6f-7fwh-wjgh","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-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-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-5c6j-r48x-rmvq","Warn: Project is vulnerable to: GHSA-qj8w-gfj5-8c6v","Warn: Project is vulnerable to: GHSA-38r7-794h-5758","Warn: Project is vulnerable to: GHSA-8fgc-7cc6-rx7x","Warn: Project is vulnerable to: GHSA-jxxr-4gwj-5jf2","Warn: Project is vulnerable to: GHSA-58qx-3vcg-4xpx","Warn: Project is vulnerable to: GHSA-2vrm-gr82-f7m5","Warn: Project is vulnerable to: GHSA-3wq7-rqq7-wx6j","Warn: Project is vulnerable to: GHSA-54jq-c3m8-4m76","Warn: Project is vulnerable to: PYSEC-2024-24 / GHSA-5h86-8mv2-jq9f","Warn: Project is vulnerable to: GHSA-5m98-qgg9-wh84","Warn: Project is vulnerable to: GHSA-63hf-3vf5-4wqf","Warn: Project is vulnerable to: GHSA-69f9-5gxw-wvc2","Warn: Project is vulnerable to: GHSA-6jhg-hg63-jvvf","Warn: Project is vulnerable to: GHSA-6mq8-rvhq-8wgg","Warn: Project is vulnerable to: GHSA-7gpw-8wmc-pm8g","Warn: Project is vulnerable to: GHSA-8495-4g3g-x7pr","Warn: Project is vulnerable to: PYSEC-2024-26 / GHSA-8qpw-xqxj-h4r2","Warn: Project is vulnerable to: GHSA-9548-qrrj-x5pj","Warn: Project is vulnerable to: GHSA-966j-vmvw-g2g9","Warn: Project is vulnerable to: GHSA-c427-h43c-vf67","Warn: Project is vulnerable to: GHSA-fh55-r93g-j68g","Warn: Project is vulnerable to: GHSA-g84x-mcqj-x9qq","Warn: Project is vulnerable to: GHSA-hcc4-c3v8-rx92","Warn: Project is vulnerable to: GHSA-jj3x-wxrx-4x23","Warn: Project is vulnerable to: GHSA-m5qp-6w8w-w647","Warn: Project is vulnerable to: GHSA-mqqc-3gqh-h2x8","Warn: Project is vulnerable to: GHSA-mwh4-6h8g-pg8w","Warn: Project is vulnerable to: GHSA-p998-jp59-783m","Warn: Project is vulnerable to: GHSA-w2fm-2cpv-w7v5"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"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":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: found contributions from: google, stepsecurity"],"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"}}]}
