{"date":"2026-08-21T14:44:23Z","repo":{"name":"github.com/locationtech/geomesa","commit":"9b2725479be9409c70f15e40c2e77c2fa9f0f136"},"scorecard":{"version":"v5.5.0","commit":"c395761df6afe1a69e476bc60a013a94bcbc153f"},"score":6.7,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 5/27 approved changesets -- score normalized to 1","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/c395761df6afe1a69e476bc60a013a94bcbc153f/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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#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/build-release.yml:21","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/build-release.yml:37","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codacy.yml:33","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/tag-release.yml:30","Info: topLevel 'contents' permission set to 'read': .github/workflows/assembly.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-and-test.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-release.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/codacy.yml:28","Info: topLevel 'contents' permission set to 'read': .github/workflows/create-cache.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/dash.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/eclipse-snapshots.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/integration-tests.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/javadocs.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/license-headers.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/spark.yml:13","Warn: topLevel 'contents' permission set to 'write': .github/workflows/tag-release.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/validate-ci.yml:8"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Info: Possibly incomplete results: error parsing shell code: parameter expansion requires a literal: geomesa-tools/conf-filtered/functions.sh:0","Info: Possibly incomplete results: error parsing shell code: parameter expansion requires a literal: geomesa-tools/conf-filtered/geomesa-env.sh:0","Warn: pipCommand not pinned by hash: geomesa-hbase/geomesa-hbase-tools/bin/bootstrap-geomesa-hbase-aws.sh:31","Warn: pipCommand not pinned by hash: .github/workflows/build-release.yml:62","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/spark.yml:67","Info:  52 out of  52 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand 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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/eclipse-snapshots.yml:19"],"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: geomesa-accumulo_2.12-5.4.0-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.4.0","Info: signed release artifact: geomesa-accumulo_2.12-5.3.0-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.3.0","Info: signed release artifact: geomesa-accumulo_2.12-5.2.2-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.2.2","Info: signed release artifact: geomesa-accumulo_2.12-5.2.1-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.2.1","Info: signed release artifact: geomesa-accumulo_2.12-5.2.0-bin.tar.gz.asc: https://github.com/locationtech/geomesa/releases/tag/geomesa-5.2.0","Warn: release artifact geomesa-5.4.0 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/253127849","Warn: release artifact geomesa-5.3.0 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/220218714","Warn: release artifact geomesa-5.2.2 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/208515119","Warn: release artifact geomesa-5.2.1 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/205031895","Warn: release artifact geomesa-5.2.0 does not have provenance: https://api.github.com/repos/locationtech/geomesa/releases/195913688"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"}},{"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/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 21 contributing companies or organizations","details":["Info: found contributions from: BaltimoreOpenAir, MIDS-Berkeley, apache, capitalone, ccri, codescratch, commonwealth computer research, confluent, confluentinc, eclipse, ga-ccri, gempy-project, geomesa, locationtech, planet labs, planetarypy, planetarysoftware, redminenb, rungalileo, spaceml-org, tekmetric"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"}},{"name":"Vulnerabilities","score":0,"reason":"66 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: https://osv.dev/GHSA-7pwc-h2j2-rjgj","Warn: Project is vulnerable to: https://osv.dev/GHSA-r7wm-3cxj-wff9","Warn: Project is vulnerable to: https://osv.dev/GHSA-3pjw-73gf-8qr5","Warn: Project is vulnerable to: https://osv.dev/GHSA-5gvw-p9qm-jgwh","Warn: Project is vulnerable to: https://osv.dev/GHSA-5hh8-q8hv-fr38","Warn: Project is vulnerable to: https://osv.dev/GHSA-5jmj-h7xm-6q6v","Warn: Project is vulnerable to: https://osv.dev/GHSA-9fxm-vc8v-hj55","Warn: Project is vulnerable to: https://osv.dev/GHSA-hgj6-7826-r7m5","Warn: Project is vulnerable to: https://osv.dev/GHSA-j3rv-43j4-c7qm","Warn: Project is vulnerable to: https://osv.dev/GHSA-mhm7-754m-9p8w","Warn: Project is vulnerable to: https://osv.dev/GHSA-rcqc-6cw3-h962","Warn: Project is vulnerable to: https://osv.dev/GHSA-rmj7-2vxq-3g9f","Warn: Project is vulnerable to: https://osv.dev/GHSA-5mg8-w23w-74h3","Warn: Project is vulnerable to: https://osv.dev/GHSA-7g45-4rm6-3mm3","Warn: Project is vulnerable to: https://osv.dev/GHSA-735f-pc8j-v9w8","Warn: Project is vulnerable to: https://osv.dev/GHSA-h4h5-3hr4-j3g2","Warn: Project is vulnerable to: https://osv.dev/GHSA-wrvw-hg22-4m67","Warn: Project is vulnerable to: https://osv.dev/GHSA-xx22-p4ch-683r","Warn: Project is vulnerable to: https://osv.dev/GHSA-3p8m-j85q-pgmj","Warn: Project is vulnerable to: https://osv.dev/GHSA-558v-64gr-wgg4","Warn: Project is vulnerable to: https://osv.dev/GHSA-mj4r-2hfc-f8p6","Warn: Project is vulnerable to: https://osv.dev/GHSA-38f8-5428-x5cv","Warn: Project is vulnerable to: https://osv.dev/GHSA-4mp9-239f-g9hg","Warn: Project is vulnerable to: https://osv.dev/GHSA-57rv-r2g8-2cj3","Warn: Project is vulnerable to: https://osv.dev/GHSA-6cqp-g7gg-8hr5","Warn: Project is vulnerable to: https://osv.dev/GHSA-6jqx-86gh-f27w","Warn: Project is vulnerable to: https://osv.dev/GHSA-84h7-rjj3-6jx4","Warn: Project is vulnerable to: https://osv.dev/GHSA-8c42-7qj2-3j46","Warn: Project is vulnerable to: https://osv.dev/GHSA-f6hv-jmp6-3vwv","Warn: Project is vulnerable to: https://osv.dev/GHSA-fghv-69vj-qj49","Warn: Project is vulnerable to: https://osv.dev/GHSA-gcjf-9mgh-3p7g","Warn: Project is vulnerable to: https://osv.dev/GHSA-hvcg-qmg6-jm4c","Warn: Project is vulnerable to: https://osv.dev/GHSA-jppx-w49h-x2qq","Warn: Project is vulnerable to: https://osv.dev/GHSA-m4cv-j2px-7723","Warn: Project is vulnerable to: https://osv.dev/GHSA-mvh2-crg5-v77c","Warn: Project is vulnerable to: https://osv.dev/GHSA-pwqr-wmgm-9rr8","Warn: Project is vulnerable to: https://osv.dev/GHSA-q4f6-jm68-57ww","Warn: Project is vulnerable to: https://osv.dev/GHSA-v8h7-rr48-vmmv","Warn: Project is vulnerable to: https://osv.dev/GHSA-xxqh-mfjm-7mv9","Warn: Project is vulnerable to: https://osv.dev/GHSA-563q-j3cm-6jxm","Warn: Project is vulnerable to: https://osv.dev/GHSA-5x3r-wrvg-rp6q","Warn: Project is vulnerable to: https://osv.dev/GHSA-93wv-jw9v-4972","Warn: Project is vulnerable to: https://osv.dev/GHSA-c2gf-v879-257j","Warn: Project is vulnerable to: https://osv.dev/GHSA-c69g-56f8-xwqj","Warn: Project is vulnerable to: https://osv.dev/GHSA-prj3-ccx8-p6x4","Warn: Project is vulnerable to: https://osv.dev/GHSA-w9fj-cfpg-grvv","Warn: Project is vulnerable to: https://osv.dev/GHSA-3qp7-7mw8-wx86","Warn: Project is vulnerable to: https://osv.dev/GHSA-c653-97m9-rcg9","Warn: Project is vulnerable to: https://osv.dev/GHSA-x4gw-5cx5-pgmh","Warn: Project is vulnerable to: https://osv.dev/GHSA-45q3-82m4-75jr","Warn: Project is vulnerable to: https://osv.dev/GHSA-w573-9ffj-6ff9","Warn: Project is vulnerable to: https://osv.dev/GHSA-2jc4-r94c-rp7h","Warn: Project is vulnerable to: https://osv.dev/GHSA-h383-gmxw-35v2","Warn: Project is vulnerable to: https://osv.dev/GHSA-qv9r-c865-cp47","Warn: Project is vulnerable to: https://osv.dev/GHSA-3pxv-7cmr-fjr4","Warn: Project is vulnerable to: https://osv.dev/GHSA-6hg6-v5c8-fphq","Warn: Project is vulnerable to: https://osv.dev/GHSA-vc5p-v9hr-52mj","Warn: Project is vulnerable to: https://osv.dev/GHSA-574f-3g2m-x479","Warn: Project is vulnerable to: https://osv.dev/GHSA-c3fc-8qff-9hwx","Warn: Project is vulnerable to: https://osv.dev/GHSA-p93r-85wp-75v3","Warn: Project is vulnerable to: https://osv.dev/GHSA-355h-qmc2-wpwf","Warn: Project is vulnerable to: https://osv.dev/GHSA-qh8g-58pp-2wxh","Warn: Project is vulnerable to: https://osv.dev/GHSA-wjpw-4j6x-6rwh","Warn: Project is vulnerable to: https://osv.dev/GHSA-2fvj-hgj9-j2gr","Warn: Project is vulnerable to: https://osv.dev/GHSA-cmp6-m4wj-q63q","Warn: Project is vulnerable to: https://osv.dev/GHSA-vqf4-7m7x-wgfc"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"}}]}
