{"id":43402,"name":"xhydro-lstm","description":null,"url":"https://github.com/hydrologie/xhydro-lstm","last_synced_at":"2025-09-05T09:48:40.006Z","repository":{"id":240066991,"uuid":"798367864","full_name":"hydrologie/xhydro-lstm","owner":"hydrologie","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-02T14:00:57.000Z","size":553,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T15:21:44.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydrologie.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-09T16:29:32.000Z","updated_at":"2025-09-02T14:01:00.000Z","dependencies_parsed_at":"2024-05-16T15:31:57.220Z","dependency_job_id":"dbd0d92a-9ac1-405b-b06a-8569c95e6a6a","html_url":"https://github.com/hydrologie/xhydro-lstm","commit_stats":null,"previous_names":["hydrologie/xhydro-lstm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hydrologie/xhydro-lstm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrologie","download_url":"https://codeload.github.com/hydrologie/xhydro-lstm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/sbom","scorecard":{"id":1236809,"data":{"date":"2025-09-02T14:01:37Z","repo":{"name":"github.com/hydrologie/xhydro-lstm","commit":"d07e1efdf73e53068ee18a7162c9bc4e330999a7"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/bump-version.yml:44","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/cache-cleaner.yml:16","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:34","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:37","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:38","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/tag-testpypi.yml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/bump-version.yml:37","Info: topLevel 'contents' permission set to 'read': .github/workflows/cache-cleaner.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/first-pull-request.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/label.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:22","Info: topLevel 'contents' permission set to 'read': .github/workflows/publish-pypi.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/scorecard.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/tag-testpypi.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/workflow-warning.yml:16"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  26 out of  26 GitHub-owned GitHubAction dependencies pinned","Info:  27 out of  27 third-party GitHubAction dependencies pinned","Info:   5 out of   5 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-vqfr-h8mv-ghfj"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/tag-testpypi.yml:38"],"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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: found contributions from: CSHS-CWRA, ouranos"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}},{"name":"CI-Tests","score":10,"reason":"16 out of 16 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}}]},"last_synced_at":"2025-09-02T15:22:03.080Z","repository_id":240066991,"created_at":"2025-09-02T15:22:03.081Z","updated_at":"2025-09-02T15:22:03.081Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273740717,"owners_count":25159433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"hydrologie","name":"hydrologie","uuid":"64544854","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/64544854?v=4","repositories_count":1,"last_synced_at":"2023-05-01T21:32:30.784Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/hydrologie","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-05-01T21:32:30.787Z","updated_at":"2023-05-01T21:32:30.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrologie","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrologie/repositories"},"packages":[{"id":11420866,"name":"xhydro-lstm","ecosystem":"pypi","description":"Hydrological modelling using LSTMs.","homepage":"https://xhydro_lstm.readthedocs.io/","licenses":"Apache Software License","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/hydrologie/xhydro-lstm","keywords_array":["xhydro-lstm"],"namespace":null,"versions_count":1,"first_release_published_at":"2025-03-10T18:26:50.000Z","latest_release_published_at":"2025-03-10T18:26:50.000Z","latest_release_number":"0.1.1","last_synced_at":"2025-09-02T15:35:13.776Z","created_at":"2025-03-10T18:31:55.313Z","updated_at":"2025-09-02T20:13:01.334Z","registry_url":"https://pypi.org/project/xhydro-lstm/","install_command":"pip install xhydro-lstm --index-url https://pypi.org/simple","documentation_url":"https://xhydro-lstm.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 2 - Pre-Alpha","Intended Audience :: Developers","License :: OSI Approved :: Apache Software License","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython"],"normalized_name":"xhydro-lstm","project_status":null},"repo_metadata":{"id":240066991,"uuid":"798367864","full_name":"hydrologie/xhydro-lstm","owner":"hydrologie","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-02T14:00:57.000Z","size":553,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T15:21:44.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydrologie.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-09T16:29:32.000Z","updated_at":"2025-09-02T14:01:00.000Z","dependencies_parsed_at":"2024-05-16T15:31:57.220Z","dependency_job_id":"dbd0d92a-9ac1-405b-b06a-8569c95e6a6a","html_url":"https://github.com/hydrologie/xhydro-lstm","commit_stats":null,"previous_names":["hydrologie/xhydro-lstm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hydrologie/xhydro-lstm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrologie","download_url":"https://codeload.github.com/hydrologie/xhydro-lstm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/sbom","scorecard":{"id":1236809,"data":{"date":"2025-09-02T14:01:37Z","repo":{"name":"github.com/hydrologie/xhydro-lstm","commit":"d07e1efdf73e53068ee18a7162c9bc4e330999a7"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.1,"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/bump-version.yml:44","Warn: jobLevel 'actions' permission set to 'write': .github/workflows/cache-cleaner.yml:16","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:34","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:37","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:38","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/tag-testpypi.yml:17","Info: topLevel 'contents' permission set to 'read': .github/workflows/bump-version.yml:37","Info: topLevel 'contents' permission set to 'read': .github/workflows/cache-cleaner.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/first-pull-request.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/label.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:22","Info: topLevel 'contents' permission set to 'read': .github/workflows/publish-pypi.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/scorecard.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/tag-testpypi.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/workflow-warning.yml:16"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:  26 out of  26 GitHub-owned GitHubAction dependencies pinned","Info:  27 out of  27 third-party GitHubAction dependencies pinned","Info:   5 out of   5 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-vqfr-h8mv-ghfj"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/tag-testpypi.yml:38"],"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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: found contributions from: CSHS-CWRA, ouranos"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}},{"name":"CI-Tests","score":10,"reason":"16 out of 16 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}}]},"last_synced_at":"2025-09-02T15:22:03.080Z","repository_id":240066991,"created_at":"2025-09-02T15:22:03.081Z","updated_at":"2025-09-02T15:22:03.081Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273341539,"owners_count":25088369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"hydrologie","name":"hydrologie","uuid":"64544854","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/64544854?v=4","repositories_count":1,"last_synced_at":"2023-05-01T21:32:30.784Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/hydrologie","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-05-01T21:32:30.787Z","updated_at":"2023-05-01T21:32:30.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrologie","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrologie/repositories"},"tags":[{"name":"v0.1.1","sha":"4f0d6d7a39f71d6c3ac00802f03b5dc43938fe05","kind":"tag","published_at":"2025-03-10T18:32:09.000Z","download_url":"https://codeload.github.com/hydrologie/xhydro-lstm/tar.gz/v0.1.1","html_url":"https://github.com/hydrologie/xhydro-lstm/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hydrologie/xhydro-lstm@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/tags/v0.1.1/manifests"}]},"repo_metadata_updated_at":"2025-09-02T20:13:01.333Z","dependent_packages_count":0,"downloads":7,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":53.55536473355165,"dependent_packages_count":9.510358533531205,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.532861633541426},"purl":"pkg:pypi/xhydro-lstm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/xhydro-lstm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/xhydro-lstm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/xhydro-lstm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xhydro-lstm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xhydro-lstm/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xhydro-lstm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xhydro-lstm/related_packages","maintainers":[{"uuid":"Zeitsperre","login":"Zeitsperre","name":null,"email":null,"url":null,"packages_count":24,"html_url":"https://pypi.org/user/Zeitsperre/","role":"Owner","created_at":"2025-03-10T19:05:37.446Z","updated_at":"2025-03-10T19:05:37.446Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Zeitsperre/packages"},{"uuid":"RondeauG","login":"RondeauG","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/RondeauG/","role":"Owner","created_at":"2025-03-10T19:05:37.365Z","updated_at":"2025-03-10T19:05:37.365Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/RondeauG/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725081,"maintainers_count":308353,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":10868227,"full_name":"hydrologie/xhydro-lstm","default_branch":"master","committers":null,"total_commits":null,"total_committers":null,"total_bot_commits":null,"total_bot_committers":null,"mean_commits":null,"dds":null,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":null,"last_synced_commit":null,"created_at":"2025-09-02T20:12:01.177Z","updated_at":"2025-09-02T20:12:01.177Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"hydrologie/xhydro-lstm","html_url":"https://github.com/hydrologie/xhydro-lstm","last_synced_at":"2025-09-02T18:12:57.164Z","status":null,"issues_count":0,"pull_requests_count":92,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":191954.98630136985,"issues_closed_count":0,"pull_requests_closed_count":73,"pull_request_authors_count":4,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.8152173913043478,"merged_pull_requests_count":64,"bot_issues_count":0,"bot_pull_requests_count":84,"past_year_issues_count":0,"past_year_pull_requests_count":62,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":183281.2340425532,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":47,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.7741935483870968,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":58,"past_year_merged_pull_requests_count":40,"created_at":"2025-08-29T12:09:22.962Z","updated_at":"2025-09-03T00:42:57.886Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrologie%2Fxhydro-lstm/issues","issue_labels_count":{},"pull_request_labels_count":{"dependencies":77,"python":41,"github_actions":36},"issue_author_associations_count":{},"pull_request_author_associations_count":{"CONTRIBUTOR":94,"NONE":3},"issue_authors":{},"pull_request_authors":{"dependabot[bot]":77,"pre-commit-ci[bot]":12,"Zeitsperre":7,"RondeauG":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10095847,"issues_count":31414178,"pull_requests_count":97181322,"authors_count":10701051,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":54,"python":40,"github_actions":14},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":66},"past_year_issue_authors":{},"past_year_pull_request_authors":{"dependabot[bot]":54,"pre-commit-ci[bot]":8,"Zeitsperre":4},"maintainers":[],"active_maintainers":[]},"events":{"total":{"ReleaseEvent":1,"DeleteEvent":55,"IssueCommentEvent":57,"PushEvent":84,"PullRequestReviewCommentEvent":2,"PullRequestReviewEvent":59,"PullRequestEvent":107,"CreateEvent":56},"last_year":{"ReleaseEvent":1,"DeleteEvent":55,"IssueCommentEvent":57,"PushEvent":84,"PullRequestReviewCommentEvent":2,"PullRequestReviewEvent":59,"PullRequestEvent":107,"CreateEvent":56}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/bump-version.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:55.612Z","updated_at":"2024-05-16T15:31:55.612Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/bump-version.yml","dependencies":[{"id":18111001693,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001694,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001695,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001696,"package_name":"ad-m/github-push-action","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cache-cleaner.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:55.703Z","updated_at":"2024-05-16T15:31:55.703Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/cache-cleaner.yml","dependencies":[{"id":18111001697,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001698,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4.1.1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/dependency-review.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:55.939Z","updated_at":"2024-05-16T15:31:55.939Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/dependency-review.yml","dependencies":[{"id":18111001699,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001700,"package_name":"actions/checkout","ecosystem":"actions","requirements":"b4ffde65f46336ab88eb53be808477a3936bae11","direct":true,"kind":"composite","optional":false},{"id":18111001701,"package_name":"actions/dependency-review-action","ecosystem":"actions","requirements":"4901385134134e04cec5fbe5ddfe3b2c5bd5d976","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/first-pull-request.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.104Z","updated_at":"2024-05-16T15:31:56.104Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/first-pull-request.yml","dependencies":[{"id":18111001702,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001703,"package_name":"actions/github-script","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/label.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.239Z","updated_at":"2024-05-16T15:31:56.239Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/label.yml","dependencies":[{"id":18111001704,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001705,"package_name":"actions/labeler","ecosystem":"actions","requirements":"v5.0.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/main.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.413Z","updated_at":"2024-05-16T15:31:56.413Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/main.yml","dependencies":[{"id":18111001706,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001707,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001708,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001709,"package_name":"mamba-org/setup-micromamba","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish-pypi.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.648Z","updated_at":"2024-05-16T15:31:56.648Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/publish-pypi.yml","dependencies":[{"id":18111001710,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001711,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001712,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001713,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"release/v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/scorecard.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.737Z","updated_at":"2024-05-16T15:31:56.737Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/scorecard.yml","dependencies":[{"id":18111001714,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001715,"package_name":"actions/checkout","ecosystem":"actions","requirements":"b4ffde65f46336ab88eb53be808477a3936bae11","direct":true,"kind":"composite","optional":false},{"id":18111001716,"package_name":"ossf/scorecard-action","ecosystem":"actions","requirements":"0864cf19026789058feabb7e87baa5f140aac736","direct":true,"kind":"composite","optional":false},{"id":18111001717,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"694cdabd8bdb0f10b2cea11669e1bf5453eed0a6","direct":true,"kind":"composite","optional":false},{"id":18111001718,"package_name":"github/codeql-action/upload-sarif","ecosystem":"actions","requirements":"e5f05b81d5b6ff8cfa111c80c22c5fd02a384118","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tag-testpypi.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.773Z","updated_at":"2024-05-16T15:31:56.773Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/tag-testpypi.yml","dependencies":[{"id":18111001719,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001720,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001721,"package_name":"softprops/action-gh-release","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":18111001722,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18111001723,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"release/v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/workflow-warning.yml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:56.787Z","updated_at":"2024-05-16T15:31:56.787Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/.github/workflows/workflow-warning.yml","dependencies":[{"id":18111001724,"package_name":"step-security/harden-runner","ecosystem":"actions","requirements":"eb238b55efaa70779f274895e782ed17c84f2895","direct":true,"kind":"composite","optional":false},{"id":18111001725,"package_name":"peter-evans/find-comment","ecosystem":"actions","requirements":"a54c31d7fa095754bfef525c0c8e5e5674c4b4b1","direct":true,"kind":"composite","optional":false},{"id":18111001726,"package_name":"peter-evans/create-or-update-comment","ecosystem":"actions","requirements":"23ff15729ef2fc348714a3bb66d2f655ca9066f2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-05-16T15:31:57.124Z","updated_at":"2024-05-16T15:31:57.124Z","repository_link":"https://github.com/hydrologie/xhydro-lstm/blob/main/pyproject.toml","dependencies":[]}],"score":null,"created_at":"2025-09-04T15:51:18.460Z","updated_at":"2025-10-07T08:17:35.105Z","avatar_url":"https://github.com/hydrologie.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":7,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/43402","html_url":"https://science.ecosyste.ms/projects/43402"}