{"date":"2026-09-14","repo":{"name":"github.com/PipedreamHQ/pipedream","commit":"1396776df9ffea39036bf8436e69d5431ff61575"},"scorecard":{"version":"v5.5.1-0.20260908181711-f92023a3f778","commit":"f92023a3f77879f96e0c9c1305f289d755be4bb6"},"score":5.7,"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":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#maintained","short":"Determines if the project is \"actively maintained\"."}},{"name":"Code-Review","score":6,"reason":"Found 18/28 approved changesets -- score normalized to 6","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#code-review","short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged."}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#packaging","short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall."}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#dangerous-workflow","short":"Determines if the project's GitHub Action workflows avoid dangerous patterns."}},{"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":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#security-policy","short":"Determines if the project has published a security policy."}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/components-pr.yaml:17","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/push-registry-app-files-supabase.yaml:16","Warn: no topLevel permission defined: .github/workflows/components-pr.yaml:1","Warn: no topLevel permission defined: .github/workflows/pipedream-sdk-markdown-lint.yaml:1","Warn: no topLevel permission defined: .github/workflows/pipedream-sdk-test.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish-components.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish-marketplace-content.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish-packages.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish-platform-package.yaml:1","Warn: no topLevel permission defined: .github/workflows/pull-request-checks.yaml:1","Warn: no topLevel permission defined: .github/workflows/push-registry-app-files-supabase.yaml:1","Warn: no topLevel permission defined: .github/workflows/scheduled-package-validation.yaml:1"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#token-permissions","short":"Determines if the project's workflows follow the principle of least privilege."}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#cii-best-practices","short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge."}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#license","short":"Determines if the project has defined a license."}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#signed-releases","short":"Determines if the project cryptographically signs release artifacts."}},{"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":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#branch-protection","short":"Determines if the default and release branches are protected with GitHub's branch protection settings."}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#binary-artifacts","short":"Determines if the project has generated executable (binary) artifacts in the source repository."}},{"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/components-pr.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:135: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/components-pr.yaml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/components-pr.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pipedream-sdk-markdown-lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pipedream-sdk-markdown-lint.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipedream-sdk-markdown-lint.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pipedream-sdk-markdown-lint.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pipedream-sdk-test.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pipedream-sdk-test.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pipedream-sdk-test.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pipedream-sdk-test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pipedream-sdk-test.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pipedream-sdk-test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:114: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-components.yaml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-components.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-marketplace-content.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-marketplace-content.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-marketplace-content.yaml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-marketplace-content.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-marketplace-content.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-marketplace-content.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-marketplace-content.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-marketplace-content.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-packages.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-packages.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-packages.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-packages.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-packages.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-packages.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-platform-package.yaml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-platform-package.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-platform-package.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-platform-package.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-platform-package.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/publish-platform-package.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull-request-checks.yaml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/pull-request-checks.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/push-registry-app-files-supabase.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/push-registry-app-files-supabase.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/push-registry-app-files-supabase.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/push-registry-app-files-supabase.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/push-registry-app-files-supabase.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/push-registry-app-files-supabase.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/push-registry-app-files-supabase.yaml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/push-registry-app-files-supabase.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scheduled-package-validation.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/scheduled-package-validation.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/scheduled-package-validation.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/scheduled-package-validation.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scheduled-package-validation.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/scheduled-package-validation.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scheduled-package-validation.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PipedreamHQ/pipedream/scheduled-package-validation.yaml/master?enable=pin","Warn: containerImage not pinned by hash: .gitpod.Dockerfile:2: pin your Docker image by updating gitpod/workspace-full:2022-05-08-14-31-53 to gitpod/workspace-full:2022-05-08-14-31-53@sha256:86c0d324a98625da12599337a7ae5d3a6c43763a768238552228bcc7ae52a756","Info:   0 out of  26 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  23 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#pinned-dependencies","short":"Determines if the project has declared and pinned the dependencies of its build process."}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#fuzzing","short":"Determines if the project uses fuzzing."}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"url":"https://github.com/ossf/scorecard/blob/f92023a3f77879f96e0c9c1305f289d755be4bb6/docs/checks.md#sast","short":"Determines if the project uses static code analysis."}}]}
