(original) (raw)
{"date":"2025-04-28","repo":{"name":"github.com/PyCQA/pylint","commit":"41c7936cc74045c838479c9eef624d7573565fd4"},"scorecard":{"version":"v5.1.1-42-g1e72b3ac","commit":"1e72b3ac6e297e29c63156145f945a464f087675"},"score":6.5,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 18 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/1e72b3ac6e297e29c63156145f945a464f087675/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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#code-review"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#security-policy"}},{"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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:38","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:37","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:66","Warn: topLevel 'actions' permission set to 'write': .github/workflows/backport.yml:9","Warn: topLevel 'contents' permission set to 'write': .github/workflows/backport.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/changelog.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/checks.yaml:24","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:24","Info: topLevel 'contents' permission set to 'read': .github/workflows/primer-test.yaml:24","Info: topLevel 'contents' permission set to 'read': .github/workflows/primer_comment.yaml:22","Info: topLevel 'contents' permission set to 'read': .github/workflows/primer_run_main.yaml:23","Info: topLevel 'contents' permission set to 'read': .github/workflows/primer_run_pr.yaml:32","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yml:12","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yaml:20"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU General Public License v2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#license"}},{"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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.3.6 not signed: https://api.github.com/repos/pylint-dev/pylint/releases/207132537","Warn: release artifact v3.3.5 not signed: https://api.github.com/repos/pylint-dev/pylint/releases/204575883","Warn: release artifact v3.3.5a0 not signed: https://api.github.com/repos/pylint-dev/pylint/releases/204553898","Warn: release artifact v3.3.6 does not have provenance: https://api.github.com/repos/pylint-dev/pylint/releases/207132537","Warn: release artifact v3.3.5 does not have provenance: https://api.github.com/repos/pylint-dev/pylint/releases/204575883","Warn: release artifact v3.3.5a0 does not have provenance: https://api.github.com/repos/pylint-dev/pylint/releases/204553898"\],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#signed-releases"}},{"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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#binary-artifacts"}},{"name":"Branch-Protection","score":8,"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: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on 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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#branch-protection"}},{"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/changelog.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/changelog.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changelog.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/changelog.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/changelog.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/changelog.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml💯 update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:135: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:163: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yaml:169: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/checks.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer-test.yaml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer-test.yaml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer-test.yaml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer-test.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer-test.yaml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer-test.yaml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_comment.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_comment.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_comment.yaml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_comment.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_comment.yaml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_comment.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_comment.yaml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_comment.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_comment.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_comment.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:98: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_main.yaml:126: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_main.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:208: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/primer_run_pr.yaml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/primer\_run\_pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/stale.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:120: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yaml:126: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:146: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:201: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:213: update your workflow using https://app.stepsecurity.io/secureworkflow/pylint-dev/pylint/tests.yaml/main?enable=pin","Warn: containerImage not pinned by hash: examples/Dockerfile:1: pin your Docker image by updating python:3.10.10-alpine3.17 to python:3.10.10-alpine3.17@sha256:5fb31782a701cacb606e2eca0bb7c75409e10e467ac2a1ceb75a878073d09acf","Warn: pipCommand not pinned by hash: examples/Dockerfile:5","Warn: pipCommand not pinned by hash: .github/workflows/changelog.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/changelog.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/checks.yaml:63","Warn: pipCommand not pinned by hash: .github/workflows/checks.yaml:64","Warn: pipCommand not pinned by hash: .github/workflows/checks.yaml:65","Warn: pipCommand not pinned by hash: .github/workflows/checks.yaml:121","Warn: pipCommand not pinned by hash: .github/workflows/primer-test.yaml:97","Warn: pipCommand not pinned by hash: .github/workflows/primer-test.yaml:65","Warn: pipCommand not pinned by hash: .github/workflows/primer-test.yaml:66","Warn: pipCommand not pinned by hash: .github/workflows/primer_run_main.yaml:61","Warn: pipCommand not pinned by hash: .github/workflows/primer_run_main.yaml:62","Warn: pipCommand not pinned by hash: .github/workflows/primer_run_main.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/primer_run_pr.yaml:73","Warn: pipCommand not pinned by hash: .github/workflows/primer_run_pr.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/primer_run_pr.yaml:190","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:76","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:77","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:162","Warn: pipCommand not pinned by hash: .github/workflows/tests.yaml:163","Info: 0 out of 71 GitHub-owned GitHubAction dependencies pinned","Info: 2 out of 5 third-party GitHubAction dependencies pinned","Info: 0 out of 1 containerImage dependencies pinned","Info: 0 out of 21 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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#pinned-dependencies"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:42"],"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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#packaging"}},{"name":"Vulnerabilities","score":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-42969 / GHSA-w596-4wvx-j9j6","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#vulnerabilities"}},{"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/1e72b3ac6e297e29c63156145f945a464f087675/docs/checks.md#sast"}}\]}