JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 684,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 346826
},
"pushed_at": "2026-04-18T07:57:12Z",
"created_at": "2025-04-01T07:22:19Z",
"owner_type": "User",
"updated_at": "2026-06-30T05:21:14Z",
"description": "A production-grade error handling library for Go, offering zero-cost abstractions, stack traces, multi-error support, retries, and advanced monitoring through two complementary packages: errors (core) and errmgr (management).",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Oleku Konko",
"type": "User",
"login": "olekukonko",
"company": null,
"location": null,
"followers": 93,
"avatar_url": "https://avatars.githubusercontent.com/u/2615393?v=4",
"created_at": "2012-10-21T21:10:00Z",
"is_verified": null,
"public_repos": 67,
"account_age_days": 5027
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-04-18T07:54:37Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-01-19T12:46:33Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-05-06T06:42:14Z"
}
],
"recent_commits": [
{
"oid": "759b0b987e654c4dc86180003089addc052ca180",
"body": null,
"is_bot": false,
"headline": "simpler readme",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-18T07:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad98814797dc97fc2becf0d20fc3ff9a00ec18e4",
"body": null,
"is_bot": false,
"headline": "add chan error support",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-18T07:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "247ae3bdc11b65373d5c6abbf68a28e6d8448637",
"body": null,
"is_bot": false,
"headline": "cleaner implementation and ensure autofree works as intended",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T16:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af6dc293cb8490ed905663aea7b35ee5e4c769b",
"body": null,
"is_bot": false,
"headline": "error group support",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T15:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadb4c52420f5a9c4cc2266cc20bbfea11ed8bde",
"body": null,
"is_bot": false,
"headline": "simple http error handling with",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T15:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e090ac2433d36782abe5ac6f7914d5c5c0230d8",
"body": null,
"is_bot": false,
"headline": "add sentinel support",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T15:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111918d72c766de592e28f8ad18200a4635c4879",
"body": null,
"is_bot": false,
"headline": "redesign inspect to accept io.Writter",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T15:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3b7436da340721683f85b68f357baf83da5f21",
"body": null,
"is_bot": false,
"headline": "add log value implementation for *Error",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T15:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2da00374af4054258a768eedc5c229c8d13b91aa",
"body": null,
"is_bot": false,
"headline": "add context to chain and step",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T15:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae756f27fc8c67c925ee82d568581d2ecc848eb",
"body": null,
"is_bot": false,
"headline": "fix minor bugs identified while adding genric",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T08:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b436900eceab5a65c29bd55b96f3d847ecb0119b",
"body": null,
"is_bot": false,
"headline": "add genric support",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-04-17T08:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599b22cd4b9d2749101dc83994dab8c0c88e54fb",
"body": "Fix issue #6: disable pooling for `context` tests",
"is_bot": false,
"headline": "Merge pull request #7 from bbadour/orderdep",
"author_name": "Oleku Konko",
"author_login": "olekukonko",
"committed_at": "2026-04-14T16:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f955cda7e8a45de3a0c9efde464a7ad2162b730e",
"body": "Prevent test failures due to earlier tests adding errors to the pool\nwith allocated `context`.",
"is_bot": false,
"headline": "Fix issue #6: disable pooling for `context` tests",
"author_name": "Bob Badour",
"author_login": "bbadour",
"committed_at": "2026-04-13T17:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92731d2d912b9c44f9eacf0b138bfe40e2cbe1de",
"body": null,
"is_bot": false,
"headline": "Make the format parameter `any`",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-01-19T12:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d93114825aece3993ebe4669b547b0853bc44f",
"body": null,
"is_bot": false,
"headline": "add warp Error",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-01-19T12:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02c8a9b72952f5553824c645b2d0bd05b665b752",
"body": null,
"is_bot": false,
"headline": "remove countFmtArgs",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-01-19T12:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a06ec1d485952cce69b480069340dfe988e457",
"body": null,
"is_bot": false,
"headline": "Shared emptyError instance is mutable",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2026-01-19T12:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdaf8ae06e8252a39d32d6f40b4b43e234e746f",
"body": "Place fields used in atomic operations at beginning of struct",
"is_bot": false,
"headline": "Merge pull request #3 from gibmat/fix-atomic-panic",
"author_name": "Oleku Konko",
"author_login": "olekukonko",
"committed_at": "2025-08-18T18:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d604a80097fee5405de84f4ec65e4aa1b3c0844c",
"body": "Signed-off-by: Mathias Gibbens <gibmat@debian.org>",
"is_bot": false,
"headline": "Place fields used in atomic operations at beginning of struct",
"author_name": "Mathias Gibbens",
"author_login": "gibmat",
"committed_at": "2025-08-18T13:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fda20e47898f945befb9981b3983d5f5a51ba89",
"body": null,
"is_bot": false,
"headline": "add MarshalJSON & Addf",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-05-06T06:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9cd9020545e9d8d51ea95a208c4ee4b2bd1bd49",
"body": null,
"is_bot": false,
"headline": "add MarshalJSON & Addf",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-05-06T06:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b194c46f93a1cbd0aad6b4b29fc15b1447c72413",
"body": null,
"is_bot": false,
"headline": "add Wrapf and update With -> With(...)",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-12T15:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a569b77c3e588bcc7131d9896441d5533ce233fa",
"body": null,
"is_bot": false,
"headline": "minor fix",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T19:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e241d728f36241b308607a13a980d0ff152e21ce",
"body": null,
"is_bot": false,
"headline": "add \"%w\" mixed with chain example",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T18:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd44aba3882c263bc0b0a7bda5f5f704e67f885",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T18:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543221066034b701dc63bfe57cecd5e961044c85",
"body": null,
"is_bot": false,
"headline": "Update #2: respect timeout",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T18:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "105c48fa8ed6f9f49596fd6777b3b5ea4c86d313",
"body": null,
"is_bot": false,
"headline": "Update #1: Use slog.Handler",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T17:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f21beab32b354ff5af7d1b219e1f8751c45d61c",
"body": null,
"is_bot": false,
"headline": "check error recursively improve documentation",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T17:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f9ffd801b765669af3724cb97b720edb378a38f",
"body": null,
"is_bot": false,
"headline": "Fix 1: add chain error support",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T17:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea11e7e0ef2aab8859c91e8b2cd78fdf4a936f24",
"body": null,
"is_bot": false,
"headline": "added default code",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T14:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62fd0344092e109113679952454a1cfb9074bf89",
"body": null,
"is_bot": false,
"headline": "fix #2: Support for \"%w\" and improved documentation",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-11T14:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e6d85265da64e1be9ca002b490af5dd10773857",
"body": null,
"is_bot": false,
"headline": "add Std & Stdf",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-05T07:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ab4d01184c11e8f874b2449ee347a14467958d",
"body": null,
"is_bot": false,
"headline": "improve example documentation",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-05T07:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "369dc03e63c026013a5bb36c8dccd1ba176bdedf",
"body": null,
"is_bot": false,
"headline": "improve documentation",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-05T06:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f6a39ab888e3e8f21261b9cfeabc4aaf3929b3",
"body": null,
"is_bot": false,
"headline": "add std and stdf",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-05T06:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd7ac9375eeedae537227f1b1ef9aaafd6c60c0f",
"body": null,
"is_bot": false,
"headline": "a little improvement will not hurt",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-05T06:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9067a5736c3760c10ee1b94d65dd9bf35f339211",
"body": null,
"is_bot": false,
"headline": "fix: e.smallCount",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-05T05:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46617b55f220caed2fb50479bc342392e1b5bc53",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Oleku Konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T15:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6327beb634c2f393439017b821c3b61587a1b4",
"body": null,
"is_bot": false,
"headline": "clean",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T15:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b209b67356f61f01dfe7fffd38667e76a83827fa",
"body": null,
"is_bot": false,
"headline": "add examples folder",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T15:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "761f878c1be43411015111ca3d173c991d7c74be",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T15:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c03c2694b68d0f81688a002f326447bf1a9da8b",
"body": null,
"is_bot": false,
"headline": "improve comments and fix typo",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T14:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd38d79a265d38dd8d88335d37645927bacdc9a",
"body": null,
"is_bot": false,
"headline": "remove println",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T14:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ee63ae55b1765349d6a3332c21305e00e6d749",
"body": null,
"is_bot": false,
"headline": "improve helper doc",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T14:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "461168b64281b6c4de7c0fe7fecb157cd12a9801",
"body": null,
"is_bot": false,
"headline": "improve documentation and remove unused code",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T14:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c5eeb3e93ce0398e2667c89301e4227f867f540",
"body": null,
"is_bot": false,
"headline": "fix errors introduced as a result of splitting",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T14:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7b90db417ce848d8597d66e78fb77f59570f35",
"body": null,
"is_bot": false,
"headline": "split the test to make it more manageable",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T14:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce3f9610501c408a1a41497f7af88d79fc69cd5",
"body": null,
"is_bot": false,
"headline": "improve transform & timeout etc.",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T13:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20aaca387c991001774225bc0141106d0176c1e",
"body": null,
"is_bot": false,
"headline": "fix null bug",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T13:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d72bfceed366c437875d21209ff1e89a6fa5564",
"body": null,
"is_bot": false,
"headline": "improve retry add test",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T12:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02c2cbe8cc85e739c734410c3f229d79990541cf",
"body": null,
"is_bot": false,
"headline": "let us make null robust",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T12:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d1d89a1f150818666711cf11fbfb9d174d46156",
"body": null,
"is_bot": false,
"headline": "fix bug introduced by compatibility",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T11:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ef69ac1b9c4800df8084e7f9c09eac80b4d3c3",
"body": null,
"is_bot": false,
"headline": "introducing compatibility",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-03T10:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f517f2cae46c18a2785d46983a6eb7485fe9be",
"body": null,
"is_bot": false,
"headline": "better grouping",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T22:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da0a9ba1fef1261d4eca51f9d5b5045dcc4663d3",
"body": null,
"is_bot": false,
"headline": "fix Sampling ratio 0.381 not within expected range (40-60%)",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2d41e12ddaee1cdc3298bc58f0a71bd0c982b36",
"body": null,
"is_bot": false,
"headline": "add test to common and rename category",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a16c65b9e9068a2b0e51fa466b4892830c44002",
"body": null,
"is_bot": false,
"headline": "add test to monitor",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2621f83775c276cd546ce0f90a25ef62ad2e21d8",
"body": null,
"is_bot": false,
"headline": "just use atomic",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323a45f056ef6ef64ede43a90c052993230ac771",
"body": null,
"is_bot": false,
"headline": "errmgr cleanup",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921744d7f3c6f286af6e5c4d6d0a7722bf76c32b",
"body": null,
"is_bot": false,
"headline": "minor fix",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae565f007388cf9204dcbd1049d2f3d597ee0c04",
"body": null,
"is_bot": false,
"headline": "clean up retry",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T21:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a05205a0a425eb2a7af4b9f695a124a66a7c3dc",
"body": null,
"is_bot": false,
"headline": "sort multi error",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1acd2a2a823b15bd9f57fe581195c259c034abbe",
"body": null,
"is_bot": false,
"headline": "add merge",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "427776a25ddd264a69b4c8c6a111b078ab05a687",
"body": null,
"is_bot": false,
"headline": "add format",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b61af7d4dffdf251fcfce91ccc1ce847429f2e",
"body": null,
"is_bot": false,
"headline": "add context and unwrap all",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e91b8bba0f0573349edb29cef9231424ee93a850",
"body": null,
"is_bot": false,
"headline": "add helpers",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a050568676d5f915935d8bebc23c5f195298a7",
"body": null,
"is_bot": false,
"headline": "sort method ... make it easy to find",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3022eb7e15ef6de481414086b3f04ed78b6b3100",
"body": null,
"is_bot": false,
"headline": "add walk and find",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce2904d3b425de4e8eeb0c6db10a13d59087fa8",
"body": null,
"is_bot": false,
"headline": "improve multi error",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be4c5321dab74a7b3ec469194f6013a8c469825",
"body": null,
"is_bot": false,
"headline": "add transform",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T20:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce51c5c303866dda5e5eec608b74b274acb016f5",
"body": null,
"is_bot": false,
"headline": "changed context size to 4",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T19:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2d5d6c4b291294d6b9c3fcd70a847f086388b2c",
"body": null,
"is_bot": false,
"headline": "added during performance for pool",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T19:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88904e5d7f610aa33f68cb0cb3f91682e581ac27",
"body": null,
"is_bot": false,
"headline": "more improvement, cleanup and new pool",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T19:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "907936103d5bbb5235397613e69c9d0db4741187",
"body": null,
"is_bot": false,
"headline": "Fix possible race condition",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T18:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f115700b7cd09b71c6588d431e0ea42b5138d3",
"body": null,
"is_bot": false,
"headline": "Create go.yml",
"author_name": "Oleku Konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T17:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48086266ac72356132391aca16332ccea29ec30d",
"body": null,
"is_bot": false,
"headline": "Fix unknown field pooled in struct",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-02T17:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9188df67287051d3153c192d9d5c0f7e9ce8cfa9",
"body": null,
"is_bot": false,
"headline": "Fix: internal frames if FilterInternal is enabled",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T22:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa3aed86d10c97ecf4b06ab862e30d93e751e275",
"body": null,
"is_bot": false,
"headline": "Update readme to cover cleanup and make example copy/paste",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T21:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d97c9ca4947e62811d9ba095efeaee7e348f254",
"body": null,
"is_bot": false,
"headline": "more detailed cleanup",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T21:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446f037c1c632083e0d3a8ece0b5285d561ad0eb",
"body": null,
"is_bot": false,
"headline": "more cleanup",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T19:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990144c3e5fadfa366b4844863b202c5ff83ef68",
"body": null,
"is_bot": false,
"headline": "hakuna matata",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T18:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa081903233f4cffa1b3d67417959e33344a2e93",
"body": null,
"is_bot": false,
"headline": "more improvement",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T17:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64ec7a848a09450d5f94ddb76f53d042cb1e1f3b",
"body": null,
"is_bot": false,
"headline": "add pooling",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T17:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d224eef47e3c1c82a69fca909342b1ed74d43874",
"body": null,
"is_bot": false,
"headline": "cleanup and improved documentation",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T16:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39a15822bb49b8fe2b331196ad41d03ef5ed9e56",
"body": null,
"is_bot": false,
"headline": "add becnhmark",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T16:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc914fd1fd6b64eeff2add4fe2fd1d1d7f28531",
"body": null,
"is_bot": false,
"headline": "micro improvement",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T15:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c2b456786a2aad453db9de378f397265ed716dd",
"body": null,
"is_bot": false,
"headline": "refactor after madness",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T15:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84d1e6f7f94d54432f92bceb87783465b958e01",
"body": null,
"is_bot": false,
"headline": "basic developer madness",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T14:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbb4ac5e228c267df8b59fc2484181138911130",
"body": null,
"is_bot": false,
"headline": "steal more improvement",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T10:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0456a7302aac034bc5621812217fe7ce27b97b9",
"body": null,
"is_bot": false,
"headline": "~900x slower, hence make it ~10x by making features optional",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T10:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01bd71080751639c140642a9e56160709fd0d0f0",
"body": null,
"is_bot": false,
"headline": "documentation and test",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T10:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19230dff0bda3feeb928555cfeda26a0d4ac0f11",
"body": null,
"is_bot": false,
"headline": "base commit",
"author_name": "oleku konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T09:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c9ff953561bacaea98eda9f7d008350fa608b3",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Oleku Konko",
"author_login": "olekukonko",
"committed_at": "2025-04-01T07:22:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 17,
"latest_release_at": "2026-04-18T07:54:37Z",
"latest_release_tag": "v1.3.0",
"releases_from_tags": true,
"days_since_last_push": 101,
"active_weeks_last_year": 4,
"days_since_latest_release": 101,
"mean_days_between_releases": 173.5
},
"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": "github.com/olekukonko/errors",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/olekukonko/errors",
"is_deprecated": false,
"latest_version": "v1.3.0",
"repository_url": "https://github.com/olekukonko/errors",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-04-18T07:54:37Z",
"latest_version_yanked": null,
"days_since_latest_publish": 101
}
]
},
"popularity": {
"forks": 3,
"stars": 28,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2025-04-05",
"count": 2
},
{
"date": "2026-04-13",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"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": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 45785,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 5,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "olekukonko",
"commits": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/2615393?v=4"
},
{
"type": "User",
"login": "bbadour",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/43684545?v=4"
},
{
"type": "User",
"login": "gibmat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6611789?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.978
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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 2/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "759b0b987e654c4dc86180003089addc052ca180",
"ran_at": "2026-07-28T13:56:40Z",
"aggregate_score": 3.2,
"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-04-18T07:55:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-14T16:24:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/olekukonko/errors",
"host": "github.com",
"name": "errors",
"owner": "olekukonko"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 32,
"vitality": 39,
"community": 37,
"governance": 59,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 39,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 101,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 101 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 101
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"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": 62,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.3.0",
"releases_from_tags": true,
"days_since_latest_release": 101,
"mean_days_between_releases": 173.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 101 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 101
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~173.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 173.5
}
}
],
"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": 101,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 101 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 101
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 3,
"stars": 28,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "28 stars",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 28
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.978
},
"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 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 5,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"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": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/28 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": 62,
"inputs": {
"followers": 93,
"owner_type": "User",
"is_verified": null,
"owner_login": "olekukonko",
"public_repos": 67,
"account_age_days": 5027
},
"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": "93 followers of olekukonko",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 93,
"login": "olekukonko"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "67 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 67
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/olekukonko/errors"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 101
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 101 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 101
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "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": 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": 32,
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"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 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": 41,
"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.075,
"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 93 human commits state their intent (structured subject or explanatory body)",
"points": 4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 7,
"sampled": 93
}
}
],
"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": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 93",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 93
}
}
],
"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": "Go",
"largest_source_bytes": 45785,
"source_files_sampled": 43,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"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-28T13:56:47.678766Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/olekukonko/errors.svg",
"full_name": "olekukonko/errors",
"license_state": "standard",
"license_spdx": "MIT"
}