{"date":"2026-08-24","repo":{"name":"github.com/danielgatis/rembg","commit":"b439167d2eb22e51e7ec0732efe771bf920ff5c1"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":4.3,"checks":[{"name":"Code-Review","score":1,"reason":"Found 4/30 approved changesets -- score normalized to 1","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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"17 commit(s) and 6 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/close_inactive_issues.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/lint_python.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/publish_docker.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/publish_pypi.yml:9","Warn: topLevel 'contents' permission set to 'write': .github/workflows/windows_installer.yml:9","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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#token-permissions"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#security-policy"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.0.81 not signed: https://api.github.com/repos/danielgatis/rembg/releases/372716350","Warn: release artifact v2.0.80 not signed: https://api.github.com/repos/danielgatis/rembg/releases/371534221","Warn: release artifact v2.0.79 not signed: https://api.github.com/repos/danielgatis/rembg/releases/371501730","Warn: release artifact v2.0.78 not signed: https://api.github.com/repos/danielgatis/rembg/releases/366429082","Warn: release artifact v2.0.77 not signed: https://api.github.com/repos/danielgatis/rembg/releases/356100615","Warn: release artifact v2.0.81 does not have provenance: https://api.github.com/repos/danielgatis/rembg/releases/372716350","Warn: release artifact v2.0.80 does not have provenance: https://api.github.com/repos/danielgatis/rembg/releases/371534221","Warn: release artifact v2.0.79 does not have provenance: https://api.github.com/repos/danielgatis/rembg/releases/371501730","Warn: release artifact v2.0.78 does not have provenance: https://api.github.com/repos/danielgatis/rembg/releases/366429082","Warn: release artifact v2.0.77 does not have provenance: https://api.github.com/repos/danielgatis/rembg/releases/356100615"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/close_inactive_issues.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/close_inactive_issues.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint_python.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/lint_python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint_python.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/lint_python.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint_python.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/lint_python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_docker.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_docker.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_docker.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_docker.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_docker.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_docker.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_pypi.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_pypi.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_pypi.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/publish_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows_installer.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/windows_installer.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windows_installer.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/windows_installer.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windows_installer.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/windows_installer.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windows_installer.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/windows_installer.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windows_installer.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/windows_installer.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windows_installer.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgatis/rembg/windows_installer.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating python:3.11-slim to python:3.11-slim@sha256:9c900dea9e8fb7e16277c179b555cc72d29a352dbc33cff48ad5a0412fd5bfc7","Warn: containerImage not pinned by hash: Dockerfile_nvidia_cuda_cudnn_gpu:1: pin your Docker image by updating nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04 to nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04@sha256:622e78a1d02c0f90ed900e3985d6c975d8e2dc9ee5e61643aed587dcf9129f42","Warn: pipCommand not pinned by hash: Dockerfile:5-6","Warn: pipCommand not pinned by hash: Dockerfile:5-6","Warn: pipCommand not pinned by hash: Dockerfile_nvidia_cuda_cudnn_gpu:9","Warn: pipCommand not pinned by hash: .github/workflows/publish_pypi.yml:52","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  11 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of   4 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/publish_docker.yml:12"],"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#packaging"}},{"name":"SAST","score":6,"reason":"SAST tool is not run on all commits -- score normalized to 6","details":["Warn: 7 commits out of 11 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#sast"}}]}
