{"date":"2026-05-19T07:03:13Z","repo":{"name":"github.com/liblouis/liblouis","commit":"9f80162108a93f377f30f3e1d955b4dd56f6bcf8"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":7.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 13 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":"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":"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":"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":"Code-Review","score":6,"reason":"Found 3/5 approved changesets -- score normalized to 6","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:23","Info: topLevel 'contents' permission set to 'read': .github/workflows/check-format.yml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/check-table-license.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/cifuzz.yml:28","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/distcheck.yml:14","Warn: no topLevel permission defined: .github/workflows/emscripten.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/fuzzing.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/macro.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/metadata.yml:19","Warn: no topLevel permission defined: .github/workflows/mingw.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/sanitizer.yml:18","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:14","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":"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":"Pinned-Dependencies","score":9,"reason":"dependency not pinned by hash detected -- score normalized to 9","details":["Warn: pipCommand not pinned by hash: Dockerfile:27","Info:  30 out of  30 GitHub-owned GitHubAction dependencies pinned","Info:  19 out of  19 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned","Info:   5 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: License.md:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v2.1: License.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: tests/fuzzing/table_fuzzer.cc:8","Info: CppLibFuzzer integration found: tests/fuzzing/table_fuzzer.cc:8","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_backtranslate.c:49","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_backtranslate.c:51","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_backtranslate.c:126","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_translate.c:57","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_translate.c:101","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_translate_generic.c:53","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_translate_generic.c:56","Info: CLibFuzzer integration found: tests/fuzzing/fuzz_translate_generic.c:131"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#fuzzing"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 28 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":"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 v3.37.0 not signed: https://api.github.com/repos/liblouis/liblouis/releases/292463910","Warn: release artifact v3.36.0 not signed: https://api.github.com/repos/liblouis/liblouis/releases/266680682","Warn: release artifact v3.35.0 not signed: https://api.github.com/repos/liblouis/liblouis/releases/243908638","Warn: release artifact v3.34.0 not signed: https://api.github.com/repos/liblouis/liblouis/releases/223634173","Warn: release artifact v3.33.0 not signed: https://api.github.com/repos/liblouis/liblouis/releases/203395352","Warn: release artifact v3.37.0 does not have provenance: https://api.github.com/repos/liblouis/liblouis/releases/292463910","Warn: release artifact v3.36.0 does not have provenance: https://api.github.com/repos/liblouis/liblouis/releases/266680682","Warn: release artifact v3.35.0 does not have provenance: https://api.github.com/repos/liblouis/liblouis/releases/243908638","Warn: release artifact v3.34.0 does not have provenance: https://api.github.com/repos/liblouis/liblouis/releases/223634173","Warn: release artifact v3.33.0 does not have provenance: https://api.github.com/repos/liblouis/liblouis/releases/203395352"],"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":"12 out of 12 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 21 contributing companies or organizations","details":["Info: found contributions from: Canadian-Forage-Grassland-Association, LingConLab, PlayingintheDark, SEVENP, SigmaNight, accessolutions, book-readers, brltty, daisy, latex-access, liblouis, lvi danmark, mozilla, nationallibraryofnorway, nlbdev, nvdaaddons, sbs swiss library for the blind visually impaired and print disabled, sbsdev, snaekobbi, torch trust, university of bath"],"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"}}]}
