Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 52000,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 756821,
"Shell": 119
},
"pushed_at": "2026-07-24T22:23:58Z",
"created_at": "2025-07-09T14:42:33Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T13:01:27Z",
"description": "A Ruby client library for Valkey",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "valkey.io",
"name": "Valkey",
"type": "Organization",
"login": "valkey-io",
"company": null,
"location": null,
"followers": 1672,
"avatar_url": "https://avatars.githubusercontent.com/u/164458127?v=4",
"created_at": "2024-03-22T04:25:06Z",
"is_verified": null,
"public_repos": 45,
"account_age_days": 856
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-17T06:05:54Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-05-29T18:36:53Z"
}
],
"recent_commits": [
{
"oid": "d053b27449f7caff6599d1f1fbdf9ac70c24cbb2",
"body": "…dis-rb (#174)\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Updating eval & evalsha to adhere to flexible positional form like re…",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-07-22T13:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c932ad21b61c2cfbacd133a1e8ecd36c704e6359",
"body": "* Multi atomic batch changes adhering to core's BATCH support\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Commenting out setex, psetex and setnx commands until it is fixed in core\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating setnx flow\n\nSigned-of\n[…]\n glide submodule and adding tests for setex, psetex and setnx\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Multi atomic batch changes adhering to core's BATCH support (#164)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-07-22T12:19:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d5042a2147f22491838a401180241b803a77777",
"body": "* fix: free CommandResult arena after every command to prevent memory leak\n\nCall free_command_result() in the ensure block after command() and batch()\nFFI calls. The Rust FFI crate exports this function and documents it as\nrequired ('must be freed using free_command_result to avoid memory leaks'),\nb\n[…]\nby: Alex Le <alex.le@improving.com>\n\n* revert(ruby): remove flaky RSS-based memory leak tests\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\n---------\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "fix: free command results to prevent memory leak (#163)",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-17T23:25:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a9e2515a76c9d3bbdafecf0171a285d6a158c89",
"body": "* Add route for cluster commands\n\nSigned-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Add routing support for all cluster commands (#162)",
"author_name": "prateek-kumar-improving",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-17T22:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f41df8fa097a97dcf6274eed7d91a02a9c2be4c",
"body": "…y 4 (#166)\n\nSigned-off-by: Neil Derraugh <neil.derraugh@improving.com>",
"is_bot": false,
"headline": "fix(dep): add irb to Gemfile to enable bundle exec bin/console w/ rub…",
"author_name": "Neil Derraugh",
"author_login": "nderraugh",
"committed_at": "2026-07-17T18:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41536d37098e835de7b804f0b30dd843081059b6",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Improving OTEL in ruby to add parent span support (#161)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-07-17T03:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15f509d9524f55eaaf827cc9ba96322d4de7be04",
"body": "* Enabling scan_each\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating doc string for scan\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Enabling scan_each (#154)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-07-15T09:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81eb19fb5b280bb85b42eb1e5fa53e72609a8610",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Fix semgrep ci (#160)",
"author_name": "prateek-kumar-improving",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-14T22:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781c94855c155c959d7f000a8c4a1c8b76deafab",
"body": "Signed-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "git: ignore kiro and vscode folders (#159)",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-14T20:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8487910895e49d3e32e720285539b238149d2cdc",
"body": "Signed-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "docs: update security reference to org level (#158)",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-14T18:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c3e93bb69b91f6d9dfed320c43e94d74be14a3",
"body": "…64 (#143)\n\n* feat(ruby): add Alpine Linux (musl libc) support for x86_64 and aarch64\n\nSigned-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "feat(ruby): add Alpine Linux (musl libc) support for x86_64 and aarch…",
"author_name": "prateek-kumar-improving",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-14T17:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2cd402b9905bdd59a4fc66a1c4bffd464b8d415",
"body": "Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>\nCo-authored-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\nCo-authored-by: Alex Le <35547559+Aryex@users.noreply.github.com>",
"is_bot": false,
"headline": "Tell depdendabot to update GitHub Actions (#79)",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2026-07-14T16:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce891fd654ecf618ea7e5741c925f6071bc81c86",
"body": "* fix: added license file and updated ort workflow\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\n* fix: ran license on new scoping\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\n---------\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "Added Third-party license (#151)",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-10T18:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c79ee1d9ed0f5e9f8b57afdaf75e45ab2b2922",
"body": "Removed supported versions section and streamlined vulnerability reporting instructions.\n\nSigned-off-by: Yi-Pin Chen <yi-pin.chen@improving.com>",
"is_bot": false,
"headline": "Revise security policy and reporting guidelines",
"author_name": "Yi-Pin Chen",
"author_login": "yipin-chen",
"committed_at": "2026-07-10T13:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8df427498a052fb1ce3ef3bf2367b280352a1a",
"body": "* feat(ruby): add read_from, client_az, inflight_requests_limit, lazy_connect, periodic_checks connection options\n\nAdds 5 new Valkey.new constructor options as passthrough extra_options_json\nkeys to the existing create_client_from_uri FFI path (PR 1 of 3 in the\nconnection-config-parity plan). No new\n[…]\n@improving.com>\n\n* fix tests\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\n---------\n\nSigned-off-by: Alex Le <alex.le@improving.com>\nSigned-off-by: Alex Le <35547559+Aryex@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: Add missing core options (#131)",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-09T23:54:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23fc7fd4af6d7af115bb06bba60db42974ab4d44",
"body": "* feat(ruby): implement call/call_v generic command dispatch\n\nAdd call(*args, **kwargs) and call_v(args) to GenericCommands as the\nredis-client-compatible escape hatch for commands without a dedicated\nmethod, dispatching through the previously-unused\nRequestType::CUSTOM_COMMAND.\n\nArgument coercion m\n[…]\nto-end flattening test\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\n* Fix: call docstring\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\n---------\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "Implement generic command execution: call(), call_v() (#132)",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-09T23:39:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0d9e75081864b5b57fa28d929538dc71f3f166c",
"body": "Fix module tests",
"is_bot": false,
"headline": "Merge pull request #145 from valkey-io/fix-modules-test",
"author_name": "prateek-kumar-improving",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T23:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25a92c6d38063824815da76c95612751a7f2ce4",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix CI error",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T22:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ab511284c16fba7d8ffaf30f7199bafd03c418",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix lint error",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T22:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acbde096b0d57645b31a20f5692c544314da6748",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix lint error",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T22:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a059424bbf05b1e83365b9c006b277c141f6e0",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Address review comments",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T22:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305714410bfe16d1ac788fb1bfb1b49eb02970a4",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Fix review comments",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T20:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa4838c6581b3e6cf436fa44c998851a42e5e8d",
"body": "Ruby: add pull request template",
"is_bot": false,
"headline": "Merge pull request #144 from valkey-io/add-pull-request-template",
"author_name": "prateek-kumar-improving",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-09T18:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4708ad5f3bbf5528c8327399cd3ca3893349b2",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Update template",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T22:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72ca1754572b09162dd29b1050a772732bc51724",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Update template",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T22:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ea32d45485f85c878f00d1082d7edbe5ab53e6",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix tests",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae54507abc84727386f193e41ed1af3a0f0c9ed2",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix Search command tests",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T21:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4aaf72c375dcd65af1fcb17eee707949993c296",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix lint error issues",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T20:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb5b130e8bb73da028397562339894a701ea714",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: Fix Module tests",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T20:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85b48f34a1f8c545b2dabefc72acad17990c009a",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Fix module tests",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T19:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20d4ef57e449f95bce195370a24cba627592ff7",
"body": "Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>",
"is_bot": false,
"headline": "Ruby: add pull request template",
"author_name": "Prateek Kumar",
"author_login": "prateek-kumar-improving",
"committed_at": "2026-07-08T19:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd1bd8e55be9e26239651725395e7a32201c456",
"body": "…VER (#114).\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\nadded extra comments\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "test: add tests for connection lifecycles, FAILOVER and CLUSTER FAILO…",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-07T23:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a01ec72657b4ac2590bb22924f8c9df338739f64",
"body": "* feat(ruby): add macOS arm64 support to CI/CD pipelines\n\n- Add macOS arm64 entry to build-matrix.json (opt-in, no run:always)\n- Refactor matrix generator to read macOS from JSON, add use-self-hosted\n handling and input validation\n- Make CI native library upload platform-aware (.dylib vs .so)\n- Add\n[…]\nn-with-macos input still\noverrides when provided.\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n---------\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>",
"is_bot": false,
"headline": "Add MacOS support - CI and CD (#116)",
"author_name": "Alex Rehnby-Martin",
"author_login": "alexr-bq",
"committed_at": "2026-07-07T23:12:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b437b592ef501bbf9aa8431ec706ad7a671bad9c",
"body": "* ci(ruby): implement full matrix testing with JSON-driven matrices\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n* ci(ruby): fix Docker image naming for Redis and module test path\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n* ci(ruby): start stand\n[…]\n. These are all skipped on Redis 6.2 and earlier.\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n---------\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>",
"is_bot": false,
"headline": "Add Full Matrix Tests (#111)",
"author_name": "Alex Rehnby-Martin",
"author_login": "alexr-bq",
"committed_at": "2026-07-07T23:12:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a11baf7b41a5088f44beeb090667bcdd3bdfb0f5",
"body": "…ed accordingly.\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "remove(ruby): removed CSC commands from public interface; tests remov…",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-07T23:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c10b18b6d31069b98fdaac45934eab4fac4eba2c",
"body": "…LIENT TRACKINGINFO\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "test: added commands tests for CLIENT TRACKING, CLIENT CACHING, and C…",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-07T23:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "179b2eabb8081313715b1378bd31d56975891fdf",
"body": "Signed-off-by: Alex Le <alex.le@improving.com>\n\nfix: updated account cleanup.\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\nskip ACL tests to isolate a CI failure.\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\nskip wrong password tests\n\nSigned-off-by: Alex Le <alex.le@improving.com>\n\nupdated tests\n\nSigned-off-by: Alex Le <alex.le@improving.com>",
"is_bot": false,
"headline": "test(ruby): added authentication integration tests",
"author_name": "Alex Le",
"author_login": "Aryex",
"committed_at": "2026-07-07T23:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ede1a719b7859dfc6524d1ec893212cdbdb2bf",
"body": "* Update valkey-glide submodule for shared CI actions\n\nPoint submodule to ci-cd-workflow-consolidation branch which includes\nshared composite actions (install-engine, install-rust-and-protoc,\nstart-valkey-docker, etc.) for cross-repo CI consolidation.\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-\n[…]\nd comment clarifying composite action path syntax\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n---------\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>",
"is_bot": false,
"headline": "CI/CD: Adopt shared actions from valkey-glide (#110)",
"author_name": "Alex Rehnby-Martin",
"author_login": "alexr-bq",
"committed_at": "2026-06-19T21:50:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6396496631c06a577cf6d19ae92a3360dc9cea73",
"body": "* feat(ruby): replace Docker cluster with cluster_manager.py\n\n- Add Valkey::TestCluster class wrapping cluster_manager.py invocation\n- Update Helper::Cluster to use TestCluster for dynamic cluster management\n- Update Helper::Client with standalone server support via TestCluster\n- Update CI workflow \n[…]\nd-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n---------\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\nSigned-off-by: Alex Rehnby-Martin <alexrema@amazon.com>",
"is_bot": false,
"headline": "Replace Docker cluster with cluster_manager.py (#108)",
"author_name": "Alex Rehnby-Martin",
"author_login": "alexr-bq",
"committed_at": "2026-06-10T20:03:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1465b38eeeff76335c698b2f824ec5322a25fd53",
"body": "* fix(ruby): set GLIDE_NAME=GlideRuby during native library build\n\nThe library name sent via CLIENT SETINFO lib-name is determined at\ncompile time by the GLIDE_NAME environment variable. Previously, the\nFFI default of 'GlideFFI' was being used.\n\n- Update Rakefile to set GLIDE_NAME=GlideRuby and GLID\n[…]\nuby): add test for library version in CLIENT INFO\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n---------\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>",
"is_bot": false,
"headline": "Fix setting of library name (#97)",
"author_name": "Alex Rehnby-Martin",
"author_login": "alexr-bq",
"committed_at": "2026-06-05T18:01:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6aabe92f48345af36f20f463541e8c7860a5f0ad",
"body": "* Replace pre-built native libraries with valkey-glide submodule\n\n- Add valkey-glide as git submodule for building FFI library from source\n- Update bindings.rb to load library from submodule build output\n- Add native:build rake tasks for compiling the Rust FFI library\n- Update README with developmen\n[…]\nom>\n\n* chore(ruby): rename gem to valkey-glide-rb\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>\n\n---------\n\nSigned-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>",
"is_bot": false,
"headline": "Modify Repo to use submodule + Add CD pipeline (#95)",
"author_name": "Alex Rehnby-Martin",
"author_login": "alexr-bq",
"committed_at": "2026-05-28T19:01:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1904698a83f4b528001090b8497f734ecc3bc830",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Adding documentation and examples (#94)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-05-28T08:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ea5f5c51a9df1399d5228c83b8f52ff5314481",
"body": "* Setting blocking paramter while creating connection\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing ruby standalone tests and hash command reorder (#91)\n\n* Fixing ruby standalone tests\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating tests\n\nSigned-\n[…]\nom>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\nCo-authored-by: Sasidharan3094 <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Setting blocking paramter while creating connection (#93)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2026-05-20T12:49:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "acd8b0f9bcb7165e960a30446bd42b1eb1905597",
"body": "* Fixing ruby standalone tests\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating tests\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating move and copy tests\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating newclient\n\nSign\n[…]\ngopal94@gmail.com>\n\n* Fixing build_command_args pointer issue\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Fixing ruby standalone tests and hash command reorder (#91)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-05-20T09:18:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0729035605d780076fb6ba68c6e7e1cdc3b27445",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Adding support for GETSET command (#90)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-04-23T06:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bab3cb3884e720428c3848595b395f94d2ab9985",
"body": "* Removing protobuf layer in connection creation\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Modifying so file\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* update libglide\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* trigger CI\n\nSigned-off-by\n[…]\natheep Kumar <pratheepkumar0403@gmail.com>\n\n* adding cbindgen diffs\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Removing protobuf layer in connection creation (#87)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2026-04-16T09:47:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08a78e379569c3b19fd5d07c719c2568021f8df6",
"body": "* Updating gemspec and version\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Fixing rubocop fixes\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Fixing rubocop changes\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating readme\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Updating gemspec and version (#86)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-03-18T09:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4d2af8436db82653de7be6d0eb29fdd88fe8fb",
"body": "* Adding support for missing sorted set commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing lint\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Adding support for missing sorted set commands (#83)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2026-02-17T12:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf6f1bf2ee2676fe0fdb3ae2e6f39bd837649cab",
"body": "* Implementing support for eval_ro, evalsha_ro, script_debug, pfdebug, pfselftest\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Fixing lint issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating ffi\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94\n[…]\naran Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating so file\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Implementing support for eval_ro, evalsha_ro, script_debug (#82)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-02-17T10:49:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07ea67ca156cec714e3747eeb2bbe8c0f72369bf",
"body": "* Adding support for KEYS, Migrate and WAITAOF\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating base binary\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Updating .so file\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Removing .so \n[…]\nGopal <sasidharan.gopal94@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Implement keys migrate waitaof (#84)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-02-17T10:39:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58c81d657934998ad6f1c668e105b7b09b2a5b62",
"body": "* Enabling opentelemetry\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Updating .so files\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing lint errors\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing lint errors\n\nSigned-off-by: Pratheep K\n[…]\nPratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Removing stale file\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Adding support for opentelemetry (#80)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2026-02-17T08:55:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b265c986e1fee855e361dfc3c8af0ebc983cb6bc",
"body": "* Enable support for client options\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop issues and test failures\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Adding tes\n[…]\nPratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Adding ca file path\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Enable support for client options (#78)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2026-01-19T16:10:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1ee4a805b7e9b32284b0027597caa415ac61e4f",
"body": "* Implement eval and evalsha commands for Lua script execution\n\nSigned-off-by: Arumugaraja Thirumani <arumugaraja.thirumani@freshworks.com>\n\n* Fixing the cop and spec\n\nSigned-off-by: Arumugaraja Thirumani <arumugaraja.thirumani@freshworks.com>\n\n* review comments\n\nSigned-off-by: Arumugaraja Thirumani\n[…]\nreshworks.com>\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\nCo-authored-by: Sasidharan3094 <sasidharan.gopal94@gmail.com>\nCo-authored-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Implement eval and evalsha commands for Lua script execution (#76)",
"author_name": "arumugaraja-thirumani",
"author_login": "arumugaraja-thirumani",
"committed_at": "2026-01-06T07:11:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d643948d72e8e1d50a162a9933a760729642d43f",
"body": "* Fix pipeline commands returning nil\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Fix: Pipeline commands returning nil instead of array (#77)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2026-01-02T12:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f846f52d0a7152072f2a59430b249e782aed634",
"body": "* Adding support for transaction commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop errors\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop errors\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop errors\n\n[…]\natheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop errors\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Adding support for transaction commands (#74)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-12-26T09:21:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3f90a90f9e35288caa736c77593f9be1e887461",
"body": "* Implementing remaining server commands\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Implementing remaining server commands (#71)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2025-12-18T07:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fe2a5cdfa7b9ba6d2a0ba0035d03968288d0d0",
"body": "* Adding server commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Adding so file\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Pratheep\n[…]\natheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop issues\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Implement server commands (#70)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-12-16T09:14:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23e5f9746c776dbdf46dcefb2cdfb26f2b2a693f",
"body": "* Implementing pubsub commands\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing timeout issues in test files\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Adding mod\n[…]\n------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\nSigned-off-by: Sasidharan3094 <sasidharan.gopal94@gmail.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Implement ACL command (#69)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2025-12-15T18:45:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1af94432f7b1e48bc7b1d822a60c1f2461d33873",
"body": "* Implementing pubsub commands\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing timeout issues in test files\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Adding mod\n[…]\n------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\nSigned-off-by: Sasidharan3094 <sasidharan.gopal94@gmail.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Implementing remaining sorted set commands (#68)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2025-12-03T14:13:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "99d091f57fc869e7ca4436592ae3c5b5f425ac56",
"body": "* Implementing stream commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing test cases\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing test cases\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing test cases\n\nSigned-off-by: Prathee\n[…]\n Kumar <pratheepkumar0403@gmail.com>\n\n* Addressing copilot comments\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Implementing stream commands (#61)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-12-03T14:07:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "942747338ca8f04c99da2f59612a796974f865c2",
"body": "* Implementing hash commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Implementing hash commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Implementing hash commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Implementing hash command\n[…]\np Kumar <pratheepkumar0403@gmail.com>\n\n* Implementing hash commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Implementing hash commands (#66)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-12-02T16:01:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "63af9aa8604447dc555f98c9bd22d8de01638563",
"body": "* Implementing pubsub commands\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing timeout issues in test files\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Adding mod\n[…]\n------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\nSigned-off-by: Sasidharan3094 <sasidharan.gopal94@gmail.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Implement JSON commands (#67)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2025-12-02T13:52:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "46f7e135c3eb84a06e4ef549df09ff6471fcfa53",
"body": "* Implementing vector search commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Implementing vector search commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Implementing vector search commands\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n\n[…]\nmar <pratheepkumar0403@gmail.com>\n\n* Remove version checks in tests\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Implementing vector search commands (#65)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-12-02T07:49:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc6a8a4daabeeb1e1d16e9b115ea8a0d027b1890",
"body": "* Implementing pubsub commands\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing timeout issues in test files\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* fixing rubocop issues\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n* Adding mod\n[…]\npal <sasidharan.gopal94@gmail.com>\n\n* Removing target version\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>\n\n---------\n\nSigned-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Implementing pubsub commands (#59)",
"author_name": "Sasidharan3094",
"author_login": "Sasidharan3094",
"committed_at": "2025-12-02T07:31:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7bed3853bd1abc0c0f5d7a4dcead0d7f666d2913",
"body": "Implementing client commands",
"is_bot": false,
"headline": "Merge pull request #52 from valkey-io/implementing-client-commands",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1878497f28c51e303234b39b222fe01cd7f59de7",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Adding new so file",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8340a481c8de273444dbfd344cdc6bf70a16f2",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Adding retries for client reset tests",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d6d894e9802f1dbabec2ff27ff85b612d2b903",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Fixing rubocop issues",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25cb12aebc43de0604c253aab8a2ff64fb61d5bd",
"body": null,
"is_bot": false,
"headline": "Removing duplicate implementation for client commands",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8c6416a29144d5f10263a9f230312eb6eef919",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "fixing test cases",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "328defdf7ae5d2795c9701ce7fb8189fd80ebd72",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "fixing test cases",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59beec08a998ee6cb64a67491e1563b9c80e78d7",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "fixing test cases",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708d9005bfcf36fb4f9a36244aa682fc8a226f4f",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "fixing test cases",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06ca696c9aa63a64c11db3ca6084ef684d3e3c5",
"body": null,
"is_bot": false,
"headline": "remove skipped test cases",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "878a84b942df1e42b9fc0bd05e4ba5949997247e",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Addressing copilot review comments",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "589d0a73c53a556b624afa9c814bb6e818336ed5",
"body": null,
"is_bot": false,
"headline": "Fixing lint errors",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d544f0f0333b9831e990ff2176b9dbe52c381ace",
"body": null,
"is_bot": false,
"headline": "Fixing lint errors",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b42a9aaf0edd12ec903dc38b8030735ff370c2f",
"body": "Signed-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Adding testt fixes",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7103fbea4ed13bdf198ccec7800655fe1a64ae6e",
"body": null,
"is_bot": false,
"headline": "Implementing client commands #5",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-28T05:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e240c85acab77d298d16b9de5d8fddaa5c9c98b2",
"body": "Adding support for module command",
"is_bot": false,
"headline": "Merge pull request #58 from Sasidharan3094/main",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-27T17:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "706320e6733209f6e4678e13a0cfef2c51ca5044",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Updating latest libglide_ffi.so file",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-27T06:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f9b35fb29d93a584ee5e0154148a392cc356ff1",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Adding timeout for flush",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-27T06:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6ce64fad0c92b35fc48a6f330b22c940bcbd13",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Fixing rubocop issues",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-27T05:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fee9bfccdc2b8223cc61b7e812316473a4a578",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Updating filename in CI.yml",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-27T04:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd2c03bd223fe4b4f8c3067b801a05b15f6dc604",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Adding support for module command",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-27T04:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de966331e395289cab347a85efae717be9db8662",
"body": "Implementing function commands",
"is_bot": false,
"headline": "Merge pull request #56 from Sasidharan3094/main",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-11-20T10:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc86c0951234143185554384b73909d3fce61d8c",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Fixing lint issues",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-20T10:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1eab7d7001102d01daeffca24d9bfa7989a9a9",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Update test scripts to invoke lint's respective function test",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-20T10:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee3acafc1e0a7fc8fc64a0f1780dbd987682e73",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Fix rubocop offenses in function commands",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-20T10:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9f414d9d3ca53b1dfe574e1aa52d083d9c9f68",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "fixing",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan3094",
"committed_at": "2025-11-20T10:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35d238848f5b4747ee6b7263f686da3321ed293",
"body": "Signed-off-by: Sasidharan Gopal <sasidharan.gopal94@gmail.com>",
"is_bot": false,
"headline": "Implementing function commands",
"author_name": "Sasidharan Gopal",
"author_login": "Sasidharan-Gopal",
"committed_at": "2025-11-20T10:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15834e63e6bc2cd9191af3bd7f17c860c15d5b62",
"body": "* Add more sorted set commands\n\nSigned-off-by: Mos Roshanavand <technik@roshanavand.de>\n\n* Add more sorted set commands\n\nSigned-off-by: Mos Roshanavand <technik@roshanavand.de>\n\n---------\n\nSigned-off-by: Mos Roshanavand <technik@roshanavand.de>",
"is_bot": false,
"headline": "Add sorted set commands (#51)",
"author_name": "Mos Roshanavand",
"author_login": "roshanavand",
"committed_at": "2025-08-19T17:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c2e1190ab9d999988a2b8c4ae5f46a125d0f31",
"body": "* Implementing valkey cluster commands for ruby\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing tests\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Adding so file for cluster changes\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Updating ci \n[…]\n-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n* Fixing rubocop\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>\n\n---------\n\nSigned-off-by: Pratheep Kumar <pratheepkumar0403@gmail.com>",
"is_bot": false,
"headline": "Implementing valkey cluster commands for ruby (#50)",
"author_name": "Pratheep Kumar",
"author_login": "pratheep-kumar",
"committed_at": "2025-08-19T16:59:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec2564c4edabc6994164618472165fb83b3ec1c6",
"body": "* adding commands\n\n* adding set commands\n\n* adding tests\n\n* fix tests\n\n* debug commands\n\n* validate response type\n\n* add debuggers\n\n* add more debuggers\n\n* fix binding\n\n* remove debugger\n\n* remove guard\n\n* add debuggers\n\n* check if tear down happens\n\n* add teardown\n\n* add flush\n\n* add flush and debu\n[…]\ne52c.\n\n* remove unused Boolify\n\nSigned-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>\n\n---------\n\nSigned-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>\nCo-authored-by: Mohsen Alizadeh <mohsen@alizadeh.us>",
"is_bot": false,
"headline": "Implementing Set Commands (#48)",
"author_name": "Ajay R",
"author_login": "ajrav11",
"committed_at": "2025-08-04T20:08:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0187a77d380826ff7bd44ca006d7e3cea91e022",
"body": "Signed-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>",
"is_bot": false,
"headline": "add cluster mode #4 (#39)",
"author_name": "Mohsen Alizadeh",
"author_login": "mohsen-alizadeh",
"committed_at": "2025-08-04T19:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e23f9e68a195c6bc0432bb6c639d0c3227283ee",
"body": "* server commands - client\n\nSigned-off-by: Alireza Nobakht <nobakht.job@gmail.com>\n\n* server commands - client\n\nSigned-off-by: Alireza Nobakht <nobakht.job@gmail.com>\n\n---------\n\nSigned-off-by: Alireza Nobakht <nobakht.job@gmail.com>",
"is_bot": false,
"headline": "server commands - client (#47)",
"author_name": "Alireza Nobakht",
"author_login": "alireza-nobakht",
"committed_at": "2025-07-30T16:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0ecba0970b69ad52fa33970c5f922cd463b51d7",
"body": "* server commands - config\n\nSigned-off-by: Alireza Nobakht <nobakht.job@gmail.com>\n\n* server commands - config\n\nSigned-off-by: Alireza Nobakht <nobakht.job@gmail.com>\n\n* update the test\n\nSigned-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>\n\n---------\n\nSigned-off-by: Alireza Nobakht <nobakht.job@gmail.com>\nSigned-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>\nCo-authored-by: Mohsen Alizadeh <mohsen@alizadeh.us>",
"is_bot": false,
"headline": "server commands - config (#40)",
"author_name": "Alireza Nobakht",
"author_login": "alireza-nobakht",
"committed_at": "2025-07-27T19:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a530f5b7ccc23317761b6c0cfca811ab931274bc",
"body": "* implement scripting commands\n\nSigned-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>",
"is_bot": false,
"headline": "implement scripting commands (#45)",
"author_name": "Mohsen Alizadeh",
"author_login": "mohsen-alizadeh",
"committed_at": "2025-07-27T19:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655428f7b542f364732e667f29492bdc374b569d",
"body": "Signed-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>",
"is_bot": false,
"headline": "implement string lcs command (#44)",
"author_name": "Mohsen Alizadeh",
"author_login": "mohsen-alizadeh",
"committed_at": "2025-07-25T03:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d140cdf66a54a97ac6d1cca8ff8b4cf2471a98",
"body": "* use multiple valkey versions on CI\n\nSigned-off-by: Mohsen Alizadeh <mohsen@alizadeh.us>",
"is_bot": false,
"headline": "use multiple valkey versions on CI (#43)",
"author_name": "Mohsen Alizadeh",
"author_login": "mohsen-alizadeh",
"committed_at": "2025-07-25T02:18:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 96,
"latest_release_at": "2026-07-17T06:05:54Z",
"latest_release_tag": "v0.9.1",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 27,
"days_since_latest_release": 9,
"mean_days_between_releases": 48.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "valkey-glide-rb",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/valkey-glide-rb",
"is_deprecated": false,
"latest_version": "0.9.2",
"repository_url": "https://github.com/valkey-io/valkey-glide-ruby",
"versions_count": 6,
"total_downloads": 1015,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-05-28T19:06:05.721000Z",
"latest_published_at": "2026-07-24T21:27:52.634000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 17,
"stars": 29,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-07-10",
"count": 2
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_forks": 17
},
"star_history": null,
"open_issues_and_prs": 36
},
"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": 38510,
"source_files_sampled": 91,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8300
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "irb",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 13.0"
},
{
"name": "minitest",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 5.16"
},
{
"name": "minitest-reporters",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.4"
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.21"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 88,
"open_issues": 33,
"closed_ratio": 0.535,
"closed_issues": 38,
"closed_unmerged_prs": 20
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mohsen-alizadeh",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/4325532?v=4"
},
{
"type": "User",
"login": "pratheep-kumar",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/40911083?v=4"
},
{
"type": "User",
"login": "Sasidharan3094",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/56465593?v=4"
},
{
"type": "User",
"login": "prateek-kumar-improving",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/178204713?v=4"
},
{
"type": "User",
"login": "Aryex",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/35547559?v=4"
},
{
"type": "User",
"login": "alireza-nobakht",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/18299250?v=4"
},
{
"type": "User",
"login": "alexr-bq",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/72045206?v=4"
},
{
"type": "User",
"login": "roshanavand",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14833718?v=4"
},
{
"type": "User",
"login": "ajrav11",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26198336?v=4"
},
{
"type": "User",
"login": "nderraugh",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/970382?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.368
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml",
"action.yml",
"cd.yml",
"git-secrets-scan.yml",
"semgrep.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 7,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"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": "17 out of 17 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": 9,
"reason": "Found 17/18 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 9,
"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 30 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 2,
"reason": "SAST tool is not run on all commits -- score normalized to 2",
"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": 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": "d053b27449f7caff6599d1f1fbdf9ac70c24cbb2",
"ran_at": "2026-07-27T02:37:41Z",
"aggregate_score": 6.3,
"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": "2026-07-26T07:11:24Z",
"oldest_open_prs": [
{
"number": 147,
"created_at": "2026-07-09T16:04:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 176,
"created_at": "2026-07-22T17:28:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 182,
"created_at": "2026-07-24T22:24:18Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-24T15:52:13Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 60,
"created_at": "2025-11-28T08:52:02Z",
"last_comment_at": "2026-07-14T17:34:49Z",
"last_comment_author": "Aryex"
},
{
"number": 96,
"created_at": "2026-05-28T20:22:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 98,
"created_at": "2026-06-01T19:38:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 101,
"created_at": "2026-06-01T19:48:59Z",
"last_comment_at": "2026-07-08T03:32:50Z",
"last_comment_author": "Aryex"
},
{
"number": 102,
"created_at": "2026-06-01T19:52:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 103,
"created_at": "2026-06-01T19:55:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2026-06-09T21:50:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2026-07-02T22:21:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 124,
"created_at": "2026-07-07T21:02:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 125,
"created_at": "2026-07-07T21:09:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2026-07-07T22:20:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 129,
"created_at": "2026-07-07T22:29:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 133,
"created_at": "2026-07-08T03:02:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2026-07-08T03:09:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2026-07-08T03:09:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 136,
"created_at": "2026-07-08T03:09:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 137,
"created_at": "2026-07-08T03:09:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 139,
"created_at": "2026-07-08T03:09:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 141,
"created_at": "2026-07-08T03:46:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 142,
"created_at": "2026-07-08T16:56:24Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/valkey-io/valkey-glide-ruby",
"host": "github.com",
"name": "valkey-glide-ruby",
"owner": "valkey-io"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 68 is calibrated to 80 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 68,
"calibrated": 80,
"calibration": "2026-08-02"
}
}
],
"value": 80,
"inputs": {
"security": 63,
"vitality": 86,
"community": 48,
"governance": 71,
"calibration": "2026-08-02",
"engineering": 70,
"ai_readiness": 57,
"weighted_overall_raw": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"commits_last_year": 96,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "96 commits in the last year",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 96
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 30 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": 2,
"latest_release_tag": "v0.9.1",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 48.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~48.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 48.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": "exceptional",
"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": 13,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 13 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 13
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 48,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 17,
"stars": 29,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "29 stars",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 29
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "17 forks",
"points": 10,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 17
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "weak",
"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": 39,
"inputs": {
"packages": [
"valkey-glide-rb"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 1015,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "1,015 downloads all-time across rubygems",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 1015,
"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": 71,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 14,
"top_contributor_share": 0.368
},
"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 37% of commits",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 37
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"merged_prs": 88,
"open_issues": 33,
"closed_issues": 38,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.535,
"closed_unmerged_prs": 20,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "54% of issues closed",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 54
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "88/108 decided PRs merged",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 88,
"decided": 108
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/18 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 1672,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "valkey-io",
"public_repos": 45,
"account_age_days": 856
},
"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": "1,672 followers of valkey-io",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1672,
"login": "valkey-io"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "45 public repos, account ~2 yr old",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 45
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"valkey-glide-rb"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": 70,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"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": "17 out of 17 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"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": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "17 out of 17 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 17/18 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 30 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 2",
"points": 1,
"status": "partial",
"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": "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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"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": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.63,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8300
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"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": "63 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 63,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"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": ".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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"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 8",
"points": 8,
"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": 38510,
"source_files_sampled": 91,
"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/91 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 91,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:rubygems",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T02:38:05.801413Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/valkey-io/valkey-glide-ruby.svg",
"full_name": "valkey-io/valkey-glide-ruby",
"license_state": "custom",
"license_spdx": null
}