{"date":"2026-05-21T09:17:15Z","repo":{"name":"github.com/Hack23/cia","commit":"bb3746761b7e1eb4852c535158b7821b34dc5023"},"scorecard":{"version":"v5.3.0","commit":"c22063e786c11f9dd714d777a687ff7c4599b600"},"score":7.9,"checks":[{"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/1 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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#code-review"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dependency-update-tool"}},{"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/c22063e786c11f9dd714d777a687ff7c4599b600/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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 8 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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/codeql-analysis.yml:27","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:30","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/copilot-setup-steps.yml:38","Info: jobLevel 'actions' permission set to 'read': .github/workflows/copilot-setup-steps.yml:28","Info: jobLevel 'checks' permission set to 'read': .github/workflows/copilot-setup-steps.yml:30","Info: jobLevel 'deployments' permission set to 'read': .github/workflows/copilot-setup-steps.yml:31","Info: jobLevel 'models' permission set to 'read': .github/workflows/copilot-setup-steps.yml:33","Info: jobLevel 'discussions' permission set to 'read': .github/workflows/copilot-setup-steps.yml:34","Info: jobLevel 'contents' permission set to 'read': .github/workflows/copilot-setup-steps.yml:27","Info: jobLevel 'attestations' permission set to 'read': .github/workflows/copilot-setup-steps.yml:29","Info: jobLevel 'pages' permission set to 'read': .github/workflows/copilot-setup-steps.yml:35","Info: jobLevel 'security-events' permission set to 'read': .github/workflows/copilot-setup-steps.yml:37","Info: jobLevel 'actions' permission set to 'read': .github/workflows/javadoc-generation.yml:32","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/javadoc-generation.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/labeler.yml:11","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:23","Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/release.yml:27","Warn: jobLevel 'statuses' permission set to 'write': .github/workflows/release.yml:28","Warn: jobLevel 'deployments' permission set to 'write': .github/workflows/release.yml:32","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yml:24","Info: jobLevel 'actions' permission set to 'read': .github/workflows/release.yml:26","Info: jobLevel 'pages' permission set to 'read': .github/workflows/release.yml:31","Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/site-generation.yml:20","Info: jobLevel 'actions' permission set to 'read': .github/workflows/site-generation.yml:23","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/validate-view-documentation.yml:20","Info: topLevel permissions set to 'read-all': .github/workflows/codeql-analysis.yml:20","Warn: no topLevel permission defined: .github/workflows/copilot-setup-steps.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/generate-intelligence-changelog.yml:16","Info: topLevel permissions set to 'read-all': .github/workflows/javadoc-generation.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/labeler.yml:6","Info: topLevel permissions set to 'read-all': .github/workflows/release.yml:9","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18","Info: topLevel permissions set to 'read-all': .github/workflows/site-generation.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-field-completeness.yml:22","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-json-schemas.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-view-documentation.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/zap-scan.yml:13"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#license"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: model.internal.application.data.impl/src/main/java/com/hack23/cia/model/internal/application/data/politician/impl/ViewRiksdagenElectionProximityTrendsEmbeddedId.class:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#binary-artifacts"}},{"name":"Signed-Releases","score":10,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: provenance for release artifact: cia-dist-deb-2026.5.20.all.deb.intoto.jsonl: https://github.com/Hack23/cia/releases/tag/2026.5.20","Info: provenance for release artifact: cia-dist-deb-2026.5.17.all.deb.intoto.jsonl: https://github.com/Hack23/cia/releases/tag/2026.5.17","Info: provenance for release artifact: cia-dist-deb-2026.5.15.all.deb.intoto.jsonl: https://github.com/Hack23/cia/releases/tag/2026.5.15","Info: provenance for release artifact: cia-dist-deb-2026.5.14.all.deb.intoto.jsonl: https://github.com/Hack23/cia/releases/tag/2026.5.14","Info: provenance for release artifact: cia-dist-deb-2026.5.13.all.deb.intoto.jsonl: https://github.com/Hack23/cia/releases/tag/2026.5.13"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":8,"reason":"dependency not pinned by hash detected -- score normalized to 8","details":["Info: Possibly incomplete results: error parsing shell code: \"fi\" can only be used to end an if: service.data.impl/src/main/resources/extract-all-data.sh:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-json-schemas.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/Hack23/cia/validate-json-schemas.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-json-schemas.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/Hack23/cia/validate-json-schemas.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-json-schemas.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/Hack23/cia/validate-json-schemas.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-json-schemas.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/Hack23/cia/validate-json-schemas.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-json-schemas.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/Hack23/cia/validate-json-schemas.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/copilot-setup-steps.yml:107","Warn: npmCommand not pinned by hash: .github/workflows/copilot-setup-steps.yml:108","Warn: npmCommand not pinned by hash: .github/workflows/copilot-setup-steps.yml:109","Warn: npmCommand not pinned by hash: .github/workflows/copilot-setup-steps.yml:112","Info:  47 out of  52 GitHub-owned GitHubAction dependencies pinned","Info:  23 out of  23 third-party GitHubAction dependencies pinned","Info:   1 out of   1 containerImage dependencies pinned","Info:   0 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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool detected","details":["Info: SAST configuration detected: CodeQL","Info: SAST configuration detected: Sonar","Info: all commits (29) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#sast"}},{"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/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Warn: 'stale review dismissal' is disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is not required on branch 'master'","Warn: 'last push approval' is disabled on branch 'master'","Info: 'up-to-date branches' is required to merge on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"29 out of 29 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 5 contributing companies or organizations","details":["Info: found contributions from: Hack23, hack23, mend, snyk, stepsecurity"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#contributors"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c22063e786c11f9dd714d777a687ff7c4599b600/docs/checks.md#vulnerabilities"}}]}
