{"date":"2026-08-17","repo":{"name":"github.com/alibaba/nacos","commit":"9a0f108f31daed453a0b858a2b9e0b41ec23a8a7"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":5.8,"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained"}},{"name":"Code-Review","score":5,"reason":"Found 17/30 approved changesets -- score normalized to 5","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/auth-it.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/frontend-ci.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/it-new.yml:11","Warn: no topLevel permission defined: .github/workflows/pr-comment.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-e2e-test.yml:1","Warn: no topLevel permission defined: .github/workflows/stale.yml:1","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":"CII-Best-Practices","score":2,"reason":"badge detected: InProgress","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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#branch-protection"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#packaging"}},{"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 3.3.0-BETA not signed: https://api.github.com/repos/alibaba/nacos/releases/366176085","Warn: release artifact 2.5.3 not signed: https://api.github.com/repos/alibaba/nacos/releases/353691772","Warn: release artifact 3.2.3 not signed: https://api.github.com/repos/alibaba/nacos/releases/353756005","Warn: release artifact 3.2.2 not signed: https://api.github.com/repos/alibaba/nacos/releases/331356090","Warn: release artifact 3.2.1 not signed: https://api.github.com/repos/alibaba/nacos/releases/312711627","Warn: release artifact 3.3.0-BETA does not have provenance: https://api.github.com/repos/alibaba/nacos/releases/366176085","Warn: release artifact 2.5.3 does not have provenance: https://api.github.com/repos/alibaba/nacos/releases/353691772","Warn: release artifact 3.2.3 does not have provenance: https://api.github.com/repos/alibaba/nacos/releases/353756005","Warn: release artifact 3.2.2 does not have provenance: https://api.github.com/repos/alibaba/nacos/releases/331356090","Warn: release artifact 3.2.1 does not have provenance: https://api.github.com/repos/alibaba/nacos/releases/312711627"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/anti-spam.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/anti-spam.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auth-it.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/auth-it.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auth-it.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/auth-it.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/ci.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/frontend-ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/frontend-ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/frontend-ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/frontend-ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/frontend-ci.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/frontend-ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/frontend-ci.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/frontend-ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/issue-assign.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/issue-assign.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/it-new.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/it-new.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/it-new.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/it-new.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-comment.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-comment.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:207: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:257: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:285: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:308: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:340: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:363: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:393: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:416: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:444: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:521: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:467: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:497: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-e2e-test.yml:536: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-e2e-test.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-validation.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/pr-validation.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/alibaba/nacos/stale.yml/develop?enable=pin","Warn: npmCommand not pinned by hash: console-ui/test/install.sh:5","Warn: npmCommand not pinned by hash: .github/workflows/frontend-ci.yml:70","Info:   0 out of  24 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  12 third-party GitHubAction dependencies pinned","Info:   2 out of   4 npmCommand 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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/api/__tests__/agentspec-api-basepath.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecDetail/__tests__/layout-alignment.property.test.ts:8","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecDetail/__tests__/version-workflow.test.ts:2","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/file-tree-build.property.test.ts:12","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/label-key-validation.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/language-mode-mapping.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/manifest-undeletable.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/version-sorting.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/version-state-machine.property.test.ts:13","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/zip-validation.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/newAgentSpec/__tests__/editor-serialization.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/promptManagement/components/__tests__/prompt-version-utils.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/serviceDetail/__tests__/instance-state.property.test.ts:2","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-fetchlist.property.test.ts:12","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-resetsearch.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-selection-subset.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-toggle.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/api/__tests__/agentspec-api-basepath.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecDetail/__tests__/layout-alignment.property.test.ts:8","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecDetail/__tests__/version-workflow.test.ts:2","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/file-tree-build.property.test.ts:12","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/label-key-validation.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/language-mode-mapping.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/manifest-undeletable.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/version-sorting.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/version-state-machine.property.test.ts:13","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/agentSpecManagement/components/__tests__/zip-validation.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/newAgentSpec/__tests__/editor-serialization.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/promptManagement/components/__tests__/prompt-version-utils.property.test.ts:10","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/pages/serviceDetail/__tests__/instance-state.property.test.ts:2","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-fetchlist.property.test.ts:12","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-resetsearch.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-selection-subset.property.test.ts:11","Info: TypeScriptPropertyBasedTesting integration found: console-ui-next/src/stores/__tests__/agentspec-store-toggle.property.test.ts:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#fuzzing"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: Sonar","Warn: 0 commits out of 30 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"}}]}
