Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"color",
"contrast",
"esm",
"hex",
"invert",
"luminance",
"opposite",
"rgb",
"typescript",
"zero-dependencies"
],
"is_fork": false,
"size_kb": 1968,
"has_wiki": true,
"homepage": null,
"languages": {
"TypeScript": 24409
},
"pushed_at": "2026-07-23T00:32:28Z",
"created_at": "2017-08-22T16:30:11Z",
"owner_type": "User",
"updated_at": "2026-07-23T00:32:05Z",
"description": "Generates the inverted (opposite) version of a given color. Tiny, zero-dependency, ESM.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://onury.io",
"name": "Onur Yıldırım",
"type": "User",
"login": "onury",
"company": null,
"location": "İstanbul, Turkey",
"followers": 207,
"avatar_url": "https://avatars.githubusercontent.com/u/3665990?v=4",
"created_at": "2013-02-22T04:11:37Z",
"is_verified": null,
"public_repos": 42,
"account_age_days": 4908
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-07-23T00:32:29Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2018-11-11T14:33:24Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2018-08-22T02:29:14Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2018-04-05T08:03:32Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2017-12-07T21:06:23Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2017-11-24T19:43:50Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2017-11-07T12:47:26Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2017-08-22T16:38:44Z"
}
],
"recent_commits": [
{
"oid": "9b9896de53e624b820e92dc8ba0b4a391efcd829",
"body": "Two community-requested input improvements for v3, before release.\n\n- Widen the accepted array type from the strict [number, number, number]\n tuple to number[], so invert.asRGB(channels: number[]) type-checks. The\n return type stays a tuple. Closes #23.\n- Parse CSS rgb()/rgba() strings. An rgba() \n[…]\nrray return RGB\n only and drop it. Closes #21 (supersedes #22 by @luatnd, which targeted the\n pre-v3 code and could not merge).\n\nCoverage stays 100% (4 metrics); mutation score stays 100% (142/142).",
"is_bot": false,
"headline": "feat: accept number[] and rgb()/rgba() string input",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2026-07-23T00:32:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d09522094151fda0b47509fa93b5efecb1e520f0",
"body": "- Rebuild the badge block to mirror the accesscontrol model exactly: native\n build badge, vitest-logo coverage, npm/dt downloads in green, terse ESM/TS,\n blue license; add the deps-zero badge (genuinely zero runtime deps).\n- Remove the Related section — it listed a third-party lib, which never\n belongs there. No own project is genuinely related, so the section is omitted.",
"is_bot": false,
"headline": "docs: match README badges to the house model; drop Related section",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2026-07-23T00:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f271c5b7ec3f22f551336a566494aa3add89df",
"body": "Land the two concrete proposal items and make the breaking change prominent.\n\n- Clamp array/object channels to 0-255 and round fractionals, replacing the\n legacy last-2-hex-digits artifact for out-of-range input\n (invert([300,300,300]) is now '#000000', was '#2d2d2d'). Valid 0-255 colors\n are una\n[…]\nG CHANGE: out-of-range array/object channels are now clamped to 0-255\n(previously they produced a last-2-hex-digit artifact), and malformed input\n(wrong-length array or non-finite channel) now throws.",
"is_bot": false,
"headline": "feat!: validate and clamp color input; highlight the ESM break",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2026-07-23T00:15:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8df14a8a00ced839e1fee57fddaa24f832331248",
"body": "Bring invert-color up to the house standard. The public API is unchanged\n(invert, asRGB, asRgbArray, asRgbObject, defaultThreshold); the break is the\npackaging.\n\n- ESM-only: drop the CommonJS/UMD/rollup multi-format build for a single\n tsc -> lib/ build with an exports map; require Node >= 20.\n- Ad\n[…]\n\".\n\nBREAKING CHANGE: the package is now ESM-only and no longer ships CommonJS or\nUMD bundles. `require('invert-color')` no longer works; pin invert-color@2 if\nyou need CJS/UMD. Minimum Node is now 20.",
"is_bot": false,
"headline": "feat!: modernize to ESM-only (v3.0.0)",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2026-07-23T00:15:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8beb46ceb7c3aad99555e79d76eee7a2a7b19431",
"body": "Sorts with the other underscore-prefixed non-source dirs and stays out\nof the way of real source paths.",
"is_bot": false,
"headline": "chore: rename the scratch dir to _backup/",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2026-07-23T00:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "026ad954b592b1fc9c7428206dfdf5110ff797be",
"body": null,
"is_bot": false,
"headline": "update readme [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2021-10-29T02:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd183934b67e4536e4e3f8a618067fb861fd63e2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2019-02-12T01:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd53d1c4fdf81a23920e860e18cd47dc4f158e7",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2019-02-12T01:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ea0ff96dedb00fa682d467b913bdd051e952e3",
"body": null,
"is_bot": false,
"headline": "update readme [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-11T14:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aadadb7d19f05b5154efd73584eacb94ef167bc5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-11T14:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19aaf98a5ca282e6bcc184aa14239b11bdb7fd74",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-10T23:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3e428fc503d1396cb7f98510e9cf66a0b76308",
"body": null,
"is_bot": false,
"headline": "build",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-10T23:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e9e50c05225b255956ebc2e201bf5cf5815aa9",
"body": null,
"is_bot": false,
"headline": "2.0.0 [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T17:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d3c5c1821ceaf53a21bff56d945fcf1b86b0da9",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T17:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ba2857feed767c95a3dcabb9de36048b1385e3",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T17:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b01aa78028103696ce578b8c61bccf6750cdd66",
"body": null,
"is_bot": false,
"headline": "build",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T17:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56679a74ada042213a0a7f375b947f8891027fc4",
"body": null,
"is_bot": false,
"headline": "update tests",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e710cdcf4fb220eac799d6b6b05e72e0d7b2dae",
"body": null,
"is_bot": false,
"headline": "update tests",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4bd042c8c00a562e8d745c3cc554f88814fa96",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9b5eba223f6b19fea2cb5b7f791849adcb7a5b0",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99212bf99d0d4414196442e771621edb69b1d1fd",
"body": null,
"is_bot": false,
"headline": "remove webpack in favour of rollup",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b17972ddaf679d31b7c18ca1cfc001275c4a0fe",
"body": null,
"is_bot": false,
"headline": "tsconfig ES2015",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dcc2a469bb9b91f88001a50476ade2e69511bc6",
"body": null,
"is_bot": false,
"headline": "update tests",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "136bb76e17e876b46d3bc7fe9c9658646ca899a7",
"body": null,
"is_bot": false,
"headline": "add threshold, default export",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc2bfb6f103d5833490c937a401c14c4e82d9ab",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60ea6392010c7498a877c93e8bc8b657b205fcf",
"body": null,
"is_bot": false,
"headline": "build 2.0.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7793dbba18216a8e9bd1e937cce6dd970ecbe253",
"body": null,
"is_bot": false,
"headline": "update gitignore",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-11-09T16:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a5b04471549bc315b2765f7cebdec81100557c",
"body": null,
"is_bot": false,
"headline": "update coveralls dep",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30396bf5482b5febf7a0543e554b3e8d57e761da",
"body": null,
"is_bot": false,
"headline": "1.5.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb4b5e6eb729d57c29083981ddaf93c9048740f",
"body": null,
"is_bot": false,
"headline": "1.4.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "317e176c6a4e83e62a619faf916ae139e0d23a05",
"body": null,
"is_bot": false,
"headline": "1.3.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ccc0acc5ba0663e67b8cd4b50d36ebb7f6a689",
"body": null,
"is_bot": false,
"headline": "1.5.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da84afa4f0add9bea27dc527383e240a624e5f6d",
"body": null,
"is_bot": false,
"headline": "remove babel, add typescript",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9dc0e16b3c98b8085d3ef16f34aef78bc96aa3",
"body": null,
"is_bot": false,
"headline": "add ts config",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba1e995e0c74021c8cf34f174f196f1099fc581",
"body": null,
"is_bot": false,
"headline": "update tests",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477088c17e745654ec4fb7117e24e2e96cf9d74d",
"body": null,
"is_bot": false,
"headline": "re-write in TypeScript",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0ab78ffa516d1a52c0930e3492e87a6c1726f0",
"body": null,
"is_bot": false,
"headline": "re-written, renamed to invert.ts",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73a8676f5c146e9cf1c228f9238ffe37b0fbfd5",
"body": null,
"is_bot": false,
"headline": "1.5.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e562c737cd8d64f153456eb7cf9e53549989a45a",
"body": null,
"is_bot": false,
"headline": "build 1.5.0 (with types)",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261246e81c9133d481a91e967a68d57d1fe30eb9",
"body": null,
"is_bot": false,
"headline": "remove node 4 from travis",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "470fec09749b543701628efa51268d614b1d41a2",
"body": null,
"is_bot": false,
"headline": "removed in favour of tslint",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-08-22T02:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f892510f60cb8d49cb49d199f8730938de4ebcdc",
"body": null,
"is_bot": false,
"headline": "minor [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T08:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e036c2a8ec86b48a006e106eec1b959f64b431ff",
"body": null,
"is_bot": false,
"headline": "build 1.2.3",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T07:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b4772e3b1a8087e7e56ca3609c2ece8e4d146fc",
"body": null,
"is_bot": false,
"headline": "minor [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T07:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8deb8c0c662f8b7b24ec91324a5240038350158a",
"body": null,
"is_bot": false,
"headline": "1.2.3",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T07:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab800f684243cbab2c9455b9d48593fb1925f1f",
"body": null,
"is_bot": false,
"headline": "1.2.3",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T07:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a359c34c20182aa7b0389f1be2222433c51bdda2",
"body": null,
"is_bot": false,
"headline": "1.2.3",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T07:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2fecf8da2a16b8df6e432c03dd0a5cb8f89fd5b",
"body": "Throw a nice error message when passed null",
"is_bot": false,
"headline": "Merge pull request #9 from CAYdenberg/issue-8",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-04-05T07:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3d4a345e0410bf5c9cffb6c803ac80d6da5908",
"body": null,
"is_bot": false,
"headline": "Throw a nice error message when passed null",
"author_name": "@CAYdenberg",
"author_login": "CAYdenberg",
"committed_at": "2018-04-05T02:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3048933bdf125a9a85a535a1b256b1dad1afe68c",
"body": null,
"is_bot": false,
"headline": "minor [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-03-18T02:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "928d048ec935df51373d3e2f46c12f1a4e3d60e2",
"body": null,
"is_bot": false,
"headline": "minor [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-03-18T02:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b22f389794d14ff443910dac4c756acaa0c0af73",
"body": null,
"is_bot": false,
"headline": "update readme [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-03-18T01:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e89f361dfc2d8e7c463dca1ebf5110a315db73c",
"body": null,
"is_bot": false,
"headline": "update readme [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-03-18T01:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6448a741b027d691b151858a90dd20e951772da0",
"body": null,
"is_bot": false,
"headline": "update license [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2018-01-12T16:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bce5bd5b71359438a040d0c71364f76869f18e8",
"body": null,
"is_bot": false,
"headline": "1.2.2 [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T21:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934828b98fc2b60f932a718633d01fb33321a229",
"body": null,
"is_bot": false,
"headline": "1.2.2 [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T21:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9cae03a3913971981f74076cc60fdc6e483eabe",
"body": null,
"is_bot": false,
"headline": "minor",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T21:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a500529761f1e2ecd30e2dc092cb7da4bf64be0b",
"body": null,
"is_bot": false,
"headline": "update test",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dbff583dd63e507f7b88f35ab846cae84b3592",
"body": null,
"is_bot": false,
"headline": "1.2.2",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed49063df86d7a4e38983cbe2a0e387afb4bb5f",
"body": null,
"is_bot": false,
"headline": "1.2.2",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe799362faf3ea78a303699ad411db6a009ed5a7",
"body": null,
"is_bot": false,
"headline": "webpack",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c9151ddf41cc93e0617d49e12f3b901586a109",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b37ebd2a4adf899bc3ecef8b9027f9dbc961bf6",
"body": null,
"is_bot": false,
"headline": "browser test",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f9e398ee182743e91d1b9b5a8e57be1849f23e",
"body": null,
"is_bot": false,
"headline": "minor",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463b8ff46ba2e4abdd1df4dfe790d759d2306a3b",
"body": null,
"is_bot": false,
"headline": "build to /lib",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75ca548d24eaa36ab86f0aebc693e7fab0797da",
"body": null,
"is_bot": false,
"headline": "update config",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-12-07T20:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eede35ad8d5bc35f7647595f03dc5cb7238d8f06",
"body": null,
"is_bot": false,
"headline": "minor",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-25T00:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a875d69444b223ee8302ccbefc8190dc870d67",
"body": null,
"is_bot": false,
"headline": "update jest and babel config",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-25T00:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21ce3f1ad28e9409f4e3186ceac22418b2b0a27",
"body": null,
"is_bot": false,
"headline": "update gitignore",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-25T00:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bbf8090451d81c38b4583ee12135d66426d145",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-25T00:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a44bb54518257168d9167924601af9834109f6c",
"body": null,
"is_bot": false,
"headline": "add snyk vuln. test [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd612b9024aaaa88ff71fdeb6af139c5453fdf6d",
"body": null,
"is_bot": false,
"headline": "1.2.0 [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7cbdbc004ac301d595dc2e63846290e65a8a89e",
"body": null,
"is_bot": false,
"headline": "1.2.0 [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85fb675541c2156639fb51e3715f110fcc34fcb4",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace91aa477df6a452adf65e793416060f59fc082",
"body": null,
"is_bot": false,
"headline": "1.2.0 [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46c7f12993fe1734f429f4de043149b8527e7922",
"body": null,
"is_bot": false,
"headline": "yarn instead of npm",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c12bb4d6c496f9cdcba85422007ea53e27def839",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d916ce0524de7bac0faf720fca99c819556a8331",
"body": null,
"is_bot": false,
"headline": "remove jasmine runner",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bfb98f7df55aab1e1736a1943361719b2516ecd",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21444bcc5ebe42debcca5a5c691e07cd0760ef7e",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9a79ec82303442ed6ac537aab67063c3819f48",
"body": null,
"is_bot": false,
"headline": "build",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1358270639b061706793b8b5c5880a338b8b5086",
"body": null,
"is_bot": false,
"headline": "rename to invert.js",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98adcffc18cf9c146128d3a52239ec305ddccd91",
"body": null,
"is_bot": false,
"headline": "update travis config for coverage",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b135d53cefe49575241f02620621980b7f1c86",
"body": null,
"is_bot": false,
"headline": "remove npmrc",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f7bdb4a8a9b96fc4c712ed5408f91dc9fec633b",
"body": null,
"is_bot": false,
"headline": "udpate",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931a77955021743c7008bb51afa2040f97ba8d06",
"body": null,
"is_bot": false,
"headline": "jest",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8d13f33d18220b1d6950117b0bbc6d270db668",
"body": null,
"is_bot": false,
"headline": "v1.2.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-24T19:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88536b58b6d5591574c3bbb9f8e9315d48111f82",
"body": "adding npm scripts for compiling ES5 dist through babel",
"is_bot": false,
"headline": "Merge pull request #6 from criography/master",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-23T22:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da2465f2dce675cb7c83b931ae5c04de477447ec",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-23T22:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08fa00e58227cccb8cf2cf96dcb781eab96e87ac",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-23T22:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68666fb2a62eddc7ef94b53e1f67ca23ef1f006d",
"body": "…oint to it by default",
"is_bot": false,
"headline": "altering the build script to output UMD and correct package.json to p…",
"author_name": "marek",
"author_login": null,
"committed_at": "2017-11-23T12:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a37b284b90eebc6d882d55177995f12b6c83f2",
"body": null,
"is_bot": false,
"headline": "updating src path in unit.spec.js",
"author_name": "marek",
"author_login": null,
"committed_at": "2017-11-22T12:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74cd0a4239aa813c52e267f548358f7a5e378b25",
"body": null,
"is_bot": false,
"headline": "updating README",
"author_name": "marek",
"author_login": null,
"committed_at": "2017-11-22T12:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6a9375eb46ff561e0c9df22beabb55828f9655",
"body": null,
"is_bot": false,
"headline": "adding npm scripts for compiling dist through babel",
"author_name": "marek",
"author_login": null,
"committed_at": "2017-11-22T11:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbbb5767533ea52dfb9bf9bff1366887215519b",
"body": null,
"is_bot": false,
"headline": "update readme [skip ci]",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-07T12:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc582ac568618bdb968e5dbb1ff1c4dac8ef965",
"body": null,
"is_bot": false,
"headline": "remove package-lock",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-07T12:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22fdf1663944c2d3b033f01b6337cbe35cffc509",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-07T12:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42da297098d3c1b88486d877e3fb94abc6c9f164",
"body": null,
"is_bot": false,
"headline": "add changelog",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-07T12:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c2aa3da930267412a540c343639641cc44e4fd",
"body": null,
"is_bot": false,
"headline": "add changelog",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-07T12:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba4396d11e7d3962315b7bdcf6d588fc73332c4",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Onur Yıldırım",
"author_login": "onury",
"committed_at": "2017-11-07T12:30:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 5,
"latest_release_at": "2026-07-23T00:32:29Z",
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 2,
"days_since_latest_release": 9,
"mean_days_between_releases": 465.2
},
"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": "invert-color",
"exists": true,
"license": "MIT",
"keywords": [
"color",
"invert",
"opposite",
"contrast",
"luminance",
"hex",
"rgb",
"black-white",
"esm",
"typescript"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/invert-color",
"is_deprecated": false,
"latest_version": "3.0.0",
"repository_url": "https://github.com/onury/invert-color",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 213924,
"first_published_at": "2017-08-22T16:39:39.479000Z",
"latest_published_at": "2026-07-23T00:36:57.493000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 21,
"stars": 291,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-10-16",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 15029,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 9,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@biomejs/biome",
"direct": false,
"version": "^2.5.0",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/core",
"direct": false,
"version": "^9.6.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/vitest-runner",
"direct": false,
"version": "^9.6.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^25.9.3",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-istanbul",
"direct": false,
"version": "^4.1.8",
"ecosystem": "npm"
},
{
"name": "biome-config-oy",
"direct": false,
"version": "^1.1.0",
"ecosystem": "npm"
},
{
"name": "tsconfig-oy",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^6.0.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^4.1.8",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 0,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 18,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "onury",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/3665990?v=4"
},
{
"type": "User",
"login": "GiuseppePiscopo",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1991814?v=4"
},
{
"type": "User",
"login": "CAYdenberg",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3757136?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.926
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"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": 0,
"reason": "Found 0/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"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": "9b9896de53e624b820e92dc8ba0b4a391efcd829",
"ran_at": "2026-08-01T12:41:34Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T00:32:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T00:32:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/onury/invert-color",
"host": "github.com",
"name": "invert-color",
"owner": "onury"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 37,
"vitality": 55,
"community": 60,
"governance": 60,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 465.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~465.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 465.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 21,
"stars": 291,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "291 stars",
"points": 39.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 291
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 89,
"inputs": {
"packages": [
"invert-color"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 213924
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "213,924 downloads/month across npm",
"points": 71.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 213924,
"ecosystems": "npm"
}
}
],
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.926
},
"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 93% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 18,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/7 decided PRs merged",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 207,
"owner_type": "User",
"is_verified": null,
"owner_login": "onury",
"public_repos": 42,
"account_age_days": 4908
},
"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": "207 followers of onury",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 207,
"login": "onury"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "42 public repos, account ~13 yr old",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 42
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"invert-color"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"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": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"color",
"contrast",
"esm",
"hex",
"invert",
"luminance",
"opposite",
"rgb",
"typescript",
"zero-dependencies"
],
"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": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.07,
"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": "7 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 7,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"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": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 15029,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-01T12:41:42.244888Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/onury/invert-color.svg",
"full_name": "onury/invert-color",
"license_state": "standard",
"license_spdx": "MIT"
}