Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"ruby"
],
"is_fork": false,
"size_kb": 566,
"has_wiki": true,
"homepage": "https://rudderstack.com/",
"languages": {
"Ruby": 111779,
"Shell": 1913
},
"pushed_at": "2026-07-22T08:41:57Z",
"created_at": "2019-12-15T02:32:06Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T08:41:56Z",
"description": "Ruby SDK for RudderStack - Open-source, warehouse-first Customer Data Pipeline and Segment-alternative. Collects and routes clickstream data and builds your customer data lake on your data warehouse.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://www.rudderstack.com",
"name": "RudderStack",
"type": "Organization",
"login": "rudderlabs",
"company": null,
"location": "United States of America",
"followers": 333,
"avatar_url": "https://avatars.githubusercontent.com/u/52480567?v=4",
"created_at": "2019-07-03T04:38:47Z",
"is_verified": null,
"public_repos": 189,
"account_age_days": 2576
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2026-07-22T11:25:59Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2026-07-21T09:28:42Z"
},
{
"tag": "v3.1.1",
"kind": "patch",
"published_at": "2025-02-26T08:19:55Z"
},
{
"tag": "rudder-sdk-ruby@3.1.0",
"kind": "other",
"published_at": "2024-12-09T05:23:34Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2023-09-13T09:52:19Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2023-08-23T05:45:33Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2023-04-18T12:35:12Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2023-04-18T12:32:20Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-03-14T06:43:24Z"
}
],
"recent_commits": [
{
"oid": "3672aa33ef7a9c9fc9b33af9c797dbbd690acb60",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[3.2.1](https://github.com/rudderlabs/rudder-sdk-ruby/compare/v3.2.0...v3.2.1)\n(2026-07-22)\n\n\n### Miscellaneous\n\n* sdk-5164 automate rubygems publishing\n([#50](https://github.com/rudderlabs/rudder-sdk-ruby/issues/50))\n([83a1e2e](https://github.\n[…]\n See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release 3.2.1 (#51)",
"author_name": "rudderstack-github-actions[bot]",
"author_login": "rudderstack-github-actions[bot]",
"committed_at": "2026-07-22T08:41:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83a1e2e184b19742453932fb4caccca8e2b8f931",
"body": "## Summary\n\n- add a dedicated `publish.yml` workflow triggered by published GitHub\nreleases\n- authenticate to RubyGems through Trusted Publishing and GitHub OIDC\n- build and publish the gem from the exact release tag\n- verify the published version through the RubyGems API\n\n## Why\n\nRelease Please alr\n[…]\na validation\n- RubyGems version-verification endpoint validation\n\n## Linear\n\n\n[SDK-5164](https://linear.app/rudderstack/issue/SDK-5164/automate-ruby-sdk-publishing-to-rubygems-with-trusted-publishing)",
"is_bot": false,
"headline": "chore: sdk-5164 automate rubygems publishing (#50)",
"author_name": "Denis Ciccale",
"author_login": "dciccale",
"committed_at": "2026-07-22T08:26:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ec87dc83aa6b721d0a2f585b1eb468aa88e2e3d",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[3.2.0](https://github.com/rudderlabs/rudder-sdk-ruby/compare/v3.1.1...v3.2.0)\n(2026-07-16)\n\n\n### Features\n\n* sdk-4946 implement retry handling in ruby sdk\n([#46](https://github.com/rudderlabs/rudder-sdk-ruby/issues/46))\n([27857aa](https://gith\n[…]\n See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release 3.2.0 (#48)",
"author_name": "rudderstack-github-actions[bot]",
"author_login": "rudderstack-github-actions[bot]",
"committed_at": "2026-07-21T09:28:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27857aac0a2cebf0a538398dd827a5a817422d22",
"body": "## Summary\n\nImplements the Rust/PHP-style retry baseline for the Ruby SDK delivery\npath:\n\n- Adds a retry policy for retryable HTTP statuses and network/timeouts.\n- Retries 429, status 0, and 5xx responses with bounded exponential\nbackoff.\n- Honors `Retry-After` delay-seconds and HTTP-date values as \n[…]\nnd verifies the public SDK path retries a 429, resends\nthe same batch, and succeeds without invoking error callbacks.\n\nRun it with:\n\n```sh\nbundle exec rspec spec/integration/retry_contract_spec.rb\n```",
"is_bot": false,
"headline": "feat: sdk-4946 implement retry handling in ruby sdk (#46)",
"author_name": "Denis Ciccale",
"author_login": "dciccale",
"committed_at": "2026-07-16T08:20:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6065e2c67e219d1e3c418e62afc22f11cb3fc454",
"body": "# Description\n\nReplaces the repo's code owners — currently two named individuals\n(`@pallabmaiti`, `@bardisg`) — with the whole SDK team\n(`@rudderlabs/sdk_team`), so any team member's review can unblock chore\nPRs (Dependabot merges, CI fixes) instead of hard-blocking whenever a\nspecific person is una\n[…]\nnly — no code, workflow, or build behavior is\naffected.\n- Post-merge check: the next PR should auto-request review from\n`sdk_team`, and any member's approval should satisfy the code-owner\nrequirement.",
"is_bot": false,
"headline": "chore(codeowners): set sdk_team as code owners (#49)",
"author_name": "Satheesh Kannan",
"author_login": "SKannaniOS",
"committed_at": "2026-07-14T11:06:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ee2e8b873b0200049b0f621aa68b0d3a0fb796c",
"body": "## Summary\n\n- add a release-please workflow using the GitHub App token pattern used\nby the other migrated SDKs\n- add release-please config for the Ruby gem with `release-type: ruby`\nand explicit `version-file: lib/rudder/analytics/version.rb`\n- seed the release-please manifest at the current release\n[…]\n, `lib/rudder/analytics/version.rb`, and\n`.release-please-manifest.json`. It also probed `Gemfile.lock` and\nreported that the file does not exist, so it will not create or update\nthe ignored lockfile.",
"is_bot": false,
"headline": "chore: sdk-4990 migrate ruby sdk to release-please (#47)",
"author_name": "Denis Ciccale",
"author_login": "dciccale",
"committed_at": "2026-07-09T07:58:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad9c5a104d20f321712b86c361732ed601076cc4",
"body": "…(#45)\n\nRemediate zizmor excessive-permissions (SEC-167).\n\nactionlint: no regressions before/after.",
"is_bot": false,
"headline": "chore(vuln): scope workflow permissions to least privilege (SEC-167) …",
"author_name": "Aris Konstantoulas",
"author_login": "aris1009",
"committed_at": "2026-04-27T06:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d8614bc2a17affb67d98f351bf2e4305413494d",
"body": "Remediate zizmor findings via `zizmor --fix=all` (SEC-199). Scope\nlimited to `.github/`.",
"is_bot": false,
"headline": "chore(vuln): zizmor --fix=all findings (SEC-199) (#44)",
"author_name": "Aris Konstantoulas",
"author_login": "aris1009",
"committed_at": "2026-04-24T12:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240c4844de76d08ce556e681bc16610eed839a2a",
"body": "## What\n\nDeterministic remediation of four zizmor audit rules:\n\n- `known-vulnerable-actions` — bumps vulnerable refs to the GHSA\nadvisory's `first_patched_version`, re-pins to SHA, syncs the version\ncomment.\n- `unpinned-uses` — rewrites `@tag` refs to `@<sha> # <tag>`.\n- `ref-version-mismatch` — rew\n[…]\npdated by\n@aris1009 before merge coordination.\n\n## Ticket\n\nCloses part of [SEC-171](https://linear.app/rudderstack/issue/SEC-171) —\nparent epic [SEC-162](https://linear.app/rudderstack/issue/SEC-162).",
"is_bot": false,
"headline": "chore(vuln): pin and bump action refs (SEC-171) (#43)",
"author_name": "Aris Konstantoulas",
"author_login": "aris1009",
"committed_at": "2026-04-17T10:56:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "339b86310b0c3c949fab193cd265e3aaf332b77d",
"body": "# Description\n\nAdd a DeepWiki badge to the README.md file. The badge links to the\nDeepWiki page for this repository\n(https://deepwiki.com/rudderlabs/rudder-sdk-ruby), providing an easy way\nfor users to access AI-generated documentation and ask questions about\nthe codebase.\n\n## Changes\n\n- Added a centered DeepWiki badge below the existing RubyGems version\nbadge in `README.md`",
"is_bot": false,
"headline": "chore: add DeepWiki badge to README.md (#41)",
"author_name": "Vishal Gupta",
"author_login": "vgupta98",
"committed_at": "2026-03-19T11:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9cb6c29f0bf6b5597aa15b9b530546413932554",
"body": "## Summary\nMigrates workflow authentication from `secrets.PAT` to GitHub App\ntokens.\n\n> **Generated by Claude Code** - This PR is part of a batch migration\nrunning across ~130 RudderStack repositories.\n\n**Linear:**\n[SEC-58](https://linear.app/rudderstack/issue/SEC-58/migration-from-pat-to-github-app\n[…]\nlow manually or via PR event\n- [ ] Verify Notion sync completes successfully\n- [ ] Check workflow logs for any authentication errors\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(ci): migrate from PAT to GitHub App token [SEC-58] (#40)",
"author_name": "Leonidas Vrachnis",
"author_login": "lvrach",
"committed_at": "2026-03-16T11:49:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "57f7f417bd1ec18c20e310e3ab4a046733158cb3",
"body": "Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>\nCo-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: apply security best practices from step security (#34)",
"author_name": "stepsecurity-app[bot]",
"author_login": "stepsecurity-app[bot]",
"committed_at": "2025-11-07T08:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975ed453dcae3e851dc875cece2f84cc9547e863",
"body": "Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>\nCo-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: apply security best practices from step security (#33)",
"author_name": "stepsecurity-app[bot]",
"author_login": "stepsecurity-app[bot]",
"committed_at": "2025-11-06T19:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ab332549ffddd661f4640f75c08b1dd3d8a7176",
"body": "* fix: add traits at the root level in group API\n\n* chore: bump the ruby sdk version to 3.1.1",
"is_bot": false,
"headline": "fix: add traits at the root level in group API (#24)",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2025-02-26T07:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af48c1aefacc46f7eeb220ce359267bca7cfb179",
"body": "* add an option (on_error_with_messages) to provide a callback option to get the data affected by the error\r\n\r\n* add an option (on_error_with_messages) to provide a callback option to get the data affected by the error",
"is_bot": false,
"headline": "feat: add an error callback option to provide the affected data (#22)",
"author_name": "chunhuiteng",
"author_login": "chunhuiteng",
"committed_at": "2024-12-06T11:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc98c9cec8c69c07c759a1a6f5612526f0753d56",
"body": "further qualify existence of Rails.logger before using it",
"is_bot": false,
"headline": "Merge pull request #20 from ianhall/fix-rails-logger",
"author_name": "Arnab Pal",
"author_login": "arnab-p",
"committed_at": "2024-06-12T03:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851c25db147354aaa855885184a05a1899cd39c2",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Arnab",
"author_login": "arnab-p",
"committed_at": "2024-05-03T13:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a60dfb25c17e42befc85daa976f1090618d328",
"body": null,
"is_bot": false,
"headline": "update gem version",
"author_name": "Ian Hall",
"author_login": "ianhall",
"committed_at": "2024-05-01T18:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db7cdcccbff16ab84d685e93579fa3f27ea12098",
"body": null,
"is_bot": false,
"headline": "further qualify existence of Rails.logger before using it",
"author_name": "Ian Hall",
"author_login": "ianhall",
"committed_at": "2024-05-01T18:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "630c01ab787eb9ecc288473f7f488ef30c6d342e",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Arnab",
"author_login": "arnab-p",
"committed_at": "2024-02-22T11:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f889b73750c109b2c6f5927ae4d5ab1ac496e4d",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Arnab",
"author_login": "arnab-p",
"committed_at": "2024-02-22T08:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b37129e421b2a865f0de9547086b4fc915b104a",
"body": null,
"is_bot": false,
"headline": "chore(release): 3.0.0 (#18)",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-09-13T09:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96883692e19536341b63ac763d90a4fc1803722",
"body": null,
"is_bot": false,
"headline": "feat!: removed traits from event level (#17)",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-09-13T09:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e8e1664bfdf96123fff762c1a00e2ed413927c",
"body": null,
"is_bot": false,
"headline": "chore(release): 2.0.3",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-08-23T05:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c225f49e27ecc4aea1574032f1ea756cbce7981c",
"body": null,
"is_bot": false,
"headline": "fix: configuration ssl to false were always true (#15)",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-08-21T09:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e6a0281286cebaebfd9e16b6e5cbf3ea3a055a",
"body": null,
"is_bot": false,
"headline": "chore(release): version 2.0.2",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-04-18T12:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf04d8fd5bbe8045556439e7bdddc33d37e3dc52",
"body": null,
"is_bot": false,
"headline": "fix: gzip enabled requests were failing",
"author_name": "Pallab Maiti",
"author_login": "pallabmaiti",
"committed_at": "2023-04-17T06:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "026bd6ab039cd4c930f1a9b1ef9ee42faba0205c",
"body": null,
"is_bot": false,
"headline": "chore(release): version 2.0.1",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-03-29T08:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0038e1123dea224593063f4f3c87337240e2ee31",
"body": null,
"is_bot": false,
"headline": "fix: removed `require 'pry'` from `transport.rb`",
"author_name": "Pallab Maiti",
"author_login": "pallabmaiti",
"committed_at": "2023-03-29T07:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e5319e3d4fca5b88068eea172ea63cd4f85625",
"body": "chore: readme update",
"is_bot": false,
"headline": "Merge pull request #7 from rudderlabs/readme-update",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2023-03-24T04:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfec50ba4905ce0b8cc8c5721543f877b2cc0941",
"body": null,
"is_bot": false,
"headline": "Apply suggestions from doc review",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2023-03-24T04:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ce34ae0836952e24aa24e70f1b2117f02d98b4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2023-03-23T08:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac142d2f8746e2428f157b162a027eed9bcd8447",
"body": null,
"is_bot": false,
"headline": "chore(release): version 2.0.0",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-03-14T06:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b21149cbeb7fa93232f3252f147e930554a5b6f",
"body": "… event payload",
"is_bot": false,
"headline": "feat: introduced configuration, gzip support, added channel=server in…",
"author_name": "Pallab Maiti",
"author_login": "pallabmaiti",
"committed_at": "2023-03-14T06:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b5a5deba698cd0e8e82a830df8fe49a7ab55f7",
"body": "Merge pull request #6 from rudderlabs/issueTemplate",
"is_bot": false,
"headline": "chore: add issue template for bug report",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2023-02-14T12:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ada8ed30f5bff3acac02983409d7ff0001b3f2b",
"body": null,
"is_bot": false,
"headline": "Update bug_report.md",
"author_name": "Pallab Maiti",
"author_login": null,
"committed_at": "2023-02-09T10:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69a38a2de754257679170d9de629602d77a7405",
"body": null,
"is_bot": false,
"headline": "chore: addressing comment",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2023-02-09T10:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f635e65d07965345cb08344f374c81d12d3734",
"body": "\r\nUpdate .github/ISSUE_TEMPLATE/bug_report.md\n\nCo-authored-by: Pallab Maiti <mynamepallabmaiti@gmail.com>",
"is_bot": false,
"headline": "chore: address comment",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2023-02-09T09:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f647a5736577af88e9bae5d22dc7608638fb43a",
"body": "\r\nUpdate .github/ISSUE_TEMPLATE/bug_report.md\n\nCo-authored-by: Pallab Maiti <mynamepallabmaiti@gmail.com>",
"is_bot": false,
"headline": "chore: address comment",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2023-02-09T09:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1fab62e950c6a6eed6ff4696483a64cb4cbd50",
"body": null,
"is_bot": false,
"headline": "chore: change assignees",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2023-02-08T14:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23f1da70f4ee5b9adb1a56d1534ccc2be861c48",
"body": null,
"is_bot": false,
"headline": "chore: add issue template for bug report",
"author_name": "Abhishek Pandey",
"author_login": "1abhishekpandey",
"committed_at": "2023-02-08T14:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd46bc752acf1c9b40b3bf1508f121cea5ddf8c",
"body": null,
"is_bot": false,
"headline": "conflicts resolved",
"author_name": "Pallab Maiti",
"author_login": "pallabmaiti",
"committed_at": "2023-01-10T06:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a8848ffc324e62cc29f9525d7e0d27a6cf4dfc",
"body": null,
"is_bot": false,
"headline": "pulled latest upstream",
"author_name": "Pallab Maiti",
"author_login": "pallabmaiti",
"committed_at": "2023-01-03T09:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2139f47a74923f419ebe7daee11142f405e42c4",
"body": "Create SECURITY.md",
"is_bot": false,
"headline": "Merge pull request #4 from rudderlabs/create-security-file",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2022-11-30T07:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29cd82c24db853f2de8efa8efa5f6b31f05747ce",
"body": null,
"is_bot": false,
"headline": "Create SECURITY.md",
"author_name": "ishachopra0401",
"author_login": "ishachopra0401",
"committed_at": "2022-11-25T07:41:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d21a26f3778c5ac3fde5524afbd6ea6b0450a9f",
"body": "Mentioning about stubbing actions during tests.",
"is_bot": false,
"headline": "Merge pull request #253 from raghuvarmabh/update_test_instructions",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2022-04-27T19:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d9a33e30cf396b597315372e8f2ce8adf49400",
"body": null,
"is_bot": false,
"headline": "Bumping the version",
"author_name": "Raghu Bhupatiraju",
"author_login": "raghuvarmabh",
"committed_at": "2022-04-20T23:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d188a3943d05b8f0ff655f0c7eb0cdd3c1a60555",
"body": null,
"is_bot": false,
"headline": "Mentioning about stubbing during tests.",
"author_name": "Raghu Bhupatiraju",
"author_login": "raghuvarmabh",
"committed_at": "2022-04-20T20:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19df91666bdba4af3c815878bdd6442cb04880d5",
"body": "Milliseconds reporting to 3 places",
"is_bot": false,
"headline": "Merge pull request #251 from North-Two-Five/Issue-247-timestamp",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2022-02-23T23:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e61564f0557850a695735847024aee8ba37b27e",
"body": "…to 3",
"is_bot": false,
"headline": "Resolve Issue #247, change milliseconds from reporting 6 places back …",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-02-23T19:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85367e37225f0f357ee18b67f6b9909bcbc2a251",
"body": "Convert project to Github Actions",
"is_bot": false,
"headline": "Merge pull request #249 from North-Two-Five/master",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2022-02-08T00:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8e68c14d7be85f956539b8d400ac614b55dd1f",
"body": "Create ruby.yml",
"is_bot": false,
"headline": "Merge pull request #1 from North-Two-Five/github-actions-integration",
"author_name": "Shane L. Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-02-07T16:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d53b6c7964ed803c45d34ff80dd801cfeda305e",
"body": null,
"is_bot": false,
"headline": "Add GPR into config",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-01-18T02:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bac002f7d6a8638337e1c8da61fc37c3f00c1a",
"body": null,
"is_bot": false,
"headline": "Add ruby gems config",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-01-18T01:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03164ba338f3593ca5b1b3f4043cb0e28366fb8",
"body": null,
"is_bot": false,
"headline": "rubocop syntax update",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-01-17T22:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34a5be7950d0f6bd31939bb873f4360dcb063e18",
"body": null,
"is_bot": false,
"headline": "rubocop update parameters; fix syntax reported by rubocop",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-01-17T22:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4328e6b2b0d844b53c64ace53d1fe7de6282c4",
"body": null,
"is_bot": false,
"headline": "Update test version",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-01-17T20:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f82d1618f4b0c6e202674bbcf4478ebe9c23ca",
"body": null,
"is_bot": false,
"headline": "Create ruby.yml",
"author_name": "Shane L. Duvall",
"author_login": "nd4p90x",
"committed_at": "2022-01-17T20:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52b770b90a3f019290ec18c1534cb81fadf48af",
"body": "Fix for empty user_id or anonymous_id not throwing errors",
"is_bot": false,
"headline": "Merge pull request #245 from tyler-goodwin/master",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-10-20T21:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c908070c9da16f67747a74d5f762352c59a3616d",
"body": "Events were being swallowed if the user id was an empty string.",
"is_bot": false,
"headline": "Fix for empty user_id or anonymous_id not throwing errors",
"author_name": "Tyler Goodwin",
"author_login": "tyler-goodwin",
"committed_at": "2021-10-13T22:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169e99b22264e3bd48e5ad54582cfc29276cbf38",
"body": "Correct dates on History.md",
"is_bot": false,
"headline": "Merge pull request #240 from diego-silva/patch-1",
"author_name": "Shane L. Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-08-26T17:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18a8408097319d01889de45d6a159317ce961936",
"body": "Versions 2.3.0 up to 2.4.0 were released in 2021,\r\nnot in 2020.",
"is_bot": false,
"headline": "Correct dates on History.md",
"author_name": "Diego Silva",
"author_login": "diego-silva",
"committed_at": "2021-08-25T20:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a04c25a5c1420bd94dec38ffc9e0ea1655095f",
"body": "…ion_in_real_queue\n\nNot enqueuing test action in real queue",
"is_bot": false,
"headline": "Merge pull request #237 from MaxenceFlatlooker/not_enqueuing_test_act…",
"author_name": "Shane L. Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-06-22T22:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675b296393d304aa3903737613f5dbb4e643591c",
"body": null,
"is_bot": false,
"headline": "not enqueuing test action in real queue",
"author_name": "MaxenceFlatlooker",
"author_login": "MaxenceFlatlooker",
"committed_at": "2021-06-21T14:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fabd8d4b9db56aa7a335e3bcf277c77a6685c1f1",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #236 from segmentio/pooyaj-patch-1",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-06-16T18:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d230d97a11dfb58c04cce4cd40376e910b94545",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-06-16T18:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01cc6750300934c3ddbfecb845d8c271afe34ba8",
"body": "Fix test queue reset! documentation",
"is_bot": false,
"headline": "Merge pull request #235 from davehughes/patch-1",
"author_name": "Shane L. Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-06-16T18:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c83a245aed6c661ecf8f4c3e4cafd02814a072",
"body": "I ran into this with version 2.4.0, not sure if this is a just a typo or if the interface changed between versions.",
"is_bot": false,
"headline": "Fix test queue reset! documentation",
"author_name": "David Hughes",
"author_login": "davehughes",
"committed_at": "2021-06-09T19:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b1dc2ff4c176b526d7fbe17328db501104cb2a3",
"body": null,
"is_bot": false,
"headline": "Update version.rb",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-05-05T19:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa2e1c92afc810d44da1993a85751be082667ed",
"body": null,
"is_bot": false,
"headline": "Update History.md",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-05-05T19:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda8e5df68ea5782cf0b66b50d5ce9616cc2f03e",
"body": "Version update 2.3.3",
"is_bot": false,
"headline": "Merge pull request #232 from North-Two-Five/master",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-05-05T19:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc8d8fb1037a5fec9418c1705e6d071e71bc693",
"body": null,
"is_bot": false,
"headline": "Version update 2.3.3",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-05-05T19:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eeafa0acd53b69467ed06753156cae513296d90",
"body": "enable-overriding-transport-options Pass options when initializing Transport",
"is_bot": false,
"headline": "Merge pull request #230 from annc128/enable-overriding-transport-options",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-05-05T17:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156f7896e40ef76874b06d106b27093a01c32076",
"body": null,
"is_bot": false,
"headline": "enable-overriding-transport-options Bump version",
"author_name": "annc128",
"author_login": "annc128",
"committed_at": "2021-04-29T01:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98adba6ba2c1bc7e87f446c6b0d08d99e52f6bd7",
"body": "…ansport",
"is_bot": false,
"headline": "enable-overriding-transport-options Pass options when initializing Tr…",
"author_name": "annc128",
"author_login": "annc128",
"committed_at": "2021-04-29T00:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5202c1d1edf7ddeade0b9e839016b7ed6bfcee4e",
"body": "Update version for gem",
"is_bot": false,
"headline": "Merge pull request #229 from North-Two-Five/Bump-version",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-04-13T19:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff9d0186dffbed1933ef30acbff792df5a4e804",
"body": null,
"is_bot": false,
"headline": "Update version for gem",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-04-13T19:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b91d435bfcff6a9d1b971b6f274bb8029cb1876e",
"body": "Add test option and queue for easier testing",
"is_bot": false,
"headline": "Merge pull request #222 from ryanwjackson/master",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-04-12T23:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337072c16aab3b2055bdfd75475c8fc254a60050",
"body": null,
"is_bot": false,
"headline": "Update quotes for rubocop",
"author_name": "Ryan Jackson",
"author_login": "ryanwjackson",
"committed_at": "2021-04-09T13:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46df274056adf9f226412ea5dabf58959a8c7959",
"body": null,
"is_bot": false,
"headline": "Add test option and queue for easier testing",
"author_name": "Ryan Jackson",
"author_login": "ryanwjackson",
"committed_at": "2021-03-27T11:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7305134b9231099e152bdc0c7de4c63024113ea7",
"body": null,
"is_bot": false,
"headline": "release 2.3.0",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-03-26T20:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb6fc732841e8b5197eeed17d0ed05959964a7c",
"body": "…d-Timestamp\n\nChanged the fractional digits to display 6 places",
"is_bot": false,
"headline": "Merge pull request #225 from North-Two-Five/Issue-#223-Sub-Millisecon…",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-03-26T17:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8558ea73792d52d01f55d34f8e6fa6cf688a5f2",
"body": null,
"is_bot": false,
"headline": "Minor version bump with history",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-03-26T17:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e9e2dde685df575c5d7a36dedebb17ccce13d7",
"body": "…th-Two-Five/analytics-ruby into Issue-#223-Sub-Millisecond-Timestamp",
"is_bot": false,
"headline": "Merge branch 'Issue-#223-Sub-Millisecond-Timestamp' of github.com:Nor…",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-03-26T16:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91799d8a28b31ced1d25cd2a8953156d35499dc3",
"body": "…inal 3",
"is_bot": false,
"headline": "Changed the fractional digits to display 6 places instead of the orig…",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-03-26T16:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0f1870f6a596654289f470b2c951f67872c60a",
"body": "…rsions\n\nUpdate ruby versions",
"is_bot": false,
"headline": "Merge pull request #227 from North-Two-Five/Issue-#226-Update-Ruby-ve…",
"author_name": "Pooya Jaferian",
"author_login": "pooyaj",
"committed_at": "2021-03-26T16:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c998346ca4d0f8f050674444e62474ba64dfe75",
"body": null,
"is_bot": false,
"headline": "Update version file",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-03-26T16:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa3f1df29f26be1cc1d9f8d0ef36143cbbdae4e",
"body": null,
"is_bot": false,
"headline": "Issue #226 Update supported Ruby Versions",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-03-26T16:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fcb338938e59c7cbe9581ef3f81642182a550cb",
"body": "…inal 3",
"is_bot": false,
"headline": "Changed the fractional digits to display 6 places instead of the orig…",
"author_name": "Shane Duvall",
"author_login": "nd4p90x",
"committed_at": "2021-03-24T21:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "747cb8b57035b69f0973379b99eb94cef0e11007",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2021-02-11T10:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87db15d6ba2b1e857d41674863cc69a40a678a3b",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #3 from rudderlabs/url-update",
"author_name": "Arnab Pal",
"author_login": "arnab-p",
"committed_at": "2020-12-05T06:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdccf734776be1d66a8d5307dcfd5884e43acb26",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2020-12-04T08:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f054bdd697a74c917e9b98bc4d3e4a57d57346c4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Amey Varangaonkar",
"author_login": "ameypv-rudder",
"committed_at": "2020-10-08T12:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92004403f2fd13de0aa156decde3d43689c4b2de",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "sayan-rudder",
"author_login": "sayan-rudder",
"committed_at": "2020-04-10T03:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4985ce69e67d5eae0c5b803f660f7f928ac20c",
"body": "removing the logic for converting to json",
"is_bot": false,
"headline": "Merge pull request #2 from rudderlabs/feature/update",
"author_name": "sayan-rudder",
"author_login": "sayan-rudder",
"committed_at": "2020-04-10T03:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c5603252dc7db8b1b0727f4903042dbe25b9c6",
"body": null,
"is_bot": false,
"headline": "removing checks on json error",
"author_name": "Sayan Mitra",
"author_login": "sayan-rudder",
"committed_at": "2020-04-10T03:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a8868485dfea3b99b8d43c2f99b81ebae3b4fc",
"body": null,
"is_bot": false,
"headline": "removing the logic for converting to json",
"author_name": "Sayan Mitra",
"author_login": "sayan-rudder",
"committed_at": "2020-04-10T03:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b815be4dda150848e9ef6934d6e8b43e0d75e7eb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Arnab",
"author_login": "arnabp92",
"committed_at": "2020-04-09T16:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6681ff45f8c3f982a33009f3b46fd13fc406113",
"body": "BitDeli is gone, remove badge from README.",
"is_bot": false,
"headline": "Merge pull request #217 from kylev/patch-1",
"author_name": "Paul Kuruvilla",
"author_login": "rohitpaulk",
"committed_at": "2020-02-20T12:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bde3d65d5483afc7add58bcbecd90615702b4635",
"body": null,
"is_bot": false,
"headline": "BitDeli is gone, remove badge from README.",
"author_name": "Kyle VanderBeek",
"author_login": "kylev",
"committed_at": "2020-02-20T01:07:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 11,
"latest_release_at": "2026-07-22T11:25:59Z",
"latest_release_tag": "v3.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 0,
"mean_days_between_releases": 153.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "rudder-sdk-ruby",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/rudder-sdk-ruby",
"is_deprecated": false,
"latest_version": "3.2.1",
"repository_url": "https://github.com/rudderlabs/rudder-sdk-ruby",
"versions_count": 14,
"total_downloads": 888462,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2020-01-08T07:55:54.044000Z",
"latest_published_at": "2026-07-22T11:26:31.682000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"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": 16674,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "tzinfo",
"direct": false,
"version": "1.2.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-5cm2-9h8c-rvfx"
],
"fixed_version": "1.2.10",
"advisory_count": 1,
"oldest_advisory_days": 1461
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 9,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "debug",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "solargraph",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "debug",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "solargraph",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "codecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "commander",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "oj",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "1.2.1",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 2,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 29,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 7
},
"bus_factor": 3,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "rohitpaulk",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/3893573?v=4"
},
{
"type": "User",
"login": "travisjeffery",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/15225?v=4"
},
{
"type": "User",
"login": "f2prateek",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/843979?v=4"
},
{
"type": "User",
"login": "calvinfo",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/487539?v=4"
},
{
"type": "User",
"login": "nd4p90x",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/2658588?v=4"
},
{
"type": "User",
"login": "pooyaj",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/2992515?v=4"
},
{
"type": "User",
"login": "sayan-rudder",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/52495529?v=4"
},
{
"type": "User",
"login": "benjaminhoffman",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/6520022?v=4"
},
{
"type": "User",
"login": "1abhishekpandey",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/64667840?v=4"
},
{
"type": "User",
"login": "dominicbarnes",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/160197?v=4"
}
],
"contributors_sampled": 58,
"top_contributor_share": 0.258
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-and-quality-checks.yml",
"check-pr-title.yml",
"notion-pr-sync.yml",
"publish.yml",
"release-please.yml",
"slack-notify.yml",
"test.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": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"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": 5,
"reason": "13 out of 23 merged PRs checked by a CI test -- score normalized to 5",
"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": 8,
"reason": "Found 18/22 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 27 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 4,
"reason": "SAST tool is not run on all commits -- score normalized to 4",
"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": 9,
"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": "3672aa33ef7a9c9fc9b33af9c797dbbd690acb60",
"ran_at": "2026-07-22T11:29:19Z",
"aggregate_score": 7.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T11:26:17Z",
"oldest_open_prs": [
{
"number": 25,
"created_at": "2025-10-07T07:52:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2025-10-07T07:52:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2025-10-07T07:52:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2025-10-07T07:52:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2025-10-07T07:52:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2025-10-07T07:53:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2025-10-07T07:53:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2025-11-10T21:05:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2025-11-24T20:51:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2025-11-24T20:51:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2026-03-16T12:27:46Z",
"last_comment_at": "2026-07-03T10:42:55Z",
"last_comment_author": "sonarqubecloud"
}
],
"last_merged_pr_at": "2026-07-22T08:41:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rudderlabs/rudder-sdk-ruby",
"host": "github.com",
"name": "rudder-sdk-ruby",
"owner": "rudderlabs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 82,
"vitality": 67,
"community": 38,
"governance": 84,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 0.96,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v3.2.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 153.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~153.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 153.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 77,
"inputs": {
"packages": [
"rudder-sdk-ruby"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 888462,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "888,462 downloads all-time across rubygems",
"points": 61.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 888462,
"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": 84,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 58,
"top_contributor_share": 0.258
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 26% of commits",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 26
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "58 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 58
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 27 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"merged_prs": 29,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/36 decided PRs merged",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/22 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"followers": 333,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "rudderlabs",
"public_repos": 189,
"account_age_days": 2576
},
"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": "333 followers of rudderlabs",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 333,
"login": "rudderlabs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "189 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 189
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"rudder-sdk-ruby"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"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": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": "13 out of 23 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ruby"
],
"has_wiki": true,
"homepage": "https://rudderstack.com/",
"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": "https://rudderstack.com/",
"points": 15,
"status": "met",
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": "good",
"name": "Security",
"value": 82,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"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": 78,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 7.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 23 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"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 18/22 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 27 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 4",
"points": 2,
"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": 6.8,
"status": "partial",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 9 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 1,
"unassessed_packages": 9,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.542,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "52 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 28.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 50,
"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.01,
"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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 16674,
"source_files_sampled": 34,
"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/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T11:29:45.130707Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rudderlabs/rudder-sdk-ruby.svg",
"full_name": "rudderlabs/rudder-sdk-ruby",
"license_state": "custom",
"license_spdx": null
}