原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"bdd",
"shell",
"tdd",
"cucumber",
"ruby",
"tidelift"
],
"is_fork": false,
"size_kb": 3684,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 317160,
"Gherkin": 263720,
"Batchfile": 143,
"Dockerfile": 932
},
"pushed_at": "2026-07-21T19:55:52Z",
"created_at": "2010-02-12T19:06:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T03:58:14Z",
"description": "Test command-line applications with Cucumber-Ruby, RSpec or Minitest.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby",
"Gherkin"
]
},
"owner": {
"blog": "https://cucumber.io/",
"name": "Cucumber",
"type": "Organization",
"login": "cucumber",
"company": null,
"location": null,
"followers": 987,
"avatar_url": "https://avatars.githubusercontent.com/u/320565?v=4",
"created_at": "2010-07-01T22:47:35Z",
"is_verified": null,
"public_repos": 140,
"account_age_days": 5864
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.4.1",
"kind": "patch",
"published_at": "2026-05-15T18:28:41Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-05-02T08:32:11Z"
},
{
"tag": "v2.3.3",
"kind": "patch",
"published_at": "2025-12-05T15:06:53Z"
},
{
"tag": "v2.3.2",
"kind": "patch",
"published_at": "2025-09-13T13:35:26Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2025-06-14T10:26:32Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2025-01-02T16:15:49Z"
}
],
"recent_commits": [
{
"oid": "4624a301a64f43d15b4ea519d229f5a89cde7fd5",
"body": "Update zizmorcore/zizmor-action action to v0.6.0",
"is_bot": true,
"headline": "Update zizmorcore/zizmor-action action to v0.6.0 (#1063)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-21T03:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb90eb70eb30f14e5431362c12d3c4bfb7bba2d",
"body": "Update github/codeql-action action to v4.37.1",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.37.1 (#1062)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-21T03:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587d9f45e32f47acefeafdd306404f0efe1aa196",
"body": null,
"is_bot": true,
"headline": "Update zizmorcore/zizmor-action action to v0.6.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T18:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ffd98c63264ead9415233a72423fada4298b8d",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.37.1",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T18:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5594b18c2186e22d648161938d2de32b171badbe",
"body": "Make wording for steps waiting for output read better",
"is_bot": false,
"headline": "Merge pull request #1060 from cucumber/extend-wait-steps",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-19T18:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0ff18d0e55a588a8c58cda6875b9fafcd6a859",
"body": null,
"is_bot": false,
"headline": "Make wording for steps waiting for output read better",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-19T08:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914a1cb8177bfe0c4c55d8cc9f370eb73bad6531",
"body": "Use anonymous temporary files that are unlinked upon creation",
"is_bot": false,
"headline": "Merge pull request #1059 from cucumber/explicit-unlink",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-19T08:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7f4282464cd3943374b678cdf9da7d8a54c4aa",
"body": null,
"is_bot": false,
"headline": "Regenerate RuboCop to-do file",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-19T07:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad5b957353f70820bb5973105844a6ab16d48a79",
"body": "Tempfile.create(anonymous: true) unlinks the temporary file before\nreturning it to the caller. It explicitly supports both Windows and\nUnix.\n\nThis requires at least version 0.3.1 of the tempfile gem, which is\nincluded in Ruby 3.4 but not in earlier rubies.",
"is_bot": false,
"headline": "Use Tempfile's anonymous feature that safely unlinks upon creation",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-19T07:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e71ac18f7799e4466de85415166ccf3c46ca9049",
"body": null,
"is_bot": false,
"headline": "Use Tempfile.create so we gain control over unlinking",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T19:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b99c4c920ad14dd53c1beeda448b5df6d4e7439",
"body": null,
"is_bot": false,
"headline": "Use default rspec output capturing instead of custom implementation",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T19:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a34e86a1897d2808e6000e75395993322f1362",
"body": "Update ruby/setup-ruby action to v1.319.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.319.0 (#1058)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-18T19:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d952d3e82a2f7b788be451463fcaba64857e5d8d",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.319.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-18T16:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186aeefa61b0912f4438ccc1e57c64e48e9b790e",
"body": "…hers\n\nDo not unescape actual output text in have_output* matchers",
"is_bot": false,
"headline": "Merge pull request #1057 from cucumber/less-output-unescaping-in-matc…",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T16:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7abf690a1d5232a3a7102ee69d71ca8d969a31ac",
"body": "Only ANSI escape codes are removed.",
"is_bot": false,
"headline": "Do not unescape actual output text in have_output* matchers",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T15:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f64960e8a7c007c94af6b98c97ca29bb1d6c90",
"body": "Add basic specs for DebugProcess",
"is_bot": false,
"headline": "Merge pull request #1056 from cucumber/spec-debug-process",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T14:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e7ebbadfa2c9a3d3c35c751f93ec65e00390c95",
"body": "Improve getting started documentation for minitest and rspec",
"is_bot": false,
"headline": "Merge pull request #1055 from cucumber/document-minitest",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T14:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d00f80c76d3ffbccb21da9bf215c7de31f31bae",
"body": null,
"is_bot": false,
"headline": "Regenerate RuboCop to-do file",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T13:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f0318f40388e93384df7f775b60b289b093a7a",
"body": null,
"is_bot": false,
"headline": "Add basic specs for DebugProcess",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T13:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64efb4f46d6a5f9ecc1165dbd58f4142058d8683",
"body": "- Manipulating the load path is not necessary\n- Requiring 'minitest/autorun' should normally happen in the helper file",
"is_bot": false,
"headline": "Improve getting started documentation for minitest and rspec",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T13:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411862dda34e0113a1e33d1e7b1b9ec571780cbc",
"body": "Depend only on cucumber-core at runtime",
"is_bot": false,
"headline": "Merge pull request #1049 from cucumber/depend-only-on-cucumber-core",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T12:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ec4a9dd4331d35e86f7878bfefa34ce655558f2",
"body": null,
"is_bot": false,
"headline": "Depend only on cucumber-core at runtime",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T10:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d66a3b74a948135dd8b34d5a96c9214e98d01e44",
"body": "Ensure working directory is safe",
"is_bot": false,
"headline": "Merge pull request #1053 from cucumber/safe-working-directory",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T10:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f366f03609f014d6d8e9d664881dc655dda0fe99",
"body": "- Remove AbsolutePath and RelativePath, which are no longer used\n- Use the contracts gem's own Enum contract and remove the custom one\n- Move IsPowerOfTwo contract into Configuration's file\n- Raise useful error when attempting to define options multiple times",
"is_bot": false,
"headline": "Clean up aruba configuration contracts",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T09:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbe5c5cbe33366dc20cf79420e757333d8f2746",
"body": null,
"is_bot": false,
"headline": "Require working_directory_suffix to be a single safe path segment",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T09:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b4145560d5376fbc93de696be55ea2277695e2",
"body": "This moves the working_directory value to the Aruba runtime. This will\nallow generating it dynamically for isolation later on.",
"is_bot": false,
"headline": "Make only the final path segment of the working directory confgurable",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T09:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8881987d4d778b53facf768dc6ec80f5107af2e4",
"body": "The user cannot configure this value, and it will become a dynamic value\nonce working directories are isolated.",
"is_bot": false,
"headline": "Move the home_directory method to the Aruba runtime",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-18T09:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bbecdaecec7ce59a5655f8afabd93e67ef8dcbc",
"body": null,
"is_bot": false,
"headline": "Clean up CHANGELOG.md",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-17T12:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514f41f28336f446bd3820f43dba332dfebdb46c",
"body": "Refactor fetching of correct launcher class in Command",
"is_bot": false,
"headline": "Merge pull request #1052 from cucumber/refactor-command",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-17T12:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fdf3f8451ff4ad8e44d27308ae41206203fa6a8",
"body": "Setting the home_directory has been officially unsupported since Aruba\n1.0.0, and keeping this feature will make moving to a per-scenario\nworking directory more complicated.",
"is_bot": false,
"headline": "Make home_directory configuration read-only",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-17T12:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7811b562eac01e3e6256b19a0eab4ed7adec5c",
"body": "The HOME variable is set automatically by the Aruba Cucumber\nintegration, so the step and hook are ineffective.",
"is_bot": false,
"headline": "Remove superfluous step and hook for setting HOME",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-17T11:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08014c77cc59a87b5a46f275323ea425dffa768e",
"body": null,
"is_bot": false,
"headline": "Refactor fetching of correct launcher class in Command",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-17T11:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31352a36f40bc1b3aa36ccd5210868b10fe65e71",
"body": "Update dependency ruby to v4.0.6",
"is_bot": true,
"headline": "Update dependency ruby to v4.0.6 (#1050)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-16T08:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0668377a81b86865ef03ffc290ffdd7412451da0",
"body": null,
"is_bot": true,
"headline": "Update dependency ruby to v4.0.6",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-16T02:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed19e4c2a8404c6516d9c15cd15b9bafd578b78",
"body": "Update ruby/setup-ruby action to v1.318.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.318.0 (#1051)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-15T23:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f03b7ba20ed40fb28c436ae709e3b33d349407a",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.318.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-14T20:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d18dfe4271aee1373368191b325d8be435baed6",
"body": null,
"is_bot": false,
"headline": "Fix pre-release version schema",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-11T13:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88306a83aab4430eb086c8bd02715efbfb837a25",
"body": "Modernize argument handling",
"is_bot": false,
"headline": "Merge pull request #1047 from cucumber/modernize-argument-handling",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-10T16:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8ccbbf38d0b270b230b83164e91cdef2bebd509",
"body": "- Use keyword arguments instead of options hashes\n- Use argument forwarding where relevant\n- Update documentation\n- Use argument names instead of processing rest-argument arrays\n- Update documentation",
"is_bot": false,
"headline": "Modernize argument handling",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-10T16:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d54d9342806b96567fff26d7f52537622e6bd2c",
"body": "Update github/codeql-action action to v4.37.0",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.37.0 (#1045)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T15:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bbc4aa8e53c5169505746b1da1fc5517e018ab",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.37.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-09T10:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98502664c2cddcb091dcdad3354d9fe929f5e99f",
"body": "Clean up Aruba::Runtime class",
"is_bot": false,
"headline": "Merge pull request #1042 from cucumber/clean-up-runtime-class",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-09T10:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d3c74062124174f7b036bbd9fd9b89767d59a76",
"body": null,
"is_bot": false,
"headline": "Remove unused spec helper method",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-09T10:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e7ff4be20a578827ecb12d83a204c85b070e20",
"body": null,
"is_bot": false,
"headline": "Make Runtime attributes read-only",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-09T10:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c623dd3a65e3404da309a723f3bf3edf76fb8b57",
"body": "This parameter is never used in Aruba.",
"is_bot": false,
"headline": "Remove options parameter from Runtime#initialize",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-09T09:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b9b9ed4b77278899b6fabd0963e0117707cc9f3",
"body": "Require a bundler version that supports with_unbundled_env",
"is_bot": false,
"headline": "Merge pull request #1041 from cucumber/bump-bundler-dependency",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-08T15:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4894969a6b29959392f9e04cfc70ad8232ae1d6d",
"body": "Bundler.with_unbundled_env was introduced in version 2.20, which is old\nenough to allow requiring it as the minumum version.",
"is_bot": false,
"headline": "Require a bundler version that supports with_unbundled_env",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-08T14:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be539407319e2f278aaaa21c219b4c6adbf12455",
"body": "Update github/codeql-action action to v4.36.3",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.3 (#1040)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-05T07:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dffe19c5ae2ab8a2b7e4791970b5e56951a6015",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.3",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-03T19:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3748051ddd2034d1d9cdb1431b5fe57d9ee02bf6",
"body": "…r-versions\n\nDrop support for Cucumber 8 through 10",
"is_bot": false,
"headline": "Merge pull request #1039 from cucumber/drop-support-for-older-cucumbe…",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T19:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01332c8875f6a1285550dd40263b38bf505e5053",
"body": null,
"is_bot": false,
"headline": "Drop support for Cucumber 8 through 10",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T18:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda8cd3499a3296f4510118fa5e2151562ac82c9",
"body": "Support Ruby 3.2 and above",
"is_bot": false,
"headline": "Merge pull request #1038 from cucumber/support-ruby-3-2-and-above",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T18:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe2828962a7839b9af43c591e1961472bb7ee0b4",
"body": null,
"is_bot": false,
"headline": "Support Ruby 3.2 and above",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T17:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8fb86565a2b2348e9fff31c2a116ed67a351b22",
"body": "Do not announce binary content of command",
"is_bot": false,
"headline": "Merge pull request #985 from cucumber/do-not-announce-binaries",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T12:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1821bc5bb7d23ec85c2b5322bd1e37d3564dddd",
"body": "…ntent hooks",
"is_bot": false,
"headline": "Update documentation for SpawnProcess#content and announce-command-co…",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T12:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e232446a5a02b38d50609de0e4ff9aea825e17d",
"body": null,
"is_bot": false,
"headline": "Regenerate RuboCop to-do file",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T12:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def1071e17e0ad42ab4de78a124cfa847d1cca87",
"body": "The command_content announcer would announce the full binary file if the\ncommand happened to be a binary file.\n\nThis change adds a check to make sure binary files are not announced. It\nuses the marcel MIME type detection gem for this.",
"is_bot": false,
"headline": "Do not announce binary content of command",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T12:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7269b89326290eecc3f460c3b5af45aa42d83e5",
"body": "Remove Aruba console",
"is_bot": false,
"headline": "Merge pull request #1034 from cucumber/drop-aruba-console",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T12:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015221bc54fd269a328cee7ade1428997331c252",
"body": "Update ruby/setup-ruby action to v1.316.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.315.0 (#1033)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-03T12:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e05be7ac883d86d71d795f25fd66248856ccc13",
"body": "Removing this resolves several issues:\n\n- History of work in the Aruba console was kept in a separate history\n file, which is confusing.\n- Having this as a runtime feature made Aruba depend on irb.\n\nDevelopers should just use irb directly and load the Aruba api from\nthere.",
"is_bot": false,
"headline": "Remove Aruba console",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T11:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58328824d8bf041ab7cf8060476f6f3f963f0725",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.316.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-03T11:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c82a72bb8a4912b4ce32a3d236da1f961bb8f8",
"body": "Make bundle install succeed on JRuby",
"is_bot": false,
"headline": "Merge pull request #1036 from cucumber/fix-jruby-bundle-install",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T11:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e53b8872a0145e551e76032538e5fe3863a647",
"body": null,
"is_bot": false,
"headline": "Re-generate appraisals so CI picks up the rdoc dependency update",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T11:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5bc45b7a3444e94b9a288646fd92c030511a54d",
"body": "The irb dependency pulls in rdoc. With rdoc 8.0.0, a new dependency on\nrbs is introduced. However, rbs currently does not build on jruby. This\nis causing bundle install to fail.\n\nThis change adds an explicit dependency on rdoc 7.2.0 just for the jruby\nplatform, so no attempt will be made to install rbs there.\n\nUsers of Aruba on JRuby will have to add their own limitation of rdoc\nversions if necessary.",
"is_bot": false,
"headline": "Make bundle install succeed on JRuby",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T11:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae007accc4438c3d353ff1456a50a0418f7c08fa",
"body": null,
"is_bot": false,
"headline": "Declare that development now targets a future 3.0.0 release",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-07-03T07:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf06d73b7681d06870b08a0afe899faee5690fa1",
"body": "Update zizmorcore/zizmor-action action to v0.5.7",
"is_bot": true,
"headline": "Update zizmorcore/zizmor-action action to v0.5.7 (#1032)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-23T04:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c83d4febb1c9d37893a89ba07450e5ccdc0035",
"body": null,
"is_bot": true,
"headline": "Update zizmorcore/zizmor-action action to v0.5.7",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-21T22:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d49326cf23ab1155f3de292239008ea1f14c591b",
"body": "Update ruby/setup-ruby action to v1.314.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.314.0 (#1031)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-21T19:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb1fa192ccd108bb18bfad9dc27179a544e82830",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.314.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-20T15:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e017a854395d430a2fc2a740b161d64f9fb214",
"body": "Update actions/checkout action to v7",
"is_bot": false,
"headline": "Merge pull request #1030 from cucumber/renovate/actions-checkout-7.x",
"author_name": "M.P. Korstanje",
"author_login": "mpkorstanje",
"committed_at": "2026-06-18T18:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46361878dd7b4343b56a11710e008f7e826cb791",
"body": null,
"is_bot": true,
"headline": "Update actions/checkout action to v7",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-18T17:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63dce7c8f4e452ecbf77bed39a52a8cb35a4a2d5",
"body": "Update rubygems/configure-rubygems-credentials action to v2.1.0",
"is_bot": true,
"headline": "Update rubygems/configure-rubygems-credentials action to v2.1.0 (#1029)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-14T07:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e05f03bf54ad98a8d9f455229854421db7b9ae99",
"body": null,
"is_bot": true,
"headline": "Update rubygems/configure-rubygems-credentials action to v2.1.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-13T02:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd593836ee3085087e7a14ffad5004b16a3e7888",
"body": "Update ruby/setup-ruby action to v1.313.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.312.0 (#1028)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-12T00:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b3007a4f68a245c0ed6fb63719c7a1a5950149",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.313.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-11T23:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d51f0be51748d8425d3a1e179d7195a068c3f720",
"body": "Update github/codeql-action action to v4.36.2",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.2 (#1026)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-07T20:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639589403fa60212245b5b4e258bd5d8c4087f8f",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.2",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-07T20:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f324ccaa5d70e23fbd6a45e704af98c5e2450326",
"body": "Bump minimum rubocop versions and fix new offenses",
"is_bot": false,
"headline": "Merge pull request #1027 from cucumber/update-rubocop",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-06-07T20:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33609a8b16d71dc9ebba0707e0b22610417cfed",
"body": null,
"is_bot": false,
"headline": "Autocorrect RSpec/MatchWithSimpleRegex offenses",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-06-07T19:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a129f15e2ff361f5d8b61e032e40ea42459c23",
"body": null,
"is_bot": false,
"headline": "Bump mininum rubocop dependency versions",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-06-07T19:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f6a27c1400aa8170d3ad2281a227290e98f0800",
"body": "Update actions/checkout action to v6.0.3",
"is_bot": true,
"headline": "Update actions/checkout action to v6.0.3 (#1025)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-05T07:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d8072c0b1065144cb4dc0a78609bddd4f79c9b",
"body": null,
"is_bot": true,
"headline": "Update actions/checkout action to v6.0.3",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-04T03:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc820f67c5fb3f583636e31555511f3fddbb870",
"body": "Update github/codeql-action action to v4.36.1",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.1 (#1024)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-03T21:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0008abc7bb8d34d259eab28eba1f41e6cd88ab03",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.1",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-02T12:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e904195b6fd3add0235004fbab4270e7594dc4d0",
"body": "Add OpenSSF Scorecard badge",
"is_bot": false,
"headline": "Merge pull request #1023 from cucumber/add-openssf-scorecard",
"author_name": "Matijs van Zuijlen",
"author_login": "mvz",
"committed_at": "2026-06-01T12:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84a075203ea7c9babd4b05042931219e612af95",
"body": null,
"is_bot": false,
"headline": "Remove fancy header",
"author_name": "M.P. Korstanje",
"author_login": "mpkorstanje",
"committed_at": "2026-06-01T11:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1fc4d1837f42408ea606866917879056bb1e7a",
"body": "This reverts commit 5c73463ff2ee61ac1d656dc7e1b6f222b3faa4d0.",
"is_bot": false,
"headline": "Revert \"Add OpenSSF Scorecard badge\"",
"author_name": "M.P. Korstanje",
"author_login": "mpkorstanje",
"committed_at": "2026-06-01T11:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c73463ff2ee61ac1d656dc7e1b6f222b3faa4d0",
"body": null,
"is_bot": false,
"headline": "Add OpenSSF Scorecard badge",
"author_name": "M.P. Korstanje",
"author_login": "mpkorstanje",
"committed_at": "2026-05-26T12:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08b21439fca7dd01bafadf57d4c0f516932747f",
"body": "Update github/codeql-action action to v4.36.0",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.0 (#1022)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-23T15:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2645a89b8a1f847b0c03e1f0179ced4f8c3a589",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.36.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-22T11:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d438e36a1da0d012bf4d00da62571b8ba0acdd",
"body": "Update dependency ruby to v4.0.5",
"is_bot": true,
"headline": "Update dependency ruby to v4.0.5 (#1020)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-22T07:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4db035315eb525c8f18c67855f95ef426ec2ba9",
"body": null,
"is_bot": true,
"headline": "Update dependency ruby to v4.0.5",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-22T07:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "226408667852c4fa950398012f701495cc80d75b",
"body": "Update ruby/setup-ruby action to v1.310.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.310.0 (#1021)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-22T03:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f545648e76195a744ac380acbc984c4478d8afd2",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.310.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-20T23:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439b9c736ca7876853f26fbc1cfe1ebbecd25a30",
"body": "Update ruby/setup-ruby action to v1.308.0",
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.308.0 (#1019)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-18T06:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6002b7edbfede06c244c93163c66cf1e952d901",
"body": "Update zizmorcore/zizmor-action action to v0.5.6",
"is_bot": true,
"headline": "Update zizmorcore/zizmor-action action to v0.5.6 (#1018)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-18T06:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7590f47ebb70fe88ec6a8b19eb9bf5b3aad66a3",
"body": null,
"is_bot": true,
"headline": "Update ruby/setup-ruby action to v1.308.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-17T02:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83b5f1455e81f4379a24a56b9de770931a70aa6b",
"body": null,
"is_bot": true,
"headline": "Update zizmorcore/zizmor-action action to v0.5.6",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-17T02:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39e57f24bcccc58fc0e36f21d71c89e3510a216",
"body": "Update github/codeql-action action to v4.35.5",
"is_bot": true,
"headline": "Update github/codeql-action action to v4.35.5 (#1017)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-16T22:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5104d62916be308365f69a5e4dc210bfb1d521ec",
"body": null,
"is_bot": true,
"headline": "Update github/codeql-action action to v4.35.5",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-15T18:32:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 244,
"latest_release_at": "2026-05-15T18:28:41Z",
"latest_release_tag": "v2.4.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 32,
"days_since_latest_release": 67,
"mean_days_between_releases": 99.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": true,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "aruba",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/aruba",
"is_deprecated": false,
"latest_version": "2.4.1",
"repository_url": "https://github.com/cucumber/aruba",
"versions_count": 111,
"total_downloads": 5704813,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-02-13T17:24:41.407000Z",
"latest_published_at": "2026-05-15T18:30:43.117000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 67
}
]
},
"popularity": {
"forks": 164,
"stars": 968,
"watchers": 79,
"fork_history": {
"days": [
{
"date": "2010-02-24",
"count": 1
},
{
"date": "2010-05-10",
"count": 1
},
{
"date": "2010-06-06",
"count": 2
},
{
"date": "2010-07-04",
"count": 1
},
{
"date": "2010-08-12",
"count": 1
},
{
"date": "2010-08-27",
"count": 1
},
{
"date": "2010-09-07",
"count": 1
},
{
"date": "2010-10-18",
"count": 1
},
{
"date": "2010-11-30",
"count": 1
},
{
"date": "2010-12-10",
"count": 1
},
{
"date": "2011-03-04",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2011-04-22",
"count": 1
},
{
"date": "2011-05-11",
"count": 1
},
{
"date": "2011-06-12",
"count": 1
},
{
"date": "2011-06-13",
"count": 2
},
{
"date": "2011-10-16",
"count": 1
},
{
"date": "2011-10-21",
"count": 1
},
{
"date": "2011-11-03",
"count": 1
},
{
"date": "2011-12-23",
"count": 1
},
{
"date": "2011-12-29",
"count": 1
},
{
"date": "2011-12-30",
"count": 1
},
{
"date": "2012-01-07",
"count": 1
},
{
"date": "2012-01-13",
"count": 1
},
{
"date": "2012-02-14",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-25",
"count": 1
},
{
"date": "2012-05-24",
"count": 1
},
{
"date": "2012-05-28",
"count": 1
},
{
"date": "2012-06-04",
"count": 1
},
{
"date": "2012-06-12",
"count": 1
},
{
"date": "2012-06-21",
"count": 1
},
{
"date": "2012-07-11",
"count": 1
},
{
"date": "2012-10-04",
"count": 1
},
{
"date": "2012-10-24",
"count": 1
},
{
"date": "2012-10-25",
"count": 1
},
{
"date": "2012-11-10",
"count": 1
},
{
"date": "2013-02-06",
"count": 1
},
{
"date": "2013-02-09",
"count": 1
},
{
"date": "2013-02-24",
"count": 1
},
{
"date": "2013-04-10",
"count": 1
},
{
"date": "2013-05-06",
"count": 1
},
{
"date": "2013-06-21",
"count": 1
},
{
"date": "2013-06-26",
"count": 1
},
{
"date": "2013-07-04",
"count": 1
},
{
"date": "2013-08-16",
"count": 1
},
{
"date": "2013-08-30",
"count": 1
},
{
"date": "2013-09-24",
"count": 1
},
{
"date": "2013-10-22",
"count": 1
},
{
"date": "2013-11-11",
"count": 1
},
{
"date": "2013-11-12",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-03-01",
"count": 1
},
{
"date": "2014-03-16",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-11",
"count": 1
},
{
"date": "2014-04-25",
"count": 1
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-06-10",
"count": 1
},
{
"date": "2014-06-20",
"count": 1
},
{
"date": "2014-06-30",
"count": 2
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-08-30",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-25",
"count": 1
},
{
"date": "2014-11-28",
"count": 1
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-03-02",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-05-07",
"count": 2
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-06-09",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-20",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-04",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-09-06",
"count": 1
},
{
"date": "2015-10-09",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-12-06",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2015-12-26",
"count": 1
},
{
"date": "2016-01-01",
"count": 1
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-03-02",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-09-12",
"count": 2
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-10-05",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-06-28",
"count": 1
},
{
"date": "2017-07-29",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-03-18",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-11-07",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-05-06",
"count": 2
}
],
"complete": true,
"collected": 157,
"total_forks": 164
},
"star_history": {
"days": [
{
"date": "2010-02-12",
"count": 230
},
{
"date": "2010-02-17",
"count": 1
},
{
"date": "2010-02-20",
"count": 1
},
{
"date": "2010-02-23",
"count": 2
},
{
"date": "2010-02-24",
"count": 1
},
{
"date": "2010-03-06",
"count": 2
},
{
"date": "2010-03-10",
"count": 1
},
{
"date": "2010-03-11",
"count": 2
},
{
"date": "2010-03-15",
"count": 1
},
{
"date": "2010-03-16",
"count": 2
},
{
"date": "2010-03-24",
"count": 1
},
{
"date": "2010-03-26",
"count": 1
},
{
"date": "2010-04-11",
"count": 1
},
{
"date": "2010-04-16",
"count": 1
},
{
"date": "2010-04-18",
"count": 1
},
{
"date": "2010-04-19",
"count": 1
},
{
"date": "2010-04-30",
"count": 1
},
{
"date": "2010-05-06",
"count": 1
},
{
"date": "2010-05-19",
"count": 1
},
{
"date": "2010-05-24",
"count": 1
},
{
"date": "2010-06-03",
"count": 2
},
{
"date": "2010-06-04",
"count": 1
},
{
"date": "2010-06-24",
"count": 1
},
{
"date": "2010-06-25",
"count": 1
},
{
"date": "2010-07-01",
"count": 1
},
{
"date": "2010-07-05",
"count": 1
},
{
"date": "2010-07-06",
"count": 1
},
{
"date": "2010-07-13",
"count": 1
},
{
"date": "2010-07-18",
"count": 1
},
{
"date": "2010-07-21",
"count": 1
},
{
"date": "2010-07-24",
"count": 1
},
{
"date": "2010-07-28",
"count": 2
},
{
"date": "2010-08-05",
"count": 1
},
{
"date": "2010-08-09",
"count": 1
},
{
"date": "2010-08-13",
"count": 1
},
{
"date": "2010-08-25",
"count": 1
},
{
"date": "2010-08-27",
"count": 1
},
{
"date": "2010-09-02",
"count": 1
},
{
"date": "2010-09-03",
"count": 1
},
{
"date": "2010-09-21",
"count": 1
},
{
"date": "2010-09-22",
"count": 1
},
{
"date": "2010-09-27",
"count": 1
},
{
"date": "2010-10-05",
"count": 1
},
{
"date": "2010-10-08",
"count": 1
},
{
"date": "2010-10-14",
"count": 1
},
{
"date": "2010-10-17",
"count": 1
},
{
"date": "2010-10-18",
"count": 1
},
{
"date": "2010-10-21",
"count": 1
},
{
"date": "2010-10-25",
"count": 1
},
{
"date": "2010-11-10",
"count": 1
},
{
"date": "2010-11-14",
"count": 1
},
{
"date": "2010-11-25",
"count": 1
},
{
"date": "2010-11-30",
"count": 2
},
{
"date": "2010-12-24",
"count": 1
},
{
"date": "2011-01-05",
"count": 1
},
{
"date": "2011-02-09",
"count": 2
},
{
"date": "2011-02-18",
"count": 1
},
{
"date": "2011-02-24",
"count": 1
},
{
"date": "2011-02-25",
"count": 1
},
{
"date": "2011-02-27",
"count": 1
},
{
"date": "2011-03-12",
"count": 1
},
{
"date": "2011-03-21",
"count": 1
},
{
"date": "2011-03-23",
"count": 1
},
{
"date": "2011-03-25",
"count": 1
},
{
"date": "2011-03-29",
"count": 1
},
{
"date": "2011-04-03",
"count": 1
},
{
"date": "2011-04-04",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2011-04-30",
"count": 1
},
{
"date": "2011-05-11",
"count": 1
},
{
"date": "2011-05-12",
"count": 2
},
{
"date": "2011-05-17",
"count": 1
},
{
"date": "2011-05-20",
"count": 1
},
{
"date": "2011-05-23",
"count": 1
},
{
"date": "2011-07-16",
"count": 1
},
{
"date": "2011-08-10",
"count": 1
},
{
"date": "2011-08-11",
"count": 2
},
{
"date": "2011-08-19",
"count": 2
},
{
"date": "2011-09-20",
"count": 2
},
{
"date": "2011-10-30",
"count": 1
},
{
"date": "2011-11-06",
"count": 1
},
{
"date": "2011-11-24",
"count": 1
},
{
"date": "2011-12-23",
"count": 1
},
{
"date": "2012-04-10",
"count": 1
},
{
"date": "2012-05-24",
"count": 1
},
{
"date": "2012-06-14",
"count": 1
},
{
"date": "2012-07-07",
"count": 1
},
{
"date": "2013-02-17",
"count": 2
},
{
"date": "2013-02-19",
"count": 2
},
{
"date": "2013-02-27",
"count": 2
},
{
"date": "2013-03-08",
"count": 1
},
{
"date": "2013-03-09",
"count": 1
},
{
"date": "2013-03-17",
"count": 1
},
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-03-30",
"count": 1
},
{
"date": "2013-04-05",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-04-13",
"count": 1
},
{
"date": "2013-04-22",
"count": 1
},
{
"date": "2013-04-26",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-10",
"count": 1
},
{
"date": "2013-05-14",
"count": 2
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-05-30",
"count": 2
},
{
"date": "2013-06-01",
"count": 2
},
{
"date": "2013-06-09",
"count": 1
},
{
"date": "2013-06-12",
"count": 1
},
{
"date": "2013-06-21",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-06-25",
"count": 1
},
{
"date": "2013-06-28",
"count": 1
},
{
"date": "2013-07-03",
"count": 1
},
{
"date": "2013-07-07",
"count": 1
},
{
"date": "2013-07-10",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-07-22",
"count": 2
},
{
"date": "2013-07-27",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-08-14",
"count": 2
},
{
"date": "2013-08-21",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-14",
"count": 1
},
{
"date": "2013-09-16",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-09-24",
"count": 1
},
{
"date": "2013-09-30",
"count": 2
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-04",
"count": 2
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-10",
"count": 1
},
{
"date": "2013-10-17",
"count": 1
},
{
"date": "2013-10-29",
"count": 1
},
{
"date": "2013-11-04",
"count": 1
},
{
"date": "2013-11-10",
"count": 1
},
{
"date": "2013-11-12",
"count": 1
},
{
"date": "2013-11-26",
"count": 2
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2013-12-03",
"count": 1
},
{
"date": "2013-12-08",
"count": 1
},
{
"date": "2013-12-12",
"count": 2
},
{
"date": "2013-12-15",
"count": 1
},
{
"date": "2013-12-22",
"count": 1
},
{
"date": "2013-12-23",
"count": 1
},
{
"date": "2013-12-30",
"count": 1
},
{
"date": "2013-12-31",
"count": 2
},
{
"date": "2014-01-02",
"count": 1
},
{
"date": "2014-01-03",
"count": 1
},
{
"date": "2014-01-18",
"count": 1
},
{
"date": "2014-01-19",
"count": 1
},
{
"date": "2014-01-20",
"count": 2
},
{
"date": "2014-01-21",
"count": 1
},
{
"date": "2014-01-22",
"count": 2
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-10",
"count": 1
},
{
"date": "2014-02-11",
"count": 1
},
{
"date": "2014-02-15",
"count": 1
},
{
"date": "2014-02-20",
"count": 1
},
{
"date": "2014-02-22",
"count": 1
},
{
"date": "2014-02-23",
"count": 1
},
{
"date": "2014-02-24",
"count": 1
},
{
"date": "2014-02-25",
"count": 2
},
{
"date": "2014-02-28",
"count": 1
},
{
"date": "2014-03-01",
"count": 1
},
{
"date": "2014-03-10",
"count": 1
},
{
"date": "2014-03-13",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-03-16",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-27",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-04-13",
"count": 1
},
{
"date": "2014-04-15",
"count": 3
},
{
"date": "2014-04-16",
"count": 3
},
{
"date": "2014-04-18",
"count": 2
},
{
"date": "2014-04-19",
"count": 1
},
{
"date": "2014-04-21",
"count": 1
},
{
"date": "2014-04-25",
"count": 2
},
{
"date": "2014-05-12",
"count": 1
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-05-26",
"count": 1
},
{
"date": "2014-06-05",
"count": 1
},
{
"date": "2014-06-07",
"count": 1
},
{
"date": "2014-06-24",
"count": 1
},
{
"date": "2014-06-27",
"count": 1
},
{
"date": "2014-06-28",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-07-02",
"count": 1
},
{
"date": "2014-07-07",
"count": 1
},
{
"date": "2014-07-14",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-18",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-07-28",
"count": 1
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-08-05",
"count": 1
},
{
"date": "2014-08-08",
"count": 1
},
{
"date": "2014-08-10",
"count": 1
},
{
"date": "2014-08-17",
"count": 1
},
{
"date": "2014-08-18",
"count": 1
},
{
"date": "2014-08-28",
"count": 2
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-09-29",
"count": 1
},
{
"date": "2014-10-02",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-06",
"count": 2
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-17",
"count": 1
},
{
"date": "2014-10-18",
"count": 1
},
{
"date": "2014-10-20",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-10-27",
"count": 1
},
{
"date": "2014-11-06",
"count": 1
},
{
"date": "2014-11-07",
"count": 1
},
{
"date": "2014-11-10",
"count": 1
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2014-11-22",
"count": 1
},
{
"date": "2014-11-23",
"count": 1
},
{
"date": "2014-11-25",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-11",
"count": 2
},
{
"date": "2014-12-13",
"count": 1
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2014-12-18",
"count": 1
},
{
"date": "2014-12-27",
"count": 1
},
{
"date": "2014-12-30",
"count": 1
},
{
"date": "2015-01-05",
"count": 1
},
{
"date": "2015-01-16",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-02-08",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-01",
"count": 2
},
{
"date": "2015-03-02",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-13",
"count": 1
},
{
"date": "2015-03-21",
"count": 1
},
{
"date": "2015-03-26",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-17",
"count": 1
},
{
"date": "2015-04-25",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-16",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-22",
"count": 1
},
{
"date": "2015-06-01",
"count": 1
},
{
"date": "2015-06-15",
"count": 2
},
{
"date": "2015-06-18",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-25",
"count": 1
},
{
"date": "2015-07-05",
"count": 1
},
{
"date": "2015-07-12",
"count": 1
},
{
"date": "2015-07-18",
"count": 2
},
{
"date": "2015-07-20",
"count": 1
},
{
"date": "2015-07-23",
"count": 1
},
{
"date": "2015-07-26",
"count": 1
},
{
"date": "2015-07-27",
"count": 2
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-08-20",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-08-27",
"count": 1
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-09-03",
"count": 2
},
{
"date": "2015-09-16",
"count": 1
},
{
"date": "2015-09-18",
"count": 2
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-05",
"count": 1
},
{
"date": "2015-10-07",
"count": 2
},
{
"date": "2015-10-22",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-10-31",
"count": 1
},
{
"date": "2015-11-02",
"count": 4
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-06",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-11-09",
"count": 1
},
{
"date": "2015-11-19",
"count": 1
},
{
"date": "2015-11-25",
"count": 1
},
{
"date": "2015-11-29",
"count": 1
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-10",
"count": 2
},
{
"date": "2015-12-17",
"count": 1
},
{
"date": "2015-12-24",
"count": 1
},
{
"date": "2015-12-25",
"count": 1
},
{
"date": "2015-12-26",
"count": 1
},
{
"date": "2016-01-02",
"count": 1
},
{
"date": "2016-01-10",
"count": 3
},
{
"date": "2016-01-11",
"count": 2
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-24",
"count": 1
},
{
"date": "2016-01-26",
"count": 2
},
{
"date": "2016-01-30",
"count": 1
},
{
"date": "2016-02-08",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-29",
"count": 2
},
{
"date": "2016-03-02",
"count": 1
},
{
"date": "2016-03-03",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-04",
"count": 1
},
{
"date": "2016-04-15",
"count": 1
},
{
"date": "2016-04-19",
"count": 1
},
{
"date": "2016-04-22",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-05-06",
"count": 2
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-23",
"count": 1
},
{
"date": "2016-06-01",
"count": 1
},
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-08",
"count": 1
},
{
"date": "2016-06-14",
"count": 1
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-07-23",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-08-07",
"count": 1
},
{
"date": "2016-08-08",
"count": 1
},
{
"date": "2016-08-09",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-09-06",
"count": 1
},
{
"date": "2016-09-07",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-09-18",
"count": 1
},
{
"date": "2016-09-29",
"count": 3
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-10-17",
"count": 2
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-10-23",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-01",
"count": 1
},
{
"date": "2016-11-02",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-11-05",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-01-23",
"count": 4
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-01-31",
"count": 1
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-18",
"count": 1
},
{
"date": "2017-02-25",
"count": 2
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-03-22",
"count": 2
},
{
"date": "2017-03-26",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-05-04",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-05-27",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-06-28",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-08",
"count": 1
},
{
"date": "2017-07-09",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-16",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-29",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-07",
"count": 2
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-26",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-09-03",
"count": 1
},
{
"date": "2017-09-06",
"count": 2
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-09-28",
"count": 2
},
{
"date": "2017-10-20",
"count": 1
},
{
"date": "2017-10-21",
"count": 1
},
{
"date": "2017-10-22",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-01",
"count": 1
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-15",
"count": 2
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-10",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-10",
"count": 2
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-25",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-17",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-16",
"count": 2
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-14",
"count": 2
},
{
"date": "2019-02-15",
"count": 2
},
{
"date": "2019-02-16",
"count": 1
},
{
"date": "2019-02-24",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-04-11",
"count": 2
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-05-20",
"count": 2
},
{
"date": "2019-05-21",
"count": 3
},
{
"date": "2019-05-22",
"count": 2
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-31",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-10-01",
"count": 2
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-19",
"count": 1
},
{
"date": "2019-10-20",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-02-15",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-10-09",
"count": 2
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-12-26",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-02-01",
"count": 2
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-06",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-16",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-16",
"count": 2
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-20",
"count": 2
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-05",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-12",
"count": 2
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-02-12",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-07-03",
"count": 2
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-07-10",
"count": 2
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 965,
"total_stars": 968
},
"open_issues_and_prs": 30
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 21541,
"source_files_sampled": 141,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 25,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rdoc",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 7.2.0"
},
{
"name": "win32ole",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rdoc",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "win32ole",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "appraisal",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "aruba",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "contracts",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "cucumber",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "cucumber-core",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "kramdown",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "marcel",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake-manifest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-packaging",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-performance",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "tempfile",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 25,
"direct_count": 2,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 602,
"open_issues": 24,
"closed_ratio": 0.927,
"closed_issues": 306,
"closed_unmerged_prs": 124
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "mvz",
"commits": 1128,
"avatar_url": "https://avatars.githubusercontent.com/u/10898?v=4"
},
{
"type": "User",
"login": "maxmeyer",
"commits": 474,
"avatar_url": "https://avatars.githubusercontent.com/u/114236?v=4"
},
{
"type": "User",
"login": "aslakhellesoy",
"commits": 197,
"avatar_url": "https://avatars.githubusercontent.com/u/1000?v=4"
},
{
"type": "User",
"login": "jarl-dk",
"commits": 134,
"avatar_url": "https://avatars.githubusercontent.com/u/191521?v=4"
},
{
"type": "User",
"login": "mattwynne",
"commits": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/19260?v=4"
},
{
"type": "User",
"login": "msassak",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/43266?v=4"
},
{
"type": "User",
"login": "luke-hill",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/20105237?v=4"
},
{
"type": "User",
"login": "olleolleolle",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/211?v=4"
},
{
"type": "User",
"login": "mpkorstanje",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/6946919?v=4"
},
{
"type": "User",
"login": "xtrasimplicity",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/9316813?v=4"
}
],
"contributors_sampled": 79,
"top_contributor_share": 0.466
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql-ruby.yaml",
"release-github.yaml",
"release-rubygem.yaml",
"test-ruby.yaml",
"zizmor-analysis.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/11 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 51 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 9,
"reason": "dependency not pinned by hash detected -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4624a301a64f43d15b4ea519d229f5a89cde7fd5",
"ran_at": "2026-07-22T01:06:16Z",
"aggregate_score": 7.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T12:09:56Z",
"oldest_open_prs": [
{
"number": 716,
"created_at": "2020-06-05T09:20:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 881,
"created_at": "2022-12-25T11:50:52Z",
"last_comment_at": "2022-12-25T14:34:07Z",
"last_comment_author": "mvz"
},
{
"number": 894,
"created_at": "2023-01-22T12:14:06Z",
"last_comment_at": "2026-07-20T08:37:59Z",
"last_comment_author": "mvz"
},
{
"number": 898,
"created_at": "2023-04-07T02:48:11Z",
"last_comment_at": "2023-07-07T17:31:20Z",
"last_comment_author": "mvz"
},
{
"number": 933,
"created_at": "2024-06-02T07:28:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 968,
"created_at": "2025-12-21T07:51:22Z",
"last_comment_at": "2026-07-19T08:45:36Z",
"last_comment_author": "mvz"
}
],
"last_merged_pr_at": "2026-07-21T03:58:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 254,
"created_at": "2015-05-14T20:05:14Z",
"last_comment_at": "2020-08-22T06:23:00Z",
"last_comment_author": "mvz"
},
{
"number": 402,
"created_at": "2016-05-10T08:09:45Z",
"last_comment_at": "2026-07-12T12:35:29Z",
"last_comment_author": "mvz"
},
{
"number": 480,
"created_at": "2017-08-15T07:24:12Z",
"last_comment_at": "2026-02-01T09:43:38Z",
"last_comment_author": "mvz"
},
{
"number": 500,
"created_at": "2017-09-15T19:47:31Z",
"last_comment_at": "2018-01-19T22:28:39Z",
"last_comment_author": "stale"
},
{
"number": 518,
"created_at": "2017-11-23T09:16:37Z",
"last_comment_at": "2020-01-01T13:37:29Z",
"last_comment_author": "mvz"
},
{
"number": 521,
"created_at": "2017-12-07T18:20:27Z",
"last_comment_at": "2021-07-26T15:12:39Z",
"last_comment_author": "mvz"
},
{
"number": 538,
"created_at": "2018-02-05T06:26:04Z",
"last_comment_at": "2018-04-06T09:25:47Z",
"last_comment_author": "stale"
},
{
"number": 545,
"created_at": "2018-03-04T07:45:11Z",
"last_comment_at": "2018-05-03T13:14:00Z",
"last_comment_author": "xtrasimplicity"
},
{
"number": 573,
"created_at": "2018-09-10T22:16:23Z",
"last_comment_at": "2022-04-12T05:55:21Z",
"last_comment_author": "mvz"
},
{
"number": 685,
"created_at": "2020-01-01T09:53:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 694,
"created_at": "2020-01-03T12:45:24Z",
"last_comment_at": "2026-01-11T11:35:43Z",
"last_comment_author": "mvz"
},
{
"number": 705,
"created_at": "2020-02-25T03:45:12Z",
"last_comment_at": "2020-03-09T08:40:32Z",
"last_comment_author": "mvz"
},
{
"number": 752,
"created_at": "2020-12-01T23:28:47Z",
"last_comment_at": "2022-11-11T10:53:52Z",
"last_comment_author": "skwasnia"
},
{
"number": 770,
"created_at": "2021-01-02T19:55:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 806,
"created_at": "2021-05-13T10:09:11Z",
"last_comment_at": "2026-07-03T12:40:22Z",
"last_comment_author": "mvz"
},
{
"number": 900,
"created_at": "2023-05-18T08:43:13Z",
"last_comment_at": "2023-05-18T18:56:33Z",
"last_comment_author": "mvz"
},
{
"number": 958,
"created_at": "2025-09-26T15:05:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 986,
"created_at": "2026-01-25T19:20:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1035,
"created_at": "2026-07-03T09:07:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1043,
"created_at": "2026-07-10T09:09:41Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cucumber/aruba",
"host": "github.com",
"name": "aruba",
"owner": "cucumber"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"security": 78,
"vitality": 88,
"community": 88,
"governance": 76,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 88,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 244,
"human_commit_share": 0.57,
"days_since_last_push": 0,
"active_weeks_last_year": 32
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "32/52 weeks with commits",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 32
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "244 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 244
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v2.4.1",
"releases_from_tags": false,
"days_since_latest_release": 67,
"mean_days_between_releases": 99.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 67 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 67
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~99.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 99.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 88,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 164,
"stars": 968,
"watchers": 79,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "968 stars",
"points": 48.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 968
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "164 forks",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 164
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "79 watchers",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 79
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": true,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 7.2,
"status": "met",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"packages": [
"aruba"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 5704813,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "5,704,813 downloads all-time across rubygems",
"points": 70.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 5704813,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 79,
"top_contributor_share": 0.466
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 47% of commits",
"points": 12,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 47
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "79 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 79
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 51 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 602,
"open_issues": 24,
"closed_issues": 306,
"issue_closed_ratio": 0.927,
"closed_unmerged_prs": 124
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "93% of issues closed",
"points": 43.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 93
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "602/726 decided PRs merged",
"points": 31.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 602,
"decided": 726
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 987,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "cucumber",
"public_repos": 140,
"account_age_days": 5864
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "987 followers of cucumber",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 987,
"login": "cucumber"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "140 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 140
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"aruba"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 67
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 67 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 67
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "111 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 111
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"bdd",
"shell",
"tdd",
"cucumber",
"ruby",
"tidelift"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 78,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 78,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 51 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 20
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.544,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "31 of 57 human commits state their intent (structured subject or explanatory body)",
"points": 29,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 57
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.43
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "43 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 43,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 21541,
"source_files_sampled": 141,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/141 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 141,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T01:06:42.081015Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cucumber/aruba.svg",
"full_name": "cucumber/aruba",
"license_state": "standard",
"license_spdx": "MIT"
}