{"id":67259,"name":"cytoflow","description":"A Python toolbox for quantitative, reproducible flow cytometry analysis","url":"https://github.com/cytoflow/cytoflow","last_synced_at":"2025-09-08T13:52:44.973Z","repository":{"id":25184790,"uuid":"28608092","full_name":"cytoflow/cytoflow","owner":"cytoflow","description":"A Python toolbox for quantitative, reproducible flow cytometry analysis","archived":false,"fork":false,"pushed_at":"2025-09-04T02:11:46.000Z","size":205232,"stargazers_count":200,"open_issues_count":60,"forks_count":54,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-04T04:22:55.772Z","etag":null,"topics":["analysis","data-driven","flow-cytometry-analysis","fluorescence","gate","jupyter","mixture-modeling","notebooks","python","scientific-computing","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cytoflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-12-29T22:05:04.000Z","updated_at":"2025-09-04T02:11:50.000Z","dependencies_parsed_at":"2022-07-24T04:32:25.947Z","dependency_job_id":"b7189397-df6a-4905-b60c-0594089a3570","html_url":"https://github.com/cytoflow/cytoflow","commit_stats":{"total_commits":2762,"total_committers":15,"mean_commits":"184.13333333333333","dds":"0.47719044170890657","last_synced_commit":"85f476540e33bde1caaf9f72356eb4d92a5d31b2"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/cytoflow/cytoflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytoflow","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/sbom","scorecard":{"id":314799,"data":{"date":"2025-08-11","repo":{"name":"github.com/cytoflow/cytoflow","commit":"cc57b1dc685840663ea7a5b8b58ab6479a1fd2a6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 11 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-release-linux.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release-macos-arm.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release-macos.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release-windows.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-linux.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-macos-arm.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-macos.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-windows.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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: package/d3dcompiler_47.dll:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 1.2.3 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/236755576","Warn: release artifact 1.2.2 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/217099741","Warn: release artifact 1.2.1 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/200007332","Warn: release artifact 1.2 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/57327851","Warn: release artifact 1.1.1 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/40607205","Warn: release artifact 1.2.3 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/236755576","Warn: release artifact 1.2.2 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/217099741","Warn: release artifact 1.2.1 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/200007332","Warn: release artifact 1.2 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/57327851","Warn: release artifact 1.1.1 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/40607205"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:158: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:201: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:242: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:262: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:303: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:171: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:171: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:166: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:183: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:206: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:246: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:217: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:296: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:224: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:254: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:292: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Info:   0 out of  60 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  34 third-party GitHubAction 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}}]},"last_synced_at":"2025-08-17T23:57:39.327Z","repository_id":25184790,"created_at":"2025-08-17T23:57:39.327Z","updated_at":"2025-08-17T23:57:39.327Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274196025,"owners_count":25239148,"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-08T02:00:09.813Z","response_time":121,"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":"cytoflow","name":"cytoflow","uuid":"78991853","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/78991853?v=4","repositories_count":3,"last_synced_at":"2023-02-27T13:20:26.005Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cytoflow","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T21:19:32.389Z","updated_at":"2023-02-27T13:20:26.021Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytoflow","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytoflow/repositories"},"packages":[{"id":2686629,"name":"cytoflow","ecosystem":"pypi","description":"Python tools for quantitative, reproducible flow cytometry analysis","homepage":"https://github.com/cytoflow/cytoflow","licenses":"GPLv2","normalized_licenses":["GPL-2.0"],"repository_url":"https://github.com/cytoflow/cytoflow","keywords_array":["flow","cytometry","scipy"],"namespace":null,"versions_count":20,"first_release_published_at":"2015-03-08T05:07:49.000Z","latest_release_published_at":"2021-03-29T00:33:37.000Z","latest_release_number":"1.1.1","last_synced_at":"2025-09-04T04:36:25.346Z","created_at":"2022-04-10T10:31:04.911Z","updated_at":"2025-09-04T17:11:03.377Z","registry_url":"https://pypi.org/project/cytoflow/","install_command":"pip install cytoflow --index-url https://pypi.org/simple","documentation_url":"https://cytoflow.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Environment :: MacOS X","Environment :: Win32 (MS Windows)","Environment :: X11 Applications :: Qt","Intended Audience :: Science/Research","License :: OSI Approved :: GNU General Public License v2 (GPLv2)","Natural Language :: English","Operating System :: MacOS","Operating System :: Microsoft :: Windows","Operating System :: POSIX :: Linux","Programming Language :: Python :: 3.4","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: Implementation :: CPython","Topic :: Scientific/Engineering :: Bio-Informatics","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"cytoflow","project_status":null},"repo_metadata":{"id":25184790,"uuid":"28608092","full_name":"cytoflow/cytoflow","owner":"cytoflow","description":"A Python toolbox for quantitative, reproducible flow cytometry analysis","archived":false,"fork":false,"pushed_at":"2025-09-04T02:11:46.000Z","size":205232,"stargazers_count":200,"open_issues_count":60,"forks_count":54,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-04T04:22:55.772Z","etag":null,"topics":["analysis","data-driven","flow-cytometry-analysis","fluorescence","gate","jupyter","mixture-modeling","notebooks","python","scientific-computing","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cytoflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-12-29T22:05:04.000Z","updated_at":"2025-09-04T02:11:50.000Z","dependencies_parsed_at":"2022-07-24T04:32:25.947Z","dependency_job_id":"b7189397-df6a-4905-b60c-0594089a3570","html_url":"https://github.com/cytoflow/cytoflow","commit_stats":{"total_commits":2762,"total_committers":15,"mean_commits":"184.13333333333333","dds":"0.47719044170890657","last_synced_commit":"85f476540e33bde1caaf9f72356eb4d92a5d31b2"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/cytoflow/cytoflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytoflow","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/sbom","scorecard":{"id":314799,"data":{"date":"2025-08-11","repo":{"name":"github.com/cytoflow/cytoflow","commit":"cc57b1dc685840663ea7a5b8b58ab6479a1fd2a6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 11 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-release-linux.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release-macos-arm.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release-macos.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release-windows.yml:1","Warn: no topLevel permission defined: .github/workflows/create-release.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-linux.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-macos-arm.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-macos.yml:1","Warn: no topLevel permission defined: .github/workflows/test-and-package-windows.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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: package/d3dcompiler_47.dll:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 1.2.3 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/236755576","Warn: release artifact 1.2.2 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/217099741","Warn: release artifact 1.2.1 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/200007332","Warn: release artifact 1.2 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/57327851","Warn: release artifact 1.1.1 not signed: https://api.github.com/repos/cytoflow/cytoflow/releases/40607205","Warn: release artifact 1.2.3 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/236755576","Warn: release artifact 1.2.2 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/217099741","Warn: release artifact 1.2.1 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/200007332","Warn: release artifact 1.2 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/57327851","Warn: release artifact 1.1.1 does not have provenance: https://api.github.com/repos/cytoflow/cytoflow/releases/40607205"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:158: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:201: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:242: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:262: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-linux.yml:303: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:171: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos-arm.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:171: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-macos.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:166: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:183: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:206: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release-windows.yml:246: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:217: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-linux.yml:296: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos-arm.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos-arm.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-macos.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:224: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:254: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-package-windows.yml:292: update your workflow using https://app.stepsecurity.io/secureworkflow/cytoflow/cytoflow/test-and-package-windows.yml/master?enable=pin","Info:   0 out of  60 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  34 third-party GitHubAction 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}}]},"last_synced_at":"2025-08-17T23:57:39.327Z","repository_id":25184790,"created_at":"2025-08-17T23:57:39.327Z","updated_at":"2025-08-17T23:57:39.327Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273641897,"owners_count":25142248,"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-04T02:00:08.968Z","response_time":61,"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":"cytoflow","name":"cytoflow","uuid":"78991853","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/78991853?v=4","repositories_count":3,"last_synced_at":"2023-02-27T13:20:26.005Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cytoflow","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T21:19:32.389Z","updated_at":"2023-02-27T13:20:26.021Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytoflow","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytoflow/repositories"},"tags":[{"name":"1.2.3","sha":"b5e38111cbb75f2b32dad89f11d05b35be17c7be","kind":"tag","published_at":"2025-08-01T02:18:50.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.2.3","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2.3/manifests"},{"name":"1.2.2","sha":"786f569c933be88fae01a7528541143a0b6f6c56","kind":"tag","published_at":"2025-05-07T16:47:18.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.2.2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"6e15895477575174ce33ad71571966da0b83437b","kind":"tag","published_at":"2025-02-13T03:19:03.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.2.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2.1/manifests"},{"name":"1.2","sha":"70c0df592d25aee5f4ef94ce65be0c8972f59a79","kind":"tag","published_at":"2022-01-17T23:45:36.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.2/manifests"},{"name":"1.1.1","sha":"c5804a5593139d5158dc8e2f1a9fcb6cbed38232","kind":"tag","published_at":"2021-03-28T22:53:49.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.1.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.1.1/manifests"},{"name":"1.1","sha":"b116ee6119ff2b2acef65f0f1d0bfeb893e279c6","kind":"tag","published_at":"2021-03-02T15:44:04.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.1/manifests"},{"name":"1.0","sha":"264afe769a972f6f8ad99ae2e9eb210a3409e872","kind":"tag","published_at":"2019-01-06T19:29:22.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/1.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/1.0/manifests"},{"name":"0.9.3","sha":"9111ce8db7f63d9519d05a177bbe35856b1e125f","kind":"tag","published_at":"2018-04-13T18:21:14.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.9.3","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"fb562ea1184b1be6ff3214285c857f0ec29bf3d6","kind":"tag","published_at":"2018-04-06T17:34:10.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.9.2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"1567f57f20b57115cd6bf6899de12e2cc6528762","kind":"tag","published_at":"2018-03-29T15:24:09.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.9.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"176cbb4b70b7d3bfff5b99422da87daa7ee0101e","kind":"tag","published_at":"2018-03-29T02:38:33.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.9.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.9.0/manifests"},{"name":"0.8.0","sha":"f5b07d1c372fcd8032ace6b43d6921e32e39c42d","kind":"tag","published_at":"2018-02-10T23:28:29.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.8.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.8.0/manifests"},{"name":"0.5.2","sha":"067e2ba359cff1386970c69f58fa7600c768d087","kind":"tag","published_at":"2017-05-21T16:51:07.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.5.2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.5.2/manifests"},{"name":"0.5.1","sha":"fbaad5e59be247271adba30e756c8f99674db4d5","kind":"tag","published_at":"2017-05-18T17:57:42.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.5.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"c2545bfe58db5083651e187ebe515597b76df5d1","kind":"tag","published_at":"2017-05-12T16:05:49.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.5.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.5.0/manifests"},{"name":"0.4.1test2","sha":"3c6c36b744a6effb8d00108ce34812c3a5ef9402","kind":"tag","published_at":"2016-09-12T17:04:33.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.4.1test2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.4.1test2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.4.1test2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.1test2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.1test2/manifests"},{"name":"0.4.1test1","sha":"3c6c36b744a6effb8d00108ce34812c3a5ef9402","kind":"tag","published_at":"2016-09-12T17:03:21.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.4.1test1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.4.1test1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.4.1test1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.1test1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.1test1/manifests"},{"name":"0.4.1","sha":"1f2c182e181300296e4a0c3a32b227c14637a73b","kind":"tag","published_at":"2016-09-11T14:10:29.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.4.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.1/manifests"},{"name":"0.4.0","sha":"a9d5b7cf11eff95da3e41319312c3f448cc7a452","kind":"commit","published_at":"2016-09-10T00:14:21.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.4.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.4.0/manifests"},{"name":"0.3.2test3","sha":"ecd756c9557c2bb1f0dbcf48d28647af465b4478","kind":"tag","published_at":"2016-06-04T17:08:22.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.3.2test3","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.3.2test3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.3.2test3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2test3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2test3/manifests"},{"name":"0.3.2test2","sha":"50b94e4353fe84f34552d5d0aeb6a36bf9054443","kind":"tag","published_at":"2016-06-04T16:39:19.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.3.2test2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.3.2test2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.3.2test2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2test2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2test2/manifests"},{"name":"0.3.2test","sha":"97e3a19efbf55efc4d97466f9047f0b945f277e6","kind":"tag","published_at":"2016-06-04T15:52:47.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.3.2test","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.3.2test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.3.2test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2test/manifests"},{"name":"0.3.2","sha":"998589620b63cec596eafe07f114bfa42799d43c","kind":"commit","published_at":"2016-06-03T20:56:55.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.3.2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.2/manifests"},{"name":"0.3.1","sha":"9d8c7fc42a831fa5cb4f66c80c468054919f036d","kind":"tag","published_at":"2016-06-03T15:24:12.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.3.1","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"6f6ec47dcefa5a7e2f3d7784ca10c7d7f74e8658","kind":"commit","published_at":"2016-05-21T20:29:38.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.3.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"b5807f35ddafd3cf3b8a6e3584263629a79c198b","kind":"commit","published_at":"2016-03-04T02:10:34.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.2.0","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.2.0/manifests"},{"name":"0.1.11","sha":"4083f21218f0af8f66d8782b276c0b3cc7ec6737","kind":"tag","published_at":"2015-12-03T23:05:38.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.11","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.11/manifests"},{"name":"0.1.10","sha":"5775d7a62e3313f2d81ab2b2184b488e43c1bcea","kind":"commit","published_at":"2015-12-03T22:42:39.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.10","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.10/manifests"},{"name":"0.1.9","sha":"d15a181c80f588ef918bf1d1219da9fbc24b7751","kind":"commit","published_at":"2015-12-03T21:32:18.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.9","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.9/manifests"},{"name":"0.1.8","sha":"6ee1eca546ad8137eef06e797fc70e27ef281ea3","kind":"commit","published_at":"2015-09-30T19:06:01.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.8","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.8/manifests"},{"name":"0.1.7","sha":"578ac4d7e009bb0224efb4b01bc756ac6a4d24e8","kind":"commit","published_at":"2015-09-25T16:15:47.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.7","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.7/manifests"},{"name":"0.1.6","sha":"356f5ef30a0a1cfda475d1302f812e826f8e299d","kind":"commit","published_at":"2015-09-25T14:50:33.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.6","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.6/manifests"},{"name":"0.1.5","sha":"2088945b0496619eb69728b7d6aecc674769528d","kind":"commit","published_at":"2015-09-24T04:16:10.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.5","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.5/manifests"},{"name":"0.1.4","sha":"49958cfc65ad6e71449db2867a4280613956f8c9","kind":"commit","published_at":"2015-07-29T21:25:25.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.4","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.4/manifests"},{"name":"0.1.2","sha":"83dccda9606f6149a081bdf41975e67f69a81ce5","kind":"commit","published_at":"2015-03-08T05:04:38.000Z","download_url":"https://codeload.github.com/cytoflow/cytoflow/tar.gz/0.1.2","html_url":"https://github.com/cytoflow/cytoflow/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cytoflow/cytoflow@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/tags/0.1.2/manifests"}]},"repo_metadata_updated_at":"2025-09-04T17:11:03.377Z","dependent_packages_count":0,"downloads":245,"downloads_period":"last-month","dependent_repos_count":3,"rankings":{"downloads":13.174896696573294,"dependent_repos_count":8.945344680300531,"dependent_packages_count":10.117827917587048,"stargazers_count":5.72232484785301,"forks_count":5.960715970837582,"docker_downloads_count":null,"average":8.784222022630292},"purl":"pkg:pypi/cytoflow","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/cytoflow","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/cytoflow","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/cytoflow/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T11:31:46.884Z","issues_count":118,"pull_requests_count":19,"avg_time_to_close_issue":29945690.898876406,"avg_time_to_close_pull_request":48432235.384615384,"issues_closed_count":89,"pull_requests_closed_count":13,"pull_request_authors_count":10,"issue_authors_count":52,"avg_comments_per_issue":1.6440677966101696,"avg_comments_per_pull_request":1.2105263157894737,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":28,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":2973370.3636363638,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":0.9285714285714286,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/issues","maintainers":[{"login":"bpteague","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpteague"}],"active_maintainers":[{"login":"bpteague","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpteague"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cytoflow/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cytoflow/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cytoflow/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cytoflow/related_packages","maintainers":[{"uuid":"Brian.Teague","login":"Brian.Teague","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/Brian.Teague/","role":null,"created_at":"2023-02-23T22:24:03.261Z","updated_at":"2023-02-23T22:24:03.261Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Brian.Teague/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726150,"maintainers_count":308801,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":555713,"full_name":"cytoflow/cytoflow","default_branch":"master","committers":[{"name":"Brian Teague","email":"bpteague@gmail.com","login":"bpteague","count":2923},{"name":"kristjaneerik","email":"eerik@mit.edu","login":"kristjaneerik","count":20},{"name":"Debra Van Egeren","email":"dve@mit.edu","login":null,"count":15},{"name":"Guillermo Vargas","email":"gjvargas@mit.edu","login":"gjvargas","count":4},{"name":"brian","email":"brian@giorria","login":null,"count":4},{"name":"brian","email":"brian@carria","login":null,"count":4},{"name":"unknown","email":"Brian@TANET-WIN.mit.edu","login":null,"count":3},{"name":"ejayawant","email":"43037765+ejayawant","login":"ejayawant","count":2},{"name":"dvanegeren","email":"debra.vanegeren@gmail.com","login":"dvanegeren","count":2},{"name":"Brian Teague","email":"brian@tanet","login":null,"count":2},{"name":"Demarcus Briers","email":"dbriers@bu.edu","login":"dmarcbriers","count":1},{"name":"brian","email":"brian@cameo","login":null,"count":1},{"name":"Brian Teague","email":"brian@northeast-fortyseven-one-fifty-one.mit.edu","login":null,"count":1},{"name":"Brian Teague","email":"brian@Brians-Mac-mini.local","login":null,"count":1}],"total_commits":2983,"total_committers":14,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":213.07142857142858,"dds":0.0201139792155548,"past_year_committers":[{"name":"Brian Teague","email":"bpteague@gmail.com","login":"bpteague","count":221},{"name":"brian","email":"brian@carria","login":null,"count":1}],"past_year_total_commits":222,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":111.0,"past_year_dds":0.0045045045045044585,"last_synced_at":"2025-05-20T18:18:38.074Z","last_synced_commit":"751be98dee9acd7d12696642cb9a75f74a5c2ba1","created_at":"2023-03-09T04:51:55.549Z","updated_at":"2025-05-20T18:18:40.690Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:16.827Z","repositories_count":5484000,"commits_count":854343132,"contributors_count":31144857,"owners_count":908866,"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":"cytoflow/cytoflow","html_url":"https://github.com/cytoflow/cytoflow","last_synced_at":"2025-09-05T04:03:57.869Z","status":null,"issues_count":122,"pull_requests_count":19,"avg_time_to_close_issue":30233216.829545453,"avg_time_to_close_pull_request":48432235.384615384,"issues_closed_count":88,"pull_requests_closed_count":13,"pull_request_authors_count":10,"issue_authors_count":53,"avg_comments_per_issue":1.5491803278688525,"avg_comments_per_pull_request":1.2105263157894737,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":32,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":2806366.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":0.6875,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-14T11:26:23.514Z","updated_at":"2025-09-05T04:03:57.871Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytoflow%2Fcytoflow/issues","issue_labels_count":{"wontfix":1},"pull_request_labels_count":{"dependencies":3},"issue_author_associations_count":{"NONE":75,"COLLABORATOR":47},"pull_request_author_associations_count":{"NONE":13,"CONTRIBUTOR":6},"issue_authors":{"bpteague":47,"benweinberg89":9,"NicholasDeLateur":4,"protist":3,"crife-pact":3,"dkraut01":2,"deemishra":2,"maaikesangster":2,"AlFontal":2,"heesters":2,"IsaacUtah1379":2,"NessaNoctiluca":2,"alefrol638":2,"fbastok":1,"Jsakkos":1,"jsoro89":1,"dantheand":1,"WolfDanny":1,"henrypinkard":1,"pintomollo":1,"akmazian":1,"steph-robinson":1,"ZuzannaSadowska":1,"delrosni":1,"ejaabr":1,"comatrion":1,"bradgy":1,"aliceberd":1,"nstone8":1,"BishalT9872":1,"SaschaKuhn":1,"andrenguyen":1,"catalantat":1,"flip1311":1,"kmattioli":1,"benzonbenjamin":1,"germo006":1,"icheo2l5":1,"cbinny":1,"pauloxisto":1,"aecd":1,"mpiersonsmela":1,"hanson-triplebarbio":1,"SamuelCh-Git":1,"zl6y19":1,"T5j32pdJ9Mz4":1,"Georg-Auer":1,"Jor-y":1,"luisawachtendonk":1,"jeffhussmann":1,"m4este":1,"omeradir1":1,"kkiwimagi":1},"pull_request_authors":{"kristjaneerik":4,"dependabot[bot]":3,"ejayawant":2,"michaelosthege":2,"CaRniFeXeR":2,"akshayMpatel":2,"mpiersonsmela":1,"drpeterfoster":1,"tim-tx":1,"pintomollo":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10166699,"issues_count":32013288,"pull_requests_count":100268859,"authors_count":10729412,"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":{},"past_year_issue_author_associations_count":{"COLLABORATOR":19,"NONE":13},"past_year_pull_request_author_associations_count":{"NONE":2},"past_year_issue_authors":{"bpteague":19,"benweinberg89":3,"dkraut01":2,"IsaacUtah1379":2,"akmazian":1,"Jor-y":1,"luisawachtendonk":1,"m4este":1,"SaschaKuhn":1,"steph-robinson":1},"past_year_pull_request_authors":{"michaelosthege":2},"maintainers":[{"login":"bpteague","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpteague"}],"active_maintainers":[{"login":"bpteague","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bpteague"}]},"events":{"total":{"CreateEvent":21,"ReleaseEvent":4,"IssuesEvent":59,"WatchEvent":28,"DeleteEvent":12,"IssueCommentEvent":66,"PushEvent":146,"PullRequestEvent":2,"ForkEvent":7},"last_year":{"CreateEvent":21,"ReleaseEvent":4,"IssuesEvent":59,"WatchEvent":28,"DeleteEvent":12,"IssueCommentEvent":66,"PushEvent":146,"PullRequestEvent":2,"ForkEvent":7}},"keywords":["analysis","data-driven","flow-cytometry-analysis","fluorescence","gate","jupyter","mixture-modeling","notebooks","python","scientific-computing","workflow"],"dependencies":[],"score":13.717191857095493,"created_at":"2025-09-08T11:18:46.564Z","updated_at":"2025-10-07T08:25:21.415Z","avatar_url":"https://github.com/cytoflow.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":245,"funding_links":["https://ko-fi.com/bteague"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/67259","html_url":"https://science.ecosyste.ms/projects/67259"}