{"id":10603,"url":"https://github.com/test-kitchen/test-kitchen","last_synced_at":"2026-07-12T18:20:32.329Z","repository":{"id":3110870,"uuid":"4137249","full_name":"test-kitchen/test-kitchen","owner":"test-kitchen","description":"Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms","archived":false,"fork":false,"pushed_at":"2025-10-11T05:19:41.000Z","size":7748,"stargazers_count":1892,"open_issues_count":9,"forks_count":582,"subscribers_count":104,"default_branch":"main","last_synced_at":"2025-10-11T22:30:00.243Z","etag":null,"topics":["hacktoberfest","managed-by-terraform","ruby","ruby-gem","test-kitchen","testing"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/test-kitchen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"support/busser_install_command.ps1","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":"2012-04-25T14:14:42.000Z","updated_at":"2025-10-11T05:19:44.000Z","dependencies_parsed_at":"2024-02-20T19:01:18.994Z","dependency_job_id":"9dedec4d-59ea-4146-a4f8-1ab658a6518d","html_url":"https://github.com/test-kitchen/test-kitchen","commit_stats":{"total_commits":2295,"total_committers":240,"mean_commits":9.5625,"dds":0.6187363834422658,"last_synced_commit":"44dd06a8cccf066c3ef0b763270ee7d0d7ef8d0b"},"previous_names":[],"tags_count":164,"template":false,"template_full_name":null,"purl":"pkg:github/test-kitchen/test-kitchen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Ftest-kitchen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Ftest-kitchen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Ftest-kitchen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Ftest-kitchen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/test-kitchen","download_url":"https://codeload.github.com/test-kitchen/test-kitchen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-kitchen%2Ftest-kitchen/sbom","scorecard":{"id":875001,"data":{"date":"2025-08-11","repo":{"name":"github.com/test-kitchen/test-kitchen","commit":"fe0efd65bb7ef4919efc213c89e400640c6a4c89"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 19/25 approved changesets -- score normalized to 7","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":"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":"Maintained","score":10,"reason":"16 commit(s) and 1 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yaml: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":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":"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":"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/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/publish.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/publish.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/publish.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/test-kitchen/test-kitchen/publish.yaml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 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"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"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":"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-24T05:38:21.465Z","repository_id":3110870,"created_at":"2025-08-24T05:38:21.465Z","updated_at":"2025-08-24T05:38:21.465Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013684,"owners_count":26085394,"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-10-13T02:00:06.723Z","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"}},"keywords":["hacktoberfest","managed-by-terraform","ruby","ruby-gem","test-kitchen","testing"],"created_at":"2024-01-11T17:59:33.512Z","updated_at":"2025-10-13T18:25:36.439Z","avatar_url":"https://github.com/test-kitchen.png","language":"Ruby","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/10603","html_url":"https://opencollective.ecosyste.ms/projects/10603","collective":{"id":679,"uuid":"vrgbk357-l4x96ea0-vgkpomew-a0jdyzn8","slug":"test-kitchen","name":"Test Kitchen","description":"Testing For Infrastructure as Code","website":"https://kitchen.ci","github":"test-kitchen","twitter":"kitchenci","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://kitchen.ci"},{"type":"TWITTER","url":"https://twitter.com/kitchenci"},{"type":"GITHUB","url":"https://github.com/test-kitchen"}],"currency":"USD","projects_count":38,"last_synced_at":"2026-07-26T12:15:16.453Z","created_at":"2024-01-10T13:17:48.142Z","updated_at":"2026-07-26T12:15:16.579Z","transactions_count":55,"balance":1791.4799999999998,"account_type":"COLLECTIVE","owner":{"login":"test-kitchen","name":"Test Kitchen","uuid":"5924439","kind":"organization","description":"Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.","email":null,"website":"https://kitchen.ci/","location":"On Your Computer","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5924439?v=4","repositories_count":38,"last_synced_at":"2024-10-29T15:54:10.590Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/test-kitchen","funding_links":[],"total_stars":3733,"followers":22,"following":0,"created_at":"2022-11-02T16:35:04.025Z","updated_at":"2024-10-29T15:54:10.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/test-kitchen","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/test-kitchen/repositories"},"last_project_activity_at":"2026-06-18T20:14:23.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2022-03-03T16:04:21.845Z","collective_updated_at":"2023-02-07T17:17:40.321Z","html_url":"https://opencollective.com/test-kitchen","icon_url":"https://images.opencollective.com/test-kitchen/logo/40.png","total_donations":2204.18,"total_expenses":-721.77,"current_balance":1791.4799999999998,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/test-kitchen","url":"https://opencollective.ecosyste.ms/collectives/test-kitchen","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/test-kitchen/projects"}}