Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"sdk"
],
"is_fork": false,
"size_kb": 13875,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 226086
},
"pushed_at": "2026-07-27T18:05:41Z",
"created_at": "2013-06-18T21:30:04Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T17:34:20Z",
"description": null,
"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://mixpanel.com/",
"name": "Mixpanel, Inc",
"type": "Organization",
"login": "mixpanel",
"company": null,
"location": "United States of America",
"followers": 245,
"avatar_url": "https://avatars.githubusercontent.com/u/63653?v=4",
"created_at": "2009-03-15T15:48:53Z",
"is_verified": null,
"public_repos": 85,
"account_age_days": 6343
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2026-07-10T18:54:57Z"
},
{
"tag": "openfeature/v0.1.0",
"kind": "other",
"published_at": "2026-04-09T22:38:48Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2026-04-09T22:33:38Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-01-05T20:17:29Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2025-12-09T22:13:05Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2022-08-02T20:51:00Z"
}
],
"recent_commits": [
{
"oid": "3c547474e1040079a70da2f6b048e2f428cd7f3d",
"body": "Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "release: prepare analytics 3.3.0 (#168)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-27T17:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a125e26b0c64ac236bb48d17b33d11d20def7d9e",
"body": "…hread (SDK-80) (#157)\n\n* fix(analytics): allow capability to offload reportExposure to async thread\n\nExposure tracking called the tracker_callback (and therefore an HTTP\nPOST) inline, blocking every get_variant / get_variant_value /\nis_enabled call by the full /track round trip.\n\nAdd an optional :e\n[…]\n\n user-supplied executor. Added a lifecycle note pointing at\n at_exit + shutdown/wait_for_termination.\n\nAll 108 flag specs pass.\n\n---------\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(analytics): allow capability to offload reportExposure to async t…",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-07-22T19:54:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "76d06956aae926f701aff3a0d12f0965ba603945",
"body": "…5) (#165)\n\nThe parent to_h was returning @fallback_reason as the raw\nFallbackReason object rather than the {kind:, message:} hash the\nFallbackReason class itself defines. Downstream serializers\n(to_json, structured logging, cross-process passing) received the\nobject's inspect representation instead\n[…]\nis nil.\n\nAdded spec/mixpanel-ruby/flags/types_spec.rb covering the direct\nhash form, the JSON round-trip, and the nil-fallback compaction\npath. All three of the new cases fail on master; all pass now.",
"is_bot": false,
"headline": "fix(flags): SelectedVariant#to_h recurses into FallbackReason (SDK-12…",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-07-21T14:19:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "022417b0a08eea62e22284647d7a8c25c4b55774",
"body": "…tch failure (#155)\n\nTwo SDK-78 concerns addressed against master's current polling architecture\n(PR #149's ConditionVariable + lifecycle-mutex design already covers the\noriginal SDK-81 concurrent-start concerns, so those commits from an earlier\niteration of this PR are dropped as superseded).\n\n- sa\n[…]\nlock ever spawned the poller —\n a single startup blip left the SDK permanently without polling until\n the caller manually retried. Now the loop still spawns and retries on\n the configured interval.",
"is_bot": false,
"headline": "fix(flags): surface polling errors + still spawn poller on initial fe…",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-07-21T14:16:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "961ee206c63f0169e4c3b731090f2f2833f0a594",
"body": "…m context (#154)\n\nWhen a flag uses a non-default Variant Assignment Key (e.g. device_id),\nlocal evaluation succeeds via that key independently of whether\ndistinct_id is present. Exposure tracking, however, requires\ndistinct_id to attribute the event to the user. Previously the SDK\nsilently returned\n[…]\nhey need to include distinct_id in the context alongside the\nbucketing key.\n\nBehavior when distinct_id IS present is unchanged.\n\nLinear: SDK-84\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(analytics): surface dropped exposure when distinct_id missing fro…",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-07-21T03:42:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6a9e75f5201226f9f1f458b8f74944419d79ab35",
"body": "…message (SDK-79, SDK-83) (#153)\n\n* fix(flags): tag fallback_reason so OpenFeature can distinguish causes\n\nSelectedVariant now carries two source fields: `variant_source`\n(local | remote | fallback) and `fallback_reason` (FLAG_NOT_FOUND |\nMISSING_CONTEXT_KEY | NO_ROLLOUT_MATCH | BACKEND_ERROR | NOT_\n[…]\na case to a hypothetical\ncross-SDK reader. The absence is self-explanatory.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(analytics): distinguish fallback reasons + forward backend error …",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-07-21T03:15:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "224209a37c1cb5ab98a03791b0dd4a1765f2a622",
"body": "Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "release: prepare analytics 3.2.0 (#161)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-10T16:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa329087ed80b10aec06bd7bc0a4683cfaeeac87",
"body": "* Add service account support\n\n* Fix comments\n\n* Add explicit to_json method to ServiceAccountCredentials\n\nThe as_json method alone is not sufficient for direct .to_json calls.\nRuby's JSON library requires an explicit to_json method to properly\nserialize custom objects.\n\n* Simplify credentials API f\n[…]\nmmits.\n\n* Clean up code\n\n* Remove custom consumer from tracker\n\n* Use a separate method for service credential import\n\n---------\n\nCo-authored-by: John La <10409759+lajohn4747@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add service account support (#152)",
"author_name": "John La",
"author_login": "lajohn4747",
"committed_at": "2026-07-10T14:40:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f9a8d45d0c85fda9cff73b0b0b0125ac25f42e8",
"body": null,
"is_bot": false,
"headline": "fix(analytics): Make local-flags polling loop shutdown promptly (#149)",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-07-01T16:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5edf71da188187b77930171bde6d4eadbdb48c2",
"body": null,
"is_bot": false,
"headline": "chore: standardize release process (#141)",
"author_name": "Tyler Roach",
"author_login": "tylerjroach",
"committed_at": "2026-05-20T14:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f05921427b2a515014386c1f5a70fe2b35942308",
"body": null,
"is_bot": false,
"headline": "chore: add 30-day dependabot cooldown (#134)",
"author_name": "Austin Pray",
"author_login": "austinpray-mixpanel",
"committed_at": "2026-05-06T17:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a780e934dd2d78acfd307ef8b6e53814d0d77128",
"body": "* Add OpenFeature provider for Mixpanel Ruby SDK\n\nImplement an OpenFeature-compatible provider as a separate gem\n(mixpanel-openfeature) that wraps the existing Mixpanel flags providers.",
"is_bot": false,
"headline": "Ruby: Add OpenFeature provider (#132)",
"author_name": "Mark Siebert",
"author_login": "msiebert",
"committed_at": "2026-04-09T22:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3020d2f3d5c36cbe9118a1ded1a882a433f10bb",
"body": "* Implement feature flags provider\n\n* PR updates\n\n* Add codecov\n\n* More code coverage updates\n\n---------\n\nCo-authored-by: Kwame Efah <kwameefah@h7d9gc72q4-kwameefah.corp.mixpanel.com>",
"is_bot": false,
"headline": "Implement feature flags provider (#129)",
"author_name": "Kwame Efah",
"author_login": "efahk",
"committed_at": "2026-01-05T19:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fd70542f5e62f41b24a428f061475d8bd4fc05",
"body": "Updated version history with changes for 2.3.1 and 2.3.0.",
"is_bot": false,
"headline": "Add version 2.3.1 and 2.3.0 changes to Readme",
"author_name": "Jared McFarland",
"author_login": "jaredmixpanel",
"committed_at": "2025-12-09T22:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973ad1db9e68149cf45101452296e9ed170d4e6b",
"body": null,
"is_bot": false,
"headline": "Bump version to 2.3.1",
"author_name": "Jared McFarland",
"author_login": "jaredmixpanel",
"committed_at": "2025-12-09T22:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ce85acb643acd3e923bcb47f68aa37a509af1b",
"body": "* Fixed gha\n\n* Fixed tests and millisecond bugs\n\n* Fixed tests and millisecond bugs\n\n* Updated\n\n* Updated matrix\n\n* support up to 3.3\n\n* Support 3.4\n\n* Remove 2.2\n\n* Update mixpanel-ruby.gemspec\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* Update lib/mixpanel-ruby/groups.\n[…]\n: Copilot <175728472+Copilot@users.noreply.github.com>\nCo-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: hans-lizihan <7879022+hans-lizihan@users.noreply.github.com>",
"is_bot": false,
"headline": "Convert timestamps to milliseconds and update Ruby compatibility (#127)",
"author_name": "Hans Li",
"author_login": "hans-lizihan",
"committed_at": "2025-12-09T22:05:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8c0a57841646070438334dba957236d40b0fa254",
"body": "* CI -> GitHub Actions\n\n* Delete .travis.yml\n\n* versions from travis\n\n* Update ruby.yml\n\n* Update ruby.yml",
"is_bot": false,
"headline": "CI -> GitHub Actions (#119)",
"author_name": "Austin Pray",
"author_login": "austinpray-mixpanel",
"committed_at": "2025-12-09T19:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bce315f720b80ad2467ec83cac57c10aa360c64",
"body": "remove broken build image",
"is_bot": false,
"headline": "Merge pull request #121 from mixpanel/austinpray-mixpanel-patch-2",
"author_name": "Austin Pray",
"author_login": "austinpray-mixpanel",
"committed_at": "2023-04-13T18:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b072b7f1292f1b8effeefd4e9768412d181c090",
"body": null,
"is_bot": false,
"headline": "remove broken build image",
"author_name": "Austin Pray",
"author_login": "austinpray-mixpanel",
"committed_at": "2023-04-13T18:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea324c59a7265f7805cb16afa600f1ac2c946a6",
"body": "use millisecond precision for time properties",
"is_bot": false,
"headline": "Merge pull request #117 from mixpanel/jared-ms-time",
"author_name": "Jared McFarland",
"author_login": "jaredmixpanel",
"committed_at": "2022-08-02T20:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1525116c0ded625848a8e30da15efdd605cfb496",
"body": null,
"is_bot": false,
"headline": "bump gem version",
"author_name": "Jared McFarland",
"author_login": "jaredmixpanel",
"committed_at": "2022-08-02T20:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d098b34044cd42ac0ebf41015f5fb8956a6009c8",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Jared McFarland",
"author_login": "jaredmixpanel",
"committed_at": "2022-07-26T22:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc413bbd668fe5803ae00cb1e84c1493e6ac9af9",
"body": null,
"is_bot": false,
"headline": "use millisecond precision for time properties",
"author_name": "Jared McFarland",
"author_login": "jaredmixpanel",
"committed_at": "2022-07-26T21:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1364556d765c62f7120c7943a6c46e1889c6df28",
"body": "Groups analytics support",
"is_bot": false,
"headline": "Merge pull request #114 from jsuarezb/groups",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-12-05T17:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33da42cb2ad6d9eb8449c2af1f704502c6e5912e",
"body": null,
"is_bot": false,
"headline": "implement groups/remove operation",
"author_name": "Joaquin Suarez Bodean",
"author_login": "jsuarezb",
"committed_at": "2019-12-04T15:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b584b0ea95b68b074b627049cb5b0471e5b7543",
"body": null,
"is_bot": false,
"headline": "Bump gem version",
"author_name": "Joaquin Suarez Bodean",
"author_login": "jsuarezb",
"committed_at": "2019-11-17T18:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3be48b97f1429467ec18ab6943b3cc500936ca",
"body": null,
"is_bot": false,
"headline": "Add Group Analytics support",
"author_name": "Joaquin Suarez Bodean",
"author_login": "jsuarezb",
"committed_at": "2019-11-17T18:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49711989bbb09121d4efede0da8af7f2ab57ddce",
"body": "Clear submitted slices during BufferedConsumer#flush",
"is_bot": false,
"headline": "Merge pull request #111 from mixpanel/buffered-consumer-write-fails",
"author_name": "Andrew Purcell",
"author_login": "andrewpurcell",
"committed_at": "2019-02-04T22:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70294dc6ffd68b3fe48eeb0623c8c8bac78e001d",
"body": null,
"is_bot": false,
"headline": "don't slice past the end",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-02-01T01:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3627de744d209a1e48e96685c7d14ebd80524cfe",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-01-30T19:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc9fd5930211a2b0532416dfd31a270a26e1183",
"body": null,
"is_bot": false,
"headline": "bump version to 2.2.1",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-01-30T19:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e978c63eee7efa29a6caeee1fbae7b25aeec11f4",
"body": null,
"is_bot": false,
"headline": "Clear submitted slices during BufferedConsumer#flush",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-01-30T18:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a54314eb1767f5d6907c84dbda6f47e30f8289b",
"body": "fix tests on travis",
"is_bot": false,
"headline": "Merge pull request #110 from mixpanel/fix-tests",
"author_name": "Andrew Purcell",
"author_login": "andrewpurcell",
"committed_at": "2019-01-29T23:34:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0f79b215efd34cfbc1d393470f133214d056db",
"body": null,
"is_bot": false,
"headline": "add newer rubies to travis",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-01-29T21:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168dcb58e4dd4ff36d16bc5914988b0be23f8582",
"body": null,
"is_bot": false,
"headline": "skip failing test",
"author_name": "Andrew Purcell",
"author_login": null,
"committed_at": "2019-01-29T21:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87867a4c3717084e8a83dab721344ac33e46cc93",
"body": null,
"is_bot": false,
"headline": "modify docs to add changes to 2.2.0",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-07-13T13:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76fbbff12c596e3a1db83f2355d771ae140d5c8b",
"body": null,
"is_bot": false,
"headline": "udpate ErrorHandler docs",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T16:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cacd6ce80a03ddf86dfde3846e63b56d011ee83e",
"body": "Conflicts:\n\tspec/mixpanel-ruby/people_spec.rb",
"is_bot": false,
"headline": "Merge branch 'minor-handle-people-time-with-zone' into 2.2.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T01:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9508392ba1eab468261375353e81eeba7502132",
"body": null,
"is_bot": false,
"headline": "Merge branch 'minor-constitant-docs-token-initialize' into 2.2.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T01:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14329e4fb479ab4b97f711016c871cd0c381f780",
"body": null,
"is_bot": false,
"headline": "Merge branch 'minor-set-timeouts' into 2.2.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T01:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3a57e3c65e4935e3ba2b0f15f1d3fa828fa3e4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'minor-mixpanel-error-handler' into 2.2.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T01:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb7b893a6aa9191628bc099fe1d4bd6e2a5abf3",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T01:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952108bda7e44ad5febb0130eef600b29dc0f781",
"body": null,
"is_bot": false,
"headline": "handle ActiveSupport::TimeWithZone",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-25T00:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6275709c93eb653f5ff9278b3ba48c87537f0795",
"body": null,
"is_bot": false,
"headline": "handle default case in tests",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-24T21:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdfc4edb85d53ac22100a0dbdc9cf0992a9d2f79",
"body": null,
"is_bot": false,
"headline": "fix typos and add import test",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-23T01:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5d3398a1cac968f8b215ad4e565dfa8cb9043e",
"body": null,
"is_bot": false,
"headline": "cleanup imports",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-23T01:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b18346e6a3e54043643f1ffd0b1fc4f0e54883e",
"body": null,
"is_bot": false,
"headline": "tests",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-23T01:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a34056c486863b14f7c55e5feab52141a60a8c56",
"body": null,
"is_bot": false,
"headline": "pass error handler class instead of lambda, defualt ErrorHandler",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-23T01:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d11cdec677b9a1aefef113460e3fefcb1be74e4d",
"body": null,
"is_bot": false,
"headline": "less strict ssl and open timeouts",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-06-22T18:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b9657d9d1bc42780e7b22ee8f25d3620abcffd2",
"body": null,
"is_bot": false,
"headline": "Refactored specs around custom_error_handler",
"author_name": "Etienne Depaulis",
"author_login": "EtienneDepaulis",
"committed_at": "2015-06-10T13:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b56be41cc350b9f62f4015f5f25a2851b7910e",
"body": null,
"is_bot": false,
"headline": "Added error_handler injection",
"author_name": "Etienne Depaulis",
"author_login": "EtienneDepaulis",
"committed_at": "2015-06-10T11:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d8d67bb73f1236bb879d3c96c008abf7712dcae",
"body": null,
"is_bot": false,
"headline": "normalize doc string to \"YOUR_MIXPANEL_TOKEN\"",
"author_name": "Cade Truitt",
"author_login": "cade",
"committed_at": "2015-05-13T19:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf386e72c3e5cd6b7689a38e70e5dd98acd26ff",
"body": null,
"is_bot": false,
"headline": "add required token param to docs",
"author_name": "Cade Truitt",
"author_login": "cade",
"committed_at": "2015-05-13T19:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c3f5c05eea3bfc3bf1508f06d8536d74d94be3",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T21:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6d079691e46b18824951a50244b1ae46a53cbd",
"body": null,
"is_bot": false,
"headline": "change base pixel tracking url for consistency with docs",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T20:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6aa304e0d39fa10cbffaac7b52dec6aa64e557e",
"body": null,
"is_bot": false,
"headline": "bump minor version number",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T20:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a7b6c468f0d9df536b2ea13a5ae5f96b2548b51",
"body": null,
"is_bot": false,
"headline": "Merge branch 'minor-pixel-tracking' into 2.1.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T20:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baef49d64dc6d19b04a745d4a428b3e97e7fd43f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'minor-import-time' into 2.1.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T20:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9b62314b8e193f1fc8459d779fba7d0e07ea0a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'minor-handle-json-errors' into 2.1.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T20:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6669604c8ec19dc9e30e79a7b31be5c63ed5736e",
"body": null,
"is_bot": false,
"headline": "add more specific dependancy handling in gemspec",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T20:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8918e6886a0169f1a441fc3f505846559750e9f7",
"body": null,
"is_bot": false,
"headline": "remove status",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T00:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8144e37a03d830da6dbbf0fd24790f860299d4",
"body": null,
"is_bot": false,
"headline": "rescue errors and throw server error",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-07T00:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eaabaae361e8b6cd81ef2e24e8cf97b78302952",
"body": null,
"is_bot": false,
"headline": "remove explicit handling of JSON::JSONError",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-04-06T21:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3a5e8f81315ff26f1219db85945ea478bdfeaf",
"body": null,
"is_bot": false,
"headline": "typos",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-31T01:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528da711f4557da7ab184fe25af3b9851bf37139",
"body": null,
"is_bot": false,
"headline": "re order test",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-31T01:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3b220625abf3d5b4f81301d7b1b1b540ac39a2",
"body": null,
"is_bot": false,
"headline": "stale require",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-31T01:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba2f383919c7b52a530103c509223b59872f04a1",
"body": null,
"is_bot": false,
"headline": "add test for pixel tracking",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-31T01:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f077f57b687d17d52b5e56f67f49135583d6a2",
"body": null,
"is_bot": false,
"headline": "remove event tests",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-30T23:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd93061938d1e184084801157a0c297b7fa89db",
"body": null,
"is_bot": false,
"headline": "remove tracking test",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-30T23:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75270054a6fdc5a8673e7d1c946186b5f712a89",
"body": null,
"is_bot": false,
"headline": "spelling errors and remove track comment regarding pixel tracking",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-30T23:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d0cefe30cedd444d3794e716816627a24ce140",
"body": null,
"is_bot": false,
"headline": "move generate_tracking_url to Tracker",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-30T21:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d61d2de24d951929cfcbfed8b7baa0ab78e9cbb",
"body": "…le-tracking\n\nConflicts:\n\tlib/mixpanel-ruby/consumer.rb\n\tlib/mixpanel-ruby/events.rb",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:pius/mixpanel-ruby into minor-pix…",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-30T20:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53209a692939ab8a0ba957d4b7110b3931e4eda0",
"body": "… 'status' required to determine success. This is a problem when verbose is disabled for a mixpanel account and responses are just plain '0' on success.",
"is_bot": false,
"headline": "Raise Mixpanel::ServerError when server response does not contain key…",
"author_name": "Zelnox",
"author_login": "Zelnox",
"committed_at": "2015-03-26T23:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741f19efa87aab0f7841df0fe173c95c413b3d6e",
"body": "…our.",
"is_bot": false,
"headline": "rescue JSONError explicitly and return {} to preserve previous behavi…",
"author_name": "Zelnox",
"author_login": "Zelnox",
"committed_at": "2015-03-26T23:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d45fd52c7e1324f2e88a0be1a0b7cc4e615846",
"body": "…ate copy",
"is_bot": false,
"headline": "add test to ensure user can pass a timestamp to override default, upd…",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-16T23:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15362f6698d48a656d364af507955069d9fd406",
"body": null,
"is_bot": false,
"headline": "Readme.rdoc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-12T18:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590ccbe19f92e2e8fde3b7f19b792334bd3f7ee3",
"body": null,
"is_bot": false,
"headline": "bump patch number",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-12T18:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b654082b356069b7545e0df779f6436d4b29f1e",
"body": null,
"is_bot": false,
"headline": "tests to cover send while still present",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-12T18:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f557e0f16c91846a99c987e16b4fd711c0d28c1d",
"body": null,
"is_bot": false,
"headline": "deprecated version of BufferedConsumer#send",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-12T17:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ee5298eda49e5be734b9987eac46c5dcadc8e2",
"body": null,
"is_bot": false,
"headline": "remove test, add 2.2.0 to travis cl, fix version bump typo",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-11T23:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad9c97759844ad3897033488c7eaec2e4ad837e",
"body": "…use, this test fails with ruby < 2.1.0",
"is_bot": false,
"headline": "test to verify that we have access to root error through Exception#ca…",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-11T22:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63cadab5758f1900ebdb69e1e791395026804252",
"body": null,
"is_bot": false,
"headline": "rescue StandardError, send formatted backtrace with ConnectionError",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-11T19:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cfd7aef367aa7bfb0849e5133d9700ddb3a752",
"body": null,
"is_bot": false,
"headline": "move deprecated send method to Consumer",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T23:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65960b6f6bb37df69aeefbe61f35613f9afc166d",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T23:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb51e9b5a58e7fe8264154f81bb838905e818d9e",
"body": null,
"is_bot": false,
"headline": "require ruby 2.0.0 or greater in gemspec",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T22:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456a94e30b73496a994aa7e9702180a21641be2b",
"body": null,
"is_bot": false,
"headline": "update version number",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T22:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0903ddde01e852b75e3d4a44b158f54af32a49e",
"body": null,
"is_bot": false,
"headline": "rescue MixpanelError in Tracker and return false",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T22:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5806e4379652a4558c3ef4741addc982da57b610",
"body": null,
"is_bot": false,
"headline": "cleanup, be consistent about trailing commas and tab length",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T22:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1df5f443175dd65abd5e690346deabac0a9ee57",
"body": null,
"is_bot": false,
"headline": "add deprecated send",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T21:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1edc45f9b0a73956bf887d7935eabcddda2044",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'shaicoleman/master' into 2.0.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T21:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5654302d0f34b410f4845451f9b9d3aca3a8fe5f",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'dstosik/patch-1' into 2.0.0rc",
"author_name": "Rob Zyskowski",
"author_login": "zyskowsk",
"committed_at": "2015-03-10T21:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339b16283b7f7ced2b341356edb490beb7afb2d8",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Joe Bowers",
"author_login": null,
"committed_at": "2015-02-10T22:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f910cbcd18eca30d7c87b1e7177a47fbd5e7c1",
"body": null,
"is_bot": false,
"headline": "Set timeouts",
"author_name": "Grey Baker",
"author_login": "greysteil",
"committed_at": "2015-02-10T21:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9550ec74843c29b3aaca987295de691fd69949",
"body": null,
"is_bot": false,
"headline": "Update consumer.rb",
"author_name": "David Stosik",
"author_login": "dstosik",
"committed_at": "2015-02-02T22:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e411849a81fda2595af7a0b20dfb3b590182f6",
"body": "Make both ServerError and ConnectionError inherit of MixpanelError.\r\n\r\nI'm not sure if we still want/need to involve IOError?",
"is_bot": false,
"headline": "Update consumer.rb",
"author_name": "David Stosik",
"author_login": "dstosik",
"committed_at": "2015-01-29T23:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef65f7407e446589d0467445be1c982013eda570",
"body": "Fixed `rescue`.",
"is_bot": false,
"headline": "Update consumer.rb",
"author_name": "David Stosik",
"author_login": "dstosik",
"committed_at": "2015-01-29T02:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b11761ac1e8b9f47d1fdef8b85bd827bb096f35",
"body": "See #51.\r\n\r\nMixpanel was down for an hour this morning, and our logs are full of various errors:\r\n - EOFError\r\n - Errno::ECONNRESET\r\n - OpenSSL::SSL::SSLError\r\n - Errno::ECONNREFUSED\r\n - Net::ReadTimeout\r\n - Mixpanel::ConnectionError\r\n\r\nI think that all these Exceptions should be caught by Mixpanel gem, and then raised as a Mixpanel error.\r\n\r\nThis pull request is just an untested draft, to get the discussion going.",
"is_bot": false,
"headline": "Update consumer.rb",
"author_name": "David Stosik",
"author_login": "dstosik",
"committed_at": "2015-01-29T01:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7568e1dc956c58d64806f52eb936bef5ba5e658e",
"body": null,
"is_bot": false,
"headline": "Rename send to send!, fixes #28",
"author_name": "Shai Coleman",
"author_login": "shaicoleman",
"committed_at": "2014-12-04T16:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a458adc6f17213adcb3ebe7ab42a5c9e9d91f827",
"body": null,
"is_bot": false,
"headline": "Shorter reference to alternative libraries",
"author_name": "Joe Bowers",
"author_login": null,
"committed_at": "2014-11-06T18:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47e4a38edf41f355b7b4fd8cb548d7d390994ca",
"body": "As OK'ed by @drmarshall over email, this adds my Mengpaneel gem to the readme as an another alternative to mixpanel-ruby and MetaEvents.\r\n\r\nBoth summaries were taken from the respective readmes, with a little bit of editing done to the one for Mengpaneel.",
"is_bot": false,
"headline": "Mention third party library Mengpaneel in readme.",
"author_name": "Douwe Maan",
"author_login": "DouweM",
"committed_at": "2014-11-06T11:44:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 16,
"latest_release_at": "2026-07-10T18:54:57Z",
"latest_release_tag": "v3.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 16,
"mean_days_between_releases": 287.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mixpanel-ruby",
"exists": true,
"license": "Apache License 2.0",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/mixpanel-ruby",
"is_deprecated": false,
"latest_version": "3.3.0",
"repository_url": "https://github.com/mixpanel/mixpanel-ruby",
"versions_count": 26,
"total_downloads": 21308846,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2013-06-21T00:55:39.194000Z",
"latest_published_at": "2026-07-27T18:15:21.471000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "mixpanel-ruby-openfeature",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": false,
"registry_url": "https://rubygems.org/gems/mixpanel-ruby-openfeature",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": "https://mixpanel.com",
"versions_count": 1,
"total_downloads": 290,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-04-09T22:37:13.518000Z",
"latest_published_at": "2026-04-09T22:37:13.518000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 108
}
]
},
"popularity": {
"forks": 67,
"stars": 176,
"watchers": 81,
"fork_history": {
"days": [
{
"date": "2013-06-28",
"count": 1
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-09-10",
"count": 1
},
{
"date": "2013-09-18",
"count": 1
},
{
"date": "2013-10-13",
"count": 1
},
{
"date": "2013-10-23",
"count": 1
},
{
"date": "2013-10-24",
"count": 1
},
{
"date": "2014-01-13",
"count": 1
},
{
"date": "2014-03-03",
"count": 1
},
{
"date": "2014-04-17",
"count": 2
},
{
"date": "2014-05-01",
"count": 1
},
{
"date": "2014-06-02",
"count": 1
},
{
"date": "2014-08-12",
"count": 1
},
{
"date": "2014-08-23",
"count": 1
},
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-06",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2014-12-04",
"count": 2
},
{
"date": "2014-12-30",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-03-26",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-10-20",
"count": 1
},
{
"date": "2016-02-20",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-21",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-21",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2025-01-12",
"count": 1
}
],
"complete": true,
"collected": 65,
"total_forks": 67
},
"star_history": null,
"open_issues_and_prs": 33
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 41893,
"source_files_sampled": 37,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile",
"openfeature-provider/Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 13,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "mixpanel-ruby",
"manifest": "openfeature-provider/Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "mixpanel-ruby",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "debug",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "json-logic-rb",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "mutex_m",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "openfeature-sdk",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ruby-lsp-rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov-cobertura",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 1,
"indirect_count": 12
}
},
"maintainership": {
"issues": {
"open_prs": 15,
"merged_prs": 55,
"open_issues": 18,
"closed_ratio": 0.743,
"closed_issues": 52,
"closed_unmerged_prs": 28
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "zyskowsk",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/3455047?v=4"
},
{
"type": "User",
"login": "rubymerchant",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/5619?v=4"
},
{
"type": "User",
"login": "tylerjroach",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/634763?v=4"
},
{
"type": "User",
"login": "jaredmixpanel",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/10504508?v=4"
},
{
"type": "User",
"login": "austinpray-mixpanel",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/71290498?v=4"
},
{
"type": "User",
"login": "dstosik",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/14658119?v=4"
},
{
"type": "User",
"login": "greysteil",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1144873?v=4"
},
{
"type": "User",
"login": "joeatwork",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/106866?v=4"
},
{
"type": "User",
"login": "pius",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/365?v=4"
},
{
"type": "User",
"login": "tdumitrescu",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/855881?v=4"
}
],
"contributors_sampled": 31,
"top_contributor_share": 0.397
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pr-title-check.yml",
"prepare-release.yml",
"release-rubygems.yml",
"ruby.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 7,
"reason": "14 out of 19 merged PRs checked by a CI test -- score normalized to 7",
"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 17/20 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"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": 5,
"reason": "SAST tool is not run on all commits -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3c547474e1040079a70da2f6b048e2f428cd7f3d",
"ran_at": "2026-07-27T18:21:35Z",
"aggregate_score": 6.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T18:15:25Z",
"oldest_open_prs": [
{
"number": 91,
"created_at": "2015-08-12T07:41:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2018-12-11T16:32:49Z",
"last_comment_at": "2021-01-13T12:01:20Z",
"last_comment_author": "reinaris"
},
{
"number": 115,
"created_at": "2021-04-19T10:06:21Z",
"last_comment_at": "2021-05-29T11:30:07Z",
"last_comment_author": "randoum"
},
{
"number": 118,
"created_at": "2022-08-31T16:07:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 131,
"created_at": "2026-02-19T03:03:53Z",
"last_comment_at": "2026-02-19T03:04:46Z",
"last_comment_author": "codecov"
},
{
"number": 135,
"created_at": "2026-03-26T10:17:43Z",
"last_comment_at": "2026-03-26T11:24:01Z",
"last_comment_author": "codecov"
},
{
"number": 138,
"created_at": "2026-05-06T17:48:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 139,
"created_at": "2026-05-06T17:48:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 140,
"created_at": "2026-05-06T17:48:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 144,
"created_at": "2026-05-19T17:11:15Z",
"last_comment_at": "2026-05-19T17:14:58Z",
"last_comment_author": "codecov"
},
{
"number": 160,
"created_at": "2026-07-10T06:44:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 162,
"created_at": "2026-07-17T06:43:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 164,
"created_at": "2026-07-17T06:44:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 166,
"created_at": "2026-07-21T03:40:52Z",
"last_comment_at": "2026-07-21T04:00:43Z",
"last_comment_author": "codecov"
},
{
"number": 167,
"created_at": "2026-07-24T06:43:58Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T17:32:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 80,
"created_at": "2015-05-18T20:37:46Z",
"last_comment_at": "2015-07-06T08:20:25Z",
"last_comment_author": "EtienneDepaulis"
},
{
"number": 83,
"created_at": "2015-06-18T13:42:04Z",
"last_comment_at": "2016-12-29T20:03:55Z",
"last_comment_author": "jmtame"
},
{
"number": 86,
"created_at": "2015-06-24T22:16:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2015-11-12T17:04:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2016-01-13T21:39:20Z",
"last_comment_at": "2018-02-07T23:53:16Z",
"last_comment_author": "stevehanson"
},
{
"number": 100,
"created_at": "2016-11-11T08:18:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 101,
"created_at": "2017-03-10T18:51:55Z",
"last_comment_at": "2017-07-21T22:49:59Z",
"last_comment_author": "kdeggelman"
},
{
"number": 105,
"created_at": "2017-10-04T17:24:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 106,
"created_at": "2018-02-03T11:15:44Z",
"last_comment_at": "2023-03-09T20:10:45Z",
"last_comment_author": "gregawoods"
},
{
"number": 107,
"created_at": "2018-06-05T17:50:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2018-08-03T17:27:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 113,
"created_at": "2019-08-12T21:03:28Z",
"last_comment_at": "2026-02-06T14:31:31Z",
"last_comment_author": "strika"
},
{
"number": 120,
"created_at": "2023-02-07T17:12:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 123,
"created_at": "2023-10-20T18:39:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 124,
"created_at": "2024-02-07T21:42:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 125,
"created_at": "2025-03-01T14:49:22Z",
"last_comment_at": "2026-02-06T14:32:37Z",
"last_comment_author": "strika"
},
{
"number": 126,
"created_at": "2025-11-12T03:03:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 130,
"created_at": "2026-02-10T17:57:07Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mixpanel/mixpanel-ruby",
"host": "github.com",
"name": "mixpanel-ruby",
"owner": "mixpanel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 69,
"vitality": 71,
"community": 64,
"governance": 77,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"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": 6,
"latest_release_tag": "v3.2.0",
"releases_from_tags": false,
"days_since_latest_release": 16,
"mean_days_between_releases": 287.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 16 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~287.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 287.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 67,
"stars": 176,
"watchers": 81,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "176 stars",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 176
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "67 forks",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 67
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "81 watchers",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 81
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 95,
"inputs": {
"packages": [
"mixpanel-ruby"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 21308846,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "21,308,846 downloads all-time across rubygems",
"points": 76.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 21308846,
"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": 77,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 31,
"top_contributor_share": 0.397
},
"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 40% of commits",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 40
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "31 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 31
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 55,
"open_issues": 18,
"closed_issues": 52,
"issue_closed_ratio": 0.743,
"closed_unmerged_prs": 28
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "74% of issues closed",
"points": 34.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 74
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "55/83 decided PRs merged",
"points": 25.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 55,
"decided": 83
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/20 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": 72,
"inputs": {
"followers": 245,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mixpanel",
"public_repos": 85,
"account_age_days": 6343
},
"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": "245 followers of mixpanel",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 245,
"login": "mixpanel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "85 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 85
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mixpanel-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": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "14 out of 19 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"sdk"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Security",
"value": 69,
"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": 69,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.9
},
"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": "14 out of 19 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 17/20 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"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 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"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": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.245,
"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": "24 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.04,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"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": 41893,
"source_files_sampled": 37,
"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/37 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"rubygems package 'mixpanel-ruby-openfeature' points at a different repository (https://mixpanel.com); excluded from ecosystem scoring",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T18:22:03.316785Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mixpanel/mixpanel-ruby.svg",
"full_name": "mixpanel/mixpanel-ruby",
"license_state": "custom",
"license_spdx": null
}