JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 83,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 7820
},
"pushed_at": "2024-11-26T09:05:07Z",
"created_at": "2021-09-11T05:44:41Z",
"owner_type": "User",
"updated_at": "2026-06-05T00:50:28Z",
"description": "Detects whether a terminal supports color, and gives details about that support",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://zkat.tech",
"name": "Kat Marchán",
"type": "User",
"login": "zkat",
"company": "Fastly, Inc",
"location": "stolen Chochenyo Ohlone land",
"followers": 4740,
"avatar_url": "https://avatars.githubusercontent.com/u/17535?v=4",
"created_at": "2008-07-19T17:18:14Z",
"is_verified": null,
"public_repos": 217,
"account_age_days": 6579
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-01-30T18:15:06Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2022-11-05T21:55:06Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-11-05T21:54:46Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-11-05T21:53:46Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2022-11-05T21:53:17Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-11-05T21:52:43Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2022-11-05T21:52:23Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2022-11-05T21:52:03Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2022-11-05T21:51:44Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2021-09-11T06:04:44Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-09-11T06:04:27Z"
}
],
"recent_commits": [
{
"oid": "26ad8d206ad01ba7d6b4ad10d52f8f584aa68ec6",
"body": null,
"is_bot": false,
"headline": "chore: Release supports-color version 3.0.2",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-11-26T09:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ffe5cb5ddf4766b2db82b1070411c577e1795ec",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-11-26T09:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b299e2ab5417dc47cddd07b7527b86286cf21a5",
"body": "This also simplifies the code a bit",
"is_bot": false,
"headline": "fix(unsafe): Remove `unsafe` code in favor of `OnceLock` (#20)",
"author_name": "Dagan Martinez",
"author_login": "Property404",
"committed_at": "2024-11-12T18:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5973c20f106c6d0bf3fde67eb312a0df4e84bd4e",
"body": null,
"is_bot": false,
"headline": "chore: Release supports-color version 3.0.1",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-09-04T00:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a47e6772134b9cc7a3b7ba52a68582f044267418",
"body": null,
"is_bot": false,
"headline": "fix: wrong category",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-09-04T00:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ce8e13ed2b592b122cc1491865b6dae94bec32",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-09-04T00:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370dc2b754dd508e29fe1f586532e91a050f5ed5",
"body": "A recurring issue with terminals over SSH is that while TERM is passed in,\r\nCOLORTERM is not by default. This means that programs running on the server\r\nonly have access to TERM.\r\n\r\nIf TERM is something like `xterm-256color` or `konsole-direct` this works fine,\r\nbut if it is something like `wezterm`\n[…]\nso has a bug,\r\nthat it thinks that if TERM isn't set on Windows then ANSI colors aren't\r\nsupported. (That is fine for anstream, I believe, since that knows how to fall\r\nback to Windows console calls.)",
"is_bot": false,
"headline": "fix(ansi): improve detection of terminals over SSH (#19)",
"author_name": "Rain",
"author_login": null,
"committed_at": "2024-08-30T18:28:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5c906d1fcd91cd1bf92d22f3d0cca452de8ca9f",
"body": null,
"is_bot": false,
"headline": "chore: Release supports-color version 3.0.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-02-04T03:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f51e4d9bc62c726fc9f993e0f77698d0958ea5",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-02-04T03:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f572da82e2a504ab8da019c6a3f4284c7f5f3e",
"body": null,
"is_bot": false,
"headline": "deps: bump is_ci",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2024-02-04T03:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb6e35961055a701264d879744f615c25b7629d",
"body": "BREAKING CHANGE: This bumps the MSRV to 1.70.0 due to the new `std::io::IsTerminal` API.",
"is_bot": false,
"headline": "feat(deps): Replace `is-terminal` with `std::io::IsTerminal` (#11)",
"author_name": "George Pollard",
"author_login": "Porges",
"committed_at": "2024-02-04T02:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dece38fdbc04d6c29cde18fc9303e6118db58ab4",
"body": null,
"is_bot": false,
"headline": "chore: Release supports-color version 2.1.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2023-09-20T17:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9761f0ffc2064d8ec7bbc38a894d22f2cdfbffa7",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2023-09-20T17:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736c044a9aa36e259fef25cd790c466f1bf7b011",
"body": "* Support COLORTERM=24bit.\r\n* As documented at https://github.com/termstandard/colors#checking-for-colorterm, COLORTERM is\r\n not sent over the wire with ssh by default. This means that programs that use\r\n supports-color don't get truecolor over ssh. To address that, check that TERM\r\n ends with either \"direct\" or \"truecolor\".\r\n\r\nI think the latter check should be \"-direct\" or \"-truecolor\", but\r\n`check_256_color` below doesn't check for a hyphen either. Should that be addressed as well?",
"is_bot": false,
"headline": "feat(truecolor): improve check for truecolor (#14)",
"author_name": "Rain",
"author_login": null,
"committed_at": "2023-09-15T04:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0a31a672da89a48ad1978220184b91218fde32",
"body": "…n by environment variable. (#13)\n\nFixes: https://github.com/zkat/supports-color/issues/12\r\n\r\nCurrently the tests fail in environments where the output is written to something other than a TTY or a known CI environment. This is because the code makes a hard-coded call to `is_terminal` and disables c\n[…]\n an environment variable `IGNORE_IS_TERMINAL` which overrides the `is_terminal` check. The tests which depend on colour output now set this environment variable so that they pass in such environments.",
"is_bot": false,
"headline": "feat(ignore_is_terminal): Allow the is_terminal check to be overridde…",
"author_name": "Bradford Hovinen",
"author_login": "hovinen",
"committed_at": "2023-07-26T17:03:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4fd9f4f62ea827d9be9620a5335db3dea5955b0",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 2.0.1-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2022-12-16T04:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ced07aca96e38af7f2b7f3e262263fa0f54552",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 2.0.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2022-12-16T04:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0887c7bfc658e6fb32d0100b8e65fb277465c2",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2022-12-16T04:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf565e553a2ad8b429a0b54ecec4128b6430e2b",
"body": "Fixes: https://github.com/zkat/supports-color/issues/9\r\n\r\nBREAKING CHANGE: Exported stream types are no longer atty's getting re-exported.",
"is_bot": false,
"headline": "fix(deps): Replace atty with is_terminal (#10)",
"author_name": "pacak",
"author_login": "pacak",
"committed_at": "2022-12-15T21:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5481a517cd2f7c80e44d30835eb98915c44a77bd",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.3.2-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2022-11-05T21:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7017df59a4627aae614cceb7eef3b94daef84617",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.3.1",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2022-11-05T21:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec0501f0d3db1b801ff8c07c075b8d2f221e855a",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2022-11-05T21:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606262f7c1fd117610b582fa28ae0acf60341164",
"body": null,
"is_bot": false,
"headline": "fix(alloc): stop allocating unnecessary Strings (#8)",
"author_name": "Ludwig Stecher",
"author_login": "Aloso",
"committed_at": "2022-11-05T21:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88a56df7d3143cd71b1f5ad88b0f65ff6ddce8eb",
"body": "The machine certainly doesn't support 256-bit colors!",
"is_bot": false,
"headline": "fix(docs): Update README example for accuracy (#7)",
"author_name": "afranchuk",
"author_login": "afranchuk",
"committed_at": "2022-11-05T21:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd7992e919a18e637e11f47cb82de47df097d36",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.3.1-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-10-04T01:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db20f834dba9c1c9b64b1941a24c987a5e08b891",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.3.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-10-04T01:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44f370dbb86569d8bb15549ef625e06ddef9a13",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-10-04T01:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370e81885bf683287cdb2f639b59b86425d90e9c",
"body": "…COLOR check (#5)",
"is_bot": false,
"headline": "fix(clicolor): Ignore unit tests on GH action and change order of CLI…",
"author_name": "dswij",
"author_login": "dswij",
"committed_at": "2021-10-03T03:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a33337a653d3bfe71007947cd3ee57a787dcce64",
"body": null,
"is_bot": false,
"headline": "feat(msrv): Reduce MSRV from 1.54 to 1.42 (#6)",
"author_name": "jam1garner",
"author_login": "jam1garner",
"committed_at": "2021-10-02T21:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2dd31666534bdfa43ed2037638252aced926d17",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.2.1-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-10-01T15:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682c7754c8ea96b4d9d64ae2e32401e1b44d36ad",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.2.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-10-01T15:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0630baeffecb547528d0273509f0b06b134233d5",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-10-01T15:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b0ff30be9a9aa78d2d0197957d815fc5d1a357",
"body": null,
"is_bot": false,
"headline": "feat(clicolor): Add CLICOLOR support (#4)",
"author_name": "dswij",
"author_login": "dswij",
"committed_at": "2021-10-01T15:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4288937d725a8113808deaae956d8c89285defa3",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.1.2-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e484118e8a2433407c91ef39c04492d449d60144",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.1.1",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358922e1ecb44e727b276c70ef8cda0f39599048",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d5737420ae2a587e63f4ce03ad3099dad25289",
"body": null,
"is_bot": false,
"headline": "fix(deps): bump is_ci because of missing api",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae49e6f3aea385592a19e967bde386cad74e22b3",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.1.1-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f73694ea25cac51e2b5f37cb9e77ff0791f1152",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.1.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f871ea9ba97f50979ad4b7fff84b612193c07f0",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T22:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9994eeb29e5f953cf0860b47e4844b0d131e81cc",
"body": null,
"is_bot": false,
"headline": "tests: Add miri testing of cache unsafe code to CI (#2)",
"author_name": "jam1garner",
"author_login": "jam1garner",
"committed_at": "2021-09-22T22:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cf2b76f585d591acda45c28bffeeba28d030bfd",
"body": null,
"is_bot": false,
"headline": "feat(api): Add cached version of supports_color::on (#1)",
"author_name": "jam1garner",
"author_login": "jam1garner",
"committed_at": "2021-09-22T21:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26241ceb6d2826eba649736200445594c33c51d5",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.0.5-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T18:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd517ed05e5a57ad2fd65c6be7fc24c90463304",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.0.4",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T18:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4fecbcd4317ee7f025a3a1257cd7cf12c8cecfc",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T18:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366f5b92c8c806572f74adc91e8716e434a95efb",
"body": null,
"is_bot": false,
"headline": "fix(deps): remove dependencies on regex and lazy-static too",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T18:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd27108f749273c225f09ae361cbd0436408b5dc",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.0.4-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T16:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4a8abbf0059285be6281870e1528b7ca901abe7",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.0.3",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4874e8c84987a95dd959d88926942ad10374adc",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T16:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "659bf4f28b0e061c1554ad9dba052be574e0ed47",
"body": null,
"is_bot": false,
"headline": "meta: fix cliff.toml",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T16:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d481c01754ebaefa7bcaf154b8a7c7d8d25bebb5",
"body": null,
"is_bot": false,
"headline": "fix(deps): switch to much more lightweight is_ci",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-22T16:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69a469333d72acc7b138e3aeb7177c41c1236386",
"body": null,
"is_bot": false,
"headline": "meta: add FUNDING.yml",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T08:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c6baf123c00cbed68a31a32dd67fc7d29979a5",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.0.3-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T07:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "826ee48f8c53513db5c84fed1be4d6e7f175d5c9",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.0.2",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T07:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef80d4d42951069936d4f259c035d04a1fa6057",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T07:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbecf72f6331ddc08de625861d9bece0370b07c3",
"body": null,
"is_bot": false,
"headline": "fix(detection): messed up logic on windows and forgot no_color. oops",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T07:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8875155aebaa8ec1a9746c555c1436f3e8a50117",
"body": null,
"is_bot": false,
"headline": "meta: add .editorconfig",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T07:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9789a26477540243898c3442ac6dee509f1fb20b",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.0.2-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e8861f7f46dc9eb3c2c40f4e6110a64123df1d",
"body": null,
"is_bot": false,
"headline": "(cargo-release) version 1.0.1",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81ea4dfd32cffe7a204d71e00c07805e06840e8",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9eef66f5fa6b75b14bbb4d860f24dba9dcf5724",
"body": null,
"is_bot": false,
"headline": "fix(api): forgot to export atty::Stream, and example was totally wrong",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb3c489112b39ded8660217865ff1d402a1fc63",
"body": null,
"is_bot": false,
"headline": "(cargo-release) start next development iteration 1.0.1-alpha.0",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c09d6786c212ded61326fabc2d742df73575f146",
"body": null,
"is_bot": false,
"headline": "docs: update changelog",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb068d070687eac0ecbef23015c07cd025ce161",
"body": null,
"is_bot": false,
"headline": "feat(api): initial commit",
"author_name": "Kat Marchán",
"author_login": "zkat",
"committed_at": "2021-09-11T05:50:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 0,
"latest_release_at": "2023-01-30T18:15:06Z",
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_last_push": 606,
"active_weeks_last_year": 0,
"days_since_latest_release": 1271,
"mean_days_between_releases": 56.3
},
"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": "supports-color",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"command-line-interface"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/supports-color",
"is_deprecated": false,
"latest_version": "3.0.2",
"repository_url": "https://github.com/zkat/supports-color",
"versions_count": 15,
"total_downloads": 55138406,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4261292,
"first_published_at": "2021-09-11T05:51:44.725111Z",
"latest_published_at": "2024-11-26T09:05:02.178227Z",
"latest_version_yanked": false,
"days_since_latest_publish": 606
}
]
},
"popularity": {
"forks": 10,
"stars": 54,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 4
},
"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": [
"Cargo.toml"
],
"largest_source_bytes": 7505,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "crates:supports-color@3.0.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "is_ci",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "is_ci",
"direct": true,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 13,
"open_issues": 3,
"closed_ratio": 0.571,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zkat",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/17535?v=4"
},
{
"type": "User",
"login": "jam1garner",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/8260240?v=4"
},
{
"type": "User",
"login": "sunshowers",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/180618?v=4"
},
{
"type": "User",
"login": "dswij",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/44697459?v=4"
},
{
"type": "User",
"login": "hovinen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/597123?v=4"
},
{
"type": "User",
"login": "Property404",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11879454?v=4"
},
{
"type": "User",
"login": "Porges",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12575?v=4"
},
{
"type": "User",
"login": "Aloso",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15658558?v=4"
},
{
"type": "User",
"login": "afranchuk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4296804?v=4"
},
{
"type": "User",
"login": "pacak",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/66211?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.797
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"miri.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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 8 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": 2,
"reason": "Found 8/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 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": 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": "26ad8d206ad01ba7d6b4ad10d52f8f584aa68ec6",
"ran_at": "2026-07-25T14:54:42Z",
"aggregate_score": 3.4,
"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": 18,
"created_at": "2024-03-12T07:21:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-11-12T18:40:27Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 17,
"created_at": "2023-11-03T10:47:49Z",
"last_comment_at": "2024-03-11T14:37:10Z",
"last_comment_author": "a-usr"
},
{
"number": 21,
"created_at": "2025-02-24T23:34:54Z",
"last_comment_at": "2025-02-25T18:08:45Z",
"last_comment_author": "theory"
},
{
"number": 22,
"created_at": "2025-12-26T01:27:24Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zkat/supports-color",
"host": "github.com",
"name": "supports-color",
"owner": "zkat"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 40,
"inputs": {
"security": 47,
"vitality": 21,
"community": 55,
"governance": 62,
"engineering": 52,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 21,
"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": 606,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 606 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 606
}
}
],
"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": "moderate",
"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": 52,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 1271,
"mean_days_between_releases": 56.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1271 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1271
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~56.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 56.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 2,
"days_since_last_merged_pr": 619,
"days_since_last_human_commit": 606,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 606 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 606,
"count": 2,
"signals": "releases stalled, 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": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 10,
"stars": 54,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "54 stars",
"points": 28,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 54
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": [
"supports-color"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 55138406,
"monthly_downloads": 4261292
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,261,292 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4261292,
"ecosystems": "crates"
}
}
],
"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": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.797
},
"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 80% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 13,
"open_issues": 3,
"closed_issues": 4,
"issue_closed_ratio": 0.571,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "57% of issues closed",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 57
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/14 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/30 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 75,
"inputs": {
"followers": 4740,
"owner_type": "User",
"is_verified": null,
"owner_login": "zkat",
"public_repos": 217,
"account_age_days": 6579
},
"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": "4,740 followers of zkat",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4740,
"login": "zkat"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "217 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 217
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"supports-color"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 606
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 606 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 606
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 8 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": 47,
"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": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"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 8 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/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.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": "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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:supports-color@3.0.2 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:supports-color@3.0.2",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 14
},
"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": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.672,
"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": "43 of 64 human commits state their intent (structured subject or explanatory body)",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 64
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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 64",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 64
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 7505,
"source_files_sampled": 2,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T14:54:52.881057Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zkat/supports-color.svg",
"full_name": "zkat/supports-color",
"license_state": "custom",
"license_spdx": null
}