{"date":"2026-04-20","repo":{"name":"github.com/skycoin/skywire","commit":"1d576f739e8e18159ba2c58f99503f8f433c2fff"},"scorecard":{"version":"v5.4.1-0.20260417190427-a1d03ef4c261","commit":"a1d03ef4c261559c5f6081fc91a74e18fd501eb6"},"score":3.5,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/27 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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 28 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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#maintained"}},{"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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/update-commit.yml:14","Warn: no topLevel permission defined: .github/workflows/deploy.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/update-commit.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#token-permissions"}},{"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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#dangerous-workflow"}},{"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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#security-policy"}},{"name":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#fuzzing"}},{"name":"Binary-Artifacts","score":6,"reason":"binaries present in source code","details":["Warn: binary detected: pkg/tpviz/dist/main.wasm:1","Warn: binary detected: pkg/tpviz/wasm/ui.wasm:1","Warn: binary detected: vendor/github.com/skycoin/skycoin/src/skycoin-lite/wasm-tinygo/skycoin-lite.wasm:1","Warn: binary detected: vendor/github.com/skycoin/skycoin/src/skycoin-web/src/gui/dist/assets/scripts/skycoin-lite.wasm:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#binary-artifacts"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.46 not signed: https://api.github.com/repos/skycoin/skywire/releases/311943765","Warn: release artifact v1.3.45 not signed: https://api.github.com/repos/skycoin/skywire/releases/308048659","Warn: release artifact v1.3.44 not signed: https://api.github.com/repos/skycoin/skywire/releases/307927115","Warn: release artifact v1.3.43 not signed: https://api.github.com/repos/skycoin/skywire/releases/307186852","Warn: release artifact v1.3.42 not signed: https://api.github.com/repos/skycoin/skywire/releases/307139418","Warn: release artifact v1.3.46 does not have provenance: https://api.github.com/repos/skycoin/skywire/releases/311943765","Warn: release artifact v1.3.45 does not have provenance: https://api.github.com/repos/skycoin/skywire/releases/308048659","Warn: release artifact v1.3.44 does not have provenance: https://api.github.com/repos/skycoin/skywire/releases/307927115","Warn: release artifact v1.3.43 does not have provenance: https://api.github.com/repos/skycoin/skywire/releases/307186852","Warn: release artifact v1.3.42 does not have provenance: https://api.github.com/repos/skycoin/skywire/releases/307139418"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during GetBranch(master): error during branchesHandler.query: 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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy.yml:10"],"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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 20 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/deploy.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/deploy.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:146: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:209: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:287: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:449: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:454: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-commit.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/update-commit.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-commit.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/skycoin/skywire/update-commit.yml/develop?enable=pin","Warn: containerImage not pinned by hash: docker/dmsg/images/dmsg-client/Dockerfile:3: pin your Docker image by updating golang:1.26-alpine to golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1","Warn: containerImage not pinned by hash: docker/dmsg/images/dmsg-client/Dockerfile:17: pin your Docker image by updating alpine:latest to alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","Warn: containerImage not pinned by hash: docker/dmsg/images/dmsg-discovery/Dockerfile:1: pin your Docker image by updating golang:1.26-alpine to golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1","Warn: containerImage not pinned by hash: docker/dmsg/images/dmsg-discovery/Dockerfile:16: pin your Docker image by updating alpine:latest to alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","Warn: containerImage not pinned by hash: docker/dmsg/images/dmsg-server/Dockerfile:1: pin your Docker image by updating golang:1.26-alpine to golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1","Warn: containerImage not pinned by hash: docker/dmsg/images/dmsg-server/Dockerfile:16: pin your Docker image by updating alpine:latest to alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","Warn: containerImage not pinned by hash: docker/images/dmsg-discovery/Dockerfile:4","Warn: containerImage not pinned by hash: docker/images/dmsg-discovery/Dockerfile:6","Warn: containerImage not pinned by hash: docker/images/dmsg-discovery/Dockerfile:8","Warn: containerImage not pinned by hash: docker/images/dmsg-discovery/Dockerfile:10","Warn: containerImage not pinned by hash: docker/images/dmsg-discovery/DockerfileInt:1: pin your Docker image by updating golang:1.25-alpine to golang:1.25-alpine@sha256:5caaf1cca9dc351e13deafbc3879fd4754801acba8653fa9540cea125d01a71f","Warn: containerImage not pinned by hash: docker/images/dmsg-discovery/DockerfileInt:15: pin your Docker image by updating alpine:latest to alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","Warn: containerImage not pinned by hash: docker/images/dmsg-server/Dockerfile:4","Warn: containerImage not pinned by hash: docker/images/dmsg-server/Dockerfile:6","Warn: containerImage not pinned by hash: docker/images/dmsg-server/Dockerfile:8","Warn: containerImage not pinned by hash: docker/images/dmsg-server/Dockerfile:10","Warn: containerImage not pinned by hash: docker/images/dmsg-server/DockerfileInt:1: pin your Docker image by updating golang:1.25-alpine to golang:1.25-alpine@sha256:5caaf1cca9dc351e13deafbc3879fd4754801acba8653fa9540cea125d01a71f","Warn: containerImage not pinned by hash: docker/images/dmsg-server/DockerfileInt:15: pin your Docker image by updating alpine:latest to alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:4","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:37","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:52","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:54","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:56","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:58","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:60","Warn: containerImage not pinned by hash: docker/images/skywire/Dockerfile:62","Warn: npmCommand not pinned by hash: scripts/run-manager-ui.sh:4","Warn: goCommand not pinned by hash: vendor/github.com/json-iterator/go/build.sh:10","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of  26 containerImage dependencies pinned","Info:   6 out of   7 goCommand 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/a1d03ef4c261559c5f6081fc91a74e18fd501eb6/docs/checks.md#pinned-dependencies"}}]}
