{"id":7747214,"name":"KittyCAD/action-install-cli","ecosystem":"actions","description":"Install Zoo CLI on a Linux or Windows host for use in Github workflows","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/KittyCAD/action-install-cli","keywords_array":["3d","cad","github-action","kittycad"],"namespace":"KittyCAD","versions_count":9,"first_release_published_at":"2022-06-06T21:54:50.000Z","latest_release_published_at":"2024-02-26T22:03:46.000Z","latest_release_number":"v0.2.21","last_synced_at":"2026-05-10T03:32:27.174Z","created_at":"2023-05-17T11:20:31.648Z","updated_at":"2026-05-10T03:32:27.174Z","registry_url":"https://github.com/KittyCAD/action-install-cli","install_command":null,"documentation_url":null,"metadata":{"name":"Install Zoo CLI","description":"Install Zoo CLI on a Linux or Windows host for use in Github workflows","branding":{"icon":"box","color":"gray-dark"},"outputs":{"version":{"description":"The Zoo CLI version that was installed","value":"${{ steps.set-output.outputs.version }}"}},"runs":{"using":"composite","steps":[{"name":"install cli Linux","id":"install-zoo-cli","if":"runner.os == 'Linux'","run":"sudo --preserve-env ${{ github.action_path }}/entrypoint.sh","shell":"bash"},{"name":"install cli Windows","if":"runner.os == 'Windows'","id":"install-zoo-cli-win","run":"$GITHUB_ACTION_PATH/entrypoint-win.sh","shell":"bash"},{"id":"set-output","run":"echo \"::set-output name=version::$(zoo --version)\"","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":37299801,"uuid":"500596622","full_name":"KittyCAD/action-install-cli","owner":"KittyCAD","description":"Action for installing the KittyCAD CLI","archived":false,"fork":false,"pushed_at":"2025-03-20T10:01:58.000Z","size":668,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-16T06:33:25.941Z","etag":null,"topics":["3d","cad","github-action","kittycad"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KittyCAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-06-06T21:19:32.000Z","updated_at":"2025-08-31T08:00:15.000Z","dependencies_parsed_at":"2024-02-26T22:51:17.019Z","dependency_job_id":"64e329af-c784-4dd1-a31b-8ce5b26b9594","html_url":"https://github.com/KittyCAD/action-install-cli","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/KittyCAD/action-install-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KittyCAD","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/sbom","scorecard":{"id":79160,"data":{"date":"2025-08-11","repo":{"name":"github.com/KittyCAD/action-install-cli","commit":"f7a3f5dda860d87380d76da780580f66c8f609ae"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":0,"reason":"Found 1/19 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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/install-kittycad-cli-test.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":"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/install-kittycad-cli-test.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/KittyCAD/action-install-cli/install-kittycad-cli-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/install-kittycad-cli-test.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/KittyCAD/action-install-cli/install-kittycad-cli-test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned 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"}},{"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/KittyCAD/.github/SECURITY.md:1","Info: Found linked content: github.com/KittyCAD/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/KittyCAD/.github/SECURITY.md:1","Info: Found text in security policy: github.com/KittyCAD/.github/SECURITY.md:1"],"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":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-15T05:25:44.130Z","repository_id":37299801,"created_at":"2025-08-15T05:25:44.130Z","updated_at":"2025-08-15T05:25:44.130Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275771793,"owners_count":25525892,"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-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"KittyCAD","name":"Zoo","uuid":"81783542","kind":"organization","description":"Building Infrastructure for Hardware Designers.  We're hiring! https://zoo.dev/careers","email":"support@zoo.dev","website":"https://zoo.dev","location":"United States of America","twitter":"zoodotdev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/81783542?v=4","repositories_count":16,"last_synced_at":"2025-09-16T06:16:38.191Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/KittyCAD","funding_links":[],"total_stars":null,"followers":722,"following":0,"created_at":"2022-11-14T05:43:57.192Z","updated_at":"2025-09-16T06:16:38.191Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KittyCAD","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KittyCAD/repositories"},"tags":[{"name":"v0.2.21","sha":"e339db10b79bc1776ea6babd0169c153ff2b8596","kind":"commit","published_at":"2024-02-26T22:03:46.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.2.21","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.2.21","dependencies_parsed_at":"2024-02-28T04:15:42.412Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.2.21/manifests"},{"name":"v0.2.16","sha":"444bbf6ea68b25fa107debca3f3f0227169e17ec","kind":"commit","published_at":"2023-12-18T01:10:11.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.2.16","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.2.16","dependencies_parsed_at":"2023-12-21T06:13:17.356Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.2.16/manifests"},{"name":"v0.2.12","sha":"2b5ff1fc2cd029d8ed0d475a0428c329c7d5089b","kind":"commit","published_at":"2023-11-10T10:18:05.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.2.12","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.2.12","dependencies_parsed_at":"2023-11-12T04:24:57.629Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.2.12/manifests"},{"name":"v0.1.1","sha":"e26335459a56f191468e88c61d66f3f0b7d5dd79","kind":"commit","published_at":"2022-06-21T02:13:18.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.1.1","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.1.1","dependencies_parsed_at":"2023-05-30T20:56:27.367Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.1.1/manifests"},{"name":"v0.0.5","sha":"12aa5f950043f514ee01203f32fcf8fa9ad14ca2","kind":"commit","published_at":"2022-06-07T02:12:01.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.0.5","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.0.5","dependencies_parsed_at":"2023-05-30T20:56:27.615Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"456f90db55befc1e3b365232290d1f44e51fbedf","kind":"commit","published_at":"2022-06-06T23:37:24.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.0.4","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.0.4","dependencies_parsed_at":"2023-05-30T20:56:27.831Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"3975fb0d9782c9bd40fab07b393726ee03aa1398","kind":"commit","published_at":"2022-06-06T23:34:51.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.0.3","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.0.3","dependencies_parsed_at":"2023-05-30T20:56:28.086Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"c8a8b690167676601c4f53f2bc3f4da2fb72a123","kind":"commit","published_at":"2022-06-06T23:14:32.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.0.2","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.0.2","dependencies_parsed_at":"2023-05-30T20:56:28.374Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"d8a97886e9433aa5b4528ea0730ccd0039bdadc2","kind":"commit","published_at":"2022-06-06T21:54:50.000Z","download_url":"https://codeload.github.com/KittyCAD/action-install-cli/tar.gz/v0.0.1","html_url":"https://github.com/KittyCAD/action-install-cli/releases/tag/v0.0.1","dependencies_parsed_at":"2023-05-30T20:56:28.581Z","dependency_job_id":null,"purl":"pkg:github/KittyCAD/action-install-cli@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyCAD%2Faction-install-cli/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-09-18T12:58:07.681Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.73459039771827,"dependent_packages_count":0.0,"stargazers_count":27.336396767548727,"forks_count":35.09111075899224,"docker_downloads_count":null,"average":21.790524481064807},"purl":"pkg:githubactions/KittyCAD/action-install-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/KittyCAD/action-install-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/KittyCAD/action-install-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/KittyCAD/action-install-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T19:29:02.653Z","issues_count":3,"pull_requests_count":24,"avg_time_to_close_issue":10494220.666666666,"avg_time_to_close_pull_request":1423368.8636363635,"issues_closed_count":3,"pull_requests_closed_count":22,"pull_request_authors_count":6,"issue_authors_count":3,"avg_comments_per_issue":2.3333333333333335,"avg_comments_per_pull_request":0.2916666666666667,"merged_pull_requests_count":12,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":0,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3550848.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"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/kittycad%2Faction-install-cli/issues","maintainers":[{"login":"Irev-Dev","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Irev-Dev"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/KittyCAD%2Faction-install-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/KittyCAD%2Faction-install-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/KittyCAD%2Faction-install-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/KittyCAD%2Faction-install-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/KittyCAD%2Faction-install-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/KittyCAD%2Faction-install-cli/codemeta","maintainers":[]}