Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 222,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 19891,
"Ruby": 31723
},
"pushed_at": "2024-07-01T10:04:36Z",
"created_at": "2010-09-21T12:42:08Z",
"owner_type": "Organization",
"updated_at": "2026-03-26T09:56:03Z",
"description": "Ruby wrapper for hiredis",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Ruby",
"significant_languages": [
"Ruby",
"C"
]
},
"owner": {
"blog": "https://redis.io",
"name": "Redis",
"type": "Organization",
"login": "redis",
"company": null,
"location": null,
"followers": 2839,
"avatar_url": "https://avatars.githubusercontent.com/u/1529926?v=4",
"created_at": "2012-03-12T18:05:54Z",
"is_verified": null,
"public_repos": 78,
"account_age_days": 5244
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2018-11-08T19:45:37Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2018-11-08T19:27:11Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2015-12-29T14:53:00Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2015-02-08T16:32:05Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2014-04-10T15:37:06Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2014-04-01T06:16:40Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2014-03-27T06:47:25Z"
},
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2012-03-19T17:54:26Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2011-12-01T22:31:52Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2011-10-26T21:59:19Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2011-10-26T19:04:11Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2011-05-17T09:06:05Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2011-02-07T11:32:55Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2011-02-04T18:33:31Z"
}
],
"recent_commits": [
{
"oid": "eb27295facd5473a54585e06a043bebf5c80bb5b",
"body": null,
"is_bot": false,
"headline": "hiredis 1.1.0",
"author_name": "Chayim I. Kirshen",
"author_login": "chayim",
"committed_at": "2022-11-28T20:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d62cb77c72fe292e4f35f385467006096b7d9e3b",
"body": null,
"is_bot": false,
"headline": "Release drafter",
"author_name": "Chayim I. Kirshen",
"author_login": "chayim",
"committed_at": "2022-08-17T19:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0ec9206a189990bc2a8b3bcf01aeb9215c0763",
"body": "Per https://www.ruby-lang.org/en/downloads/branches, Ruby 1.9 through\r\n2.6 have already reached end-of-life.\r\n\r\nAdd testing for Ruby 3.0 and 3.1.",
"is_bot": false,
"headline": "Remove testing of older Ruby versions and add latest versions (#88)",
"author_name": "Stan Hu",
"author_login": "stanhu",
"committed_at": "2022-08-11T18:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ffdade59c94de226bdfaf1d5bd36b7bb588d11",
"body": "Running `bundle exec rake` results in many warnings:\r\n\r\ntest/connection_test.rb:62: warning: instance variable @sock not initialized",
"is_bot": false,
"headline": "Fix \"warning instance variable @sock not defined\" (#83)",
"author_name": "Stan Hu",
"author_login": "stanhu",
"committed_at": "2022-08-09T23:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891ed287a7dbf39b39582cf2d8b35e558cdf01c1",
"body": "* Set autoclose: false on socket to prevent GC from closing it\r\n\r\nHiredis::Ext::Connection#sock creates a Socket object using\r\nSocket.for_fd, wrapping the socket managed in C by hiredis` and returns\r\nit to the caller. The Socket does not have autoclose set to false, so\r\nthis has the unwanted side-ef\n[…]\nhe created Socket object.\r\n\r\n[1] https://bugs.ruby-lang.org/issues/11744#note-2\r\n\r\n* Minor code change for readability in Connection#sock\r\n\r\nCo-authored-by: Apollon Oikonomopoulos <apoikos@debian.org>",
"is_bot": false,
"headline": "Set autoclose: false on socket to prevent GC from closing it (#82)",
"author_name": "Stan Hu",
"author_login": "stanhu",
"committed_at": "2022-08-08T20:09:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d6b0e5688a846114f81ed6a5a83d59a754de41d",
"body": "* CI: Migrate CI to GitHub Actions\r\n\r\nThe building on travis-ci.org is ceased on June 15th, 2021. So we need to\r\nmigrate CI to other services.\r\nThere are some CI services, but I recommend GitHub Actions. Because it doesn't\r\nrequire another account and supports multiples OSs.\r\n\r\n* Fix an error messag\n[…]\n exist-status will be 0 even if the tests failed.\r\n\r\n* Skip tests that using `#flush`\r\n\r\n`#flush` doesn't work on hi-redis 1.0.\r\nI think this is related to https://github.com/redis/hiredis/issues/975.",
"is_bot": false,
"headline": "Migrate CI to GitHub action (#75)",
"author_name": "y-yagi",
"author_login": "y-yagi",
"committed_at": "2022-05-03T20:12:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a66f527d7661f68f7cfaa2b4a1150814bd488684",
"body": "Bump hiredis to v1.0.0",
"is_bot": false,
"headline": "Merge pull request #69 from artygus/bump-hiredis-to-v1",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2021-10-29T05:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a3b7d5f41caa35eeb664053d1cc956e071a0b8b",
"body": null,
"is_bot": false,
"headline": "bump hiredis to 1.0.0",
"author_name": "artygus",
"author_login": "artygus",
"committed_at": "2020-10-21T11:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f0eb41b8fac37fee94cfbe3af482b904c82e48e",
"body": "Updates for Travis/Appveyor and bump ruby versions in tests.",
"is_bot": false,
"headline": "Merge pull request #67 from redis/travis_appveyor_housekeeping",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2019-11-10T21:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b0c117042687108b84afd1c5784adfc3efacbe",
"body": null,
"is_bot": false,
"headline": "CI: Drop unused sudo: false Travis directive",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-11-08T17:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ab2d39921a1246ed403ab02aff8b311643cb4d",
"body": null,
"is_bot": false,
"headline": "CI: Add latest Rubies",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-11-08T17:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b9ce35d527bd7e48bd7e8a0b50496704cf13d4",
"body": null,
"is_bot": false,
"headline": "AppVeyor: Use Bundler 1.17.3 for Rubies",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-11-08T13:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b560841ba1cd62baa5b636af9b93e6d5bc4f01",
"body": "Typo fix in Changelog",
"is_bot": false,
"headline": "Merge pull request #57 from gaurish/patch-1",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2019-02-26T13:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2be60e832199efe48ae2d513f52972bea0b7db14",
"body": "[ci skip]",
"is_bot": false,
"headline": "Typo fix",
"author_name": "Gaurish Sharma",
"author_login": null,
"committed_at": "2019-02-26T13:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61bb83eef86d8dc730f3352ba1d0aabe548a4d3a",
"body": null,
"is_bot": false,
"headline": "Prepare to 0.6.3",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2018-11-08T19:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce590d8e5e1a904c0fd217094aa722fdf3eeeab2",
"body": null,
"is_bot": false,
"headline": "Prepare to 0.6.2",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2018-11-08T19:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b018bade25442c2fc37ea15c7966b8b546cb73",
"body": "Bump to 0.1.14",
"is_bot": false,
"headline": "Merge pull request #53 from maximebedard/bump-to-014",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-11-08T18:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5284a0403bca7fbd9a086f9d8501a053a65beb67",
"body": null,
"is_bot": false,
"headline": "redisReplyReaderGetObject => redisReaderGetObject",
"author_name": "Maxime Bedard",
"author_login": null,
"committed_at": "2018-11-07T19:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25570a63181791c4b9167fdfaad7c100321207f",
"body": null,
"is_bot": false,
"headline": "Also respect new error message for resolution errors",
"author_name": "Maxime Bedard",
"author_login": null,
"committed_at": "2018-11-07T19:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708912dfe9a70a07916935eb1836842888e3c4f3",
"body": null,
"is_bot": false,
"headline": "bump to 0.1.14",
"author_name": "Maxime Bedard",
"author_login": null,
"committed_at": "2018-11-07T19:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5cf1e42e121342320c634c96212d0f491896a1",
"body": "Bump hiredis to 0.13.3",
"is_bot": false,
"headline": "Merge pull request #51 from pvalena/bump",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-11-07T00:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c439c4d01dba0cb389f794892c43fdcba67cdc02",
"body": "Added ruby 2.4, 2.5, 2.6 to the build matrix.",
"is_bot": false,
"headline": "Merge pull request #52 from mathieujobin/patch-1",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-11-07T00:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7ec6a69a88d24a1664a76a94f57707d4946636",
"body": null,
"is_bot": false,
"headline": "pick latest revisions",
"author_name": "Mathieu Jobin",
"author_login": "mathieujobin",
"committed_at": "2018-11-05T07:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bf7b6a57c93a3a5621f34726fa85896426c8c69",
"body": null,
"is_bot": false,
"headline": "Added ruby 2.4, 2.5, 2.6 to the build matrix.",
"author_name": "Mathieu Jobin",
"author_login": "mathieujobin",
"committed_at": "2018-11-05T00:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c0a0d813c08cceac529ae71a71a8a9f0ea12ce",
"body": null,
"is_bot": false,
"headline": "Bump hiredis to 0.13.3",
"author_name": "Pavel Valena",
"author_login": "pvalena",
"committed_at": "2018-05-03T20:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b46b19dda98ba487e61884087b60d692bd0753e",
"body": "Added ruby 2.3 to the build matrix",
"is_bot": false,
"headline": "Auto merge of #48 - thedrow:patch-1, r=badboy",
"author_name": "not-a-robot",
"author_login": null,
"committed_at": "2016-07-13T11:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ce4320e8e3895611448be834e79fb16a3243b5",
"body": null,
"is_bot": false,
"headline": "Added ruby 2.3 to the build matrix.",
"author_name": "Omer Katz",
"author_login": "thedrow",
"committed_at": "2016-07-13T07:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f646aada25363f8e667dabbae5fc21b144a63d4d",
"body": "Foiling CG\n\nMade most VALUE variables volatile to stop them from being GCed until they are off the stack.\n\nI probably changed a couple that did not need to be changed but making the variable volatile will not hurt anything. What it does is stop the compiler from optimizing those variable into regist\n[…]\n. They remain on the stack and Ruby will not CG them until they are no longer on the stack.\n\nI also left a FIXME comment related to the redisreaderi->reply use. It might be worth doing a double check.",
"is_bot": false,
"headline": "Auto merge of #43 - ohler55:master, r=badboy",
"author_name": "not-a-robot",
"author_login": null,
"committed_at": "2016-06-20T09:10:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0134bf1f438767a6b79ef206bb33df8b78e92e0c",
"body": null,
"is_bot": false,
"headline": "Release version 0.6.1",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cebff69d1d5fd073732a4c2495f9a6a8d48ead3f",
"body": "Test on hiredis (where compilation is avoided)",
"is_bot": false,
"headline": "Merge pull request #45 from redis/appveyor",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb863a12ca8c65008049ee6736a3fcb1ad9bf676",
"body": null,
"is_bot": false,
"headline": "chore(CI): do not send mails on success",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85cc40b75af956e1252a7871cc6a15e397d659c",
"body": "Seems it's not standard on jruby",
"is_bot": false,
"headline": "Force utf-8 in tests",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4eb4ef34365a8feb17cba533f82d741cf3b733b",
"body": null,
"is_bot": false,
"headline": "chore(appveyor): Do not rebuild on Windows",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17de50658886f0b022e3ce67d683c109225809f7",
"body": null,
"is_bot": false,
"headline": "chore(appveyor): Show more info",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07dc319f37074cdf4f0b574c4a85b5b87b60d81d",
"body": null,
"is_bot": false,
"headline": "chore(appveyor): Add appveyor script",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T14:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175304f610d3a5457967c64a7597a76f0976c3d2",
"body": null,
"is_bot": false,
"headline": "chore(CI): Force different CI platform",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-12-29T12:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f4f9f4016c9f711f564547531356377c41f0e5",
"body": "hiredis doesn't support Windows at the moment. It is possible to get it\nto compile in some cygwin environments, but that may not be the\nenvironment the user is on. This attempts to detect if hiredis would\nbuild successfully, and skips building the native extension on those\nplatforms. This means that\n[…]\nrequirement, the user can modify their build environment to\nbuild the C extension.\n\nWhile this case likely means Windows, the implementation doesn't care,\nand skips all environments without `socket.h`",
"is_bot": false,
"headline": "Don't attempt to build the C extension on unsupported platforms",
"author_name": "Sean Griffin",
"author_login": "sgrif",
"committed_at": "2015-12-21T17:09:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0fb72844bc95beb4d544c13c61bdaaaedf8a7bad",
"body": "… they are off the stack.",
"is_bot": false,
"headline": "Made most VALUE variables volatile to stop them from being GCed until…",
"author_name": "Peter Ohler",
"author_login": "ohler55",
"committed_at": "2015-11-18T23:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dceb33de563ebf4ad2027cd4bd4c20e1c5496c5",
"body": null,
"is_bot": false,
"headline": "Remove left-over jruby 1.8 testing",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-03-06T11:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b78ffde1caedbafad335f51c66e69879d198d5",
"body": "Build with new Ruby 2.2.1 version",
"is_bot": false,
"headline": "Merge pull request #38 from nicolasleger/patch-1",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-03-06T11:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9210c6119f61cb3a0adc06bbbe158531067c17ea",
"body": null,
"is_bot": false,
"headline": "Build with new Ruby 2.2.1 version",
"author_name": "Nicolas Leger",
"author_login": null,
"committed_at": "2015-03-06T09:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2842ae6778ed8ddef6ff0afce66da1026ca408df",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-02-08T16:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8293d46fe8cc870061d39c26e14295fda9219c4b",
"body": null,
"is_bot": false,
"headline": "Remove testing for older ruby versions",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-02-07T13:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa263071e1570702bd730acb20cfc38ced333e1d",
"body": null,
"is_bot": false,
"headline": "Inform badboy",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-01-28T22:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbae98ac0623e8d8e64e43a25681ffd97ea0a3ef",
"body": null,
"is_bot": false,
"headline": "Use minitest gem for tests",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-01-23T09:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27ceb79bb285756606ea6b0e2af75decbdf3ff9f",
"body": null,
"is_bot": false,
"headline": "Check exception message explicitely",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-01-23T09:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cba5d2186a036237b9b7012d8ec2df5ac28234f",
"body": null,
"is_bot": false,
"headline": "Bump to hiredis v0.12.0",
"author_name": "Jan-Erik Rediger",
"author_login": "badboy",
"committed_at": "2015-01-23T09:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272ca8f6c51902e5c853998ee36e671d1459d204",
"body": "This should once and for all take care of the problems caused by the\ndifferences between BSD and GNU netcat.",
"is_bot": false,
"headline": "Remove dependency on netcat",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-05-30T15:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d536027fa3fa749412ed7127e0709335698c81",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-05-30T15:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1963e0b912a0027365b0241273e8215d70aa6c7e",
"body": "Add license in gemspec",
"is_bot": false,
"headline": "Merge pull request #28 from chulkilee/license-in-gemspec",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-05-30T14:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a6b6589c9724f6182233258375759f1eba7ff3",
"body": null,
"is_bot": false,
"headline": "Add license in gemspec",
"author_name": "Chulki Lee",
"author_login": "chulkilee",
"committed_at": "2014-05-23T20:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "691a320241ff7a3fdeebf8145a5631375978b881",
"body": null,
"is_bot": false,
"headline": "Bump patch version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-04-10T15:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "199afc6ddd73a3ad09faad4b2f6257cd271edc80",
"body": "Add gmake default for BSD and Solaris",
"is_bot": false,
"headline": "Merge pull request #24 from kreynolds/freebsd-gmake",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-04-10T15:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d7248dc886af7fa06b3a51c36071261b156963",
"body": null,
"is_bot": false,
"headline": "Add default for BSD and Solaris to gmake",
"author_name": "Kelley Reynolds",
"author_login": null,
"committed_at": "2014-04-10T14:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38090e5a9871d5544314057a1418c6f9d93ff59",
"body": null,
"is_bot": false,
"headline": "Bump patch version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-04-01T06:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7d9b1eed1e7d96db6157683d41e82b9a65f0298",
"body": "The rb_fdset_t API was introduced in 1.9.2 as an alternative to using a\nPOSIX fd_set (see select(2)). It was created to support systems that\nallow passing file descriptors higher than FD_SETSIZE to select(2) (also\nsee [1]).\n\nTo do this, the file descriptor bitmap is dynamically allocated and\nresized as they are set. This means that unlike the POSIX fd_set, it\nalso needs to be freed when done. I missed this in f85e8c65.\n\n[1]: https://github.com/ruby/ruby/blob/ruby_1_9_2/thread.c#L2228-L2253",
"is_bot": false,
"headline": "Fix memory leak for MRI >= 1.9.2",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-04-01T06:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccecc42d4367941bc9115dba9877f09c10bf318",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T19:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ac34bffc4e0ed0409a5d6c702c0cf9b366eedd",
"body": null,
"is_bot": false,
"headline": "Update hiredis URL",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88c58e48e73cc9abbe9f5e4f706985ea2ea509a1",
"body": null,
"is_bot": false,
"headline": "Update Travis badge",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c5ef5bee88e4010f60dd8127eed015ff7d970c",
"body": null,
"is_bot": false,
"headline": "Bump minor version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8276edf4e731ae175f30913aab78f157c074434e",
"body": null,
"is_bot": false,
"headline": "Have Travis run tests against newer Rubies",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0841f588bf744ee6682649a2cf1f93d59f5cce02",
"body": "This fixes #11.",
"is_bot": false,
"headline": "Use relative path to refer to hiredis directory",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c749f6e93d48fce88df545ca251aad1eb2da9a1f",
"body": null,
"is_bot": false,
"headline": "Abort if building hiredis fails",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ade3de4ed9319719d93b6941581430f5f85132fe",
"body": null,
"is_bot": false,
"headline": "Fix compiler warnings",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39da562c6973ca69650698a9f5f0d5c040c80e6a",
"body": null,
"is_bot": false,
"headline": "Use version of Rake that still works with MRI 1.8.7",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T06:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85e8c65f70f2ab27e10caa18b294c8c43f1d0f6",
"body": "The rb_thread_select function will be deprecated for newer versions of\nRuby (>= 2.1 AFAIK). To preemptively fix this, use rb_fd_thread_select\nif it is available.\n\nAlso see: https://bugs.ruby-lang.org/issues/9502#change-45212\n\nThanks to @camilo in #20 for the initial version of this patch.",
"is_bot": false,
"headline": "Use rb_fd_thread_select if available",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T05:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f2a92034d2d6955cbbd105ba6d0a15dd1d60f0b",
"body": null,
"is_bot": false,
"headline": "Update URL and summary in gemspec",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T05:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b7e6c1adcf80a13c53995687dd017ee9300c45",
"body": null,
"is_bot": false,
"headline": "Bump hiredis to 0.11.0",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T05:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e32c747d66fe43ef26e33d476095916371b728",
"body": null,
"is_bot": false,
"headline": "Fix submodule URL",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T04:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa2169ea8a9e21e5fa32280e891444297a0e932",
"body": "Improve Rubinius support in hiredis",
"is_bot": false,
"headline": "Merge pull request #13 from rubinius/improve_rubinius_support",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T04:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456e785626585b984fa60b352e1c8c51b20c4387",
"body": "Guess make the same way as gem builder does",
"is_bot": false,
"headline": "Merge pull request #5 from royaltm/master",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2014-03-27T04:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67865ddc8f528999cb285b4fd788ca68d39026b",
"body": "When profiling a Sidekiq app, this showed a few places in hiredis that\ncould be changed with not affecting MRI in a bad way, but improving\nperformance on Rubinius.\n\nBecause Rubinius has a generational garbage collector, writes to an\narray need to go through a write barrier. If a C extension uses\nRAR\n[…]\nions of MRI if they choose\nto use similar mechanisms for optimizations.\n\nThis also marks a few global variables that the gem defines as actual\nglobals so they don't get accidentally garbage collected.",
"is_bot": false,
"headline": "Improve Rubinius support in hiredis",
"author_name": "Dirkjan Bussink",
"author_login": "dbussink",
"committed_at": "2013-05-10T09:33:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b2e655d3ff10b26984518e808298844ce860db8f",
"body": null,
"is_bot": false,
"headline": "hiredis: extconf try to guess make program",
"author_name": "Rafał Michalski",
"author_login": "royaltm",
"committed_at": "2012-04-19T19:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac433d0a65c3aaf9349539cb2b75820a644092fa",
"body": "…ilder",
"is_bot": false,
"headline": "Rakefile: try to guess make program the same way it is done in gem bu…",
"author_name": "Rafał Michalski",
"author_login": "royaltm",
"committed_at": "2012-04-19T18:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c7326e0e485750825bb8845b843dff96420794",
"body": null,
"is_bot": false,
"headline": "Bump patch version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-19T17:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbfabb5e87605ce68f15fad81d2a5bf5436fdda5",
"body": null,
"is_bot": false,
"headline": "Mention string encoding in CHANGELOG",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-19T17:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfa039eee0d4f1157b441d5267e7e52394350178",
"body": null,
"is_bot": false,
"headline": "Update COPYING",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-19T17:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51159a745f3cee2a9882bd2f56e0105424319066",
"body": null,
"is_bot": false,
"headline": "Update gitignore",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-19T16:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb3670210ca413a991748013f284e762248a89b",
"body": null,
"is_bot": false,
"headline": "Make syntax highlighter happy",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T20:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39e1fc8d9c62920775d8b1525c88281b48a2dc4",
"body": null,
"is_bot": false,
"headline": "Include build status in README",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T20:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "064998fabaf4f7e7ce8400009219928c72b3acd8",
"body": "They fail, and I don't have cycles to find out why.",
"is_bot": false,
"headline": "Disable Rubinius builds on Travis",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T20:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd79255b9c19195179872c308fe60d08ad84cc6a",
"body": null,
"is_bot": false,
"headline": "Stub encoding APIs if not available",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T20:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb6de69d3632647bed4e4d14c93ecbf6c1689bb",
"body": null,
"is_bot": false,
"headline": "Remove Gemfile.lock",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T20:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9d7e8fd9584120084a685bb350ac305bceaef9",
"body": null,
"is_bot": false,
"headline": "Change test for encoding support",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T19:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f87f5d0232b5f63b5139d8dbaa714ac4e16d47a",
"body": null,
"is_bot": false,
"headline": "Update Travis configuration",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T19:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce141da08fc5dcdb61a44985295b8c5b6b4ac96",
"body": null,
"is_bot": false,
"headline": "Test string encoding",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2012-03-16T19:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b054eb0e02748ef8e909494ecac83060203cb47",
"body": null,
"is_bot": false,
"headline": "Bump patch version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-20T02:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e180c1b0bd73554d0f2e09ed1fc5fcd488f5a2",
"body": null,
"is_bot": false,
"headline": "Use absolute path when requiring classes from tests",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-20T02:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65b434b08f894473028c8611cf91d09e2a71f87b",
"body": null,
"is_bot": false,
"headline": "Ignore pkg/",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-20T02:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a638d2f70f4de32ac0db292877e3b2d6946e1296",
"body": null,
"is_bot": false,
"headline": "Bump patch version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-01T22:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5062c2070ccdacc150d20f634b2ff9ce77708e",
"body": null,
"is_bot": false,
"headline": "Fix EAGAIN being raised erroneously",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-01T22:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ac1fe021d16d49346133c4adebf1e62fe7217c8",
"body": null,
"is_bot": false,
"headline": "Add changelog entry for prerelease",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-01T22:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a79653c55708da85e2f6c200aca8a5951397c624",
"body": null,
"is_bot": false,
"headline": "Bump prerelease",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-02T19:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab35f9c75cf3eb0fcbf37f2837564af8c5924be2",
"body": null,
"is_bot": false,
"headline": "Ignore build artifacts",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-02T18:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef107c01ad91dba003b4c4262109d87b40c19a5",
"body": null,
"is_bot": false,
"headline": "Support deeper nesting of multi bulks",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-02T18:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a52baf7f8b0e2949f27eb41c962374f35cd261",
"body": null,
"is_bot": false,
"headline": "Depend on hiredis from this repo's lib directory",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-12-02T18:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd8e35c7adba0c7b21025044d3a5a4aad1cb7f5",
"body": null,
"is_bot": false,
"headline": "Update hiredis-rb version number in README",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-10-26T22:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f729f0b318727f6d5788a5a95bee9469c7773173",
"body": null,
"is_bot": false,
"headline": "Add improvement ratio to throughput benchmark",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-10-26T22:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9955f4c3d44d6f774040c0f63ef2dd8481296d",
"body": null,
"is_bot": false,
"headline": "Bump patch version",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-10-26T21:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26bac7e99c13e4ab725208a05d2c437815d85519",
"body": "This partially reverts commit b9f63f36: keep using Ruby's native\nEOFError, but rescue it and re-raise ECONNRESET. This is required for\ncompatbility with redis-rb.",
"is_bot": false,
"headline": "Revert \"Raise native EOFError instead of ECONNRESET\"",
"author_name": "Pieter Noordhuis",
"author_login": "pietern",
"committed_at": "2011-10-26T21:56:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 0,
"latest_release_at": "2018-11-08T19:45:37Z",
"latest_release_tag": "v0.6.3",
"releases_from_tags": true,
"days_since_last_push": 750,
"active_weeks_last_year": 0,
"days_since_latest_release": 2812,
"mean_days_between_releases": 285.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "hiredis",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/hiredis",
"is_deprecated": false,
"latest_version": "0.6.3",
"repository_url": "http://github.com/redis/hiredis-rb",
"versions_count": 32,
"total_downloads": 84534861,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-11-04T23:08:15.030000Z",
"latest_published_at": "2018-11-08T19:50:43.934000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2812
}
]
},
"popularity": {
"forks": 87,
"stars": 320,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2010-11-05",
"count": 1
},
{
"date": "2011-08-08",
"count": 1
},
{
"date": "2011-08-11",
"count": 1
},
{
"date": "2011-09-01",
"count": 1
},
{
"date": "2011-10-29",
"count": 1
},
{
"date": "2012-01-28",
"count": 1
},
{
"date": "2012-03-06",
"count": 1
},
{
"date": "2012-04-19",
"count": 1
},
{
"date": "2012-04-22",
"count": 1
},
{
"date": "2012-07-07",
"count": 1
},
{
"date": "2012-10-04",
"count": 1
},
{
"date": "2012-10-19",
"count": 1
},
{
"date": "2012-12-07",
"count": 1
},
{
"date": "2013-02-17",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-05-03",
"count": 1
},
{
"date": "2013-05-14",
"count": 1
},
{
"date": "2013-06-08",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-02-17",
"count": 1
},
{
"date": "2014-02-26",
"count": 1
},
{
"date": "2014-03-09",
"count": 1
},
{
"date": "2014-03-16",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-05-13",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-08-01",
"count": 1
},
{
"date": "2014-08-04",
"count": 1
},
{
"date": "2014-08-31",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-06-05",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-09-02",
"count": 2
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-11-22",
"count": 1
},
{
"date": "2015-12-21",
"count": 1
},
{
"date": "2016-01-07",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-07-02",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-05",
"count": 1
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-08-15",
"count": 1
},
{
"date": "2019-10-13",
"count": 2
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-10",
"count": 2
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
}
],
"complete": true,
"collected": 84,
"total_forks": 87
},
"star_history": {
"days": [
{
"date": "2010-09-21",
"count": 63
},
{
"date": "2010-10-09",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-11-07",
"count": 1
},
{
"date": "2010-11-29",
"count": 1
},
{
"date": "2011-02-12",
"count": 1
},
{
"date": "2011-03-17",
"count": 1
},
{
"date": "2011-03-30",
"count": 1
},
{
"date": "2011-04-20",
"count": 1
},
{
"date": "2011-04-22",
"count": 1
},
{
"date": "2011-05-06",
"count": 1
},
{
"date": "2011-06-24",
"count": 1
},
{
"date": "2011-10-11",
"count": 1
},
{
"date": "2012-01-18",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-02-14",
"count": 1
},
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-04-21",
"count": 1
},
{
"date": "2013-05-27",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-08-12",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-10",
"count": 1
},
{
"date": "2013-09-17",
"count": 1
},
{
"date": "2013-10-09",
"count": 1
},
{
"date": "2013-10-16",
"count": 1
},
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-03-18",
"count": 1
},
{
"date": "2014-04-24",
"count": 1
},
{
"date": "2014-05-06",
"count": 1
},
{
"date": "2014-05-09",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-05-17",
"count": 1
},
{
"date": "2014-05-30",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-28",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-07-16",
"count": 2
},
{
"date": "2014-08-04",
"count": 1
},
{
"date": "2014-08-08",
"count": 1
},
{
"date": "2014-08-15",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-07",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2015-01-05",
"count": 1
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-01-23",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-26",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-06-05",
"count": 2
},
{
"date": "2015-06-08",
"count": 1
},
{
"date": "2015-06-09",
"count": 1
},
{
"date": "2015-07-05",
"count": 1
},
{
"date": "2015-07-31",
"count": 2
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-09-16",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-12-16",
"count": 2
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-07",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-04-02",
"count": 1
},
{
"date": "2016-04-22",
"count": 1
},
{
"date": "2016-06-08",
"count": 1
},
{
"date": "2016-06-17",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-12",
"count": 1
},
{
"date": "2016-08-15",
"count": 1
},
{
"date": "2016-08-16",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-12-11",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-02-18",
"count": 1
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-08-05",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-10-26",
"count": 2
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-13",
"count": 2
},
{
"date": "2018-04-12",
"count": 2
},
{
"date": "2018-05-13",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-11-03",
"count": 1
},
{
"date": "2018-11-05",
"count": 1
},
{
"date": "2018-11-09",
"count": 3
},
{
"date": "2018-11-17",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-03-11",
"count": 1
},
{
"date": "2019-03-13",
"count": 2
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-18",
"count": 2
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-05-02",
"count": 2
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-06-15",
"count": 2
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-02-07",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-05-08",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2025-04-04",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
}
],
"complete": true,
"collected": 319,
"total_stars": 320
},
"open_issues_and_prs": 20
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 14430,
"source_files_sampled": 19,
"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": 3,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake-compiler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 22,
"open_issues": 15,
"closed_ratio": 0.688,
"closed_issues": 33,
"closed_unmerged_prs": 21
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "pietern",
"commits": 204,
"avatar_url": "https://avatars.githubusercontent.com/u/9845?v=4"
},
{
"type": "User",
"login": "badboy",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/2129?v=4"
},
{
"type": "User",
"login": "rafaelfranca",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/47848?v=4"
},
{
"type": "User",
"login": "soveran",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/951?v=4"
},
{
"type": "User",
"login": "olleolleolle",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/211?v=4"
},
{
"type": "User",
"login": "stanhu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/963826?v=4"
},
{
"type": "User",
"login": "chayim",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1333958?v=4"
},
{
"type": "User",
"login": "mathieujobin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/99191?v=4"
},
{
"type": "User",
"login": "michael-grunder",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/468149?v=4"
},
{
"type": "User",
"login": "royaltm",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/615066?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.81
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release-drafter.yml",
"test.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"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": 6,
"reason": "Found 12/19 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 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": 0,
"reason": "no 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "eb27295facd5473a54585e06a043bebf5c80bb5b",
"ran_at": "2026-07-22T01:56:39Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 70,
"created_at": "2021-03-01T11:36:11Z",
"last_comment_at": "2022-08-05T20:21:19Z",
"last_comment_author": "stanhu"
},
{
"number": 77,
"created_at": "2022-01-13T20:14:35Z",
"last_comment_at": "2022-01-15T01:01:16Z",
"last_comment_author": "ioquatix"
},
{
"number": 80,
"created_at": "2022-04-06T09:24:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 89,
"created_at": "2022-08-18T20:01:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2024-07-01T10:04:35Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2022-11-28T20:30:14Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 15,
"created_at": "2014-01-20T22:54:29Z",
"last_comment_at": "2015-01-28T22:58:09Z",
"last_comment_author": "mattsta"
},
{
"number": 21,
"created_at": "2014-03-27T09:37:48Z",
"last_comment_at": "2019-06-26T04:13:50Z",
"last_comment_author": "mandaputtra"
},
{
"number": 42,
"created_at": "2015-10-13T21:19:37Z",
"last_comment_at": "2019-10-09T07:55:50Z",
"last_comment_author": "badboy"
},
{
"number": 55,
"created_at": "2019-01-17T00:46:29Z",
"last_comment_at": "2019-02-17T02:11:02Z",
"last_comment_author": "danarnold"
},
{
"number": 56,
"created_at": "2019-02-01T11:24:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2019-02-27T22:41:07Z",
"last_comment_at": "2022-08-13T12:56:00Z",
"last_comment_author": "byroot"
},
{
"number": 61,
"created_at": "2019-10-09T02:33:30Z",
"last_comment_at": "2022-07-05T10:27:58Z",
"last_comment_author": "viktorianer"
},
{
"number": 62,
"created_at": "2019-10-22T08:56:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2021-08-16T12:54:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2022-01-09T15:13:39Z",
"last_comment_at": "2023-05-16T20:48:19Z",
"last_comment_author": "patrickemuller"
},
{
"number": 78,
"created_at": "2022-02-11T15:06:43Z",
"last_comment_at": "2022-08-31T02:26:29Z",
"last_comment_author": "skull-squadron"
},
{
"number": 85,
"created_at": "2022-08-10T15:56:33Z",
"last_comment_at": "2022-08-10T16:34:48Z",
"last_comment_author": "voxik"
},
{
"number": 90,
"created_at": "2022-11-04T12:59:22Z",
"last_comment_at": "2022-11-04T13:32:42Z",
"last_comment_author": "eregon"
},
{
"number": 93,
"created_at": "2023-03-06T02:03:36Z",
"last_comment_at": "2023-03-15T16:05:20Z",
"last_comment_author": "n-rodriguez"
},
{
"number": 95,
"created_at": "2023-08-19T22:38:32Z",
"last_comment_at": "2023-11-03T07:21:30Z",
"last_comment_author": "Pavel-Guseynov"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/redis/hiredis-rb",
"host": "github.com",
"name": "hiredis-rb",
"owner": "redis"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 27,
"inputs": {
"security": 37,
"vitality": 13,
"community": 68,
"governance": 60,
"engineering": 49,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 45,
"overall_after_abandonment_multiplier": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 750,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 750 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 750
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 32,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.6.3",
"releases_from_tags": true,
"days_since_latest_release": 2812,
"mean_days_between_releases": 285.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2812 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2812
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~285.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 285.5
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 5,
"unanswered_open_issues": 14,
"days_since_last_merged_pr": 1331,
"days_since_last_human_commit": 1331,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1331 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1331,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"forks": 87,
"stars": 320,
"watchers": 15,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "320 stars",
"points": 40.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 320
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "87 forks",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 87
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"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": 100,
"inputs": {
"packages": [
"hiredis"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 84534861,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "84,534,861 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 84534861,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.81
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 81% of commits",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 22,
"open_issues": 15,
"closed_issues": 33,
"issue_closed_ratio": 0.688,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "69% of issues closed",
"points": 32.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 69
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "22/43 decided PRs merged",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 43
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/19 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 2839,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "redis",
"public_repos": 78,
"account_age_days": 5244
},
"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": "2,839 followers of redis",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2839,
"login": "redis"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "78 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 78
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"hiredis"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 2812
},
"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 2812 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2812
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "32 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 32
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 12/19 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"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": 18
},
"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": "critical",
"name": "AI Readiness",
"value": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.3,
"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": "30 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 14430,
"source_files_sampled": 19,
"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/19 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 19,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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:57:00.066240Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/redis/hiredis-rb.svg",
"full_name": "redis/hiredis-rb",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}