Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 86,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 55089
},
"pushed_at": "2025-05-27T15:39:48Z",
"created_at": "2009-12-25T22:57:09Z",
"owner_type": "User",
"updated_at": "2026-02-15T09:26:50Z",
"description": "Recursive Merging for Ruby Hashes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Dan DeLeo",
"type": "User",
"login": "danielsdeleo",
"company": null,
"location": "Seattle, WA",
"followers": 138,
"avatar_url": "https://avatars.githubusercontent.com/u/37162?v=4",
"created_at": "2008-11-28T23:01:31Z",
"is_verified": null,
"public_repos": 70,
"account_age_days": 6444
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.2.2",
"kind": "patch",
"published_at": "2022-01-07T22:28:07Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2017-11-16T20:09:56Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2017-11-16T20:03:29Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2016-08-01T22:16:54Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2016-08-01T22:05:29Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2014-01-21T18:09:40Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2011-07-29T05:24:02Z"
}
],
"recent_commits": [
{
"oid": "76127b1916f502cec9097edd565410c4d4098818",
"body": "Refactor gemspec",
"is_bot": false,
"headline": "Merge pull request #60 from w-masahiro-ct/refactor-gemspec",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2025-05-27T15:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c9d5d2622af89d1a273d932c206b8d895e2d46",
"body": null,
"is_bot": false,
"headline": "Refactor gemspec",
"author_name": "Masahiro",
"author_login": "w-masahiro-ct",
"committed_at": "2025-03-07T18:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8084400e1c2a9c9bffefc2b33d5d02220a0768a0",
"body": "update rake to be able to run tests",
"is_bot": false,
"headline": "Merge pull request #58 from grosser/grosser/bang",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2024-05-16T21:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e1c24d1450ff6f04969fdb4226c85132d7655b",
"body": null,
"is_bot": false,
"headline": "drop deprecated ruby versions",
"author_name": "Michael Grosser",
"author_login": "grosser",
"committed_at": "2024-05-14T07:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f6761dd96f90ff5f9ebaee0e83c2f220d9b6d7",
"body": null,
"is_bot": false,
"headline": "update rake to be able to run tests",
"author_name": "Michael Grosser",
"author_login": "grosser",
"committed_at": "2024-05-09T10:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f1b9d4a37c14d3b17f22ffc950e75db86a510a",
"body": "Cleanup documentation",
"is_bot": false,
"headline": "Merge pull request #55 from Fryguy/cleanup_readme",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T23:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a85c287c1cb2d65f0ad893e9f9df94036acd454e",
"body": "- Update README examples with syntax highlighting\n- Add some more examples\n- Change options list to a table for readability\n- General Markdown cleanup\n- Fix code comments on certain methods",
"is_bot": false,
"headline": "Cleanup documentation",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T23:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab0f7fed5c1e22226efec5d4adaa3e95d198b83",
"body": null,
"is_bot": false,
"headline": "Ship version 1.2.2",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T22:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f6b4255d67ba408ac0d43aa7f605372cd98bbb",
"body": null,
"is_bot": false,
"headline": "Fix typo in README",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T22:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74243bf51770862babb147cc2136a1e8065871da",
"body": "Add documentation for keep_array_duplicates",
"is_bot": false,
"headline": "Merge pull request #54 from Fryguy/keep_array_duplicates_readme",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T22:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21dc8fe3e132a9cf4cbb3709c63376e86ddb292",
"body": "Fixes #49",
"is_bot": false,
"headline": "Add documentation for keep_array_duplicates",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T22:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985fc0d82078fb7cc81081451b6a02382ff0fd7f",
"body": "Fixes #32 duplicated arrays on nil merge, adds test case",
"is_bot": false,
"headline": "Merge pull request #48 from ALTinners/32-nil-array-merge-fix",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T22:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c88dfbeebb47dcea70a3e327fb763a178d0c0d5",
"body": "Fix wrong URL on badge",
"is_bot": false,
"headline": "Merge pull request #53 from Fryguy/fix_badge",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T21:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a355f81c1f76b04ef9d0dcd938a65990f931360",
"body": "Accidental copy-paste on the badge in #52\n\n[skip ci]",
"is_bot": false,
"headline": "Fix wrong URL on badge",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T20:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447a07351c110f3b5bfa1731db17571166c6b8e2",
"body": "Switch to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #52 from Fryguy/github_actions",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T19:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff2a3a52e29e4a000e415358002eb24538ec579",
"body": null,
"is_bot": false,
"headline": "Minor README cleanup",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T15:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "471a0a4910462ba922741a2dec60ce07169cf6ea",
"body": null,
"is_bot": false,
"headline": "Add README badges",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T15:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4993b13a8da0f49b1918e7a0847d05519abfb36e",
"body": null,
"is_bot": false,
"headline": "Switch to GitHub Actions",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2022-01-07T15:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33b88936d1812d0155ff3c3dcb08fd5756eff89",
"body": null,
"is_bot": false,
"headline": "Fixes #32 duplicated arrays on nil merge, adds test case",
"author_name": "Andrew Lipscomb",
"author_login": "AndrewLipscomb",
"committed_at": "2021-06-25T04:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3817ddd596fc62a24d778c85ee4538a22d69fed7",
"body": "Improved Docs",
"is_bot": false,
"headline": "Merge pull request #41 from mohammad-nabeel/master",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2020-10-12T18:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8d661454224e78c3057a73b235d627e97f8ea2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "mohammad-nabeel",
"author_login": "mohammad-nabeel",
"committed_at": "2020-10-02T16:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b15cc77c5954eebf67365d4f24ca44a9e2b2ca7",
"body": "* Fix the release date *AGAIN*",
"is_bot": false,
"headline": "Ship version 1.2.1",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2017-11-16T20:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9acbc854482107025645863cfcbfd6b09e611a0e",
"body": null,
"is_bot": false,
"headline": "Ship version 1.2.0",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2017-11-16T20:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f15a04bc6cee3723125de6165a6b43b55f1cde",
"body": "…lues\n\nAdd missing doc for #33, merge_nil_values",
"is_bot": false,
"headline": "Merge pull request #34 from jrafanie/add_missing_doc_for_merge_nil_va…",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2017-05-01T15:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc5176e7365df4052e8f3ebf6ccf3c0b8474ad2",
"body": "[skip ci]",
"is_bot": false,
"headline": "Add missing doc for #33, merge_nil_values",
"author_name": "Joe Rafaniello",
"author_login": "jrafanie",
"committed_at": "2017-04-26T02:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed5af94bd0a714cc5de686f5effb88b89fc25a4",
"body": "Merge nil values or keep the original via an option",
"is_bot": false,
"headline": "Merge pull request #33 from jrafanie/discard_nil_value_option",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2017-04-26T00:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e2c7e5f298c55981a173844112433ee92e85db",
"body": "For some people, it's unexpected that explicitly merging in a nil will\nnot overwrite an existing value.\n`DeepMerge::deep_merge({:a => nil}, {:a => 1})`\n\nCurrently, we retain the 1 value.\nMy expectation is we'd get a nil value.\n\nSince changing this is a change in behavior, and possibly not desirable,\n[…]\n #20 and can be confusing to see the difference.\nThis commit handles merging a nil value into an existing destination via\nan option.\nPR #20 handles NOT merging a value into an already nil destination.",
"is_bot": false,
"headline": "Merge nil values or keep the original via an option",
"author_name": "Joe Rafaniello",
"author_login": "jrafanie",
"committed_at": "2017-04-25T20:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "989b2df99c71adc695869964e2b1225eb19fca80",
"body": "Use the latest Rubies on Travis",
"is_bot": false,
"headline": "Merge pull request #31 from koic/use_latest_rubies",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2017-02-22T19:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6e2dbe7067dfc375e77387580c813f52f85740",
"body": null,
"is_bot": false,
"headline": "Use the latest Rubies on Travis",
"author_name": "Koichi ITO",
"author_login": "koic",
"committed_at": "2017-02-19T12:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9674d2e1d1753a4b0c1e1af88ec121d057e42a0",
"body": "Added:keep_array_duplicates option + test",
"is_bot": false,
"headline": "Merge pull request #25 from nilo85/master",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-02T18:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb04ffd904ab11c4a316dbf04bc03450e525ed4c",
"body": null,
"is_bot": false,
"headline": "Added test and short description for keep_array_duplicates",
"author_name": "Niklas Lönn",
"author_login": null,
"committed_at": "2016-08-02T09:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0da9d324b802f9209ac37e5fae3e69a6a3fdecf",
"body": "The :keep_array_duplicates option retains duplicate array elements after a deep_merge.",
"is_bot": false,
"headline": "Added :keep_array_duplicates option",
"author_name": "rrottmann",
"author_login": "rrottmann",
"committed_at": "2016-08-02T09:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7dbf332fef593b0981673b9f6f250a7b1d9d539",
"body": "* Fixed release date in the gemspec.",
"is_bot": false,
"headline": "Ship version 1.1.1",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T22:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e9ac4099d94b69d1d802fe46c50a6fb5a6d75d2",
"body": null,
"is_bot": false,
"headline": "Fix release date",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T22:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97f2f2224354ab2d2b92a5f6d7e64908ad36139a",
"body": "* Add testing for newer Ruby 2.2, 2.3, head, and jruby-head.\n* Add extend_existing_arrays option\n* Add overwrite_arrays option\n* Remove support for old Ruby 1.8 and 1.9",
"is_bot": false,
"headline": "Ship version 1.1.0",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T22:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c56e162601d6766067ac6d2664a3d429ab9f65ea",
"body": null,
"is_bot": false,
"headline": "Install bundler on Travis for JRuby tests",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T21:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c93e6015cbada2d8fb20c0721a3d0e520011d1",
"body": "Update test suite for newer Ruby versions.",
"is_bot": false,
"headline": "Merge pull request #24 from Fryguy/update_test_suite",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T21:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf472771b86c023e3cab665cc582e4f42a980c9",
"body": null,
"is_bot": false,
"headline": "Update copyright information",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T21:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83018ac38d6dbe046ce6e369ff5f091cb4abbd17",
"body": null,
"is_bot": false,
"headline": "Remove 1.9 messaging on gemspec",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T21:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249ae4bfee59c41adb8fc26a2381a936718913f4",
"body": null,
"is_bot": false,
"headline": "Add newer Ruby versions as well as JRuby.",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T21:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc14db1f3a745dc37246574f3114f7ecf6e5d49",
"body": null,
"is_bot": false,
"headline": "Fix issues with testing on newer Ruby versions.",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-08-01T18:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b2ffb115a730861bc5608aab54a0bc52448342",
"body": "Added option to extend existing arrays",
"is_bot": false,
"headline": "Merge pull request #17 from ubpb/extend_existing_arrays",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-06-14T19:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b42d5c9f5ed59e6c137f2723a4010e0088ad960",
"body": "use HTTPS URL in gemspec",
"is_bot": false,
"headline": "Merge pull request #15 from ktdreyer/gemspec-url",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-06-10T18:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdaa4c6610659ad28f0569ff6fe3b06baeccf694",
"body": "Add overwrite_arrays option",
"is_bot": false,
"headline": "Merge pull request #21 from Fryguy/overwrite_arrays",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-06-07T12:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f61f75b88cd28d45e7db5a6bd0e115c5059b36e",
"body": "This is an extraction from\nhttps://github.com/railsconfig/config/pull/103 where @dtaniwaki had\nadded this option, but had done it prior to the deep_merge extraction.\n\nPaired with @carbonin <https://github.com/carbonin> on this.",
"is_bot": false,
"headline": "Add overwrite_arrays option",
"author_name": "Jason Frey",
"author_login": "Fryguy",
"committed_at": "2016-05-20T22:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7fa2588206168b696e7d073e7a6ddf02e2c82e",
"body": "include LICENSE file in gem",
"is_bot": false,
"headline": "Merge pull request #14 from ktdreyer/include-license-file-in-gem",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2016-04-08T23:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af6baa3c1875997243ccf76f5fb844769596e49b",
"body": null,
"is_bot": false,
"headline": "Remove EOL rubies and other travis enhancements",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2016-04-08T17:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bd7ad3573a01adef74b3233ac3ac9bd39d041c",
"body": null,
"is_bot": false,
"headline": "Added test for case source.kind_of?(Hash)",
"author_name": "Michael Sievers",
"author_login": "msievers",
"committed_at": "2014-08-06T12:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ce4338b221a9fd22d1b74f7a3f2a57357d102f",
"body": null,
"is_bot": false,
"headline": "Fix a Ruby 1.8 issue",
"author_name": "Michael Sievers",
"author_login": "msievers",
"committed_at": "2014-08-06T12:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4434200418f33d0cf0ad129c05e85d07fb5565c3",
"body": null,
"is_bot": false,
"headline": "Added handling for case source.kind_of?(Hash)",
"author_name": "Michael Sievers",
"author_login": "msievers",
"committed_at": "2014-08-06T11:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7958e4a10ac5c5cb03cfd2409f93cff80d87c262",
"body": null,
"is_bot": false,
"headline": "Added option to extend existing arrays",
"author_name": "Michael Sievers",
"author_login": "msievers",
"committed_at": "2014-08-06T11:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aefa761e3768115e4148ddff4e45e0e5b1ce0b3",
"body": null,
"is_bot": false,
"headline": "use HTTPS URL in gemspec",
"author_name": "Ken Dreyer",
"author_login": "ktdreyer",
"committed_at": "2014-06-02T23:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4823ad2832dc9239e59c21311192e653b3c32b",
"body": "By including a copy of the exact MIT license text in the deep_merge gem,\nwe make the terms of the license very clear.\n\nAlso, in the specific case of deep_merge's MIT license, all derivative\ncopies of deep_merge are required to contain the disclaimer text within\nthe MIT license (as described in the s\n[…]\nnotice shall be included in all copies or\nsubstantial portions of the Software.\") So in order to ease development\nand distribution of deep_merge, it makes sense to simply include this\ntext in the gem.",
"is_bot": false,
"headline": "include LICENSE file in gem",
"author_name": "Ken Dreyer",
"author_login": "ktdreyer",
"committed_at": "2014-06-02T23:30:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9df6fdb0d0090318e8015814e68e5ca2973b493",
"body": null,
"is_bot": false,
"headline": "Remove deleted VERSION file from gemspec",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T18:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2816301e8951cfd2bbf73c0927308dc5ea2454",
"body": "Bump version for release",
"is_bot": false,
"headline": "Merge branch 'version-bump-101'",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa55e13d64bf9304bec214e02d0327c1168fd3d",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.0.1",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66eb33105f91546fa702b74af674c5c1cead3d07",
"body": null,
"is_bot": false,
"headline": "Remove version file, use gemspec instead",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9960bff129ca340f3450d6637dbeea935aa981",
"body": null,
"is_bot": false,
"headline": "Add license file",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f251e3d255919eff8f8e19c9d6d9a371d417798",
"body": "Add travis.yml and related code",
"is_bot": false,
"headline": "Merge pull request #11 from danielsdeleo/travis",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e785243ed2c1c7c81065aa2f83f2bf6394883d2a",
"body": "* Travis wants to use bundler by default, so add a Gemfile\n* Update gemspec to be valid (broken in previous commit changing readme\n to md)\n* Add bunlder-y stuff to .gitignore",
"is_bot": false,
"headline": "Add travis.yml and related code",
"author_name": "danielsdeleo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d6a01b5187b38b53bf9babde26806681769bb2a",
"body": "Merge Arrays with nil elements properly",
"is_bot": false,
"headline": "Merge pull request #7 from kindkid/merge_arrays_with_nils_properly",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2859f128d1b2f83425302ad06dacf40755a96f32",
"body": "rewrite the readme in markdown",
"is_bot": false,
"headline": "Merge pull request #8 from jaredbeck/rewrite_readme_in_markdown",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866dbbf709fd348b88d7880196ccb5e049642d5e",
"body": "Specify license in gemspec",
"is_bot": false,
"headline": "Merge pull request #9 from benlangfeld/patch-1",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2014-01-21T17:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f978b86098d4f2c4e8818f7a27ccc88d83612f52",
"body": null,
"is_bot": false,
"headline": "Specify license in gemspec",
"author_name": "Ben Langfeld",
"author_login": "benlangfeld",
"committed_at": "2013-08-23T13:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c764abef58fde2b832a53492d6eb7ba9d737ea06",
"body": null,
"is_bot": false,
"headline": "rewrite the readme in markdown",
"author_name": "Jared Beck",
"author_login": "jaredbeck",
"committed_at": "2012-07-15T21:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7de40b5ac6408e850947384b335e779890bb7dc",
"body": null,
"is_bot": false,
"headline": "Merge Arrays with nil elements properly",
"author_name": "Chris Johnson",
"author_login": "kindkid",
"committed_at": "2012-04-10T20:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308cb1c47b42625231d2653b6303957aa736f0af",
"body": null,
"is_bot": false,
"headline": "add recent changes to changelog",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-08-15T15:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5fa9d0ac6ae4d275bf19241b281375211da7dfb",
"body": null,
"is_bot": false,
"headline": "document how to use rails compat mode w/ bundler",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-08-15T15:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9b8e4f1bdfae2c14c60f076c299f19774d0c7df",
"body": null,
"is_bot": false,
"headline": "add rails and new URL to README",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-07-29T06:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26c666f3cdfaca7d13ffc68f9579310b020dae4a",
"body": null,
"is_bot": false,
"headline": "test by default",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-07-29T05:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741079c12aaceb1a883760a66c9e84da9ff1bb59",
"body": null,
"is_bot": false,
"headline": "Merge branch 'merge_hash_arrays'",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-07-29T05:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04397d32da9b396e9283783ffa334a32894a72ef",
"body": null,
"is_bot": false,
"headline": "updated README",
"author_name": "Andrew Williams",
"author_login": "sobakasu",
"committed_at": "2011-07-29T05:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89d0d43ec7c04ea212799f700f0df81140c6f2d4",
"body": null,
"is_bot": false,
"headline": "added merge_hash_arrays option",
"author_name": "Andrew Williams",
"author_login": "sobakasu",
"committed_at": "2011-07-29T05:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc06de51a0517f3872cc8630409935754d9fb7a",
"body": null,
"is_bot": false,
"headline": "use old school rake & gemspec",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-07-29T05:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c5a7fde9c50d0ad0331180583eb029290f98412",
"body": null,
"is_bot": false,
"headline": "ignore zsh rake completion files",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-07-29T05:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917fccd08427425148480e9c34bfd0390b579e52",
"body": null,
"is_bot": false,
"headline": "Merge branch 'pull-3' into jewelerified",
"author_name": "Daniel DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2011-05-26T15:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "120f86b6b34ee72ec4d49e291bf10e6e9ba90907",
"body": null,
"is_bot": false,
"headline": "Added CHANGELOG",
"author_name": "Joe Van Dyk",
"author_login": null,
"committed_at": "2011-05-24T01:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbb9f1f6c3b07948dfe554e6ccff41348e057f2",
"body": null,
"is_bot": false,
"headline": "Merging empty strings should work if String#blank? is defined.",
"author_name": "Joe Van Dyk",
"author_login": null,
"committed_at": "2011-05-24T01:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f89d4973ab323b305e59bd890ecca0928fe9ae",
"body": null,
"is_bot": false,
"headline": "Use unix line endings",
"author_name": "Joe Van Dyk",
"author_login": null,
"committed_at": "2011-05-19T03:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59109c091c35347961aaba61e5e51f04c5f8f579",
"body": null,
"is_bot": false,
"headline": "Removing extra whitespace",
"author_name": "Joe Van Dyk",
"author_login": null,
"committed_at": "2011-05-19T03:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a47f4da93b7d724ad20ec39e3e308e308b421c",
"body": "explicitly test for nils w/ #nil? instead of negating. Thanks mdkent!",
"is_bot": false,
"headline": "fix boolean merging according to mdkent's patch",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2010-01-11T18:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577c54f2274e5257dd80910da5bcf435ccd2642c",
"body": null,
"is_bot": false,
"headline": "miscellaneous cleanup",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2009-12-25T23:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b03da3c413e9f2c592c05e74dce36ef7ca88ee",
"body": null,
"is_bot": false,
"headline": "make rails/active_support compat optional",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2009-12-25T23:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c934fdea9b19e4572caf208ec91a65cdfdc6f51",
"body": null,
"is_bot": false,
"headline": "add jeweler rake task for gemability",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2009-12-25T22:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7314606a32d8276c8c02563b59a9dd803a014db7",
"body": null,
"is_bot": false,
"headline": "Version bump to 0.0.1",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2009-12-25T02:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea384c5e090e2b6be0698d81530d727450ec4a53",
"body": null,
"is_bot": false,
"headline": "Version bump to 0.0.0",
"author_name": "Dan DeLeo",
"author_login": "danielsdeleo",
"committed_at": "2009-12-25T02:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f6476a9b7779b4942448ba38db057484ea9df8",
"body": null,
"is_bot": false,
"headline": "import",
"author_name": "Jonathan Weiss",
"author_login": "jweiss",
"committed_at": "2009-11-06T16:20:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2022-01-07T22:28:07Z",
"latest_release_tag": "1.2.2",
"releases_from_tags": true,
"days_since_last_push": 420,
"active_weeks_last_year": 0,
"days_since_latest_release": 1656,
"mean_days_between_releases": 636
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 58,
"stars": 170,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2010-01-11",
"count": 1
},
{
"date": "2011-05-11",
"count": 1
},
{
"date": "2011-05-15",
"count": 1
},
{
"date": "2011-08-12",
"count": 1
},
{
"date": "2012-02-02",
"count": 1
},
{
"date": "2012-04-05",
"count": 1
},
{
"date": "2012-07-15",
"count": 1
},
{
"date": "2012-11-30",
"count": 1
},
{
"date": "2013-01-28",
"count": 1
},
{
"date": "2013-02-08",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2014-04-29",
"count": 1
},
{
"date": "2014-09-18",
"count": 2
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2016-03-25",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-12-25",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2020-02-19",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-08-05",
"count": 2
}
],
"complete": true,
"collected": 53,
"total_forks": 58
},
"star_history": {
"days": [
{
"date": "2009-12-25",
"count": 14
},
{
"date": "2010-01-07",
"count": 1
},
{
"date": "2010-02-03",
"count": 1
},
{
"date": "2010-05-01",
"count": 1
},
{
"date": "2010-08-30",
"count": 1
},
{
"date": "2010-09-22",
"count": 1
},
{
"date": "2010-10-30",
"count": 1
},
{
"date": "2010-11-15",
"count": 1
},
{
"date": "2010-12-25",
"count": 1
},
{
"date": "2011-05-13",
"count": 1
},
{
"date": "2011-06-26",
"count": 1
},
{
"date": "2011-10-24",
"count": 1
},
{
"date": "2012-04-10",
"count": 1
},
{
"date": "2012-09-10",
"count": 1
},
{
"date": "2013-02-09",
"count": 1
},
{
"date": "2013-05-11",
"count": 1
},
{
"date": "2013-07-27",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-01-31",
"count": 1
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-23",
"count": 1
},
{
"date": "2014-05-04",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-06-08",
"count": 1
},
{
"date": "2014-07-25",
"count": 1
},
{
"date": "2014-07-28",
"count": 1
},
{
"date": "2014-08-03",
"count": 1
},
{
"date": "2014-08-11",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-12-04",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-01-14",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-04-08",
"count": 1
},
{
"date": "2015-06-01",
"count": 3
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-09",
"count": 1
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-31",
"count": 1
},
{
"date": "2015-09-18",
"count": 1
},
{
"date": "2015-10-18",
"count": 1
},
{
"date": "2015-10-23",
"count": 1
},
{
"date": "2015-10-25",
"count": 1
},
{
"date": "2015-12-24",
"count": 1
},
{
"date": "2016-01-09",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-28",
"count": 1
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-12",
"count": 1
},
{
"date": "2016-08-22",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-04-29",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-17",
"count": 2
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-30",
"count": 2
},
{
"date": "2026-02-15",
"count": 1
}
],
"complete": true,
"collected": 169,
"total_stars": 170
},
"open_issues_and_prs": 12
},
"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": 39931,
"source_files_sampled": 5,
"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": 2,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "test-unit-minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 23,
"open_issues": 8,
"closed_ratio": 0.6,
"closed_issues": 12,
"closed_unmerged_prs": 14
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Fryguy",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/52120?v=4"
},
{
"type": "User",
"login": "danielsdeleo",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/37162?v=4"
},
{
"type": "User",
"login": "msievers",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/156371?v=4"
},
{
"type": "User",
"login": "sobakasu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8692?v=4"
},
{
"type": "User",
"login": "jrafanie",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/19339?v=4"
},
{
"type": "User",
"login": "ktdreyer",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/620295?v=4"
},
{
"type": "User",
"login": "grosser",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/11367?v=4"
},
{
"type": "User",
"login": "AndrewLipscomb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18649385?v=4"
},
{
"type": "User",
"login": "benlangfeld",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/210221?v=4"
},
{
"type": "User",
"login": "kindkid",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9161?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.427
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 8/16 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "76127b1916f502cec9097edd565410c4d4098818",
"ran_at": "2026-07-22T00:55:35Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 20,
"created_at": "2015-03-11T19:26:14Z",
"last_comment_at": "2016-06-08T16:20:55Z",
"last_comment_author": "danielsdeleo"
},
{
"number": 43,
"created_at": "2021-02-09T03:57:03Z",
"last_comment_at": "2025-10-30T15:41:45Z",
"last_comment_author": "avbm"
},
{
"number": 59,
"created_at": "2024-05-09T10:56:46Z",
"last_comment_at": "2024-05-16T21:04:50Z",
"last_comment_author": "grosser"
},
{
"number": 61,
"created_at": "2025-08-05T16:48:26Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-05-27T15:39:48Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 16,
"created_at": "2014-07-20T03:31:29Z",
"last_comment_at": "2018-10-24T23:42:07Z",
"last_comment_author": "dayglojesus"
},
{
"number": 23,
"created_at": "2016-05-02T18:54:08Z",
"last_comment_at": "2018-05-27T10:18:11Z",
"last_comment_author": "magynhard"
},
{
"number": 26,
"created_at": "2016-10-26T11:29:17Z",
"last_comment_at": "2023-10-10T13:13:22Z",
"last_comment_author": "gregorbg"
},
{
"number": 37,
"created_at": "2018-12-31T11:06:46Z",
"last_comment_at": "2019-01-02T16:15:40Z",
"last_comment_author": "Fryguy"
},
{
"number": 39,
"created_at": "2019-07-04T23:34:28Z",
"last_comment_at": "2019-09-02T16:37:19Z",
"last_comment_author": "science"
},
{
"number": 42,
"created_at": "2020-12-11T10:15:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2021-03-19T15:24:17Z",
"last_comment_at": "2022-01-07T23:41:53Z",
"last_comment_author": "Fryguy"
},
{
"number": 56,
"created_at": "2023-07-30T07:35:04Z",
"last_comment_at": "2025-02-07T19:36:26Z",
"last_comment_author": "Fryguy"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/danielsdeleo/deep_merge",
"host": "github.com",
"name": "deep_merge",
"owner": "danielsdeleo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 25,
"inputs": {
"security": 37,
"vitality": 10,
"community": 53,
"governance": 61,
"engineering": 45,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 41,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 10,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 420,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 420 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 420
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 24,
"inputs": {
"releases_count": 7,
"latest_release_tag": "1.2.2",
"releases_from_tags": true,
"days_since_latest_release": 1656,
"mean_days_between_releases": 636
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1656 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1656
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~636 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 636
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 4,
"unanswered_open_issues": 5,
"days_since_last_merged_pr": 420,
"days_since_last_human_commit": 420,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 420 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 420,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 58,
"stars": 170,
"watchers": 7,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "170 stars",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 170
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "58 forks",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 58
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 16,
"top_contributor_share": 0.427
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 43% of commits",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 43
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"merged_prs": 23,
"open_issues": 8,
"closed_issues": 12,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 14
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/37 decided PRs merged",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 37
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/16 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 138,
"owner_type": "User",
"is_verified": null,
"owner_login": "danielsdeleo",
"public_repos": 70,
"account_age_days": 6444
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "138 followers of danielsdeleo",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 138,
"login": "danielsdeleo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "70 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 70
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/16 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 22
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 26,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.345,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "30 of 87 human commits state their intent (structured subject or explanatory body)",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 87
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 87",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 87
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 39931,
"source_files_sampled": 5,
"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/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:55:57.423531Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/danielsdeleo/deep_merge.svg",
"full_name": "danielsdeleo/deep_merge",
"license_state": "standard",
"license_spdx": "MIT"
}