Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 111,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 25909
},
"pushed_at": "2022-06-23T21:24:33Z",
"created_at": "2010-01-07T20:20:29Z",
"owner_type": "User",
"updated_at": "2025-10-03T17:53:07Z",
"description": "univeral capture of stdout and stderr and handling of child process pid for windows, *nix, etc.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://drawohara.io",
"name": "ara.t.howard",
"type": "User",
"login": "ahoward",
"company": "https://deploystrata.com/",
"location": "Palmer, Alaska -- Tabernash, Colorado -- Los Angeles, California -- Boulder, Colorado",
"followers": 530,
"avatar_url": "https://avatars.githubusercontent.com/u/6094?v=4",
"created_at": "2008-04-09T20:08:00Z",
"is_verified": null,
"public_repos": 198,
"account_age_days": 6677
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "c910f79a46f739aee0b11e10a6158d8d3545501f",
"body": "⚠ assigned but unused variable - thread",
"is_bot": false,
"headline": "Merge pull request #46 from amatsuda/warning",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2018-02-02T14:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8ba34b66386f83566950aea44b0e6bbd199962",
"body": null,
"is_bot": false,
"headline": ":warning: assigned but unused variable - thread",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2018-02-02T10:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c48f3b632b5c41b639f4add8089ab003658766",
"body": "correct spelling mistake",
"is_bot": false,
"headline": "Merge pull request #45 from EdwardBetts/patch-1",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2017-09-02T15:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0a9e79dca895ed70c28c52403aa57eb6d235fa",
"body": null,
"is_bot": false,
"headline": "correct spelling mistake",
"author_name": "Edward Betts",
"author_login": "EdwardBetts",
"committed_at": "2017-08-31T20:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4328dceb178e3ee67e58a3e99319aa0ba27f8c6e",
"body": "Fix problem when ruby exe path has spaces.",
"is_bot": false,
"headline": "Merge pull request #42 from reidmv/fix_quoted_path",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2016-01-29T11:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d838969563d11d30e8efdbb572e071b73d6e028",
"body": "On Windows, it's possible that the RbConfig path to the ruby executable\nmight contain spaces (e.g. \"C:/Program Files/foo/ruby.exe\"). If that\nhappens, systemu's previous method of checking to see if that was a\nvalid ruby executable was unreliable. This commit allows full paths to\nexecutables to have spaces by switching to individual argument\ninvocation of system(), instead of relying on system() to correctly\nparse a single string into executable + arguments.",
"is_bot": false,
"headline": "Fix problem when ruby exe path has spaces",
"author_name": "Reid Vandewiele",
"author_login": "reidmv",
"committed_at": "2015-12-16T05:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f55145454c702bfad999ca81e5ffeabd828527",
"body": "Make ruby exe resolution lazy",
"is_bot": false,
"headline": "Merge pull request #38 from tmm1/lazy-ruby-lookup",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2015-03-19T11:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f8b78a3e72a9dc4ce2ac885cc5cdb742f81d3b",
"body": null,
"is_bot": false,
"headline": "initialize variable",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2015-03-18T18:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56241a5899c89fedd78060e6ba96b75e6b736639",
"body": "Force binary mode when deserializing the program",
"is_bot": false,
"headline": "Merge pull request #39 from damphyr/marshal_binary_read_mode",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2015-03-16T11:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a8fcb16f7878dec2acc467c500bb84c178421f0",
"body": null,
"is_bot": false,
"headline": "Bumped the version",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2015-03-16T10:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9e9edfef4aff4217c4e95ecae4f8fe13b03bb9",
"body": null,
"is_bot": false,
"headline": "force binary mode when deserializing the program",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2015-03-13T19:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2073b4300d6e6c880c1788300a5c2c1ad7ec65",
"body": null,
"is_bot": false,
"headline": "make ruby_exe resolution lazy",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2015-02-12T01:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35340f1e91941af47988b1b9d77705493b96d3db",
"body": "more explicit licensing",
"is_bot": false,
"headline": "Merge pull request #32 from wipfs/master",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2014-06-09T20:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beeda6d3a9fca9b9fd85e416be7dba101cf57685",
"body": "copied from http://www.ruby-lang.org/en/LICENSE.txt then changed package and author name",
"is_bot": false,
"headline": "clarify licensing",
"author_name": "wipfs",
"author_login": "wipfs",
"committed_at": "2014-06-09T16:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b66ac5b07ab5f0ee17d52be3ac27b42eb20da9",
"body": "BSD 2-Clause license",
"is_bot": false,
"headline": "clarify licensing",
"author_name": "wipfs",
"author_login": "wipfs",
"committed_at": "2014-06-09T16:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc74bfe538ad8b041ffb86cd22d9d1b32a6898ef",
"body": "use the block in a thread in the jruby monkeypatch",
"is_bot": false,
"headline": "Merge pull request #22 from damphyr/jruby-block",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2014-03-04T19:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "076ef54e839e7ea0a70126dfe1f6c0ef5ed30859",
"body": null,
"is_bot": false,
"headline": "v2.6.4 (again ;-/)",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2014-03-04T06:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "554b93de27b12448bf41241a94d6402e939cc851",
"body": null,
"is_bot": false,
"headline": "license name",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2014-03-04T06:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "963db85b9f60f1f8e12d7ee1fe39f501374027e5",
"body": null,
"is_bot": false,
"headline": "v2.6.3",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2014-03-04T06:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ebf6c334acd88cd249ee4c9f11224e2b0298b7",
"body": "Fix warnings for Ruby 2.1.0",
"is_bot": false,
"headline": "Merge pull request #29 from drbrain/master",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2014-03-04T06:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5eb51554d6b4f40e75104ae2149572ecd0d4cd",
"body": null,
"is_bot": false,
"headline": "version",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2014-02-22T14:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c7342fb1ce07a0e1992a592e93fac6a4a133af",
"body": null,
"is_bot": false,
"headline": "gem desc",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2014-02-15T02:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0612460786b1398841d54798541c708b2908bee9",
"body": null,
"is_bot": false,
"headline": "update gem/desc",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2014-02-13T18:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f229e2ede318c6296b7080400459519b643135",
"body": null,
"is_bot": false,
"headline": "Fix warnings for Ruby 2.1.0",
"author_name": "Eric Hodel",
"author_login": "drbrain",
"committed_at": "2014-02-12T22:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23da2d383effec160ddf22725a330885077f89b",
"body": null,
"is_bot": false,
"headline": "handle silly hostnames",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2013-12-07T22:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2d1bc6643c72e769b11094e5d4880fb9f94344",
"body": null,
"is_bot": false,
"headline": "trying to fight encoding issues on win",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2012-10-07T19:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f910ee619f4ad6f05f55eaf42289d7691debf20",
"body": null,
"is_bot": false,
"headline": "use the block in a thread in the jruby monkeypatch",
"author_name": "Vassilis Rizopoulos",
"author_login": "damphyr",
"committed_at": "2012-09-28T23:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb253a8bf213beea69f27418202e936a22d7308f",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "ahoward",
"author_login": "ahoward",
"committed_at": "2012-07-13T04:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dc1f0cfee32e105105675c864b33ab2820d347e",
"body": "Changed error message for process interruptions.",
"is_bot": false,
"headline": "Merge pull request #20 from reisner/master",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-07-13T03:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af74b597987603c6844f342170c8f0663804428",
"body": null,
"is_bot": false,
"headline": "Changed error message",
"author_name": "R E",
"author_login": null,
"committed_at": "2012-07-12T20:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc2c118732ce5fdbf896907cb3bc2fbdeec0492",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-05-29T23:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca4f29edcbd081eddfda0f71cb5468dfcc793d9",
"body": null,
"is_bot": false,
"headline": "update gemspec",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-13T03:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61df6abccb2f66e35814fbb7da50910589b76efa",
"body": null,
"is_bot": false,
"headline": "v2.5.0",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-13T03:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bdc3fd9557e9a6897fb89134b7d1234e0494647",
"body": "pass pid to RubyProcess::RubyStatus.new_process_status",
"is_bot": false,
"headline": "Merge pull request #17 from cldwalker/jruby",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-13T02:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d60c37a9649ae7dd932fcece7c77109cce0d81",
"body": "* this method call is missing a third argument, pid\n* this fix at least works on unix based systems\n* closes #9",
"is_bot": false,
"headline": "pass pid to RubyProcess::RubyStatus.new_process_status",
"author_name": "Gabriel Horner",
"author_login": "cldwalker",
"committed_at": "2012-03-11T14:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5181b8a71605315fd74785d0a4be5e1040195e84",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-05T16:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7849ec387b1cb4bcf4181afc4dc6128f53b727",
"body": null,
"is_bot": false,
"headline": "first commit of platform independent test suite",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-05T15:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a648bf424c50cb4a74c81b19a782337b814bb7d3",
"body": null,
"is_bot": false,
"headline": "utf-8 marker in child program",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-04T05:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a2fe99b34dac7d87b0c6c7d466c34dc0d775f4",
"body": null,
"is_bot": false,
"headline": "whitespace. utf8",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2012-03-04T05:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc722ab7984395e8303460369b5182d7e3ed6ed",
"body": null,
"is_bot": false,
"headline": "update gemspec",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-12-12T05:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b35b9506d2f845c816fa166bd2b68f2be92634",
"body": null,
"is_bot": false,
"headline": "merging pull request. v2.4.2",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-12-12T05:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad252b875ca1251751c7614334c1c6753d4e454",
"body": "Changed import statement to deal with JRuby/Rake combination",
"is_bot": false,
"headline": "Merge pull request #12 from rdingwell/master",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-12-12T05:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1add7a0e6bd1113e0a2dfb49a6b7137d912626b7",
"body": null,
"is_bot": false,
"headline": "upping version number",
"author_name": "Robert Dingwell",
"author_login": "rdingwell",
"committed_at": "2011-12-08T16:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2128d9cdfbc0354a99c6b94745652df2dddf5f",
"body": "… the use of systemu with JRuby and Rake. Rake and JRuby have conflicting import statements",
"is_bot": false,
"headline": "changing JRuby import statement to java_import. This is done to allow…",
"author_name": "Robert Dingwell",
"author_login": "rdingwell",
"committed_at": "2011-12-05T16:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d2f05423bffc8d8dcee52461abc318b984b098",
"body": null,
"is_bot": false,
"headline": "bump version. release 2.4.1.",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-11-07T03:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0b90b18a1733ce5fc35215c4b34a843c9e741a",
"body": "you and your silly consistency. ;-)",
"is_bot": false,
"headline": "Merge pull request #11 from parndt/master",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-11-07T03:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e4ff17bb71c4eebbb05c2db01f6c638acbe9a96",
"body": null,
"is_bot": false,
"headline": "Apply same logic to Rakefile for RbConfig as found in lib/systemu.rb",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2011-11-06T21:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2058b8f98f3fe00e6feef8dce73214cb557cf9",
"body": null,
"is_bot": false,
"headline": "checkpoint.",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-09-14T02:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce87ca88b4c62583fe68fcddb830eef6db6633ad",
"body": null,
"is_bot": false,
"headline": "checkpoint.",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-09-14T02:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81404bfa070ae6cb46d49920bda3e23cf3dc6cbd",
"body": null,
"is_bot": false,
"headline": "1.9.3 compat",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-09-14T02:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38596faf51d2425d803b59335563626798d2edac",
"body": null,
"is_bot": false,
"headline": "use Marshal. not YAML. release 2.3.0",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-08-17T04:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f23f79f2b265d6a2d76251fb866110bd98439827",
"body": null,
"is_bot": false,
"headline": "update gemspec. release v2.2.0",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-04-13T03:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03ffcf98e497d759715551fc35da7ff1f5fa817",
"body": null,
"is_bot": false,
"headline": "1.9.2 compat from ripienaar",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2011-04-13T03:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4963e5053ef49d3549b4571e6bb449cd61514cfb",
"body": null,
"is_bot": false,
"headline": "Use String#each_line on ruby 1.9.2 compatability",
"author_name": "R.I.Pienaar",
"author_login": "ripienaar",
"committed_at": "2011-04-12T16:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "613df510c492759a7fd390f98223dfe73b16a820",
"body": null,
"is_bot": false,
"headline": "quote command for paths with spaces in them - needs tested on windoze",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2010-06-24T13:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe89594c7ad3173178e89b57a0b1c087f823ef1",
"body": null,
"is_bot": false,
"headline": "fix versioning issue",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2010-05-20T19:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e5f710b425f8a4892720b93e8ea39952ebbe0c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of git@github.com:ahoward/systemu",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2010-05-20T19:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b464fd82d324eb88c38bdb9c9ecf3c02ed3efdcb",
"body": null,
"is_bot": false,
"headline": "updates for ruby 1.9.1",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2010-05-20T19:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2809f508ee2d616cb36baca19ebffd4ee87f5291",
"body": null,
"is_bot": false,
"headline": "A bit less retarded usage of threads",
"author_name": "Tony Arcieri",
"author_login": null,
"committed_at": "2010-01-07T22:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f73cd3655cf47e3c9acdf06bd0f1bc989f41505",
"body": null,
"is_bot": false,
"headline": "Monkeypatch in JRuby support",
"author_name": "Tony Arcieri",
"author_login": null,
"committed_at": "2010-01-07T21:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff13d7f3547fcce760004fc3071612a4866114d",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "ara.t.howard",
"author_login": "ahoward",
"committed_at": "2010-01-07T20:20:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 0,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 1489,
"active_weeks_last_year": 0,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"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": "systemu",
"exists": true,
"license": "Ruby",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/systemu",
"is_deprecated": false,
"latest_version": "2.6.5",
"repository_url": "https://github.com/ahoward/systemu",
"versions_count": 18,
"total_downloads": 108169645,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T17:50:18Z",
"latest_published_at": "2015-03-19T16:15:38.947000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4142
}
]
},
"popularity": {
"forks": 31,
"stars": 123,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2010-05-27",
"count": 1
},
{
"date": "2010-06-24",
"count": 1
},
{
"date": "2011-08-15",
"count": 1
},
{
"date": "2011-08-18",
"count": 1
},
{
"date": "2011-09-14",
"count": 1
},
{
"date": "2011-11-06",
"count": 1
},
{
"date": "2011-11-30",
"count": 1
},
{
"date": "2011-12-21",
"count": 1
},
{
"date": "2012-03-11",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-11-08",
"count": 1
},
{
"date": "2012-12-10",
"count": 1
},
{
"date": "2013-03-08",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2014-01-18",
"count": 1
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-02-13",
"count": 1
},
{
"date": "2014-06-09",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-04-18",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-12-16",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
}
],
"complete": true,
"collected": 30,
"total_forks": 31
},
"star_history": {
"days": [
{
"date": "2010-01-07",
"count": 43
},
{
"date": "2010-02-15",
"count": 1
},
{
"date": "2010-04-07",
"count": 1
},
{
"date": "2010-06-01",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2011-01-21",
"count": 1
},
{
"date": "2011-04-24",
"count": 1
},
{
"date": "2011-05-04",
"count": 1
},
{
"date": "2011-05-07",
"count": 1
},
{
"date": "2011-07-15",
"count": 1
},
{
"date": "2011-08-11",
"count": 1
},
{
"date": "2013-02-17",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-04-03",
"count": 1
},
{
"date": "2013-04-05",
"count": 1
},
{
"date": "2013-05-25",
"count": 2
},
{
"date": "2013-06-22",
"count": 1
},
{
"date": "2013-08-08",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-10-31",
"count": 1
},
{
"date": "2013-12-10",
"count": 1
},
{
"date": "2013-12-15",
"count": 1
},
{
"date": "2013-12-17",
"count": 1
},
{
"date": "2014-02-01",
"count": 1
},
{
"date": "2014-02-04",
"count": 1
},
{
"date": "2014-02-19",
"count": 1
},
{
"date": "2014-02-22",
"count": 1
},
{
"date": "2014-03-01",
"count": 1
},
{
"date": "2014-04-13",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-06-17",
"count": 1
},
{
"date": "2014-07-17",
"count": 1
},
{
"date": "2014-07-28",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-10-12",
"count": 1
},
{
"date": "2014-11-01",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2015-01-16",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-03-14",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-04-17",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-28",
"count": 1
},
{
"date": "2015-10-20",
"count": 2
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-18",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-03-04",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-27",
"count": 2
},
{
"date": "2016-04-22",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-29",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2019-08-16",
"count": 2
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2021-08-12",
"count": 2
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
}
],
"complete": true,
"collected": 123,
"total_stars": 123
},
"open_issues_and_prs": 19
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"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": 8675,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 13,
"open_issues": 14,
"closed_ratio": 0.481,
"closed_issues": 13,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ahoward",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/6094?v=4"
},
{
"type": "User",
"login": "damphyr",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/96603?v=4"
},
{
"type": "User",
"login": "tmm1",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4"
},
{
"type": "User",
"login": "rdingwell",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/17702?v=4"
},
{
"type": "User",
"login": "wipfs",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7795995?v=4"
},
{
"type": "User",
"login": "amatsuda",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11493?v=4"
},
{
"type": "User",
"login": "EdwardBetts",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3818?v=4"
},
{
"type": "User",
"login": "drbrain",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9831?v=4"
},
{
"type": "User",
"login": "cldwalker",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11994?v=4"
},
{
"type": "User",
"login": "parndt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10128?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.638
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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 9 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": 3,
"reason": "Found 8/25 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 9,
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "c910f79a46f739aee0b11e10a6158d8d3545501f",
"ran_at": "2026-07-22T00:57:42Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 43,
"created_at": "2016-06-01T15:57:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2018-02-02T11:16:28Z",
"last_comment_at": "2018-02-02T14:32:56Z",
"last_comment_author": "damphyr"
},
{
"number": 53,
"created_at": "2021-12-04T00:14:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2022-04-30T14:16:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2022-06-23T21:24:32Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2018-02-02T14:35:22Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 3,
"created_at": "2010-06-24T12:32:20Z",
"last_comment_at": "2010-06-24T14:02:00Z",
"last_comment_author": "aslakjo"
},
{
"number": 5,
"created_at": "2011-02-24T10:16:07Z",
"last_comment_at": "2014-03-03T16:44:00Z",
"last_comment_author": "ahoward"
},
{
"number": 13,
"created_at": "2012-02-03T12:25:50Z",
"last_comment_at": "2014-05-22T21:44:26Z",
"last_comment_author": "chulkilee"
},
{
"number": 23,
"created_at": "2012-11-08T06:31:33Z",
"last_comment_at": "2013-02-27T16:12:41Z",
"last_comment_author": "ahoward"
},
{
"number": 25,
"created_at": "2013-06-21T13:09:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2014-02-19T14:16:41Z",
"last_comment_at": "2014-02-19T14:16:56Z",
"last_comment_author": "rennhak"
},
{
"number": 36,
"created_at": "2014-12-15T00:48:33Z",
"last_comment_at": "2014-12-15T13:32:47Z",
"last_comment_author": "damphyr"
},
{
"number": 40,
"created_at": "2015-03-23T10:45:14Z",
"last_comment_at": "2015-03-23T14:22:27Z",
"last_comment_author": "damphyr"
},
{
"number": 44,
"created_at": "2016-10-19T02:55:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2019-04-26T12:17:08Z",
"last_comment_at": "2019-05-05T14:32:14Z",
"last_comment_author": "damphyr"
},
{
"number": 50,
"created_at": "2020-09-20T06:21:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2020-11-11T04:45:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2020-12-26T16:38:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2023-06-26T13:39:09Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ahoward/systemu",
"host": "github.com",
"name": "systemu",
"owner": "ahoward"
},
"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": 21,
"inputs": {
"security": 31,
"vitality": 1,
"community": 53,
"governance": 55,
"engineering": 34,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 35,
"overall_after_abandonment_multiplier": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 1,
"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": 1489,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1489 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1489
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 5,
"unanswered_open_issues": 9,
"days_since_last_merged_pr": 3091,
"days_since_last_human_commit": 3091,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3091 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3091,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": "Inorganic Growth Policy discounts the stars and forks components by 40%. The finding describes the timing of public star and fork events; it does not establish that attention was purchased, or that the maintainers were involved.",
"notes": [
{
"code": "growth_policy_discount",
"params": {
"pct": 40
}
}
],
"value": 32,
"inputs": {
"forks": 31,
"stars": 123,
"watchers": 6,
"growth_state": "anomalous",
"growth_signals": [
"acquisition_burst",
"missing_decay",
"no_released_substance"
],
"growth_windows": [
"2010-01-07/2010-01-07"
],
"growth_peak_days": 1,
"growth_factor_pct": 60,
"growth_peak_stars": 43,
"growth_peak_window": "2010-01-07",
"growth_peak_multiple": 43,
"growth_top_days_share": 0.415,
"growth_baseline_per_day": 1,
"growth_history_complete": true
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "123 stars, discounted for inorganic growth: 43 stars over 1 day(s) from 2010-01-07, 43× the repository's own daily baseline",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 123
}
},
{
"code": "discounted_for_inorganic_growth",
"params": {
"days": 1,
"stars": 43,
"window": "2010-01-07",
"multiple": 43
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "31 forks, discounted for inorganic growth: 43 stars over 1 day(s) from 2010-01-07, 43× the repository's own daily baseline",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 31
}
},
{
"code": "discounted_for_inorganic_growth",
"params": {
"days": 1,
"stars": 43,
"window": "2010-01-07",
"multiple": 43
}
}
],
"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": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"systemu"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 108169645,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "108,169,645 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 108169645,
"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": 55,
"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": 12,
"top_contributor_share": 0.638
},
"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 64% of commits",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"merged_prs": 13,
"open_issues": 14,
"closed_issues": 13,
"issue_closed_ratio": 0.481,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "48% of issues closed",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 48
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/24 decided PRs merged",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 24
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/25 approved changesets -- score normalized to 3",
"points": 4.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": 68,
"inputs": {
"followers": 530,
"owner_type": "User",
"is_verified": null,
"owner_login": "ahoward",
"public_repos": 198,
"account_age_days": 6677
},
"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": "530 followers of ahoward",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 530,
"login": "ahoward"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "198 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 198
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"systemu"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 4142
},
"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 4142 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4142
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 9 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": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"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 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/25 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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.2,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 29
},
"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": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.262,
"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": "16 of 61 human commits state their intent (structured subject or explanatory body)",
"points": 14,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 61
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"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 61",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 61
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 8675,
"source_files_sampled": 9,
"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/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T00:57:57.589528Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ahoward/systemu.svg",
"full_name": "ahoward/systemu",
"license_state": "custom",
"license_spdx": null
}