{"date":"2026-07-13","repo":{"name":"github.com/PipedreamHQ/pipedream","commit":"a0acaac123a26cfa496ec90bd09ffd7685d28082"},"scorecard":{"version":"v5.5.1-0.20260519155427-916bfc57fa74","commit":"916bfc57fa7431467a33a5a013cba3f8a0c1ec50"},"score":6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 16 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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 23/25 approved changesets -- score normalized to 9","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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#code-review"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#packaging"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#cii-best-practices"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#dangerous-workflow"}},{"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":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#token-permissions"}},{"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":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#license"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#signed-releases"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#branch-protection"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#binary-artifacts"}},{"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:24: 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:27: 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:32: 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":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#pinned-dependencies"}},{"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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["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/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#sast"}}]}
