原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 496,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 43780,
"PowerShell": 322
},
"pushed_at": "2024-08-06T06:37:24Z",
"created_at": "2010-10-08T02:44:39Z",
"owner_type": "User",
"updated_at": "2026-05-30T07:14:46Z",
"description": "Cross-platform Ruby library for managing child processes.",
"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": "Eric Kessler",
"type": "User",
"login": "enkessler",
"company": null,
"location": "Columbus, Ohio",
"followers": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/690565?v=4",
"created_at": "2011-03-25T15:20:06Z",
"is_verified": null,
"public_repos": 42,
"account_age_days": 5597
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.1.0",
"kind": "minor",
"published_at": "2024-08-06T06:36:42Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2024-01-07T06:49:29Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2021-06-09T01:41:58Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2020-06-18T06:34:21Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2019-09-20T13:36:54Z"
}
],
"recent_commits": [
{
"oid": "c756730c4ac4fc29711964b4cc53dae2fac1c257",
"body": null,
"is_bot": false,
"headline": "Cut version 5.1.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2024-08-06T06:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a954edc26570304b4e0b6521b4b0af2374b07eb",
"body": "* Add logger dependency to fix warning on Ruby 3.4\r\n\r\nFixes the following warning:\r\n\r\n> lib/childprocess.rb:7: warning: logger was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add logger to your Gemfile or gemspec.\r\n\r\n* Add Ruby head to CI matrix\r\n\r\n* Pin term-ansicolor gem so CI works on Ruby 2.4\r\n\r\n* Fix incorrect rubygems source URL",
"is_bot": false,
"headline": "Add logger dependency to fix warning on Ruby 3.4 (#199)",
"author_name": "Matt Brictson",
"author_login": "mattbrictson",
"committed_at": "2024-08-06T06:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43159895142b8b3d7fc2bdddc81ab819c6d07652",
"body": null,
"is_bot": false,
"headline": "Fix CI (#197)",
"author_name": "Benoit Daloze",
"author_login": "eregon",
"committed_at": "2024-05-30T17:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0d3452201ee1a292aa90b383d025469710f150",
"body": "Starting in Ruby 3.4, the following deprecation warning is printed when\r\nrunning the childprocess specs:\r\n\r\n> childprocess/spec/spec_helper.rb:14: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add ostruct to your Gemfile or gemspec.\r\n\r\nThis commit fixes this warning by removing our dependency on the\r\n`ostruct` gem entirely, replacing it with a normal `Struct`.",
"is_bot": false,
"headline": "Remove ostruct dependency (#196)",
"author_name": "Matt Brictson",
"author_login": "mattbrictson",
"committed_at": "2024-05-30T00:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127a3d14b6db54e62961d4e8d93e65617d24f9c5",
"body": "* Update CI badge in README.md\r\n\r\n* Update Gem Version badge",
"is_bot": false,
"headline": "Update CI badge in README.md (#194)",
"author_name": "Benoit Daloze",
"author_login": "eregon",
"committed_at": "2024-01-08T16:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d40d3c3a6be5dc1676d066e9fb4cc1ae5f31a2",
"body": null,
"is_bot": false,
"headline": "Cut version 5.0.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2024-01-07T06:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82afeebca8a158c91bda6e320b03881df6599a49",
"body": "…d simplicity (#175)\n\n* Try latest JRuby\r\n\r\n* Add CI workflow\r\n\r\n* Use Process.spawn, it is enough to implement ChildProcess\r\n\r\n* Process.spawn requires only very minimal variants between platforms.\r\n* Remove all other backends, Process.spawn is enough.\r\n\r\n* Use `taskkill` to kill a process tree on \n[…]\nre already creating\r\n subprocess in ChildProcess and it only happens for a leader process on Windows.\r\n* There seems to be no other alternative which works reliably or it would incur huge complexity.",
"is_bot": false,
"headline": "Replace all backends by Process.spawn for portability, reliability an…",
"author_name": "Benoit Daloze",
"author_login": "eregon",
"committed_at": "2024-01-07T06:26:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9981ceef660b7a1d6408b3babf721989a0871886",
"body": "`rubygems/mock_gem_ui` was removed in RubyGems 3.5+:\r\n\r\nhttps://github.com/rubygems/rubygems/pull/6623\r\n\r\nLuckily, other PR allowed to use standard RSpec methods for `$stdout`\r\ntesting:\r\n\r\nhttps://github.com/rubygems/rubygems/pull/7203\r\n\r\nFixes #190",
"is_bot": false,
"headline": "Make `validates cleanly` spec compatible with RubyGems 3.5+ (#193)",
"author_name": "Vít Ondruch",
"author_login": "voxik",
"committed_at": "2023-12-21T00:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d387d64cabd3f4705212b857f634477189b0830",
"body": "… fork\n\n* Such as on TruffleRuby, JRuby, etc.\n* ForkExecProcess does not work at all on these platforms anyway.\n* PosixSpawnProcess is not thread-safe with regard to the current working\n directory (https://github.com/oracle/truffleruby/issues/1525#issuecomment-445780033)\n but it's still better than failing with no fork.\n* https://github.com/enkessler/childprocess/issues/172 is the proper solution longer-term.",
"is_bot": false,
"headline": "Use PosixSpawnProcess instead of ForkExecProcess on platforms without…",
"author_name": "Benoit Daloze",
"author_login": "eregon",
"committed_at": "2023-12-13T07:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd1392f679daf4f96886cdf51fa620847c6f68e",
"body": "This commit updates msvcrt_name to return the value of RUBY_SO_NAME or\nucrtbase.\n\nChange taken from #182.",
"is_bot": false,
"headline": "Update msvcrt_name",
"author_name": "Craig Gumbley",
"author_login": "chelnak",
"committed_at": "2023-12-13T07:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b4c09ef8545fec444390117806beb5bfac128f",
"body": "Prior to this change, using childprocess in a Ruby 3 environment would\ngenerate `wrong number of arguments` errors.\n\nThis commit attempts to address the errors by ensuring that we are\nproperly delegating arguments in childprocess and the abstract_process\nclasses.",
"is_bot": false,
"headline": "Fix argument delegation",
"author_name": "Craig Gumbley",
"author_login": "chelnak",
"committed_at": "2023-12-13T07:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44227922488765ebad0c0bed0fbec586ef9f5c26",
"body": null,
"is_bot": false,
"headline": "Bump gem version 4.0.0 → 4.1.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2021-06-09T01:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8145d8cc9832939a5926ee70d5162749b56a958",
"body": "I haven't checked the values, but I sincerely doubt they'd change.",
"is_bot": false,
"headline": "Add tentative ARM64-macos support",
"author_name": "Ryan Davis",
"author_login": "zenspider",
"committed_at": "2021-06-03T17:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b1069e23564c45b41e4fe8a2c80ca20cc564028",
"body": "…have this gem installed",
"is_bot": false,
"headline": "Fix missing pathing in a test that fails out of the box if you don't …",
"author_name": "Ryan Davis",
"author_login": "zenspider",
"committed_at": "2021-06-03T17:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e226370aae33ecd1f74374aca761775c72192f3",
"body": null,
"is_bot": false,
"headline": "Fix indentation of ensure",
"author_name": "Ryan Davis",
"author_login": "zenspider",
"committed_at": "2021-06-03T17:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c66e7f549c21061370eb33c09b953f7c85ef64",
"body": null,
"is_bot": false,
"headline": "Remove the rest of the <= 2.3 support in Gemfile",
"author_name": "Ryan Davis",
"author_login": "zenspider",
"committed_at": "2021-06-03T17:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6260739e86c1cabd9baebd76f2058eea2b1ae16",
"body": null,
"is_bot": false,
"headline": "GitHub is HTTPS by default",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2020-09-25T16:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ace7a63b635dceadc08fa4430f3636529fd7341",
"body": null,
"is_bot": false,
"headline": "Update change log with Ruby 2.3 support removal",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-06-18T06:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c6ce26fc5c521654e9cf2bd9dce3179534c680",
"body": null,
"is_bot": false,
"headline": "Bump gem version to 4.0.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-06-18T06:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259614cf2209aa6aef13ce3015115a5b8197c660",
"body": "This version is EOL.",
"is_bot": false,
"headline": "Remove Ruby 2.3 from Windows builds",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-06-18T06:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a87da9cdf98ba83e563045ab88e50422cad8b8",
"body": null,
"is_bot": false,
"headline": "Don't update RubyGems on build",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-06-18T06:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "844ce22366f97ab5a23e5592360b113efe93ec96",
"body": "The build doesn't work and this version has been EOL for years. We will\nconsider also dropping support for 2.4 once the build stops passing on\nthat version.",
"is_bot": false,
"headline": "Drop support for Ruby 2.3",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-06-18T06:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5bd7949c0e5f805e3e771b0683bb9bc7e522c36",
"body": null,
"is_bot": false,
"headline": "Update change log for Windows detach fix",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-06-18T06:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8302c648377de8e1c0bf39ea9ac3c7002ba37a9",
"body": "If a process is created with the 'CREATE_BREAKAWAY_FROM_JOB' flag\nthen the job must also set the 'JOB_OBJECT_LIMIT_BREAKAWAY' flag.\n\nref: https://docs.microsoft.com/en-us/windows/win32/procthread/process-creation-flags",
"is_bot": false,
"headline": "Ensure job flags set when process is leader",
"author_name": "sophia",
"author_login": "soapy1",
"committed_at": "2020-06-17T16:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "667c88d8ecb277a1e2b5aaddc51c0d47ff197a89",
"body": "Using the job flag 'JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE' will\ndestroy all related processes once a job is destroyed.\nref: https://docs.microsoft.com/en-us/windows/win32/procthread/job-objects#managing-job-objects",
"is_bot": false,
"headline": "Do not kill child jobs on exit",
"author_name": "sophia",
"author_login": "soapy1",
"committed_at": "2020-06-17T16:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e809feba799fedb49ae4033f590c2706de8828e",
"body": "It was pointed out in #164 that this example could be improved to follow\nproper practices.",
"is_bot": false,
"headline": "Improve README example for outputting to a pipe",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2020-03-01T07:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e33bb8e2c735ab1d28240c176b393649a0c4942",
"body": null,
"is_bot": false,
"headline": "Fix change log typo",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-09-20T13:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446c4f1b104ed2fc8d8f17f0887806be4beda7cf",
"body": null,
"is_bot": false,
"headline": "Update change log with links",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-09-20T13:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efde7cc90a4b91487e83ac16cdbb6e5dfb58882d",
"body": "Given the removal of the extension logic that conditionally installed\nthe `ffi` gem on Windows platforms, this fundamentally changes the\nassumptions around what the gem installs and thus its backwards\ncompatibility, hence necessitating a major version upgrade.",
"is_bot": false,
"headline": "Bump gem version to 3.0.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-09-20T12:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a55bd490af5a7fcbfdce9f5efe4085350548504",
"body": null,
"is_bot": false,
"headline": "Display friendlier error message when ffi not installed",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-09-20T12:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37694a3469100a0c53bfd59a53f8f84216b40c54",
"body": null,
"is_bot": false,
"headline": "Update change log",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-09-20T12:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca709e57642a82e8d81a3286e38bb4eabc206b70",
"body": "We originally introduced this logic in #132 without understanding all\nthe implications.\n\nIssue #158 raised a challenge with this approach.",
"is_bot": false,
"headline": "Do not install ffi gem automatically on Windows platforms",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-09-20T12:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a2382a242c013010d81c7ac89454507e5be00b0",
"body": "Tests for this Ruby don't pass on any platform, and failures were\nignored long ago in bfc740446.\n\nSince we have a working test for a newer version of JRuby (9.2.5.0),\nremove these tests so CI results don't take as long to return.",
"is_bot": false,
"headline": "Remove JRuby 9.1.9.0 from build matrix",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-07-12T20:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a18e6c82a475e2328ee4c256a40273ac47baf7e",
"body": "This has been removed without a replacement.",
"is_bot": false,
"headline": "gemspec: Drop rubyforge_project property",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2019-07-12T20:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d809334981103e635fc2df71722e861e87285b8",
"body": "Due to b1c09e85 this is a backwards-incompatible change, and so we are\nbumping the major version to adhere to semantic versioning.",
"is_bot": false,
"headline": "Bump gem version 1.0.1 → 2.0.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-07-11T17:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81a587786895c98659636c810d23141688a8f91",
"body": null,
"is_bot": false,
"headline": "Update change log with recent updates",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-07-11T17:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d60c0f365363f862d8ef2577ec1d842fb16661f",
"body": "As discussed in issue #119, the example code was not written correctly\nand would fail on JRuby due to a race condition that didn't tend to\nhappen on MRI.\n\nFixes #119.",
"is_bot": false,
"headline": "Update example code for outputting to a pipe",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-07-11T06:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39125274b640cb2994d0bf82670c394a456d77c1",
"body": "After sending TERM to a leader process, `::Process.waitpid2(_pid, ::Process::WNOHANG | ::Process::WUNTRACED)` appears to just return nil under ruby 2.6.\r\n\r\nThis causes process.stop to send TERM to the process, poll (unsuccessfully) for the exit status until the timeout is hit, then send KILL.",
"is_bot": false,
"headline": " Fix ChildProcess::Unix::Process#exited? method with leader processes",
"author_name": "Jonathan del Strother",
"author_login": "jdelStrother",
"committed_at": "2019-07-07T20:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bbc30fed26a399dd1a32b4f281a19b6b23aa23b",
"body": "Issue #151 reported a problem where in the update from Ruby 2.5 to Ruby\n2.6 some programs would block forever on a `Process.waitpid2` call.\n\nChanging the call to pass in a positive PID instead of the negative PID\nfixes the issue as it will call the `waitpid` system call right away\ninstead of delaying it for later.\n\nSee #151 for further discussion of the possible reasons for the\nbehavior.",
"is_bot": false,
"headline": "Fix ChildProcess::Unix::Process#wait method with leader processes",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-06-11T03:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f671a7b4a0fe13bb39e731d8aa61e9c2441415",
"body": "* master:\n Cover Ruby 2.6 on travis and appveyor\n Rewrite unix fork reopen to be compatible with ruby 2.6",
"is_bot": false,
"headline": "Merge branch 'master' into dev",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-06-04T17:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "982b1aea221ea5a1265c9e429a23887e7b3d10c3",
"body": null,
"is_bot": false,
"headline": "Cover Ruby 2.6 on travis and appveyor",
"author_name": "Hans de Graaff",
"author_login": "graaff",
"committed_at": "2019-04-29T18:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975e87883a4f65966df59a5e757f03b66dd7e571",
"body": "On ruby 2.6 the original code would fail specs:\n\nlib/childprocess/unix/fork_exec_process.rb:32:in `reopen': exclusive\naccess mode is not supported (ArgumentError)\n\nThe documentation for reopen shows that it has two ways to call it:\n\n reopen(other_IO) -> ios\n reopen(path, mode [,opt]) -> ios\n\nWith \n[…]\nsplits the calls based on stdout/stderr availability so\nthat both types of reopen calls can get the required parameters. This\nfixes the 2.6 specs while being backward compatible with ruby 2.4 and\n2.5.",
"is_bot": false,
"headline": "Rewrite unix fork reopen to be compatible with ruby 2.6",
"author_name": "Hans de Graaff",
"author_login": "graaff",
"committed_at": "2019-04-29T18:41:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1c09e85262f836d26d93e7beef5ab7318ed302e",
"body": "These Ruby versions are no longer supported. Including these in our CI\nbuilds slows the feedback cycle and introduces a maintenance burden for\nwhich there is no clear user base.\n\n1. Ruby 2.0 on Februrary 24th, 2016\n2. Ruby 2.1 on April 1st, 2017\n3. Ruby 2.2 on June 20th, 2018\n\n[1] https://www.ruby-l\n[…]\n2/24/support-plan-of-ruby-2-0-0-and-2-1/\n[2] https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/\n[3] https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/",
"is_bot": false,
"headline": "Drop support for Ruby 2.0, 2.1, and 2.2",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-08T17:29:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb4d23fcd49dd8c12c39d84c6962c4d493e916f5",
"body": null,
"is_bot": false,
"headline": "Update change log version title",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T07:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58b0cfd3b5aea6d23d160c5c18d09eadab311e9",
"body": null,
"is_bot": false,
"headline": "Add link to license in README",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T07:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0878e7a29932d2980b536a1ee141946d6a96a8",
"body": null,
"is_bot": false,
"headline": "Add instructions for releasing a new gem",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T07:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9497518d02b7d055741a81092ccd4aaa6be8c3f",
"body": null,
"is_bot": false,
"headline": "Cleanup unnecessary whitespace in README",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T07:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e04752c7922abf242b3a6db7b2fa7ad92a4958f",
"body": null,
"is_bot": false,
"headline": "Update change log",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T06:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b25d2df87d90c5c240fd63d485627dc76fad048",
"body": "Tests against Ruby 1.9 fail because installing a recent version of Rake\n(12.x) requires Ruby 2.x or newer.\n\nRuby 1.9 reached EOL on February 23, 2015:\nhttps://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/\n\nFor this reason, we're going to stop testing against it.",
"is_bot": false,
"headline": "Stop testing against Ruby 1.9",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T06:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cb14ed3d3f8d272eec5c4d94716fc1db69f2bd8",
"body": "Rake 12 has been released for quite some time. Given this gem doesn't\ndepend on `rake` per se (it is only required to avoid installing the\n`ffi` gem on non-Windows environments), relax the constraint.\n\nTo prevent accidental breakage due to a new Rake release, we'll still\npin to < 13 for now.",
"is_bot": false,
"headline": "Relax rake gem constraint from <=11.x to <=12.x.",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-03T06:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e6c0a96a0d3afb78f0cd57568b51d60802ee13",
"body": null,
"is_bot": false,
"headline": "Fix #143 - Childprocess v1.0.0 failing to install.",
"author_name": "Mate Farkas",
"author_login": null,
"committed_at": "2019-02-03T05:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59bafe0329304ee2cdc3277ef6411b3da59a762",
"body": null,
"is_bot": false,
"headline": "Add Shane da Silva as maintainer",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-02-01T22:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f006e086c1bbf5d9605242251bd766c80b99bf41",
"body": "Commit 576c2494 didn't specify the requirement correctly, resulting in a\nfailed install on Windows platforms.",
"is_bot": false,
"headline": "Fix conditional install of ffi on Windows",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-29T05:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3468932b86b12e0506319a53ee83fcec310460",
"body": "Cut 1.0.0 release",
"is_bot": false,
"headline": "Merge pull request #142 from enkessler/cut-0.10.0",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-28T17:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7673d0f30f09e25e93c97a09e62b06424ac1574a",
"body": null,
"is_bot": false,
"headline": "Cut 1.0.0 release",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-28T04:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f9f60650aed0745bc1a9ff43567e9d5b9692a7",
"body": null,
"is_bot": false,
"headline": "Update change log",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-25T15:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e040dd1921decade0fe2bc4e3228ef79d2049d1",
"body": "Support JRuby on Java >= 9",
"is_bot": false,
"headline": "Merge pull request #141 from yaauie/support-jruby-on-java-gte-9",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-23T18:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37ed888d7e63bbb3e7646e6b4b1dcab1c227069",
"body": "The `JAVA_OPTS` environment variable is used by JRuby to launch the JVM with\nappropriate options; by adding specific `--add-opens` flags, we are able to\nenable the specific reflective access that is necessary to run in Javas >= 9.\n\nFor ci, we set `JAVA_OPTS` with the contents of `JAVA_OPTS_FOR_SPECS` inside\nthe `before_script` in order to avoid invoking all jruby JVMs with the flags.",
"is_bot": false,
"headline": "add JRuby 9.2 and Java 11 to the ci mix",
"author_name": "Ry Biesemeyer",
"author_login": "yaauie",
"committed_at": "2019-01-20T17:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431dec44c619c23b58393aa167a855aea1f45b5c",
"body": "The JRuby implementation against Javas <= 8 relied on reflection into a\npackage-private class `java.lang.UNIXProcess` to get the pid of a process\nrunning on UNIX/posix systems, but that class was removed in Java 9 which\nalso adds `java.lang.Process#pid()`.\n\nAt load, determine the effective major version of Java, and then define\nan implementation that uses modern Java's `java.lang.Process#pid()` where\navailable, falling back to the original implementation on legacy Javas.",
"is_bot": false,
"headline": "jruby: add support for Java >= 9",
"author_name": "Ry Biesemeyer",
"author_login": "yaauie",
"committed_at": "2019-01-20T15:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c57733c170010699342d7dc64c2cba120674466",
"body": "Issue #128 pointed out that there was inconsistency between how\nenvironment variables were treated on *nix systems by ChildProcess'\nfork/exec implementation versus POSIX spawn.\n\nSince the behavior of the more common case of fork/exec is to convert\nthe values to strings, we'll do the same for POSIX spawn. However, a\nbetter long term solution would likely be to raise an error on\nnon-string values.",
"is_bot": false,
"headline": "Convert environment variable values to strings when posix_spawn enabled",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-12T07:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576c24941db23f0bfa56bb464224b895d0ef61d7",
"body": "This allows users to trade off between full-featured and\nalways-deployable by removing the hard dependency on a native extension.\nThe user of the gem needs to depend on FFI themselves to enable\n`posix_spawn` on Linux.\n\nFor testing purposes, the Gemfile loads ffi if required by the environment.",
"is_bot": false,
"headline": "Only require FFI on Windows",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2019-01-12T05:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c645e807b7d8b2fd6a4fac930dc2e96c2c1670c",
"body": "Running the command in Ruby is easier to read and more concise.",
"is_bot": false,
"headline": "Simplify conditional RubyGems update",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-12T03:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f336bef1ddb06c98b0f5d7bbdeb969f3119a11d",
"body": "Support non-ASCII characters on Windows",
"is_bot": false,
"headline": "Merge pull request #134 from da-ar/js_test",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-12T03:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46f3c5724e8c2b32a54cba70b1fef311a80c05e",
"body": "Fix AppVeyor build",
"is_bot": false,
"headline": "Merge pull request #140 from enkessler/fix-appveyor-build",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-11T15:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b55c8a6f8ba9d16337f194b6b04805e35922e41c",
"body": "Install FFI 1.9.x in Windows builds for Ruby 2.0/2.1, as 1.10+ requires\nRuby 2.2+.",
"is_bot": false,
"headline": "Fix AppVeyor build",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-11T08:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe359ffcc2debae479c37c19add394cd9c2a3300",
"body": "Fix Travis build",
"is_bot": false,
"headline": "Merge pull request #139 from enkessler/fix-travis-build",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-11T06:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1113c49a0734c593becd98f8a0718c9dab52b4b4",
"body": "This should speed up builds substantially. There doesn't appear to be\nany need to have `sudo: true`.",
"is_bot": false,
"headline": "Don't use sudo builds in Travis",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-10T07:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327e6efde72f4c1a6715a8296892314fcc7fe5b9",
"body": "Recent deprecations in RubyGems and version constraints in Bundler 2.0.0\nrequire us to be more explicit in our build steps in order for builds to\npass. Skip builds on certain versions and specify an explicit constraint\nwhen installing Bundler.",
"is_bot": false,
"headline": "Fix broken Travis builds",
"author_name": "Shane da Silva",
"author_login": "sds",
"committed_at": "2019-01-10T07:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c005912c7e13422bc036ec59eaa9dc1570d78d4d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T21:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca62d39ffd7517c00db54b09e613bfb6fbaa395",
"body": "Bumping the gem version for the upcoming release.",
"is_bot": false,
"headline": "Bump version",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T20:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b78a418633c6fd98c6b0bccd860f9940d344d7",
"body": "Updated the changelog in preparation for the upcoming release.",
"is_bot": false,
"headline": "Update changelog",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T20:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47ba90f79d71a2f9b158e3a1045a4769f81fd368",
"body": "Added a help wanted notice to the Readme.",
"is_bot": false,
"headline": "Update Readme",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T19:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b529627387ea48e503ec0f7345775031b0a3e2cb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'tuxillo-patch-1' into dev",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T14:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4964a5f08c94c8b14f96a3110691b4067b990f",
"body": "Added a test for detecting a BSD OS.",
"is_bot": false,
"headline": "Add tests for new behavior",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T14:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d490b93f94ce9bbe510aa191ddc14ec975d07e9",
"body": "…o tuxillo-patch-1",
"is_bot": false,
"headline": "Merge branch 'patch-1' of https://github.com/tuxillo/childprocess int…",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-10T13:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9a50dc28c9a0bd0cfacd85ba6750f6c7af35e1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'nicolasleger-patch-1' into dev",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-09T02:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d3d02f717c6a2ec7f1031660ecfd23d9e909617",
"body": "…s into nicolasleger-patch-1",
"is_bot": false,
"headline": "Merge branch 'patch-1' of https://github.com/nicolasleger/childproces…",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-09T02:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4773e5f47ef0df4f47934f068d3b4fcf61eaeeb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'zmariscal-changelog_correction' into dev",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-09T02:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707c4c4aec588bc1e1f9d05ada47f175ff510742",
"body": "…hildprocess into zmariscal-changelog_correction",
"is_bot": false,
"headline": "Merge branch 'changelog_correction' of https://github.com/zmariscal/c…",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-03-09T01:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd90d4422dec5ef7db9c1562d8052159a1f12689",
"body": null,
"is_bot": false,
"headline": "[CI] Test against Ruby 2.3 2.4 2.5 for Win",
"author_name": "Nicolas Leger",
"author_login": "nicolasleger",
"committed_at": "2018-03-03T13:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e449c615ca449557441d159fa9f96d590981c8aa",
"body": null,
"is_bot": false,
"headline": "[CI] Test against Ruby 2.5",
"author_name": "Nicolas Leger",
"author_login": "nicolasleger",
"committed_at": "2018-03-03T12:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce59637616aa84b771314c6d0db16ee9e07cd9b9",
"body": null,
"is_bot": false,
"headline": "correct spelling error",
"author_name": "Zack Mariscal",
"author_login": "zmariscal",
"committed_at": "2018-03-02T04:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1531eff79555797c1044b206f498a425394c892",
"body": null,
"is_bot": false,
"headline": "Add support for DragonFly BSD",
"author_name": "Antonio Huete Jimenez",
"author_login": "tuxillo",
"committed_at": "2018-02-08T18:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e62a59eec4f94ded6274b1adbeb73db0ca9126",
"body": "Uses a Powershell script to read Environment on Windows hosts so that\nunicode characters can be properly tested on Ruby versions < 2.3",
"is_bot": false,
"headline": "Enable testing of Unicode Environment variables on Windows.",
"author_name": "Dave Armstrong",
"author_login": "da-ar",
"committed_at": "2018-02-01T13:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c30fcb4b6026ad6b9b32fc943ceb7b74840ff9",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #133 from ffmike/patch-1",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2018-01-05T04:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21618fd090cfa35be38ab91e7811c44b8858d49",
"body": "Trivial typo fix",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mike Gunderloy",
"author_login": null,
"committed_at": "2018-01-02T11:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba46099f276fe8173229f4c856c6436d6314af27",
"body": "Travis-CI no longer supports Ruby 2.0.0 on its newer versions of OSX.",
"is_bot": false,
"headline": "Remove Ruby 2.0.0 from OSX CI",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-12-16T20:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7b12ef86ebfaf8de182776adff6b681b09ed3a",
"body": "Travis-CI no longer supports Ruby 1.9.3 on OSX.",
"is_bot": false,
"headline": "Remove Ruby 1.9.3 from OSX CI",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-12-16T15:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c2a88104193c8ec5e6a53b4284600fb10d6227",
"body": "This test will not currently work as the Ruby ENV hash has encoding limitations.\nThis is fixed in Ruby 2.3\n(https://github.com/ruby/ruby/commit/5e3467c4414df815b3b00d2b0372026b069e7f7d)",
"is_bot": false,
"headline": "Skip character encoding test on Windows and Ruby < 2.3",
"author_name": "James Stocks",
"author_login": null,
"committed_at": "2017-11-01T15:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa93f424352ac76ad1fe8501a5d2a2bb9e6c3c08",
"body": null,
"is_bot": false,
"headline": "Spec test for unicode character in process environment",
"author_name": "James Stocks",
"author_login": null,
"committed_at": "2017-10-24T14:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0230cf96ce2fb15eb7c9538b14d75f7b50f3e505",
"body": "Support wide characters on Windows. This allows for non-ASCII characters\nin the command line.",
"is_bot": false,
"headline": "Use CreateProcessW to spawn a process on Windows",
"author_name": "James Stocks",
"author_login": null,
"committed_at": "2017-10-24T14:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bce27d3f84ffac06ee49aa4dcb9ce8608cc49d3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-09-24T00:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb308d2b9e7bd402a2ad7a30234981bd4398cd1",
"body": "Bumping the gem version for the upcoming release.",
"is_bot": false,
"headline": "Bump version",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-09-24T00:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5916e572e86f275cb2231e91f009909cb63924f",
"body": "Updated the changelog in preparation for the upcoming release.",
"is_bot": false,
"headline": "Update changelog",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-09-24T00:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc7404465f50dd02f41b988d188e93699dee17d",
"body": "Dropping down to a known good version of Ruby and not letting JRuby\nbreak the build because it is notoriously unreliable.",
"is_bot": false,
"headline": "Try to fix Travis builds",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-09-23T20:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82b22de20a876dd7042e0c323ad2948661cee01",
"body": "Change 'ChildProcess#started?' to be public (rebased on 'dev')",
"is_bot": false,
"headline": "Merge pull request #122 from ms-ati/change-started-to-be-public",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-09-23T13:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce583f34605f87d3441e32bbfe178de3ad84e56",
"body": "Setting one of the versions of Ruby that is used for testing to a \r\nversion that is available on all OSs used by Travis.",
"is_bot": false,
"headline": "Lower Ruby version on Travis",
"author_name": "Eric Kessler",
"author_login": "enkessler",
"committed_at": "2017-09-23T13:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da0f61bda374ad3c3ded62baf4ebd0be8ddcf3b",
"body": null,
"is_bot": false,
"headline": "Try sticking to jruby-9.1.9.0 and existing Travis config",
"author_name": "Marc Siegel",
"author_login": "ms-ati",
"committed_at": "2017-09-21T19:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8790039ce8616b27d6b12dceb970df111379bd13",
"body": "See travis-ci/travis-ci#6471",
"is_bot": false,
"headline": "Workaround more JRuby problems on Travis CI",
"author_name": "Marc Siegel",
"author_login": "ms-ati",
"committed_at": "2017-09-21T19:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b09d10a0e37fcca22c829fe5b8a46b94312e2a62",
"body": null,
"is_bot": false,
"headline": "Try to fix broken Travis builds",
"author_name": "Marc Siegel",
"author_login": "ms-ati",
"committed_at": "2017-09-21T12:56:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2024-08-06T06:36:42Z",
"latest_release_tag": "v5.1.0",
"releases_from_tags": false,
"days_since_last_push": 714,
"active_weeks_last_year": 0,
"days_since_latest_release": 714,
"mean_days_between_releases": 445.4
},
"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": [
{
"name": "childprocess",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/childprocess",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/enkessler/childprocess",
"versions_count": 72,
"total_downloads": 302673798,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-10-08T07:19:56.953000Z",
"latest_published_at": "2024-08-06T06:35:39.691000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 714
}
]
},
"popularity": {
"forks": 77,
"stars": 597,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2011-02-11",
"count": 1
},
{
"date": "2011-04-12",
"count": 1
},
{
"date": "2011-05-10",
"count": 1
},
{
"date": "2011-07-19",
"count": 1
},
{
"date": "2011-12-26",
"count": 1
},
{
"date": "2012-01-20",
"count": 1
},
{
"date": "2012-06-14",
"count": 1
},
{
"date": "2012-07-08",
"count": 1
},
{
"date": "2012-07-18",
"count": 1
},
{
"date": "2012-08-01",
"count": 1
},
{
"date": "2012-10-04",
"count": 1
},
{
"date": "2012-11-01",
"count": 1
},
{
"date": "2012-11-28",
"count": 1
},
{
"date": "2013-01-16",
"count": 1
},
{
"date": "2013-04-08",
"count": 1
},
{
"date": "2013-04-22",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-08-10",
"count": 1
},
{
"date": "2013-12-31",
"count": 1
},
{
"date": "2014-02-17",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-03-21",
"count": 1
},
{
"date": "2014-04-13",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-09-30",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2015-02-07",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-10-20",
"count": 1
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-04-22",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-08-21",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
}
],
"complete": true,
"collected": 72,
"total_forks": 77
},
"star_history": {
"days": [
{
"date": "2010-10-08",
"count": 103
},
{
"date": "2010-10-22",
"count": 1
},
{
"date": "2010-11-10",
"count": 1
},
{
"date": "2010-11-20",
"count": 1
},
{
"date": "2010-12-23",
"count": 1
},
{
"date": "2011-01-17",
"count": 1
},
{
"date": "2011-02-09",
"count": 1
},
{
"date": "2011-02-25",
"count": 1
},
{
"date": "2011-03-02",
"count": 1
},
{
"date": "2011-03-23",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2011-04-21",
"count": 1
},
{
"date": "2011-05-06",
"count": 1
},
{
"date": "2011-05-09",
"count": 1
},
{
"date": "2011-09-12",
"count": 1
},
{
"date": "2011-09-20",
"count": 1
},
{
"date": "2011-11-21",
"count": 1
},
{
"date": "2012-02-06",
"count": 1
},
{
"date": "2012-03-22",
"count": 1
},
{
"date": "2012-06-24",
"count": 1
},
{
"date": "2012-12-27",
"count": 1
},
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2013-02-27",
"count": 1
},
{
"date": "2013-02-28",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-03-17",
"count": 2
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-27",
"count": 1
},
{
"date": "2013-03-30",
"count": 1
},
{
"date": "2013-04-03",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-04-20",
"count": 1
},
{
"date": "2013-04-30",
"count": 1
},
{
"date": "2013-05-03",
"count": 1
},
{
"date": "2013-05-16",
"count": 1
},
{
"date": "2013-05-20",
"count": 2
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-06-01",
"count": 1
},
{
"date": "2013-06-06",
"count": 2
},
{
"date": "2013-06-13",
"count": 1
},
{
"date": "2013-06-16",
"count": 2
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-06-20",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-06-26",
"count": 1
},
{
"date": "2013-06-28",
"count": 1
},
{
"date": "2013-07-10",
"count": 2
},
{
"date": "2013-07-26",
"count": 1
},
{
"date": "2013-07-29",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-08-02",
"count": 1
},
{
"date": "2013-08-07",
"count": 1
},
{
"date": "2013-08-13",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-08-25",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2013-09-17",
"count": 1
},
{
"date": "2013-09-23",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-10",
"count": 1
},
{
"date": "2013-10-29",
"count": 1
},
{
"date": "2013-10-30",
"count": 1
},
{
"date": "2013-11-09",
"count": 1
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2013-11-21",
"count": 2
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-04",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-10",
"count": 1
},
{
"date": "2013-12-23",
"count": 1
},
{
"date": "2013-12-31",
"count": 1
},
{
"date": "2014-01-05",
"count": 1
},
{
"date": "2014-01-09",
"count": 1
},
{
"date": "2014-01-11",
"count": 1
},
{
"date": "2014-01-13",
"count": 1
},
{
"date": "2014-01-31",
"count": 1
},
{
"date": "2014-02-10",
"count": 1
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-03-19",
"count": 1
},
{
"date": "2014-03-28",
"count": 1
},
{
"date": "2014-03-30",
"count": 1
},
{
"date": "2014-04-01",
"count": 1
},
{
"date": "2014-04-09",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-04-11",
"count": 1
},
{
"date": "2014-04-13",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-04-22",
"count": 1
},
{
"date": "2014-04-29",
"count": 1
},
{
"date": "2014-05-05",
"count": 2
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-05-24",
"count": 1
},
{
"date": "2014-05-25",
"count": 1
},
{
"date": "2014-06-04",
"count": 1
},
{
"date": "2014-06-22",
"count": 1
},
{
"date": "2014-07-02",
"count": 1
},
{
"date": "2014-08-05",
"count": 1
},
{
"date": "2014-08-08",
"count": 1
},
{
"date": "2014-08-09",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-08-17",
"count": 2
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-06",
"count": 1
},
{
"date": "2014-09-07",
"count": 1
},
{
"date": "2014-09-10",
"count": 1
},
{
"date": "2014-09-11",
"count": 1
},
{
"date": "2014-09-15",
"count": 2
},
{
"date": "2014-09-21",
"count": 1
},
{
"date": "2014-09-30",
"count": 1
},
{
"date": "2014-10-19",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-11-07",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-11-18",
"count": 1
},
{
"date": "2014-11-22",
"count": 1
},
{
"date": "2014-12-02",
"count": 1
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-11",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2014-12-27",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-20",
"count": 1
},
{
"date": "2015-03-22",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-18",
"count": 1
},
{
"date": "2015-04-22",
"count": 1
},
{
"date": "2015-05-09",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-06-18",
"count": 3
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-11",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-17",
"count": 2
},
{
"date": "2015-08-18",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-09-13",
"count": 2
},
{
"date": "2015-09-18",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-09-25",
"count": 1
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2015-11-03",
"count": 2
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-07",
"count": 1
},
{
"date": "2015-11-09",
"count": 1
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2015-11-21",
"count": 1
},
{
"date": "2015-11-26",
"count": 1
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-08",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2015-12-24",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-02-05",
"count": 1
},
{
"date": "2016-02-23",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-13",
"count": 2
},
{
"date": "2016-04-20",
"count": 1
},
{
"date": "2016-04-22",
"count": 2
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-06-09",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-02",
"count": 1
},
{
"date": "2016-10-09",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-11-15",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-13",
"count": 5
},
{
"date": "2016-12-14",
"count": 2
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-01-08",
"count": 1
},
{
"date": "2017-02-06",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-16",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-05-07",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-16",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-07-08",
"count": 2
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-15",
"count": 1
},
{
"date": "2017-07-28",
"count": 1
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-10-02",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-10-19",
"count": 2
},
{
"date": "2017-10-21",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-26",
"count": 1
},
{
"date": "2017-12-20",
"count": 3
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-10",
"count": 3
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-28",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-08",
"count": 2
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2018-05-31",
"count": 2
},
{
"date": "2018-06-01",
"count": 3
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-17",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-05-28",
"count": 2
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-07-21",
"count": 4
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-21",
"count": 4
},
{
"date": "2019-09-26",
"count": 6
},
{
"date": "2019-09-27",
"count": 3
},
{
"date": "2019-09-28",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-10-02",
"count": 4
},
{
"date": "2019-10-03",
"count": 2
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-09",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-03-22",
"count": 1
},
{
"date": "2020-03-30",
"count": 2
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-18",
"count": 2
},
{
"date": "2020-06-19",
"count": 4
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-22",
"count": 3
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-24",
"count": 2
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-07-02",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-15",
"count": 1
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-06-10",
"count": 3
},
{
"date": "2021-06-11",
"count": 3
},
{
"date": "2021-06-12",
"count": 1
},
{
"date": "2021-06-13",
"count": 4
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-23",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-05-23",
"count": 2
},
{
"date": "2022-06-10",
"count": 2
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2024-01-07",
"count": 4
},
{
"date": "2024-01-08",
"count": 4
},
{
"date": "2024-01-11",
"count": 5
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-08-15",
"count": 6
},
{
"date": "2024-08-16",
"count": 3
},
{
"date": "2024-08-17",
"count": 3
},
{
"date": "2024-08-18",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-05-23",
"count": 2
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 7
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
}
],
"complete": true,
"collected": 596,
"total_stars": 597
},
"open_issues_and_prs": 0
},
"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": 11629,
"source_files_sampled": 20,
"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": 5,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "term-ansicolor",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "< 1.8.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "coveralls",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 1,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 57,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 118,
"closed_unmerged_prs": 24
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jarib",
"commits": 353,
"avatar_url": "https://avatars.githubusercontent.com/u/572?v=4"
},
{
"type": "User",
"login": "enkessler",
"commits": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/690565?v=4"
},
{
"type": "User",
"login": "sds",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/677877?v=4"
},
{
"type": "User",
"login": "fletcherm",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/147532?v=4"
},
{
"type": "User",
"login": "ms-ati",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/592892?v=4"
},
{
"type": "User",
"login": "schmich",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1562839?v=4"
},
{
"type": "User",
"login": "zenspider",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/9832?v=4"
},
{
"type": "User",
"login": "phiggins",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/22962?v=4"
},
{
"type": "User",
"login": "eregon",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/168854?v=4"
},
{
"type": "User",
"login": "jgraichen",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/800848?v=4"
}
],
"contributors_sampled": 43,
"top_contributor_share": 0.629
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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 13 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 10/20 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 20 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": "c756730c4ac4fc29711964b4cc53dae2fac1c257",
"ran_at": "2026-07-22T02:00:49Z",
"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": "2026-06-30T16:12:02Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2024-08-06T06:23:26Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/enkessler/childprocess",
"host": "github.com",
"name": "childprocess",
"owner": "enkessler"
},
"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": 28,
"inputs": {
"security": 37,
"vitality": 18,
"community": 68,
"governance": 62,
"engineering": 49,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"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": 714,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 714 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 714
}
}
],
"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": "at_risk",
"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": 44,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v5.1.0",
"releases_from_tags": false,
"days_since_latest_release": 714,
"mean_days_between_releases": 445.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 714 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 714
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~445.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 445.4
}
}
],
"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": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained",
"sole_maintainer_gone",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 714,
"days_since_last_human_commit": 714,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 714 days; 3 unmet obligation(s): Scorecard reports it unmaintained, its sole maintainer absent, CI broken",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 714,
"count": 3,
"signals": "Scorecard reports it unmaintained, its sole maintainer absent, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"forks": 77,
"stars": 597,
"watchers": 6,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "597 stars",
"points": 45,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 597
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "77 forks",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 77
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"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": [
"childprocess"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 302673798,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "302,673,798 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 302673798,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 43,
"top_contributor_share": 0.629
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 63% of commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 63
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "43 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 43
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 57,
"open_issues": 0,
"closed_issues": 118,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 24
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "57/81 decided PRs merged",
"points": 26.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 57,
"decided": 81
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/20 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": 56,
"inputs": {
"followers": 34,
"owner_type": "User",
"is_verified": null,
"owner_login": "enkessler",
"public_repos": 42,
"account_age_days": 5597
},
"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": "34 followers of enkessler",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 34,
"login": "enkessler"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "42 public repos, account ~15 yr old",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 42
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"childprocess"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 714
},
"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 714 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 714
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "72 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 72
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 49,
"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 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "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 13 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 10/20 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 20 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": 33
},
"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": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.47,
"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": "47 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 100
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 11629,
"source_files_sampled": 20,
"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/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"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-22T02:01:13.840246Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/enkessler/childprocess.svg",
"full_name": "enkessler/childprocess",
"license_state": "standard",
"license_spdx": "MIT"
}