JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"encoding",
"golang",
"codec",
"decoding",
"generic",
"binary",
"serialization"
],
"is_fork": false,
"size_kb": 126,
"has_wiki": false,
"homepage": "https://emitter.io",
"languages": {
"Go": 151658
},
"pushed_at": "2026-07-29T09:18:32Z",
"created_at": "2017-11-05T09:35:11Z",
"owner_type": "User",
"updated_at": "2026-07-29T09:17:36Z",
"description": "Generic and fast binary serializer for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://kelindar.dev",
"name": "Roman Atachiants",
"type": "User",
"login": "kelindar",
"company": "@emitter-io ",
"location": "Dubai, UAE",
"followers": 571,
"avatar_url": "https://avatars.githubusercontent.com/u/583116?v=4",
"created_at": "2011-01-25T17:37:14Z",
"is_verified": null,
"public_repos": 105,
"account_age_days": 5664
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-29T09:18:32Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2026-07-25T22:24:01Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-07-20T21:09:24Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-20T20:14:38Z"
},
{
"tag": "v1.0.20",
"kind": "patch",
"published_at": "2026-07-20T19:09:18Z"
},
{
"tag": "v1.0.19",
"kind": "patch",
"published_at": "2024-02-25T13:42:02Z"
},
{
"tag": "v1.0.18",
"kind": "patch",
"published_at": "2023-10-06T11:26:25Z"
},
{
"tag": "v1.0.17",
"kind": "patch",
"published_at": "2021-12-13T06:56:31Z"
},
{
"tag": "v1.0.16",
"kind": "patch",
"published_at": "2021-12-05T14:34:47Z"
},
{
"tag": "v1.0.15",
"kind": "patch",
"published_at": "2021-11-23T18:05:21Z"
},
{
"tag": "v1.0.14",
"kind": "patch",
"published_at": "2021-09-25T09:02:03Z"
},
{
"tag": "v1.0.13",
"kind": "patch",
"published_at": "2021-08-03T12:23:41Z"
},
{
"tag": "v1.0.12",
"kind": "patch",
"published_at": "2021-08-01T14:50:31Z"
},
{
"tag": "v1.0.11",
"kind": "patch",
"published_at": "2021-08-01T14:30:10Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2021-06-17T07:44:33Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2020-05-25T13:10:54Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2019-12-05T09:25:47Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2019-05-31T15:39:53Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2019-05-31T15:29:19Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2019-05-31T15:20:21Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2019-03-03T09:29:50Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2019-03-03T09:11:46Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2019-03-03T09:10:48Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2018-10-20T08:11:00Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-10-14T15:10:58Z"
}
],
"recent_commits": [
{
"oid": "8a7ac24e4e3f0a432331a11b365e75347dd783a6",
"body": "* Implemented tagged unions\n\n* Reuse union arms during decoding and validate slice lengths\n\n* Update main.go\n\n* slice should inline\n\n* Update README.md\n\n* Update README.md\n\n* Require explicit union tags and fix by-value encoding\n\n* Update README.md",
"is_bot": false,
"headline": "Add tagged union support for oneof and versioned payloads (#28)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-29T09:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de7ec91b2cb3adb7808e44fa8af04dacd1e67ba",
"body": "* Add nocopy JSON type\n\n* Test JSON and binary codec behavior",
"is_bot": false,
"headline": "Add nocopy.JSON (#27)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-25T22:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5786e46eaed5449fe4d8845e4579b9f57e50c93a",
"body": "* Fix retained slices when decoding streams\n\n* Test nocopy strings decoded from streams",
"is_bot": false,
"headline": "Fix nocopy values decoded from streams (#26)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-25T21:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e40235c82b3cb82fcb7a9eb24e0ee531ab0d213e",
"body": "* Speed up struct encode/decode with typed field paths\n\nPack field offset/kind into fieldCodec and write/read primitive struct\nfields via unsafe pointers when addressable, avoiding per-field\nreflect. Also tidy encoder tests and add a trace-payload bench.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* fixes\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Speed up struct encode/decode with typed field paths (#25)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-20T21:08:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dfcd1541ceb953da3f75072be76df734eb3747f8",
"body": "* Apply gopls modernize fixes\n\nReplace interface{} with any, use range-over-int and reflect.TypeFor,\nand drop the obsolete +build line now that the module requires Go 1.25.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* Fix reflect.SliceHeader vet warnings\n\nReplace deprecated SliceHeader/String\n[…]\nfe baselines) so benches only report absolute\ntiming and vs-prev deltas.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* preallocate map\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Modernize APIs and speed up slice codecs (#24)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-20T20:08:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1605cf86d7feb5cee949c0f02edaf71746796df5",
"body": "* Modernize CI and docs for Go 1.25\n\nBump the module to Go 1.25, align the GitHub Actions workflow with the\ntales coverage/gocognit pipeline, and expand the README with custom\nserialization docs and full bench results. Also clean up testlint\nhygiene and split scanType so cognitive complexity stays u\n[…]\n gocognit from the CI workflow\n\nCognitive complexity checks aren't needed for this library.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Modernize CI and docs for Go 1.25 (#23)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-20T19:08:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "007bb99258b97563667182405489d21982c3cbb7",
"body": "consolidate benchmarks",
"is_bot": false,
"headline": "Consolidate benchmarks into standalone suite (#22)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-20T18:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eeedea9dc5ef4553aca95fe0df8e51204ad074c",
"body": null,
"is_bot": false,
"headline": "avoid to using SliceHeader, more portable code (#19)",
"author_name": "Makhaev Anatoliy",
"author_login": "gggrafff",
"committed_at": "2024-02-25T13:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4b1f08e35cb98743e5ce84572f3a92aca97e1c",
"body": null,
"is_bot": false,
"headline": "support codecs from js client (#13)",
"author_name": "Marcin Maluszczak",
"author_login": "malumar",
"committed_at": "2023-10-06T11:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30053c2e1319f0da3aa85928377aac0e32c8975c",
"body": "fix ReadString empty\r\n\r\nCo-authored-by: Jason Li Dongheng <jason.lidh@shopee.com>",
"is_bot": false,
"headline": "Fix #15 (#16)",
"author_name": "Jason Dongheng Lee",
"author_login": "Jason5Lee",
"committed_at": "2023-10-06T11:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "395414842b69e9e78f238ff3b9f41cb81c292f56",
"body": "* Add TimeCounters type\r\n\r\n* test",
"is_bot": false,
"headline": "Add TimeCounters type (#17)",
"author_name": "Roman Atachiants",
"author_login": null,
"committed_at": "2023-10-06T11:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780f9711106b68ba25371a7c3a5b89e1c46bbaa7",
"body": null,
"is_bot": false,
"headline": "Fix unexported fields",
"author_name": "roman.atachiants@careem.com",
"author_login": null,
"committed_at": "2021-12-13T06:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25543dc6f2fd6e3bc54b48da11288ae6616c8bbc",
"body": null,
"is_bot": false,
"headline": "Refactor readers",
"author_name": "roman.atachiants@careem.com",
"author_login": null,
"committed_at": "2021-12-05T14:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f80b4df595a11dfdb36dc088657781ff429e3a1",
"body": null,
"is_bot": false,
"headline": "Fix slice of ptr and custom marshaler on ptr (#11)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2021-11-23T18:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f7663f210335775f9467305c89eceebf531c4d0",
"body": null,
"is_bot": false,
"headline": "add pointer support (#7)",
"author_name": "Srinivas Devaki",
"author_login": null,
"committed_at": "2021-09-22T11:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16852dbd0443c4dbca0595944e19de34df4a70f3",
"body": null,
"is_bot": false,
"headline": "Added sorted.TimeSeries (#6)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2021-08-03T12:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ffebaedf30e0bf5cfdabba0c3892f2f567a550",
"body": null,
"is_bot": false,
"headline": "implicit sorting instead",
"author_name": "roman.atachiants@careem.com",
"author_login": null,
"committed_at": "2021-08-01T14:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da8aa9e2c84a0307e3358adea59095e4984b246b",
"body": null,
"is_bot": false,
"headline": "sort by default",
"author_name": "roman.atachiants@careem.com",
"author_login": null,
"committed_at": "2021-08-01T14:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462771acc2871303b484c86b0b4ea16c1a563e53",
"body": null,
"is_bot": false,
"headline": "Added sorted timestamps (#5)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2021-08-01T14:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0918e64902b82b6b5ab607c32ad70e033735c483",
"body": null,
"is_bot": false,
"headline": "adding nocopy.HashMap",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2021-06-17T07:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a3c4f4cb2d35dfb4e00e4a755db4793ef47239b",
"body": null,
"is_bot": false,
"headline": "Exported conversion methods",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2020-05-25T13:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382f38098abd17722b2b52905f90c73df5d54747",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/Kelindar/binary",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2019-12-05T09:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fab9daacb07fc35ae64c70eaf7fae202e8b3ea0",
"body": null,
"is_bot": false,
"headline": "added a nocopy.ByteMap",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2019-12-05T09:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc9e184283356cb058eef80ec9d6772edf676fe3",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2019-11-01T01:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b45e85bdfed9bd62258ba06f4b2d6002ddd030",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/Kelindar/binary",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2019-10-27T05:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "589eeb5d8940edb9af85e0f2c1c7ed42dc6eefcf",
"body": null,
"is_bot": false,
"headline": "added a more convenient MarshalTo method",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2019-10-27T05:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baa363638f312bc80cdfdde449fa224c589c1a1c",
"body": "Adds struct tag `binary:\"-\"` to ignore struct field.\nOpens the door for a switch statement for more tags.\n\nFixes #2",
"is_bot": false,
"headline": "scan for tag in struct",
"author_name": "William Antonelli",
"author_login": "nanohard",
"committed_at": "2019-06-10T07:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23362d5014ca40ffef80d91713fb0a903dd5d9ab",
"body": null,
"is_bot": false,
"headline": "return the buffer as well",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2019-05-31T15:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c541d7bfdb320bf15ac643d9343be02fafe742c",
"body": null,
"is_bot": false,
"headline": "added reset to the encoder",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2019-05-31T15:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896bf77793ceb599720ec7838f2719bb0b50cd6c",
"body": null,
"is_bot": false,
"headline": "reduced nocopy allocs and schema cache",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2019-05-31T15:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b5efcb095fa2fa673793e2e00d606eee881f65e",
"body": null,
"is_bot": false,
"headline": "added dictionary (map[string]string)",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2019-03-03T09:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94b9ff1e3e80bf35fa580b69346252f786521754",
"body": null,
"is_bot": false,
"headline": "renamed my account to lowercase",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2019-03-03T09:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd75ace02c0dfa5b56f79b228e111d4d27c2c0c1",
"body": null,
"is_bot": false,
"headline": "minor tweaks",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2019-03-03T09:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b7a25a0e79d7885cc704610ee2e86e9c897844",
"body": null,
"is_bot": false,
"headline": "revert",
"author_name": "Christoph Pech",
"author_login": "ChristophPech",
"committed_at": "2018-11-23T10:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed5ca16af94973373e7e4b3712f135601b6e66e",
"body": null,
"is_bot": false,
"headline": "changed module path",
"author_name": "Christoph Pech",
"author_login": "ChristophPech",
"committed_at": "2018-11-23T10:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e5c7c763ca15113c3374178b1bd0105a7be1af",
"body": null,
"is_bot": false,
"headline": "module path case sensitive",
"author_name": "Christoph Pech",
"author_login": "ChristophPech",
"committed_at": "2018-11-23T10:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0618d2feb5dc718855935262523221aa3c47f0f9",
"body": null,
"is_bot": false,
"headline": "exported slice codecs for sorted",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-10-20T08:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ea2f94bf7bdf0b8eadb4ba06e93a074f7c5bba",
"body": null,
"is_bot": false,
"headline": "mod",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-10-20T07:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "874ca58d5bbd7942978ff3b54a3fe43f17d1b87a",
"body": null,
"is_bot": false,
"headline": "go.mod",
"author_name": "Roman Atachiants",
"author_login": null,
"committed_at": "2018-10-14T15:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1027f69229dfde6b8dea93906caad9c3069bb362",
"body": null,
"is_bot": false,
"headline": "added go.mod",
"author_name": "Roman Atachiants",
"author_login": null,
"committed_at": "2018-10-14T15:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f96a33e2050fe331b9d32ed832f7cffe03b1c0a",
"body": null,
"is_bot": false,
"headline": "edit readme",
"author_name": "Roman Atachiants",
"author_login": null,
"committed_at": "2018-10-14T14:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f021578f4c153d1791679033d1b4886d79270b2",
"body": null,
"is_bot": false,
"headline": "pinning to little endian & inlined some stuff",
"author_name": "Roman Atachiants",
"author_login": null,
"committed_at": "2018-10-14T14:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8788bbba1ed217cc5dc875a93be3fe9f0afebfbd",
"body": null,
"is_bot": false,
"headline": "reusing decoders for unmarshal",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T08:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91cf6efa2eec102caa7733be96d296ec60571728",
"body": null,
"is_bot": false,
"headline": "less contrived decode",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T07:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15faab60e218c2b76201a3f784b92f73a1e6f9b",
"body": null,
"is_bot": false,
"headline": "better map codec",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T06:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f95209c34597a495c25a900399459d90c0ba6b",
"body": null,
"is_bot": false,
"headline": "few simplifications",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T04:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2deb4af93d8f6d53e8914a1c7afd9a3ed3815f38",
"body": null,
"is_bot": false,
"headline": "fixed float32",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T03:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed3ed26231fe85093a9e9dc548769e6924c9b194",
"body": null,
"is_bot": false,
"headline": "faster bool slice codec for nocopy",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T02:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d30582f053c569b4df0657fb4da33b42e9c2685c",
"body": null,
"is_bot": false,
"headline": "codec for []bool",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T02:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ceac959ccb5021cc891a9a62d5fdcc5fefed1c",
"body": null,
"is_bot": false,
"headline": "sorted moved to its own package",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T02:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d161260326f097ad562bf6e82ef9013222ad3e0",
"body": null,
"is_bot": false,
"headline": "added sorting and more tests",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-16T01:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a5950d1ac2966d40e0d937a9f77e91cbc6c9ff",
"body": null,
"is_bot": false,
"headline": "using varint",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T11:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5154c60885c2fd9ab71f679dbd52a48cc4d7cc50",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T08:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d0d54988d4fcc189f2cf8edba65baef8b2cf8c",
"body": null,
"is_bot": false,
"headline": "nocopy types",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T08:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2a0347bd053a574427f482d9893b1030fa99e4",
"body": null,
"is_bot": false,
"headline": "rollback for byte slices",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T07:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825d1a3a0d780d87a6a09efed69286198a89c7e2",
"body": null,
"is_bot": false,
"headline": "faster unsafe.Bytes",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T07:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c15032c2a7bf96eda9764587bc7e15b59207684f",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T03:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de9749bc16f9b01d087f5d7dfce6fa20faf26b4",
"body": null,
"is_bot": false,
"headline": "unsafe slices",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-09-15T03:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f505e37ddbaec600f33293759dd4e2dc7cc6b3",
"body": null,
"is_bot": false,
"headline": "added int32s",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-05-20T15:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a72220b546accf303434f0074672917ca06517",
"body": null,
"is_bot": false,
"headline": "js compatibility",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-05-20T11:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f2bdcebc7412762b0c458417dba6626c50ad80",
"body": null,
"is_bot": false,
"headline": "slices and refactoring",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-05-19T13:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc3e2c813a75e1bf16f42a535640746ba5ae5b7",
"body": null,
"is_bot": false,
"headline": "fix empty slice",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2018-02-12T14:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6809d6d3a2721b27ccba948029466a3496c1a185",
"body": "…around",
"is_bot": false,
"headline": "made the encoder a bit more lightweight to avoid unnecessary copying …",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-10T02:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbce1ed7db87a20d5e09b5d31164c2672abb739f",
"body": null,
"is_bot": false,
"headline": "further cleanup",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-06T16:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914d2cd987b671f763451e55b0e76b744b67a01e",
"body": null,
"is_bot": false,
"headline": "removed some unused code",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-06T14:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1225b05ed2ac742a2359a18cd880971f8df039",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-06T14:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951c0f43f31aec7b67e43568e7b82e17c4bfefc3",
"body": null,
"is_bot": false,
"headline": "test with pointers",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-06T13:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3744511c786c8c31d51fc5c74189b5f6ce8c704b",
"body": null,
"is_bot": false,
"headline": "updated to schema-based decoder",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-06T12:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735a203e9a22e8ab790ab1488a0b74b0b1551438",
"body": null,
"is_bot": false,
"headline": "faster encoder with schema",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-05T15:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9fefd60c27ed85b8bd5218892a682f9c06e97d",
"body": null,
"is_bot": false,
"headline": "fast-path for numeric slices",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-05T12:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60146a8cd2765bdb7c8937d978fa60b751de736e",
"body": null,
"is_bot": false,
"headline": "faster encoder",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-05T12:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "701402686742af49ba4990b941a0a71bf039279b",
"body": null,
"is_bot": false,
"headline": "split encoder and decoder",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-05T10:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f64c0d0317da2c84021d2a316a1257c97c58738",
"body": null,
"is_bot": false,
"headline": "binary",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2017-11-05T09:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df64c38d571a02c951b075a5219f46f4e94b820",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2017-11-05T09:35:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 7,
"latest_release_at": "2026-07-29T09:18:32Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 189.8
},
"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/kelindar/binary",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kelindar/binary",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/kelindar/binary",
"versions_count": 25,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T09:16:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 22,
"stars": 253,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
}
],
"complete": true,
"collected": 22,
"total_forks": 22
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"bench/go.mod",
"go.mod"
],
"largest_source_bytes": 21837,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"bench/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/kelindar/bench",
"manifest": "bench/go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.2"
},
{
"name": "github.com/kelindar/binary",
"manifest": "bench/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/kelindar/bench",
"direct": true,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "gonum.org/v1/gonum",
"direct": false,
"version": "v0.17.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 2,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 17,
"open_issues": 4,
"closed_ratio": 0.636,
"closed_issues": 7,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kelindar",
"commits": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/583116?v=4"
},
{
"type": "User",
"login": "ChristophPech",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3427525?v=4"
},
{
"type": "User",
"login": "Jason5Lee",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/25118271?v=4"
},
{
"type": "User",
"login": "gggrafff",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19623897?v=4"
},
{
"type": "User",
"login": "malumar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/297255?v=4"
},
{
"type": "User",
"login": "nanohard",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10169206?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.891
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "7 out of 16 merged PRs checked by a CI test -- score normalized to 4",
"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": 1,
"reason": "Found 5/30 approved changesets -- score normalized to 1",
"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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "8a7ac24e4e3f0a432331a11b365e75347dd783a6",
"ran_at": "2026-07-30T08:16:48Z",
"aggregate_score": 5,
"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-29T09:17:02Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T09:16:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2022-08-02T20:59:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2023-12-08T07:39:28Z",
"last_comment_at": "2023-12-08T08:34:52Z",
"last_comment_author": "gggrafff"
},
{
"number": 20,
"created_at": "2023-12-08T12:10:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-07-17T23:03:53Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kelindar/binary",
"host": "github.com",
"name": "binary",
"owner": "kelindar"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 59 is calibrated to 63 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 59,
"calibrated": 63,
"calibration": "2026-08-02"
}
}
],
"value": 63,
"inputs": {
"security": 60,
"vitality": 64,
"community": 52,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 60,
"ai_readiness": 53,
"weighted_overall_raw": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"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": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 84,
"inputs": {
"releases_count": 25,
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 189.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~189.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 189.8
}
}
],
"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": "exceptional",
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"forks": 22,
"stars": 253,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "253 stars",
"points": 39,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 253
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "22 forks",
"points": 11,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 22
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.891
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"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": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 17,
"open_issues": 4,
"closed_issues": 7,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.636,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "64% of issues closed",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 64
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/17 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 17
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"followers": 571,
"owner_type": "User",
"is_verified": null,
"owner_login": "kelindar",
"public_repos": 105,
"account_age_days": 5664
},
"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": "571 followers of kelindar",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 571,
"login": "kelindar"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "105 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 105
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/kelindar/binary"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"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": 60,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"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": "7 out of 16 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"encoding",
"golang",
"codec",
"decoding",
"generic",
"binary",
"serialization"
],
"has_wiki": false,
"homepage": "https://emitter.io",
"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": "https://emitter.io",
"points": 15,
"status": "met",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 16 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"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 5/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"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 3",
"points": 1.5,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 5 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.216,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "16 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.041,
"toolchain_manifests": [
"bench/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "bench/go.mod, go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "bench/go.mod, 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 74 commits agent-authored or agent-credited",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 74
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 21837,
"source_files_sampled": 31,
"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/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T08:17:03.164159Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kelindar/binary.svg",
"full_name": "kelindar/binary",
"license_state": "standard",
"license_spdx": "MIT"
}