{"date":"2026-04-10T06:07:48Z","repo":{"name":"github.com/pandora-analysis/pandora","commit":"46f31b0cb2e9f694c0864b6efaa365b78a2d176e"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":6.5,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 4 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":"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 'contents' permission set to 'read': .github/workflows/docker-publish.yml:31","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:24","Info: jobLevel 'contents' permission set to 'read': .github/workflows/mypy.yml:15","Info: jobLevel 'contents' permission set to 'read': .github/workflows/test_api.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/docker-publish.yml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/lint.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/mypy.yml:10","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards-analysis.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/test_api.yml:10","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":"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":"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":"Code-Review","score":0,"reason":"Found 1/19 approved changesets -- score normalized to 0","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":"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":"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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker-publish.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/docker-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker-publish.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/docker-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker-publish.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/docker-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker-publish.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/docker-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker-publish.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/docker-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker-publish.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/docker-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/mypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/mypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecards-analysis.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/scorecards-analysis.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/scorecards-analysis.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/scorecards-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecards-analysis.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/scorecards-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecards-analysis.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/scorecards-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_api.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/test_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/test_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_api.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/test_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_api.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/pandora-analysis/pandora/test_api.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:eb29ed27b0821dca09c2e28b39135e185fc1302036427d5f4d70a41ce8fd7659","Warn: pipCommand not pinned by hash: Dockerfile:6-27","Warn: pipCommand not pinned by hash: .github/workflows/mypy.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/test_api.yml:67","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   3 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":"Vulnerabilities","score":0,"reason":"22 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-2vrm-gr82-f7m5","Warn: Project is vulnerable to: GHSA-3wq7-rqq7-wx6j","Warn: Project is vulnerable to: GHSA-63hf-3vf5-4wqf","Warn: Project is vulnerable to: GHSA-966j-vmvw-g2g9","Warn: Project is vulnerable to: GHSA-c427-h43c-vf67","Warn: Project is vulnerable to: GHSA-hcc4-c3v8-rx92","Warn: Project is vulnerable to: GHSA-m5qp-6w8w-w647","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","Warn: Project is vulnerable to: GHSA-m959-cc7f-wv43","Warn: Project is vulnerable to: GHSA-p423-j2cm-9vmq","Warn: Project is vulnerable to: GHSA-r6ph-v2qm-q3c2","Warn: Project is vulnerable to: GHSA-389r-rccm-h3h5","Warn: Project is vulnerable to: GHSA-68rp-wp8r-4726","Warn: Project is vulnerable to: GHSA-cfh3-3jmp-rvhc","Warn: Project is vulnerable to: GHSA-7gcm-g887-7qv7","Warn: Project is vulnerable to: GHSA-5239-wwwm-4pmq","Warn: Project is vulnerable to: GHSA-752w-5fwx-jx9f","Warn: Project is vulnerable to: GHSA-wp53-j4wj-2cfg","Warn: Project is vulnerable to: GHSA-gc5v-m9x4-r6x2","Warn: Project is vulnerable to: GHSA-29vq-49wr-vm6x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":8,"reason":"SAST tool is not run on all commits -- score normalized to 8","details":["Warn: 10 commits out of 12 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/docker-publish.yml:27"],"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: 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":"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'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"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":-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":"CI-Tests","score":10,"reason":"6 out of 6 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 31 contributing companies or organizations","details":["Info: found contributions from: ArmoredPidgin, CIRCL, CSCLuxembourg, CiviCERT, CodeClubLux, CyCat-project, D4-project, DC11331, Lookyloo, M82-project, MISP, RaReNet, ail-project, attack-community, brightsplash, cerebrate-project, certtools, challengehackers, circl @misp @lookyloo @pandora-analysis @ail-project, cve-search, dataspectra, esiealab, gcve-eu, hack-lu, hashlookup, misp @circl @cve-search and many others, monarc-project, quuxlabs, senthorus, vulnerability-lookup, yaf-project"],"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"}}]}
