JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"go",
"golang",
"json",
"ascii",
"iso8601",
"performance",
"encoding",
"decoding",
"validation",
"protobuf",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 13711,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 529126,
"Makefile": 17549,
"PureBasic": 20
},
"pushed_at": "2026-06-25T23:26:09Z",
"created_at": "2019-12-03T19:14:28Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T13:22:26Z",
"description": "Go package containing implementations of efficient encoding, decoding, and validation APIs.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://segment.com",
"name": "Segment",
"type": "Organization",
"login": "segmentio",
"company": null,
"location": "San Francisco, CA",
"followers": 665,
"avatar_url": "https://avatars.githubusercontent.com/u/819518?v=4",
"created_at": "2011-05-30T22:08:48Z",
"is_verified": null,
"public_repos": 421,
"account_age_days": 5537
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-03-12T15:01:59Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2025-07-29T06:04:41Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2025-07-18T16:13:02Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-06-09T22:10:16Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-06-09T22:09:22Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-12-04T22:03:27Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2023-11-27T18:37:46Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2022-10-07T03:43:03Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2022-04-26T17:53:01Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2022-02-16T17:46:33Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2022-02-16T17:45:42Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2022-02-16T17:45:20Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2021-11-13T20:27:06Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-11-13T20:26:29Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2020-05-11T21:13:40Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2020-01-23T16:10:48Z"
}
],
"recent_commits": [
{
"oid": "7d5a25dbc5da13aed3cb047a127e4d0e96f536fb",
"body": null,
"is_bot": false,
"headline": "fix: Validate key length on assignment in decodeStruct (#162)",
"author_name": "Maciej Kisiel",
"author_login": "maciej-kisiel",
"committed_at": "2026-03-10T23:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd406855de30c54110d23eace25478ab9c6fa2cc",
"body": "* json: use reflect.PointerTo (avoid deprecated naming)\n* json: use maps.Copy\n* lint: remove unused consts/fields\n* exclude stdlib copied tests from linting\n* json: partial lint fixes",
"is_bot": false,
"headline": "lint fixes (#151)",
"author_name": "Kevin Gillette",
"author_login": "extemporalgenome",
"committed_at": "2025-07-29T06:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9ca4e0d1bc3f570ac39c2009df846e18ce1606",
"body": "* perf(json): revert decodeInto helper changes for object/array/string\n\n* per(json): add benchmarks for decoding object and array with mixed members",
"is_bot": false,
"headline": "perf(json): address performance penalty found in v0.4.0+ (#149)",
"author_name": "Dominic Barnes",
"author_login": "dominicbarnes",
"committed_at": "2025-07-18T16:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0606c75807b35f13b92dcbb6bf7d098631865c",
"body": null,
"is_bot": false,
"headline": "lint fixes (#146)",
"author_name": "Kevin Gillette",
"author_login": "extemporalgenome",
"committed_at": "2025-06-09T21:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54af38dc519c77f48db0d3f483a208da286cf88",
"body": "* go.mod: upgrade to 1.23 (oldest supported by Go project)\n\n* json: encode `\\b` and `\\f` like the Go 1.22 stdlib does\n\nhttps://go-review.googlesource.com/c/go/+/521675",
"is_bot": false,
"headline": "json: encode \\b and \\f like the Go 1.22 stdlib does (#145)",
"author_name": "Kevin Gillette",
"author_login": "extemporalgenome",
"committed_at": "2025-06-09T20:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8de6b894791a3f1fdc1be2cf9e9a5f9fdcefbbd",
"body": "* allow rewrite rule overrides and add bitwise-or rewriter\n\n* finish docs\n\n* remove repeated, these apply a little odd in the rewriter",
"is_bot": false,
"headline": "Add protobuf rewrite rule overrides (#144)",
"author_name": "Jeremy Larkin",
"author_login": "kalamay",
"committed_at": "2024-11-21T17:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93030d39bf47faefc6e56ab8de8876ddcea83267",
"body": null,
"is_bot": false,
"headline": ".github: fix security vuln",
"author_name": "Kevin Burke",
"author_login": "kevinburkesegment",
"committed_at": "2024-09-03T23:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3055897c1c5b74bc4c4ec5f702c22ed90020f410",
"body": "* json: stylistic improvements, better code reuse\r\n\r\nInitial benchmark results show this change\r\nto be approximately performance-neutral.\r\n\r\n* bump tested Go versions to just 1.20 and 1.21\r\n* json: add ParseFlags values UseInt64, UseUint64, UseBigInt\r\n* json: use atomic.Pointer",
"is_bot": false,
"headline": "json: configurable numeric decoding (#137)",
"author_name": "Kevin Gillette",
"author_login": "extemporalgenome",
"committed_at": "2023-12-04T22:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dfc1b0e15041ef27898e847c2005974968828d3",
"body": "* fix encoding RawMessage that contains leading space.\r\n\r\n* add json/bugs/issue136",
"is_bot": false,
"headline": "fix encoding RawMessage that contains leading space (#136)",
"author_name": "Kevin Gillette",
"author_login": "extemporalgenome",
"committed_at": "2023-11-27T18:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b49d71a5eb29f09671609a0e9d3eb48037a17a4",
"body": null,
"is_bot": false,
"headline": "Revert #128, update docs and add tests to Tokenizer.Remaining() (#129)",
"author_name": "Steve van Loben Sels",
"author_login": null,
"committed_at": "2022-11-10T22:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2d0aeb3c78510d11e106e8e9a8a59e38fa96d55",
"body": "The Position gives a means to index into the Tokenizer's underlying byte slice.\r\nThis enables use cases where the caller is planning on making edits to the JSON\r\ndocument but wants to leverage the copy func to optimize data movement and/or \r\nto copy remaining bytes if the caller wants to exit the tokenizing loop early.",
"is_bot": false,
"headline": "Added Position field to the Tokenizer (#128)",
"author_name": "Steve van Loben Sels",
"author_login": null,
"committed_at": "2022-11-02T16:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3391c4a8a541943155610484c61a04af516a1763",
"body": null,
"is_bot": false,
"headline": "extendSlice optimization is still valid for go1.19 (#127)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2022-10-07T03:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4601a45557200521ca882554e1c125409ff28f75",
"body": null,
"is_bot": false,
"headline": "Add method to get how many tokenizer bytes are remaining (#126)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2022-10-07T03:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e4c6b1437372ae59935d75ea4b28b66452a549",
"body": "* fix decoding lists of TRUE values\r\n\r\n* fix typo\r\n\r\n* minimal code change",
"is_bot": false,
"headline": "fix decoding lists of TRUE values (#122)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2022-04-26T17:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "886f222e9816bbffb7304d27a45ba91d7586861b",
"body": "* Encoder: add SetAddExtraNewline option to json.Encoder\r\n\r\n* feat: rename AddExtraNewline to AppendNewline\r\n\r\n* refactor: change AppendNewline to be part of AppendFlags\r\n\r\n* feat: make appendNewline private",
"is_bot": false,
"headline": "Encoder: add SetAddExtraNewline option to json.Encoder (#119)",
"author_name": "Matthieu Dumont",
"author_login": "Jerska",
"committed_at": "2022-02-16T17:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a2210ff8dfc8a275ebd93e8192f1904626b462",
"body": "* thrift: allow reusing struct fields\r\n\r\n* update documentation",
"is_bot": false,
"headline": "thrift: allow reusing struct fields (#117)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2022-01-04T19:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04dfa1af6c5e1ec11f5ed83bdac4aec34a5d02a6",
"body": "My first question was \"how/why is this faster\" and the answer is\r\na little bit buried, so try to make it clearer.",
"is_bot": false,
"headline": "README: note where to find CPU/memory details (#116)",
"author_name": "Kevin Burke",
"author_login": "kevinburkesegment",
"committed_at": "2022-01-04T16:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2cc2a059d8b085959eabf995c4d43d56566e5a",
"body": "* Fixes Bool method comment\r\n\r\n* Update json/token.go\r\n\r\nCo-authored-by: Achille <achille.roussel@gmail.com>",
"is_bot": false,
"headline": "Fixes Bool method comment (#115)",
"author_name": "Fabrice Vaillant",
"author_login": "Succo",
"committed_at": "2021-12-11T21:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3147938317188998dd7bac05b799ba15c2d5454a",
"body": null,
"is_bot": false,
"headline": "Improved field lookup for small structs (arm64) (#114)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-12-08T19:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853eaa1104da70dc353e02bbbff8adcad97d7086",
"body": null,
"is_bot": false,
"headline": "Extend the short strings quote check (#113)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-12-08T05:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e2596b72d32dffc4c205f6438e036eb8303f53",
"body": "There's no need to check for possible overflow before we handle each\r\nbyte of input. We can just handle the next byte and then check whether\r\noverflow occurred.",
"is_bot": false,
"headline": "Speed up parseInt and parseUint (#112)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-12-08T05:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42eedba359fe40fbffdd4c31c031032aa58f1867",
"body": null,
"is_bot": false,
"headline": "purego fix (#111)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-12-06T23:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000439e08e7723cbdde48a5a33001858edef4a41",
"body": null,
"is_bot": false,
"headline": "fix thrift encoding of structs with pointer fields (#109)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-11-20T03:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e513f7d23f2571275db814c825c64f26fa5d70",
"body": "* add test for issue 107\r\n\r\n* fix issue 107",
"is_bot": false,
"headline": "add test for issue 107 (#108)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-11-12T18:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47bdac24a3e42a55c26561c4fd2ff2421c55f8a7",
"body": "* add thrift package\r\n\r\n* add encoder and decoder APIs\r\n\r\n* add a bit of documentation\r\n\r\n* add enum struct field tag\r\n\r\n* add a test for the enum struct type\r\n\r\n* use ioutil.Discard to be compatible with Go 1.14\r\n\r\n* add support for union types\r\n\r\n* don't use IsExported to be compatible with older \n[…]\n required fields validation\r\n\r\n* cleanup\r\n\r\n* fix missing field index\r\n\r\n* consider anonymous embedded structs\r\n\r\n* rename error fields to 'cause'\r\n\r\n* remove magic support for unsigned integer values",
"is_bot": false,
"headline": "thrift (#105)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-11-09T01:23:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc0871ed591b78c2848ffe7512dc8aaa8324d824",
"body": null,
"is_bot": false,
"headline": "Nanosecond specialization for iso8601.Parse (#104)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-10-19T02:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277dc6ee8fa6f656e5728909819f3d2093383c62",
"body": null,
"is_bot": false,
"headline": "Improved field lookup for small structs (#101)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-10-15T08:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101dc9c5750213ca76cdac2fbc96d667f855555f",
"body": null,
"is_bot": false,
"headline": "fix badge (#98)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-09-28T16:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4945878d19fd3508f3e9ea8364b871df61357e3a",
"body": "* github actions fixes\r\n\r\n* use go 1.17 in benchmarks\r\n\r\n* set benchtime to 3s",
"is_bot": false,
"headline": "github actions fixes (#97)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-09-28T15:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be43fdba8c6f830db289acd71fc0ab25fe4a2bbc",
"body": "* go 1.17 + build with github actions\r\n\r\n* push\r\n\r\n* github actions don't support anchors in yaml\r\n\r\n* run benchmarks against main branch on push\r\n\r\n* fix benchstat install\r\n\r\n* install benchstat with Go 1.17\r\n\r\n* fix location of benchmark artifacts\r\n\r\n* fix location of benchmark artifacts\r\n\r\n* run benchmarks five times",
"is_bot": false,
"headline": "go 1.17 + build with github actions (#96)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-09-28T06:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de42cc9011838185d8becb3d8fa86587504092b",
"body": null,
"is_bot": false,
"headline": "update segmentio/asm to v1.0.1 (#95)",
"author_name": "Jeremy Larkin",
"author_login": "kalamay",
"committed_at": "2021-09-17T20:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22e3aee7934e82a68d004494a986557b22a34786",
"body": null,
"is_bot": false,
"headline": "github.com/segmentio/asm@v1.0.0 + go mod tidy (#94)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-09-13T22:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dacf4b1e42605bfa8f295a251ebae0de8345abac",
"body": null,
"is_bot": false,
"headline": "use segmentio/asm (#93)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-09-13T22:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95064a2f7b1674c145ef79f51065cd53b3b10817",
"body": "* add fixed default implementation and test\r\n\r\n* fix avx implementation",
"is_bot": false,
"headline": "Fix EqualFoldString (#92)",
"author_name": "Jeremy Larkin",
"author_login": "kalamay",
"committed_at": "2021-05-31T00:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c246ad7595ca2d60c0d7ba875def683ac2f9ae7",
"body": null,
"is_bot": false,
"headline": "fixes ValidPrintString bugs (#91)",
"author_name": "Jeremy Larkin",
"author_login": "kalamay",
"committed_at": "2021-05-28T23:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936b01cd59f59dd6dcfc3174463e492f669ac80b",
"body": "* fix issue 84\r\n\r\n* unify bugs tests\r\n\r\n* more fixes\r\n\r\n* cleanup the test suite\r\n\r\n* run tests in parallel",
"is_bot": false,
"headline": "fix issue 84 (#85)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-04-01T02:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5cefe8a02c884666cbf125fd143528289aa7ec",
"body": "Accept ; in `json` field tag to match the behavior of Go 1.16.\r\n\r\nhttps://go-review.googlesource.com/c/go/+/234818/4/src/encoding/json/encode.go\r\n\r\nFixes #86",
"is_bot": false,
"headline": "json: accept ; in json field tag (#87)",
"author_name": "Thomas Pelletier",
"author_login": "pelletier",
"committed_at": "2021-04-01T01:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61745d7154112926d179926c268e19c341588e20",
"body": null,
"is_bot": false,
"headline": "iso8601.Parse() timezone fix (#83)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-26T03:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807cd3c180ec0909a92edcad2f708d122ae74e3c",
"body": null,
"is_bot": false,
"headline": "Fast ISO8601 timestamp parsing (#82)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-26T03:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d0bdda346999f26ee13c6fcb2f56879d57a790",
"body": "* add case incensitive equality for ascii strings\r\n\r\n* simpler\r\n\r\n* optimize the implementation\r\n\r\n* add AVX2 optimizations for EqualFold\r\n\r\n* unify implementations\r\n\r\n* go mod tidy\r\n\r\n* fix bug in ascii.EqualFoldString and add tests for short strings",
"is_bot": false,
"headline": "add ascii.EqualFold (#81)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-23T05:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cbdc497092db6226ba6fbf4a33a8ee66ae0ccef",
"body": "* check for CPU capabilities before using SIMD instructions\r\n\r\n* go mod tidy\r\n\r\n* remove valid_default.go\r\n\r\n* cleanup",
"is_bot": false,
"headline": "check for CPU capabilities before using SIMD instructions (#80)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-22T21:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca7af5ad9059e59dee2eb4f04f85d2b6bd2dd805",
"body": null,
"is_bot": false,
"headline": "run less benchmarks in CI (#78)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-22T08:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2569331ecf34c5d2350c8b86f823f9c6f62e1113",
"body": null,
"is_bot": false,
"headline": "update benchmarks (#77)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-22T05:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9a692aa927c5e9ab348d170f7fb9b7c271b1cc",
"body": null,
"is_bot": false,
"headline": "Optimize parsing of short strings (#76)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-22T04:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9efc470bebc97c4fd8d0f8f062749c46a79e6688",
"body": "* add json.Kind API\r\n\r\n* use hasNullPrefix everywhere\r\n\r\n* add new tokenizer APIs\r\n\r\n* use unsigned integers for flag types\r\n\r\n* cleanup\r\n\r\n* add tests for json.Kind and ensure bitshifts only happen on unsigned values\r\n\r\n* update code example\r\n\r\n* define json.Undefined",
"is_bot": false,
"headline": "Optimize decoders using json.Kind (#75)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-22T04:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d43a65fe99c2a965ed55961ca038e41d29d160",
"body": null,
"is_bot": false,
"headline": "unable runtime optimizations on go 1.16 (#74)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-22T00:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be15869cd2b35ef73e90ffaa719b0378ae9d0b6",
"body": null,
"is_bot": false,
"headline": "Update README benchmarks (#73)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-22T00:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662b106491449671d9bf7146127584358fd7b2b9",
"body": "* Scan input and then make this info available to parsing routines\r\n\r\n* Skip internal string checks where possible\r\n\r\n* Don't consider surrounding whitespace\r\n\r\n* Make parsing routines methods of decoder",
"is_bot": false,
"headline": "Preprocess input before parsing (#72)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-21T22:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c491e6fd7e4e313fb3660852009ba8076654ef",
"body": "* hot fix: PR feedback for #69\r\n\r\n* simplify",
"is_bot": false,
"headline": "hot fix: PR feedback for #69 (#70)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-21T03:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d496783b8a09cb71aef3e3330c8aec3e871a1d3",
"body": null,
"is_bot": false,
"headline": "Inline skipSpaces, and skip skipSpacesN call unless necessary (#71)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-20T21:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5ebb4ec4eebcd65fce51dbfae445df53a6a6d7",
"body": "* move files around\r\n\r\n* add default implementation of valid16\r\n\r\n* implement valid16 with AVX instructions\r\n\r\n* fixes\r\n\r\n* go mod tidy",
"is_bot": false,
"headline": "Optimize ascii.valid (#69)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-20T05:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75a16aeacc18ec1164f1c4177d93b7084672342",
"body": null,
"is_bot": false,
"headline": "Simplify and improve the AVX2 ascii.ValidPrint (#68)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2021-03-19T02:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968730f754bafed6a6f5ea20dc44c4091198bd6b",
"body": "* optimize ascii.validPrint\r\n\r\n* add special case for 4 bytes\r\n\r\n* use a hybrid approach where we only use assembly for longer strings\r\n\r\n* cleanup diff\r\n\r\n* revisit implementation\r\n\r\n* remove CMPL\r\n\r\n* better use of SIMD instructions\r\n\r\n* cleanup\r\n\r\n* cleanup\r\n\r\n* more cleanup\r\n\r\n* unroll two iterations of the loop to treat 64 bytes at a time",
"is_bot": false,
"headline": "Optimize ascii.validPrint (#66)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-18T23:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db0fcdf8390bbe432be7665e1bf8b9c0017e129",
"body": "* allow json tokenizer to be stack allocated\r\n\r\n* cleanup",
"is_bot": false,
"headline": "allow json tokenizer to be stack allocated (#67)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-18T20:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b103c9c8acf7fc0fb8b51f73a703a68cdab6d239",
"body": null,
"is_bot": false,
"headline": "optimize json tokenizer (#65)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-03-18T04:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7184b06a1f4a039bb09ee006c6d0e24d2f1656af",
"body": null,
"is_bot": false,
"headline": "json: fix some typos (#64)",
"author_name": "Thomas Pelletier",
"author_login": "pelletier",
"committed_at": "2021-03-11T03:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496d3276fe9fc3e36052196910689f0a5af4ce10",
"body": "* Expose Unescape + AppendUnescape helper functions\r\n\r\n* type change input param\r\n\r\n* testUnescape\r\n\r\n* append to buf and test\r\n\r\n* benchmark",
"is_bot": false,
"headline": "Expose Unescape + AppendUnescape helper functions (#62)",
"author_name": "Lucas Baier",
"author_login": "lab176",
"committed_at": "2021-02-18T22:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e86bebd4c2c1434c20b29fbd9d9177baea809d93",
"body": null,
"is_bot": false,
"headline": "fix invalid use of unsafe reported by go-safer (#61)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-01-21T17:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a102538b5f3ed2ef4e50fbbf5ab8b06f426df3a",
"body": null,
"is_bot": false,
"headline": "add json.Escape helper (#60)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2021-01-13T19:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ced78edbb13b1054414410c63fd6036b190562",
"body": null,
"is_bot": false,
"headline": "add AppendEscaped function for directly encoding a string (#59)",
"author_name": "Jeremy Larkin",
"author_login": "kalamay",
"committed_at": "2021-01-13T19:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "624a713ea5316298c7c2c75a829410ffa0374df0",
"body": "* 🩹 fix #40\r\n\r\nImprovement of #51\r\n\r\nCo-Authored-By: kiyon <kiyon@gofiber.io>\r\n\r\n* 🧹 simplify if statement\r\n\r\nCo-Authored-By: kiyon <kiyon@gofiber.io>\r\n\r\nCo-authored-by: kiyon <kiyon@gofiber.io>",
"is_bot": false,
"headline": "🩹 fix #40 (#57)",
"author_name": "Joey",
"author_login": "Fenny",
"committed_at": "2020-11-22T21:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba98efa6c5c1d59587b4e1e7c0a2e71bf2f864e7",
"body": "* json: \"Unroll\" some common map types\r\n\r\nUnrolling a few common map types saves us a large amount of time and allocations\r\n(in some cases, all of them) because it means we can skip the use of\r\nreflect.Value.MapKeys and reflect.Value.MapIndex, which do a lot of allocation\r\ninternally.\r\n\r\nThis commit\n[…]\ns/op\r\n BenchmarkUnmarshal/map[string][]string#02-12 \t 4784\t 232598 ns/op\t 139.56 MB/s\t 49208 B/op\t 1021 allocs/op\r\n\r\n* json: Clean up some error handling, document ignored errors",
"is_bot": false,
"headline": "json: Add fast paths for string maps (#55)",
"author_name": "Tyson Mote",
"author_login": "tysonmote",
"committed_at": "2020-11-19T05:12:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c6a5e08c9aa6adcd9b383628610f1644b3a563a",
"body": null,
"is_bot": false,
"headline": "Fix negative slice index panic in Tokenizer (#54)",
"author_name": "Tyson Mote",
"author_login": "tysonmote",
"committed_at": "2020-10-28T18:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38a3e0cc5ad0611f617e63c9e3cafa9a25b1462d",
"body": "* Fix truncated string with unicode characters\r\n\r\n* Return number of bytes for all error cases",
"is_bot": false,
"headline": "Fix truncated unicode string (#53)",
"author_name": "Maggie Yu",
"author_login": "maggieyu-segment",
"committed_at": "2020-10-26T17:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce24302dbb72e018a3ec81378e67e53bc1d3a7b",
"body": "* add proto package\r\n\r\n* remove proto.structField.gotype\r\n\r\n* add proto.RawMessage\r\n\r\n* internal/hack => internal/runtime_reflect\r\n\r\n* add RawMessage APIs\r\n\r\n* add fixture-based tests\r\n\r\n* always regenerate fixtures\r\n\r\n* WIP: rewrite\r\n\r\n* add rewrite tests\r\n\r\n* type safe methods for proto.FieldNumbe\n[…]\nhe conversion of fixed32 and fixed64 to uint32 and uint64\r\n\r\n* add support for rewriting maps\r\n\r\n* don't mark fields as repeated when they are maps\r\n\r\nCo-authored-by: Chris O'Hara <cohara87@gmail.com>",
"is_bot": false,
"headline": "proto (#48)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-10-06T01:51:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e22a5fd77ce57ded08590f4aca8fbcf0fb838ffa",
"body": null,
"is_bot": false,
"headline": "Faster string encoding (#50)",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-20T09:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e544d8f30ff569bcc117a868cc046941af8ff4",
"body": null,
"is_bot": false,
"headline": "Merge pull request #49 from segmentio/faster-encode-int",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-19T21:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "331ab730c065729f80d65c6ab2f5190a67f2e7ef",
"body": null,
"is_bot": false,
"headline": "Equivalency test",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-18T22:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "150e7fd7f06cf63088f1a428129bdfaa4b0e6595",
"body": null,
"is_bot": false,
"headline": "Comments",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-17T10:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "105fbd0b4e71759c812fcbf3a82df04bb4186029",
"body": null,
"is_bot": false,
"headline": "Remove benchmarks with low value",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-17T09:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78808351678a887ad0df49186155bb118db2251",
"body": null,
"is_bot": false,
"headline": "Make it safe for big endian systems",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-17T09:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b16bef40d348ecedbe9e388e4a3d82763c0413",
"body": null,
"is_bot": false,
"headline": "Inline the derived LUT",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-17T09:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bded2337e587e1d245d01ddbf4608fffe329475",
"body": null,
"is_bot": false,
"headline": "Write 2 bytes to the temporary buffer at a time",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-16T11:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ba0289f5fa0ea6ca7777ddf8463d32deafc4ba",
"body": null,
"is_bot": false,
"headline": "Inline golang's base10 formatBits, with improvements",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-16T10:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f021cceba3df45cc969f25481ba6b41f706264b",
"body": null,
"is_bot": false,
"headline": "Indirection to allow for custom implementations",
"author_name": "Chris O'Hara",
"author_login": "chriso",
"committed_at": "2020-09-16T10:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828fc6dc1e46bf6623783ba8e1c3ff59b68e8786",
"body": null,
"is_bot": false,
"headline": "optimize slice allocation in Go 1.15 (#47)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-09-09T21:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c32be1f9d914e85e3cdfea8189c0da39fe118b93",
"body": "go.mod: bump Go version. run `go mod tidy`",
"is_bot": false,
"headline": "Merge pull request #46 from segmentio/alan/bump-go-mod",
"author_name": "Alan Braithwaite",
"author_login": null,
"committed_at": "2020-09-09T17:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec1fda3a3bd2d348a6ebc2ec321398409ab4d07",
"body": "Add note about supported versions and not running `go mod tidy` to\nreadme.",
"is_bot": false,
"headline": "go.mod: bump Go version.",
"author_name": "Alan Braithwaite",
"author_login": null,
"committed_at": "2020-09-09T16:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7abda3b2606526d7f844214d3826f4d906e4f93e",
"body": null,
"is_bot": false,
"headline": "fix issue 44 (#45)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-09-08T18:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa300662fe80b236e51f4910dd68c8ab762cbfb",
"body": "Upon encoding a struct embedded with an\r\nuninitialized pointer of another struct extra commas\r\nwere being generated.\r\n\r\nThis was primarily because of not rolling back\r\nthe comma we add for each field in case of encode failure.\r\nRerranged the if conditional to mitigate the issue.\r\n\r\nAdded corresponding unit test as well.\r\n\r\nFor detailed description of issue refer -\r\nhttps://github.com/segmentio/encoding/issues/41",
"is_bot": false,
"headline": "Bug Fix: Remove extra commas from embedded struct field (#42)",
"author_name": "Varun Wachaspati J",
"author_login": "VarunWachaspati",
"committed_at": "2020-08-21T17:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14af9ad159ed2c43c963ea772617a028beead3ad",
"body": null,
"is_bot": false,
"headline": "corrected \"upsteam\" to \"upstream\" in json/README.md (#39)",
"author_name": "John Gillott",
"author_login": "johngillott",
"committed_at": "2020-07-01T21:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3de1835eb8e924d3c233b79e4ef142d35eccd9c",
"body": null,
"is_bot": false,
"headline": "fix pathological performance issue parsing heavily escaped strings (#38)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-06-10T19:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3705be7524c8795583c8e309c92a5ccb826ff3f2",
"body": null,
"is_bot": false,
"headline": "don't report errors if data was loaded in the buffer (#37)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-06-01T19:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2781fafc24b91a26c41bb0a8f7187fee7d64fe0d",
"body": "…-checks\n\nAdd SetTrustRawMessage Encoder method",
"is_bot": false,
"headline": "Merge pull request #36 from yolken-segment/yolken-skip-encoding-value…",
"author_name": "Benjamin Yolken",
"author_login": "yolken-segment",
"committed_at": "2020-05-11T21:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf3de6eab7ae2e870c21b961ce7794e10b41c22",
"body": null,
"is_bot": false,
"headline": "Add test of set trust raw message",
"author_name": "Benjamin Yolken",
"author_login": "yolken-segment",
"committed_at": "2020-05-11T20:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4162ec702c7f6a5b416d02896517b5de52b1e7",
"body": null,
"is_bot": false,
"headline": "fix pathological decoder reads (#35)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-04-20T19:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d027a0b1d68aaa668dc9e033e99081216388307b",
"body": "* bring changes from go 1.14\r\n\r\n* update CI to run with go 1.14",
"is_bot": false,
"headline": "1.14 (#34)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-04-20T18:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38da5ebae3fedc8265e226a5c21f02d928f1e164",
"body": "go version 1.14 adds support for getting the input offset\r\nof a json.Decoder (https://golang.org/pkg/encoding/json/#Decoder.InputOffset)\r\n\r\nThis commit adds identical functionality to segmentio/encoding\r\n\r\nSigned-off-by: Daniel Ferstay <dferstay@splunk.com>\r\n\r\nCo-authored-by: Daniel Ferstay <dferstay@splunk.com>",
"is_bot": false,
"headline": "Add support for json.Decoder InputOffset() (#33)",
"author_name": "dferstay",
"author_login": "dferstay",
"committed_at": "2020-04-20T18:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dff82dca880f4fec95ba0827cb49f566eb998f8",
"body": null,
"is_bot": false,
"headline": "fix issue 28 (#29)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-01-23T16:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37e66f53410b48d094303715b597c0698516312",
"body": null,
"is_bot": false,
"headline": "fix issue 26 (#27)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2020-01-15T16:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8334c3b2a9ebce1617475ef6dbcec06ea1cfa2",
"body": "* optimize slice decoding\r\n\r\n* use unsafe_NewArray\r\n\r\n* cleanup\r\n\r\n* put use of unexported APIs behind a build tag\r\n\r\n* run json tests with the go1.14 tag",
"is_bot": false,
"headline": "Optimize slice decoding (#25)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2019-12-13T17:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f4700f689801da752a7267bb70c2c2238c22dd9",
"body": "* check issue 23\r\n\r\n* work around\r\n\r\n* fix misuse of stdlib encoding/json in tests\r\n\r\n* fix + cleanup\r\n\r\n* cleanup\r\n\r\n* gofmt\r\n\r\n* add one more test",
"is_bot": false,
"headline": "Issue 23 (#24)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2019-12-12T16:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475c68632a71d067464e3e0ed71ccd14b7824a5d",
"body": "* fix issue 15\r\n\r\n* cleanup",
"is_bot": false,
"headline": "fix issue 15 (#22)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2019-12-11T03:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56510b35f80409a6ae9ad7cc658ed52a65e5ce33",
"body": "* fix ascii.ValidPrint\r\n\r\n* add more tests\r\n\r\n* optimize ascii.Valid",
"is_bot": false,
"headline": "fix ascii.ValidPrint (#21)",
"author_name": "Achille",
"author_login": null,
"committed_at": "2019-12-11T01:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3baca85d94ae7de6c0d6259645389385d4cd9f",
"body": "Migrate benchmarks to benchstat",
"is_bot": false,
"headline": "Merge pull request #20 from segmentio/benchstat",
"author_name": "Jeremy Jackins",
"author_login": "jnjackins",
"committed_at": "2019-12-10T01:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853f1b39f12f346b1f2c385af5b2b61f7b1d3c73",
"body": null,
"is_bot": false,
"headline": "Show system info with benchmarks",
"author_name": "Jeremy Jackins",
"author_login": "jnjackins",
"committed_at": "2019-12-10T01:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77830d1576a3b92130f6d329c49865fd0b2750c1",
"body": null,
"is_bot": false,
"headline": "update benchmarks with linux/amd64 results",
"author_name": "Jeremy Jackins",
"author_login": "jnjackins",
"committed_at": "2019-12-10T01:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ef06a571fd665ed43a29a7028207bf8f908501",
"body": null,
"is_bot": false,
"headline": "Delete dependency on go-fuzz-corpus",
"author_name": "Jeremy Jackins",
"author_login": "jnjackins",
"committed_at": "2019-12-10T01:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd34b3cb377be68a4817b199a337e3d588017435",
"body": null,
"is_bot": false,
"headline": "Download benchstat if necessary",
"author_name": "Jeremy Jackins",
"author_login": "jnjackins",
"committed_at": "2019-12-10T00:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "756b399142ab070289cfcbd4e97805d098d4e02c",
"body": null,
"is_bot": false,
"headline": "go mod tidy",
"author_name": "Jeremy Jackins",
"author_login": "jnjackins",
"committed_at": "2019-12-10T00:48:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 2,
"latest_release_at": "2026-03-12T15:01:59Z",
"latest_release_tag": "v0.5.4",
"releases_from_tags": false,
"days_since_last_push": 32,
"active_weeks_last_year": 2,
"days_since_latest_release": 137,
"mean_days_between_releases": 165
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/segmentio/encoding",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/segmentio/encoding",
"is_deprecated": false,
"latest_version": "v0.5.4",
"repository_url": "https://github.com/segmentio/encoding",
"versions_count": 57,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-03-10T23:16:08Z",
"latest_version_yanked": null,
"days_since_latest_publish": 139
}
]
},
"popularity": {
"forks": 58,
"stars": 1053,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2019-12-05",
"count": 2
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-04-18",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-06-26",
"count": 2
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 58,
"total_forks": 58
},
"star_history": null,
"open_issues_and_prs": 30
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"benchmarks/Makefile",
"proto/fixtures/Makefile"
],
"api_schema_files": [
"proto/fixtures/fixtures.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"benchmarks/go.mod",
"go.mod",
"proto/fixtures/go.mod"
],
"largest_source_bytes": 58045,
"source_files_sampled": 86,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"benchmarks/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "1.3.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.6,
"advisory_ids": [
"GHSA-c3h9-896r-86jm",
"GO-2021-0053"
],
"fixed_version": "1.3.2",
"advisory_count": 2,
"oldest_advisory_days": 1930
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.0.0-20190620200207-3b0461eec859",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2wrh-6pvc-2jm9",
"GHSA-39qc-96h7-956f",
"GHSA-4374-p667-p6c8",
"GHSA-4v7x-pqxf-cx7m",
"GHSA-5cv4-jp36-h3mw",
"GHSA-69cg-p879-7622",
"GHSA-83g2-8m93-v3w7",
"GHSA-h86h-8ppg-mxmh",
"GHSA-hgr8-6h9x-f7q9",
"GHSA-qppj-fm5r-hxr3"
],
"fixed_version": "12.0.2",
"advisory_count": 37,
"oldest_advisory_days": 1621
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "1.25.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8r3f-844c-mc37",
"GO-2024-2611"
],
"fixed_version": "1.33.0",
"advisory_count": 2,
"oldest_advisory_days": 874
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.0.0-20211110154304-99a53858aa08",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-p782-xgp4-8hr8",
"GO-2022-0493",
"GO-2026-5024"
],
"fixed_version": "1.18.2",
"advisory_count": 3,
"oldest_advisory_days": 1495
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"moderate": 1
},
"advisory_count": 44,
"affected_count": 4,
"assessed_count": 21,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/segmentio/asm",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/segmentio/asm",
"direct": true,
"version": "1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/datadog/zstd",
"direct": false,
"version": "1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "1.1.7",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mailru/easyjson",
"direct": false,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/philhofer/fwd",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/encoding",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tinylib/msgp",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/msgpack",
"direct": false,
"version": "4.0.4+incompatible",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.0.0-20190620200207-3b0461eec859",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "0.0.0-20190423024810-112230192c58",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.0.0-20211110154304-99a53858aa08",
"ecosystem": "go"
},
{
"name": "google.golang.org/appengine",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "1.25.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "1.0.0-20180628173108-788fd7840127",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 21,
"direct_count": 1,
"indirect_count": 20
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 97,
"open_issues": 19,
"closed_ratio": 0.578,
"closed_issues": 26,
"closed_unmerged_prs": 8
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "chriso",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/364903?v=4"
},
{
"type": "User",
"login": "jnjackins",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/449232?v=4"
},
{
"type": "User",
"login": "pelletier",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/172804?v=4"
},
{
"type": "User",
"login": "kalamay",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/8317?v=4"
},
{
"type": "User",
"login": "extemporalgenome",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/536740?v=4"
},
{
"type": "User",
"login": "tysonmote",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/111501?v=4"
},
{
"type": "User",
"login": "yolken-segment",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/54862872?v=4"
},
{
"type": "User",
"login": "kevinburkesegment",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/96151026?v=4"
},
{
"type": "User",
"login": "dferstay",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13126037?v=4"
},
{
"type": "User",
"login": "VarunWachaspati",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7585096?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.352
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmark.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "3 out of 30 merged PRs checked by a CI test -- score normalized to 1",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 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": 0,
"reason": "28 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7d5a25dbc5da13aed3cb047a127e4d0e96f536fb",
"ran_at": "2026-07-28T13:54:57Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-03-10T23:16:10Z",
"oldest_open_prs": [
{
"number": 89,
"created_at": "2021-05-12T06:47:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 147,
"created_at": "2025-06-10T00:14:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 152,
"created_at": "2025-07-28T23:21:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 153,
"created_at": "2025-07-29T17:20:05Z",
"last_comment_at": "2025-12-02T04:08:02Z",
"last_comment_author": "extemporalgenome"
},
{
"number": 159,
"created_at": "2025-12-01T00:28:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 163,
"created_at": "2026-05-25T14:16:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 164,
"created_at": "2026-06-22T07:55:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 165,
"created_at": "2026-06-25T21:53:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 166,
"created_at": "2026-06-27T14:27:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 167,
"created_at": "2026-06-29T11:28:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 168,
"created_at": "2026-07-03T22:19:23Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-03-10T23:16:08Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 26,
"created_at": "2020-01-15T01:41:25Z",
"last_comment_at": "2020-01-31T23:23:56Z",
"last_comment_author": "skyzyx"
},
{
"number": 30,
"created_at": "2020-01-28T12:42:39Z",
"last_comment_at": "2020-02-04T05:11:56Z",
"last_comment_author": "priyadarshan1995"
},
{
"number": 58,
"created_at": "2020-11-27T14:56:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2021-03-01T15:13:30Z",
"last_comment_at": "2021-03-11T20:49:47Z",
"last_comment_author": "dominicbarnes"
},
{
"number": 90,
"created_at": "2021-05-27T21:44:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2021-11-23T05:32:05Z",
"last_comment_at": "2021-11-23T09:21:00Z",
"last_comment_author": "wdvxdr1123"
},
{
"number": 120,
"created_at": "2022-02-17T15:27:31Z",
"last_comment_at": "2022-02-24T17:42:57Z",
"last_comment_author": "Jerska"
},
{
"number": 121,
"created_at": "2022-04-08T22:02:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 124,
"created_at": "2022-09-06T18:06:51Z",
"last_comment_at": "2022-09-07T18:05:26Z",
"last_comment_author": "lpar"
},
{
"number": 132,
"created_at": "2023-04-28T13:20:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 133,
"created_at": "2023-05-29T15:16:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2023-07-25T18:31:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2023-11-22T23:21:41Z",
"last_comment_at": "2023-11-22T23:21:58Z",
"last_comment_author": "3052"
},
{
"number": 139,
"created_at": "2024-06-24T21:31:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 143,
"created_at": "2024-10-21T16:51:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2025-07-02T20:46:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 150,
"created_at": "2025-07-18T18:08:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 158,
"created_at": "2025-09-22T18:12:36Z",
"last_comment_at": "2025-09-24T09:14:34Z",
"last_comment_author": "tambry"
},
{
"number": 169,
"created_at": "2026-07-17T23:04:08Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/segmentio/encoding",
"host": "github.com",
"name": "encoding",
"owner": "segmentio"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 49,
"vitality": 44,
"community": 61,
"governance": 80,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 44,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 32,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 32 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 32
}
}
],
"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": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v0.5.4",
"releases_from_tags": false,
"days_since_latest_release": 137,
"mean_days_between_releases": 165
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 137 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 137
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~165 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 165
}
}
],
"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": 139,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 139 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 139
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 58,
"stars": 1053,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,053 stars",
"points": 49,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1053
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "58 forks",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 58
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 80,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 20,
"top_contributor_share": 0.352
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 35% of commits",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 35
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 97,
"open_issues": 19,
"closed_issues": 26,
"issue_closed_ratio": 0.578,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "58% of issues closed",
"points": 27,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 58
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "97/105 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 97,
"decided": 105
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 665,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "segmentio",
"public_repos": 421,
"account_age_days": 5537
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "665 followers of segmentio",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 665,
"login": "segmentio"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "421 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 421
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/segmentio/encoding"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 139
},
"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 139 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 139
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "57 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 57
}
}
],
"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.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "3 out of 30 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"go",
"golang",
"json",
"ascii",
"iso8601",
"performance",
"encoding",
"decoding",
"validation",
"protobuf",
"hacktoberfest"
],
"has_wiki": false,
"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": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": "at_risk",
"name": "Security",
"value": 49,
"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": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 30 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.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": "28 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"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 21 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": 21
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 44,
"affected_packages": 4,
"assessed_packages": 21,
"unassessed_packages": 0,
"affected_by_severity": "high 3, moderate 1",
"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": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 21,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"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": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.84,
"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": "84 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 84,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"benchmarks/Makefile",
"proto/fixtures/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"benchmarks/go.mod",
"go.mod",
"proto/fixtures/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, benchmarks/Makefile, proto/fixtures/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, benchmarks/Makefile, proto/fixtures/Makefile"
}
}
],
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 58045,
"source_files_sampled": 86,
"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/86 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 86,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"proto/fixtures/fixtures.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "proto/fixtures/fixtures.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/fixtures/fixtures.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:55:26.129136Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/segmentio/encoding.svg",
"full_name": "segmentio/encoding",
"license_state": "standard",
"license_spdx": "MIT"
}