Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1058,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 273208
},
"pushed_at": "2026-07-24T02:12:51Z",
"created_at": "2011-12-07T05:35:35Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T02:09:48Z",
"description": "A Ruby gem for the JIRA REST API",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "http://www.sumoheavy.com",
"name": "SUMO Heavy",
"type": "Organization",
"login": "sumoheavy",
"company": null,
"location": "New York, NY",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/861987?v=4",
"created_at": "2011-06-20T15:27:34Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 5512
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2026-07-24T02:12:52Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2026-05-20T15:55:52Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2026-02-26T04:10:45Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-09-15T21:31:38Z"
},
{
"tag": "v3.0.0.beta2",
"kind": "other",
"published_at": "2025-03-11T23:16:07Z"
},
{
"tag": "v3.0.0.beta1",
"kind": "other",
"published_at": "2024-08-15T04:01:04Z"
}
],
"recent_commits": [
{
"oid": "f1a8de9a740a56c369c6d00e95d3ed3341ff039d",
"body": null,
"is_bot": false,
"headline": "Add CodeQL badge",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-24T02:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8374fbd8a6758603c3653df96a12d5e8e26efb",
"body": null,
"is_bot": false,
"headline": "Bump CodeQL to v4",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-24T02:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718af0e9be4d83a5231baf4abc210dddc87979ea",
"body": null,
"is_bot": false,
"headline": "Fix badge",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-24T02:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515b586dcca006eaee951f8e9a03afd11515024c",
"body": null,
"is_bot": false,
"headline": "Bump version to 3.2.1",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-24T02:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74295692b46b4b2c55bb53e4c353ab7aeb5be39",
"body": null,
"is_bot": false,
"headline": "Merge branch 'github-actions-updates-2026-07'",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-23T22:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf164bafdb919b2f51ad75279689627bfbf8a4d",
"body": null,
"is_bot": false,
"headline": "Fix jwt_spec error after suppression removal, clean up CI",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-23T22:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7903317defd3c9a143edcc8b89daea6b07a3e8",
"body": null,
"is_bot": false,
"headline": "Update GitHub Actions versions to resolve warnings",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-23T21:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9adcd1e93a907fa6503c5d3169c80cb598103c",
"body": "fixes #485",
"is_bot": false,
"headline": "Extend test token leeway by 10 more years",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-23T21:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c1bda15e4fcedfc02892be04054cd8271e2b3fe",
"body": "Prevent set_attrs deep merge from writing nested keys into top-level attrs",
"is_bot": false,
"headline": "Merge pull request #484 from tabuchid/fix-set-attrs-nested-clobber",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-07-23T20:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed569772291c5d3c196049641082b34aa7dbe4b",
"body": "…attrs\n\nWhen set_attrs is called with clobber=false and the incoming hash\ncontains a nested hash under a key the target does not yet have\n(target[k] is nil), the recursive call received nil as its target.\nThe 'target ||= @attrs' fallback then silently redirected the merge\nto the TOP-LEVEL attrs hash\n[…]\neing superseded by a hash\n(previously that case raised IndexError by indexing into a String).\nThe nil target fallback now only applies to the initial call, as the\n'internal use only' comment intended.",
"is_bot": false,
"headline": "Prevent set_attrs deep merge from writing nested keys into top-level …",
"author_name": "Doug Tabuchi",
"author_login": "tabuchid",
"committed_at": "2026-07-03T13:29:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec1c21c737f152ed3c3f3ff4d0357b90b4b8eb28",
"body": null,
"is_bot": false,
"headline": "Bump version to 3.2.0",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-05-20T15:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc25a1720b884d6507465269620158b419d48ccf",
"body": "Vendor atlassian-jwt and unlock jwt 3.x",
"is_bot": false,
"headline": "Merge pull request #482 from byroot/jwt-3.0",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-05-20T15:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79d165e5e0185a6aeb23a6320285999351c20b7",
"body": "Currently `jira-ruby` depends on `atlassian-jwt` which itself\nhas a dependency on `jwt ~> 2.1`.\n\n`jwt` being a popular dependency, this not allowing `jwt 3.x`, prevent\nupdating a lot of other gems.\n\nGiven the state of `atlassian-jwt`, I don't expect them to ever release\na new version, but it's not a whole lot of code so I think it makes\nmore sense to just vendor it. Licensing wise there is compatibility.",
"is_bot": false,
"headline": "Vendor atlassian-jwt and unlock jwt 3.x",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2026-05-20T15:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd44750bf9dcdb3737796113709326600ad94aa7",
"body": "Add support for Jira Issue Properties",
"is_bot": false,
"headline": "Merge pull request #474 from d-hansen/master",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-26T23:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae26d0195a4166862802fcfcff43e92f60ce747",
"body": null,
"is_bot": false,
"headline": "Fix rubocop complaints in createmeta",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2026-02-26T18:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f692a0f7965a08565449d8f78435662e6a3736ce",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2026-02-26T18:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d4cabf36ed3f9a36c9df7ef171dea302bf60213",
"body": null,
"is_bot": false,
"headline": "Bump version to 3.1.0",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-26T04:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc12ed2df946f2964e309f6193e63d084a61e1d",
"body": null,
"is_bot": false,
"headline": "Remove CodeClimate",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-26T04:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbcf221cb7eba1fef987243b0e76294d515b8947",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2026-02-24T07:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6697bb59fd7fc3ef760bfc20d3d2de233bcc98cc",
"body": null,
"is_bot": false,
"headline": "doc: Adds rdoc comments to Issue.jql and Issue.jql_paged",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2026-02-24T07:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd520d64684b1d404dcb2a4ef1772bd531a48d9",
"body": null,
"is_bot": false,
"headline": "feat: Adds .jql_paged to allow large queries to be managed outside Gem",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2026-02-24T07:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6563a95a5f5b28f60bd22831e262105a7e90d68f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-24T07:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbf039f73abad4386cd0dd40fec876be7c6cb3b7",
"body": "Add cgi gem to dependencies",
"is_bot": false,
"headline": "Merge pull request #479 from schinery/add-cgi-dependency",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-24T07:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "089b12b0ddb75f7e0d5df07da1930096eebbf13b",
"body": null,
"is_bot": false,
"headline": "Fix Rubocop issue with leaky variable",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-22T22:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcea9a47a420fc37973d1ffa3b3731aa91b2e888",
"body": null,
"is_bot": false,
"headline": "Use Ruby 3.4 for Rubocop",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2026-02-22T22:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d581bf8f33bded0fe7ec10bc0b5681a265544c7",
"body": null,
"is_bot": false,
"headline": "Added Ruby 4.0 to CI test matrix",
"author_name": "Stuart Chinery",
"author_login": "schinery",
"committed_at": "2026-02-03T22:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01d0715a2c6499c54f0c6da07f6bcff30e8b180",
"body": null,
"is_bot": false,
"headline": "Add cgi gem to dependencies",
"author_name": "Stuart Chinery",
"author_login": "schinery",
"committed_at": "2026-01-13T09:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61373a9ded0e6c66310ebd626f633903967f8703",
"body": null,
"is_bot": false,
"headline": "[MU-45] Forgot to convert value to_json in properties.save!",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2025-09-19T00:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf033a29f533697a2870392194f1054b1ad05dd",
"body": "…ed rspec tests and fixed problems with worklog and comment not properly issuing their API endpoints under their respective parent. Needed to do a bit of work to the support shared example groups to fix how those supported the correct endpoint paths. Ugh.",
"is_bot": false,
"headline": "[MU-45] Final fixups to support Jira Issue Properties endpoints. Add…",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2025-09-18T04:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db80e304bf5e2efbd0e7f6dcb763996ebc6bd6d",
"body": null,
"is_bot": false,
"headline": "Add 'properties' check to the Jira Issue spec.",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2025-09-15T20:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa372719cac829343e8d0931df564117061abe2",
"body": null,
"is_bot": false,
"headline": "Clean-up some elements that I didn't end up fleshing out.",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2025-09-15T20:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c81ccb4ad3a6b920932addaf7329469d42437b8",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master'",
"author_name": "David Hansen",
"author_login": "d-hansen",
"committed_at": "2025-09-15T20:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8db267a56d7137affaae5fc15aab3f7f0ab6bc",
"body": "Update to 3.0.0, remove beta label",
"is_bot": false,
"headline": "Merge pull request #471 from bobbrodie/release-3.0.0",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-09-15T16:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9242519a613935dee80f76b15c27242a6fc1d91",
"body": null,
"is_bot": false,
"headline": "Update to 3.0.0, remove beta label",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-09-15T03:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adaccc3cf933046d4e0c59f290c383d33a00cb39",
"body": "…token_based_paging\n\nUse new jql endpoint with token based paging",
"is_bot": false,
"headline": "Merge pull request #468 from ClickMechanic/Use_new_JQL_endpoint_with_…",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-09-15T02:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e79f3ab5762e2af4d294944d16b83aa413390e",
"body": "Fixes Naming/PredicateMethod rubocop failure by returning issue/s\n\nRather than returning true to represent success, it is fairly common to\nreturn the entity or entities added. Assuming this will be part of a\nmajor version change, it should be okay to change the interface.",
"is_bot": false,
"headline": "feat: Return added issue or issues from #add_issue and #add_issues",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-09-12T13:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08fdcf1226fd1be54ffb45b5440c3304776c15bf",
"body": null,
"is_bot": false,
"headline": "rubocop: Allow bang methods to return true",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-09-12T13:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad699dd6e0e97a524d11f088917aa2876f7dc9c6",
"body": null,
"is_bot": false,
"headline": "rubocop: Changes Naming/PredicateName to Naming/PredicateMethod",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-09-12T13:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bee6c523f81b5708073380f97a50b88dfb1f462",
"body": null,
"is_bot": false,
"headline": "style: Fix Rubocop issues",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-09-12T13:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8f253c2b4067e339a3d2b81548a6a3bef1b7ea",
"body": null,
"is_bot": false,
"headline": "fix: Moves pagination into Issue",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-09-12T13:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d0908fff6f4b9d3f1a4d9bb98d98de986ce51d",
"body": null,
"is_bot": false,
"headline": "fix: replace validate_query with reconcile_issues",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-08-29T14:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e8c8130b319e9c1f20de30bde519d89457c94c0",
"body": null,
"is_bot": false,
"headline": "fix: removes no-longer supported startAt parameter from .jql",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-08-29T14:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f27f281500d22ed8f06e224d0f3879ed984b2e",
"body": null,
"is_bot": false,
"headline": "test: DRY refactor jql tests",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-08-29T14:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29dc5b081c5f3f81d7fc36d2e966839c2e895ace",
"body": null,
"is_bot": false,
"headline": "test: Update stubs and fixtures to return \"isLast: true\"",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-08-29T14:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac370ce650dc1b94b4311e21a6f9ebe7fce5ca6",
"body": null,
"is_bot": false,
"headline": "fix: Change jql queries to new /jql endpoint",
"author_name": "Kat Crichton-Seager",
"author_login": "fuzzkat",
"committed_at": "2025-08-28T12:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9e40653303afe01852d190c6df6a7faa27e3c0",
"body": "Rubocop Updates",
"is_bot": false,
"headline": "Merge pull request #462 from bobbrodie/master",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-11T21:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ae4ac2434931dc329b5848c7cabebe8650f7ab2",
"body": null,
"is_bot": false,
"headline": "Resolve Rubocop offense for context",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-11T02:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa1ca324c2d7644097e7b21e8647cb7cc1e5a6b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-11T02:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a9c9f356c59eef2a29bd699c604687553d51e1",
"body": null,
"is_bot": false,
"headline": "Resolve conflicts",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-11T02:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be1dd06ea283620c369f646498d1ed538136655",
"body": "Updates for attachment spec.",
"is_bot": false,
"headline": "Merge pull request #459 from marlinpierce/update-attachment-spec",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-11T01:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1c820b70e8e0bf2b253a737d850d00f4004c94",
"body": null,
"is_bot": false,
"headline": "Fix slice for cop.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-03-10T14:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c07eab24dde8247bad35afb49c9df62bb496cd",
"body": null,
"is_bot": false,
"headline": "fix for the cop",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-03-10T14:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8b9e14480b6008885d5fed08d2346db5902127c",
"body": null,
"is_bot": false,
"headline": "Fixes for the cop.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-03-10T14:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2c6503c944d7ca442bbdfa67760a2cab641408",
"body": null,
"is_bot": false,
"headline": "Some changes to re-run rubocop.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-03-10T14:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "632868044c77691c68b792c071c14499fe90d117",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/PredicateMatcher",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T06:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a56d8a8ba5965389ad03c5cea50c9183f5898c8",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/AnyInstance",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T06:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f1cfd65ffa06eebb86b858cbacf07df1370580",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix Style/CaseEquality",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T05:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865323b5ec59d39204d3562b556533462e51fe37",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/NoExpectationExample",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T05:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab7433f95bc5916f37c5af7c30a70084b6164d2",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/MessageChain",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T05:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf541547a95841582b4cc2531f767684155a8aa",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/RepeatedSubjectCall",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T05:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009bc3e21cfacc48378b9118acb98824c36b659a",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/ContextWording",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a40a93f741a10d42bb9a85987557d4f17599628",
"body": null,
"is_bot": false,
"headline": "Disable RSpec/SubjectStub",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74b388423a7bbc4e6930dd46bd9778258d888e9",
"body": null,
"is_bot": false,
"headline": "Remove files from CodeQL that no longer exist",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e541924ed1c74022239c677d7e9eb1a630be84fb",
"body": null,
"is_bot": false,
"headline": "Bump version to 3.0.0.beta2",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82d7764c84874a99791cf4be0323145d00f58a6",
"body": null,
"is_bot": false,
"headline": "Rubocop: Remove RSpec/SubjectStub",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fcc686c1d768e04ddf6bec5160b912fb1b7676",
"body": null,
"is_bot": false,
"headline": "Rubocop: Remove RSpec/VerifiedDoubleReference",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e54d1a4ac11308c73c0fb83487fb9f57d159136",
"body": null,
"is_bot": false,
"headline": "Rubocop: Remove Style/ArgumentsForwarding",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29374dcaff5e9872562ee8bc4b658e3d958ce292",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix Style/ClassAndModuleChildren",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ab4ed826af07768df80e176e5cde6a48acf16b",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix RSpec/BeEq",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa2f5d759f896cc7de844210722eb790f10e9b1",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix Naming/BlockForwarding",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c456f0971791ac3978cbe5b17fe7c601e22ffe",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix Lint/UselessAssignment",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25596980c6bbd83b3526618292afccfd12fcb255",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix Lint/RedundantCopDisableDirective",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77979de31effc2726037e5a7d46b0f929b191bf",
"body": null,
"is_bot": false,
"headline": "Rubocop: Fix Layout/HashAlignment",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5423b02e549f7588602c4f67c73dfea036e3687",
"body": null,
"is_bot": false,
"headline": "Address Rubocop issues",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T04:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b3d166afb504a00491cdef370dc4a1f36673c53",
"body": null,
"is_bot": false,
"headline": "Use rubocop-rspec as a plugin",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T03:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e381dc93ec519c659a9cdcb6db757a7cccbdea84",
"body": null,
"is_bot": false,
"headline": "Remove files from Rubocop that no longer exist",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T03:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1213eb95e083ffef65291bbe44e0a489147b5219",
"body": null,
"is_bot": false,
"headline": "Merge branch 'sumoheavy:master' into master",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T03:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c22c99b74efaf87fd37c7d2ba02cc0cb85113c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into update-attachment-spec",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T03:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc651d65829e994743ae35822d0f6a9bd25ae4ac",
"body": null,
"is_bot": false,
"headline": "Merge pull request #458 from marlinpierce/yard-doc",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2025-03-09T03:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459ebcc78bbd0a1cad0a5950487d359c35d863e1",
"body": null,
"is_bot": false,
"headline": "Cop was really fussy.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T19:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b2f7b3523855b3cab80df5f1c1cba1f23a2f01b",
"body": null,
"is_bot": false,
"headline": "More cop fixes.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T19:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191dc644fa8bcaea5ac89fe725ea988e1909755e",
"body": null,
"is_bot": false,
"headline": "Fixes for cop.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T19:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38dc22bfc6649024867902d8e620bbca1ca24682",
"body": null,
"is_bot": false,
"headline": "Fix attachment spec",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T19:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7811a17e851c5c747a0c202fbb82a21aa32af417",
"body": null,
"is_bot": false,
"headline": "Remove superfluous blank line.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbab30226f2d64f2d0a81b7136a90bb192a0c301",
"body": null,
"is_bot": false,
"headline": "Updates for attachment spec.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337cb45f07935fa5c49e7f5994b1f8497dc1edfe",
"body": null,
"is_bot": false,
"headline": "add ruby 3.4 CI",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b50f22ea7ea06a83af0ca36956a5cfea4ea81cc",
"body": null,
"is_bot": false,
"headline": "client and issue documentation",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9787959172eac24d83469537258555f5341a2d92",
"body": null,
"is_bot": false,
"headline": "Added client documentation.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248f853de1d663c1ebfecef83ae0538925b76cb4",
"body": null,
"is_bot": false,
"headline": "Refine attachment documentation.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04701abba020266e12ea9ff02e7fb4858b4ffda4",
"body": null,
"is_bot": false,
"headline": "Added yard doc options.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1cb1654acc8333ccf2387e4c74b64d162dc24ad",
"body": "Hide documentation for the `endpoint_name` method.",
"is_bot": false,
"headline": "Add doc for the `save` and `#meta` methods.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49832a4a798e3c58c68c7e757456e5742cc1bd43",
"body": null,
"is_bot": false,
"headline": "Document deleting an attachment.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2025-01-13T12:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c80940092fe9004afa24a1b1f667d865e1a51d",
"body": null,
"is_bot": false,
"headline": "Add attachment doc.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2024-12-31T14:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3140ace9b9b6476e2de53b837a9b61e878a99cbf",
"body": null,
"is_bot": false,
"headline": "Document add attachment.",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2024-12-31T14:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5aacb0049beffcd68e1b3f252ee75ee5d6927db",
"body": null,
"is_bot": false,
"headline": "Attachment WIP",
"author_name": "Marlin Pierce",
"author_login": "marlinpierce",
"committed_at": "2024-12-31T14:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afef22a42d2ed796b3ce12fa5b48c060afd11389",
"body": "Rubocop updates",
"is_bot": false,
"headline": "Merge pull request #455 from bobbrodie/rubocop-updates",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2024-10-16T03:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f944de8d42d78a3741f66d778da4e5d8a659e5",
"body": "…ith 1.0 in the path",
"is_bot": false,
"headline": "Re-enable RSpec/SpecFilePathSuffix and update Webhook paths to work w…",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2024-10-15T03:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec9f0ebb32d409439ee15790864d4b0b77b8185",
"body": null,
"is_bot": false,
"headline": "Re-enable Security/Open",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2024-10-15T02:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40718a39eabd1c7fe894f34cc2fa504e865d5be0",
"body": null,
"is_bot": false,
"headline": "Re-enable Style/SymbolProc",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2024-10-15T02:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dadd914399fd1f1e432a3333762f45aa2b97cbd5",
"body": null,
"is_bot": false,
"headline": "Clean up Layout/EmptyLinesAroundMethodBody",
"author_name": "Robert Brodie",
"author_login": "bobbrodie",
"committed_at": "2024-10-15T02:45:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 41,
"latest_release_at": "2026-07-24T02:12:52Z",
"latest_release_tag": "v3.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 12,
"days_since_latest_release": 0,
"mean_days_between_releases": 141.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jira-ruby",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/jira-ruby",
"is_deprecated": false,
"latest_version": "3.2.1",
"repository_url": "https://github.com/sumoheavy/jira-ruby",
"versions_count": 51,
"total_downloads": 63753405,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2011-12-15T03:38:57.449000Z",
"latest_published_at": "2026-07-24T02:12:12.961000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 414,
"stars": 673,
"watchers": 23,
"fork_history": {
"days": [
{
"date": "2011-12-19",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-25",
"count": 1
},
{
"date": "2012-03-31",
"count": 1
},
{
"date": "2012-05-08",
"count": 1
},
{
"date": "2012-06-06",
"count": 1
},
{
"date": "2012-07-05",
"count": 1
},
{
"date": "2012-08-08",
"count": 1
},
{
"date": "2012-08-24",
"count": 1
},
{
"date": "2012-08-30",
"count": 1
},
{
"date": "2012-10-09",
"count": 1
},
{
"date": "2012-10-18",
"count": 1
},
{
"date": "2012-10-22",
"count": 1
},
{
"date": "2012-11-19",
"count": 1
},
{
"date": "2012-12-06",
"count": 1
},
{
"date": "2012-12-07",
"count": 1
},
{
"date": "2012-12-10",
"count": 1
},
{
"date": "2012-12-11",
"count": 1
},
{
"date": "2012-12-20",
"count": 1
},
{
"date": "2013-01-14",
"count": 1
},
{
"date": "2013-01-21",
"count": 1
},
{
"date": "2013-01-23",
"count": 1
},
{
"date": "2013-02-02",
"count": 1
},
{
"date": "2013-02-04",
"count": 1
},
{
"date": "2013-02-05",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-03-02",
"count": 1
},
{
"date": "2013-03-03",
"count": 2
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-04-04",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-04-26",
"count": 1
},
{
"date": "2013-04-27",
"count": 1
},
{
"date": "2013-04-29",
"count": 1
},
{
"date": "2013-05-14",
"count": 1
},
{
"date": "2013-05-27",
"count": 1
},
{
"date": "2013-06-02",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-06-05",
"count": 1
},
{
"date": "2013-06-08",
"count": 1
},
{
"date": "2013-06-12",
"count": 1
},
{
"date": "2013-07-01",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-08-22",
"count": 1
},
{
"date": "2013-08-27",
"count": 1
},
{
"date": "2013-08-29",
"count": 1
},
{
"date": "2013-09-07",
"count": 1
},
{
"date": "2013-09-19",
"count": 2
},
{
"date": "2013-11-01",
"count": 1
},
{
"date": "2013-11-05",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2013-12-07",
"count": 1
},
{
"date": "2013-12-20",
"count": 1
},
{
"date": "2013-12-30",
"count": 1
},
{
"date": "2014-01-04",
"count": 2
},
{
"date": "2014-01-15",
"count": 1
},
{
"date": "2014-01-22",
"count": 1
},
{
"date": "2014-02-17",
"count": 1
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-03-11",
"count": 1
},
{
"date": "2014-04-17",
"count": 1
},
{
"date": "2014-04-18",
"count": 1
},
{
"date": "2014-04-23",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-08",
"count": 1
},
{
"date": "2014-05-13",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-24",
"count": 1
},
{
"date": "2014-06-06",
"count": 1
},
{
"date": "2014-06-08",
"count": 1
},
{
"date": "2014-06-20",
"count": 1
},
{
"date": "2014-07-11",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-18",
"count": 1
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-07-30",
"count": 1
},
{
"date": "2014-08-01",
"count": 2
},
{
"date": "2014-08-03",
"count": 1
},
{
"date": "2014-08-06",
"count": 1
},
{
"date": "2014-09-10",
"count": 1
},
{
"date": "2014-09-17",
"count": 2
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-09-24",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-13",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2015-01-12",
"count": 2
},
{
"date": "2015-01-16",
"count": 1
},
{
"date": "2015-01-28",
"count": 1
},
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-03-19",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-26",
"count": 2
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-08",
"count": 1
},
{
"date": "2015-05-28",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-06-16",
"count": 1
},
{
"date": "2015-06-24",
"count": 1
},
{
"date": "2015-07-10",
"count": 1
},
{
"date": "2015-07-30",
"count": 1
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-08-18",
"count": 1
},
{
"date": "2015-08-20",
"count": 3
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-18",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-10-24",
"count": 1
},
{
"date": "2015-10-25",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2015-11-24",
"count": 2
},
{
"date": "2015-11-28",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-01",
"count": 1
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-13",
"count": 1
},
{
"date": "2015-12-19",
"count": 1
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2015-12-31",
"count": 1
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-20",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-05",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-16",
"count": 2
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-04-24",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-04-26",
"count": 2
},
{
"date": "2016-04-28",
"count": 2
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-21",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-06-29",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-07-07",
"count": 3
},
{
"date": "2016-07-18",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-22",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-11",
"count": 1
},
{
"date": "2016-09-20",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-17",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-11-11",
"count": 2
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2016-12-21",
"count": 2
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-17",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-20",
"count": 2
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-07-02",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-10",
"count": 1
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-11",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-01-14",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-25",
"count": 1
},
{
"date": "2018-08-05",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-18",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-10-02",
"count": 2
},
{
"date": "2018-10-17",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-12-17",
"count": 2
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-18",
"count": 2
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-02-28",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-07-14",
"count": 1
},
{
"date": "2019-08-01",
"count": 2
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-10",
"count": 2
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-09",
"count": 2
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-10-02",
"count": 2
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-01-23",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 397,
"total_forks": 414
},
"star_history": null,
"open_issues_and_prs": 83
},
"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": 24501,
"source_files_sampled": 99,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 14,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "cgi",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "guard",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "guard-rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jwt",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "multipart-post",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "oauth",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "railties",
"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": "rubocop-rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 0,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 184,
"open_issues": 72,
"closed_ratio": 0.667,
"closed_issues": 144,
"closed_unmerged_prs": 63
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bobbrodie",
"commits": 171,
"avatar_url": "https://avatars.githubusercontent.com/u/123703?v=4"
},
{
"type": "User",
"login": "SimonMiaou",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/2677852?v=4"
},
{
"type": "User",
"login": "marlinpierce",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/10578108?v=4"
},
{
"type": "User",
"login": "d-hansen",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/22226761?v=4"
},
{
"type": "User",
"login": "legkvla",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/1218040?v=4"
},
{
"type": "User",
"login": "fuzzkat",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/814896?v=4"
},
{
"type": "User",
"login": "peterbell215",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1549302?v=4"
},
{
"type": "User",
"login": "yrb",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/35154?v=4"
},
{
"type": "User",
"login": "garciaf",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/900047?v=4"
},
{
"type": "User",
"login": "smcfarlane",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/4461051?v=4"
}
],
"contributors_sampled": 90,
"top_contributor_share": 0.305
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"lint.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"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": 3,
"reason": "Found 5/16 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 47 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"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": "f1a8de9a740a56c369c6d00e95d3ed3341ff039d",
"ran_at": "2026-07-24T02:19:35Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T02:13:11Z",
"oldest_open_prs": [
{
"number": 188,
"created_at": "2016-10-19T21:43:45Z",
"last_comment_at": "2017-01-30T21:28:40Z",
"last_comment_author": "abataloff"
},
{
"number": 289,
"created_at": "2018-05-11T09:24:48Z",
"last_comment_at": "2025-01-13T12:37:42Z",
"last_comment_author": "marlinpierce"
},
{
"number": 292,
"created_at": "2018-06-20T00:14:28Z",
"last_comment_at": "2023-12-02T13:48:45Z",
"last_comment_author": "marlinpierce"
},
{
"number": 319,
"created_at": "2019-02-18T10:57:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 336,
"created_at": "2019-06-24T20:53:22Z",
"last_comment_at": "2019-07-16T08:22:03Z",
"last_comment_author": "garciaf"
},
{
"number": 350,
"created_at": "2020-02-28T12:27:30Z",
"last_comment_at": "2020-03-02T12:59:58Z",
"last_comment_author": "scorpion35"
},
{
"number": 358,
"created_at": "2020-07-02T22:44:29Z",
"last_comment_at": "2020-07-23T07:44:38Z",
"last_comment_author": "trapeze-bell-peter"
},
{
"number": 367,
"created_at": "2020-07-22T11:24:58Z",
"last_comment_at": "2024-05-28T15:40:47Z",
"last_comment_author": "x-yuri"
},
{
"number": 378,
"created_at": "2021-01-23T19:22:51Z",
"last_comment_at": "2023-01-25T15:38:24Z",
"last_comment_author": "davidalpert"
},
{
"number": 382,
"created_at": "2021-07-15T15:58:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 457,
"created_at": "2024-12-31T15:29:16Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T20:16:24Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 102,
"created_at": "2015-03-21T10:59:47Z",
"last_comment_at": "2017-08-03T06:55:11Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 114,
"created_at": "2015-07-16T20:54:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 115,
"created_at": "2015-08-18T19:17:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2015-09-15T16:33:36Z",
"last_comment_at": "2021-08-10T20:20:37Z",
"last_comment_author": "panagioti"
},
{
"number": 140,
"created_at": "2016-03-14T20:21:35Z",
"last_comment_at": "2016-07-22T16:33:55Z",
"last_comment_author": "grekko"
},
{
"number": 143,
"created_at": "2016-04-08T18:01:37Z",
"last_comment_at": "2018-01-19T09:33:33Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 163,
"created_at": "2016-07-07T12:08:28Z",
"last_comment_at": "2023-10-31T06:19:42Z",
"last_comment_author": "marlinpierce"
},
{
"number": 175,
"created_at": "2016-08-31T22:14:22Z",
"last_comment_at": "2019-09-20T23:34:10Z",
"last_comment_author": "spkane"
},
{
"number": 177,
"created_at": "2016-09-12T21:26:02Z",
"last_comment_at": "2017-07-21T15:34:16Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 179,
"created_at": "2016-09-18T15:11:57Z",
"last_comment_at": "2019-04-18T04:44:28Z",
"last_comment_author": "couentine"
},
{
"number": 183,
"created_at": "2016-10-04T02:04:27Z",
"last_comment_at": "2017-10-06T20:40:10Z",
"last_comment_author": "fawaf"
},
{
"number": 185,
"created_at": "2016-10-14T15:53:25Z",
"last_comment_at": "2017-07-21T15:32:06Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 190,
"created_at": "2016-10-29T11:20:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 194,
"created_at": "2016-11-15T16:09:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 195,
"created_at": "2016-11-24T15:13:25Z",
"last_comment_at": "2017-07-21T15:23:41Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 204,
"created_at": "2016-12-18T13:16:28Z",
"last_comment_at": "2017-07-21T15:20:49Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 207,
"created_at": "2016-12-28T16:41:11Z",
"last_comment_at": "2017-07-21T15:14:41Z",
"last_comment_author": "SimonMiaou"
},
{
"number": 208,
"created_at": "2017-01-05T20:12:17Z",
"last_comment_at": "2018-05-21T08:59:36Z",
"last_comment_author": "rafadc"
},
{
"number": 213,
"created_at": "2017-01-18T17:17:37Z",
"last_comment_at": "2019-04-18T10:59:48Z",
"last_comment_author": "tpberntsen"
},
{
"number": 218,
"created_at": "2017-02-10T15:11:31Z",
"last_comment_at": "2017-07-21T14:39:47Z",
"last_comment_author": "SimonMiaou"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sumoheavy/jira-ruby",
"host": "github.com",
"name": "jira-ruby",
"owner": "sumoheavy"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"security": 63,
"vitality": 75,
"community": 72,
"governance": 73,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 41,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 12
},
"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": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "41 commits in the last year",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 41
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 141.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 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 ~141.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 141.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": 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": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"forks": 414,
"stars": 673,
"watchers": 23,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "673 stars",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 673
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "414 forks",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 414
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "23 watchers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 23
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"jira-ruby"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 63753405,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "63,753,405 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 63753405,
"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": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 90,
"top_contributor_share": 0.305
},
"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 30% of commits",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "90 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 90
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 47 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 184,
"open_issues": 72,
"closed_issues": 144,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 63
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "184/247 decided PRs merged",
"points": 28.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 184,
"decided": 247
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/16 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"followers": 11,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "sumoheavy",
"public_repos": 8,
"account_age_days": 5512
},
"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": "11 followers of sumoheavy",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "sumoheavy"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~15 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jira-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": "51 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 51
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.3
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"points": 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 5/16 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 47 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.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": 12
},
"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": 32,
"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.25,
"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": "25 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 38,
"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,
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 24501,
"source_files_sampled": 99,
"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/99 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 99,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T02:19:58.490088Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sumoheavy/jira-ruby.svg",
"full_name": "sumoheavy/jira-ruby",
"license_state": "standard",
"license_spdx": "MIT"
}