Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"logfmt",
"encoder",
"decoder",
"go",
"golang"
],
"is_fork": false,
"size_kb": 75,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 43123
},
"pushed_at": "2025-10-05T16:35:17Z",
"created_at": "2015-04-30T00:46:52Z",
"owner_type": "Organization",
"updated_at": "2026-05-07T05:46:16Z",
"description": "Package logfmt marshals and unmarshals logfmt messages.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "go-logfmt",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12178313?v=4",
"created_at": "2015-04-30T00:32:47Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 4109
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2025-10-05T16:37:06Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2023-01-31T03:59:29Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2021-08-18T17:51:54Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2020-07-18T23:41:34Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2018-11-22T01:58:16Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2018-11-22T01:25:47Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2018-11-22T01:25:27Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-11-22T01:24:57Z"
}
],
"recent_commits": [
{
"oid": "804e98fff868b206344991c57a8182172e5ba41e",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2025-10-05T16:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5396c6ee35145aead27da56e7921a7656f69624",
"body": "* Go 1.18 updates\n\n* Go 1.19 updates\n\n* Stop using reflect.DeepEqual for testing error values\n\n* go get github.com/google/go-cmp/cmp@latest",
"is_bot": false,
"headline": "Modernize code through Go 1.21 (#19)",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2025-10-05T16:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d028a5175b635a0e4caffb411ca38682e13d2b",
"body": "encode DEL control characters in values, and remove them from keys.\n\nFixes: 3f5ba8944849f8b7b960807b091074f41b662680",
"is_bot": false,
"headline": "fix: encode DEL (0x7f) control character (#17) (#18)",
"author_name": "Florian Best",
"author_login": "spaceone",
"committed_at": "2025-10-03T01:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3948912a76544b3dd949fccc314702bb5e0a50e1",
"body": null,
"is_bot": false,
"headline": "Update go versions in CI",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2025-09-26T22:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5ba8944849f8b7b960807b091074f41b662680",
"body": "* fix: encode DEL (0x7f) control character\n\n* test: add test for DEL character encoding",
"is_bot": false,
"headline": "fix: encode DEL (0x7f) control character (#17)",
"author_name": "Florian Best",
"author_login": "spaceone",
"committed_at": "2025-09-25T22:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76262ea710c6213a336b12b0356fec81341935e1",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2023-01-31T03:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a3c9dc1265bdc95f1f72c912b61bb013e197d7d",
"body": null,
"is_bot": false,
"headline": "added option to specify size of decoder",
"author_name": "Alexander J Trelore",
"author_login": "alexanderjophus",
"committed_at": "2023-01-31T03:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8ea8bb356a92db336595426c7b6839f41fc1c2",
"body": null,
"is_bot": false,
"headline": "Update CI action versions",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2023-01-21T01:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea583e6cb4de784d40c680fe679cdb371e3ac10",
"body": null,
"is_bot": false,
"headline": "Update CI workflows",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2023-01-21T00:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99455b83edb21b32a1f1c0a32f5001b77487b721",
"body": "I also took this opportunity to make reformat the links to a style\nmore readable in plain text form and update the Versioning section\nto reference the Go documentation about publishing modules.",
"is_bot": false,
"headline": "Update README for branch name change to main",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2022-03-12T02:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe45f2cf057d707c50bc1949e25ec2cd6b7a015",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/v0.5.1'",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-08-18T17:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e03cb7c6c47c029f1aa91aaed2b3e4f3699cf18d",
"body": "feature/go1.17",
"is_bot": false,
"headline": "Merge pull request #12 from go-logfmt:feature/go1.17",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-08-18T17:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b63871bcd727ec3bf5a0412ffd5474fe145edc7",
"body": null,
"is_bot": false,
"headline": "go mod tidy -go=1.17",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-08-18T17:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38d6ce4f38d4c48ed5d611f92df3a36ffcf297cd",
"body": null,
"is_bot": false,
"headline": "Add Go 1.17 to build matrix",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-08-18T17:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e64dd1ccc01f924a2c20cfe88de4817ef7b1359",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T04:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3417bd5707eb82510e4f580427c5e3e8475b71d",
"body": null,
"is_bot": false,
"headline": "Update badges",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T04:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c97639616f67681458897fde38e3bf9be72a1fc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/github-actions' into develop",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T04:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b160a048f8825e78e9a65a999c11ff6bc59c27",
"body": null,
"is_bot": false,
"headline": "Stop using TravisCI",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T04:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12868300ebc16d8c98c9c5b94cea30a8a7d6243a",
"body": null,
"is_bot": false,
"headline": "Fix coverage on Windows with Powershell",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T04:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e8e54adfc2acddd70c1a5340794174cda0cc0c",
"body": null,
"is_bot": false,
"headline": "Add test coverage",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T04:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a47b37e1566ac34cafc31926ead8e651c2e97b1",
"body": null,
"is_bot": false,
"headline": "Add Github Actions Test workflow",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2021-02-27T02:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3be5f6aae7db841d31dc5e1b3bb7b4cff19200b3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/v0.5.0'",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2020-01-04T05:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81e8f562251fe27e6d7ab55dc5a894895bd904a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2020-01-04T05:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72090209a41223df99307d2e7a160cb4873a5ead",
"body": "github.com/kr/logfmt was only used as a reference implementation for\nfuzzing against and benchmark comparisons. The benchmark is dropped\nbut the fuzzing code is moving to github.com/go-logfmt/fuzzlogfmt.\n\nThe extra dependency didn't matter in most cases, but `go mod vendor`\nadded it to the vendor dir of dependent modules.",
"is_bot": false,
"headline": "Remove dependency on github.com/kr/logfmt",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2020-01-04T05:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ba46c445da4914816d2989a0594e3132ccd9af5",
"body": null,
"is_bot": false,
"headline": "Test against latest version of Go",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2020-01-04T04:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452d3ea3fb75c1bdc395a5b9e61838064ec4b1c6",
"body": "This change was suggested by staticcheck.",
"is_bot": false,
"headline": "Use simpler rune comparison function",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2020-01-04T04:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c9b44f60d7ffdfb7d8efe1ad539965737836dc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/v0.4.0'",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-22T01:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432dd90af23366a89a611c020003fc8ba281ae5d",
"body": null,
"is_bot": false,
"headline": "Merge tag 'v0.4.0' into develop",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-22T01:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e6ce8488fbaa80902e6d747c39bb5446ead3f41",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-22T01:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f183dd30c31ddf0b350d70e241e2072e15553ddb",
"body": null,
"is_bot": false,
"headline": "Support go modules",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-22T01:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ca038802095b8a357ba8800e5e2e6aa1168c78",
"body": null,
"is_bot": false,
"headline": "Add unreleased changes, contributors, and links",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-22T01:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576c7c8c2256303ea77f864b63dae78c0157b434",
"body": null,
"is_bot": false,
"headline": "Add CHANGELOG.md",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-22T01:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c98a4d6da3fd8382bd0b43d4f66678eaa36c64",
"body": null,
"is_bot": false,
"headline": "Update Go versions for travis.ci builds",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-20T07:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11fd56866eade1ecd7cd56144e08d5d50669fd48",
"body": "Experience has shown that including invalid runes (especially spaces) in\nkeys is the most common mistake when encoding. Returning an error for keys\ncontaining invalid runes is not helpful because log packages often discard\nthe field or entire record when there is an encoding error. But missing\nlog d\n[…]\nme\ncomplexity to the implementation of Encoder. The second choice does not\nchange the API and, thanks to the strings.Map and bytes.Map functions,\nslightly simplifies the implementation; so I chose it.",
"is_bot": false,
"headline": "Drop invalid runes from keys instead of returning ErrInvalidKey",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-20T07:11:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a053a0b0275d8d21225d79cbfd44e736b26b3a9",
"body": "On panic while printing, attempt to print panic value",
"is_bot": false,
"headline": "Merge pull request #7 from bboreham/fewer-panics",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-11-20T00:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2152ce9154221b192a66372715a5330c67dbce3",
"body": null,
"is_bot": false,
"headline": "Update Go versions for travis.ci builds.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2018-04-27T21:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e20bc16964c6e2c4481f81147f53df1e6610945",
"body": "This should be more useful to users with bugs in the code they are\ntrying to log from.",
"is_bot": false,
"headline": "On panic while printing, attempt to print panic value",
"author_name": "Bryan Boreham",
"author_login": "bboreham",
"committed_at": "2018-03-16T08:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "390ab7935ee28ec6b286364bba9b4dd6410cb3d5",
"body": "Fuzz fix, quote invalid UTF-8 values",
"is_bot": false,
"headline": "Merge pull request #4 from judwhite/feature/fuzz",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-11-15T14:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a71ce80e1282dc9f85b690e1ede891b96716da",
"body": null,
"is_bot": false,
"headline": "apply review feedback",
"author_name": "Jud White",
"author_login": "judwhite",
"committed_at": "2016-11-15T10:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52e29b14dbd438cd277b869ebeccccf8c8912951",
"body": "- for parse/write/parse check, change second parse to parse the write\n of the parsed value instead of the original input\n\nencode:\n- invalidKeyRune: treat utf8.RuneError as invalid rune\n- add invalidKey, invalidKeyString funcs\n - checks len(key) == 0, invalidKeyRune, and utf8.Valid\n- needsQuotedVal\n[…]\nsize == 1\" when checking for rune decode error\n\nfuzz testing output:\n- .quoted:\n \"0=\\\"\\xbd\\x00\\\"\"\n- .output:\n panic: reserialized data does not match:\n \"0=\\\"\\\\ufffd\\\\u0000\\\"\\n\"\n \"0=\\\"�\\\\u0000\\\"\\n\"",
"is_bot": false,
"headline": "fuzz:",
"author_name": "Jud White",
"author_login": "judwhite",
"committed_at": "2016-11-14T08:05:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "282c134fb5ac3ba3ec471570b8f7e97f0e0d108c",
"body": null,
"is_bot": false,
"headline": "add failing tests",
"author_name": "Jud White",
"author_login": "judwhite",
"committed_at": "2016-11-14T08:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7959fc8e0fafe2de3125b414d3dbc9118e359c",
"body": null,
"is_bot": false,
"headline": "golint cleanup",
"author_name": "Jud White",
"author_login": "judwhite",
"committed_at": "2016-11-14T08:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4327190ff838312623b09bfeb50d7c93c8d9c1d",
"body": "Pool buffers for quoted strings and byte slices",
"is_bot": false,
"headline": "Merge pull request #2 from nuss-justin/buffer-pool",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-06-01T13:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1123714b49f347536dfccd47b3663e67e897e0",
"body": null,
"is_bot": false,
"headline": "Remove Go 1.2 from .travis.yml",
"author_name": "Justin Nuß",
"author_login": "nussjustin",
"committed_at": "2016-06-01T12:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "389ef9af36d2128e97a8ac721518ae3946e6d592",
"body": "This reduces allocations when writing multiple quoted\nstrings or byte slices, by reusing bytes.Buffers, giving\na nice little speed up.\n\nname old time/op new time/op delta\nEncodeKeyval-8 635ns ± 2% 593ns ± 0% -6.52% (p=0.008 n=5+5)\n\nname old alloc/op new alloc\n[…]\ndelta\nEncodeKeyval-8 176B ± 0% 64B ± 0% -63.64% (p=0.008 n=5+5)\n\nname old allocs/op new allocs/op delta\nEncodeKeyval-8 5.00 ± 0% 4.00 ± 0% -20.00% (p=0.008 n=5+5)",
"is_bot": false,
"headline": "Pool buffers for quoted strings and byte slices",
"author_name": "Justin Nuß",
"author_login": "nussjustin",
"committed_at": "2016-06-01T11:44:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "538518f3a61c040f3d15f05decfffef6bd0302bc",
"body": null,
"is_bot": false,
"headline": "Add coveralls badge.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-14T03:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a61625f544a6719331dc9e7e887748879a4741",
"body": null,
"is_bot": false,
"headline": "Use explicit go version in .travis.yml.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-14T03:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caee5a07e3a8be5d068336ff58bc930f24961fed",
"body": null,
"is_bot": false,
"headline": "Remove redundant build step.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-14T02:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fa38bc44ab8318248d8dd0841af9c0096390cd",
"body": null,
"is_bot": false,
"headline": "Disable sudo and get test dependencies.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-14T02:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10c314f1e1531dcf5f5c045eeb6fbfc1dbbdb2b0",
"body": null,
"is_bot": false,
"headline": "Collect test coverage from TravisCI.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-14T02:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe0e5f3f4150c3a747299c187a47e10d09dea7de",
"body": null,
"is_bot": false,
"headline": "Add TravisCI builds.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-14T01:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ff333161fe5c2daed0ba52d1792bd3d2531b94",
"body": null,
"is_bot": false,
"headline": "Add Encoder.EncodeKeyvals.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-08T04:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5fe813d6880436150bdf16a66974092c5343f68",
"body": "This change results in a nice speed improvement for a method that is\nnormally called within a loop.\n\nname old time/op new time/op delta\nEncodeKeyval-4 1.74µs ± 1% 1.46µs ± 1% -16.39% (p=0.000 n=10+9)",
"is_bot": false,
"headline": "Remove unnecessary defer in Encoder.EncodeKeyval.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-05-08T03:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ab82a63ef462ac643ec79e659f023891f588f5",
"body": null,
"is_bot": false,
"headline": "Mention single tag prefix.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-28T20:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d226e86079f39f6a9669acef317f68372a17d97",
"body": null,
"is_bot": false,
"headline": "Stop recommending gopkg.in.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-28T20:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7b154cff9df0dc6c24e32841bdb11926adabb6",
"body": null,
"is_bot": false,
"headline": "Add hook for go-fuzz comparing against prior art (github.com/kr/logfmt).",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-28T20:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b8b1d74b7440947c36785013fa3c633b0c2b4d",
"body": null,
"is_bot": false,
"headline": "Add examples.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-28T20:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d52a9df77b169c3dac1d361fa7cc02892e6dfb4",
"body": null,
"is_bot": false,
"headline": "Add benchmark to compare against prior art (github.com/kr/logfmt).",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-28T20:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b929eae78460a19c300517cc722421cce622fc2",
"body": null,
"is_bot": false,
"headline": "Cleanup test and remove unused code.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-16T19:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec7b1d9d9b9ff907a8519a7ac240e740b267901",
"body": null,
"is_bot": false,
"headline": "Improve docs.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-16T19:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b054d6bcd17ca430f649f261128a6d2ad07b377",
"body": null,
"is_bot": false,
"headline": "Remove unused error variable.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-15T07:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e6b6a1d88df60433005901b3c799ce40fc6c20f",
"body": null,
"is_bot": false,
"headline": "Reduce bounds checking.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-15T07:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a628129d9a95592a1d16a2e915f21fdad22483",
"body": null,
"is_bot": false,
"headline": "Localize line and start.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-15T06:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd5a2889f3cf931ad730e4b0fe63734e31bff10",
"body": null,
"is_bot": false,
"headline": "Improve test coverage.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-15T06:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3bd0c2b8010afeed2adc1c8ca37280fb5453cbd",
"body": null,
"is_bot": false,
"headline": "Combine functions for speed.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-15T01:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b22175d7a3c15f0e56f3748ed1c4a8f1d95229",
"body": null,
"is_bot": false,
"headline": "Simplify API and state functions.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-14T20:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0491342200134a1d7ba0539a64bf58f0c4530a",
"body": null,
"is_bot": false,
"headline": "Use SyntaxError more.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-14T18:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7cfc5f4f70eb66b8b4d0ada4a714d09a080994",
"body": null,
"is_bot": false,
"headline": "Add some docs.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-14T18:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185accde4690ffcf5d542ca5b05343e15992775f",
"body": null,
"is_bot": false,
"headline": "Improve parsing speed.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-07T01:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fc30bd10d2fdec95a2ad1d937ead44e050ec59",
"body": null,
"is_bot": false,
"headline": "Add tests and fix bugs.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-03-04T20:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b792c27aaf35bbbf456c9eb6b5bbce2a3961b985",
"body": null,
"is_bot": false,
"headline": "Refactor to avoid most memory allocations.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-29T22:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a61cdbbf088594d1b515f956bdebcd6585484d",
"body": null,
"is_bot": false,
"headline": "Use internal bufio.Reader.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-25T22:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d95e4e5eed8b0804579c2af50728565f003310a",
"body": null,
"is_bot": false,
"headline": "Initial version of decoder.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-24T05:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05de1b508c162abfd4ea8d16e1d424122c7d8d59",
"body": null,
"is_bot": false,
"headline": "Rename files to make way for decoder files.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-24T05:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc984a0eaff44e46e1f42d6e0a65b665587a938",
"body": null,
"is_bot": false,
"headline": "Add goreportcard badge.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-20T04:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "095d7c6c03d089a1905087d29285bbcb5d8e16e7",
"body": null,
"is_bot": false,
"headline": "Make golint happy.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-20T02:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb61156e2e5ea47266a44b17388f2886724569a3",
"body": null,
"is_bot": false,
"headline": "Fix docs.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-20T01:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75cd883b803e7e6cef5de967dafa80c6d3c8229",
"body": null,
"is_bot": false,
"headline": "Add test for time.Time values.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-20T01:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78b0f8541a8089bfe3949b1374852192c55f0e16",
"body": null,
"is_bot": false,
"headline": "Remove unused type.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2016-02-20T01:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50dc9aa845e681529d8e49d3dc11ec0195aacac",
"body": "- Introduce MarshalerError to wrap errors returned by TextMarshallers.\n- MarshalKeyvals silently skips keys of unsupported types.\n- MarshalKeyvals replaces values of unsupported types with an error message.\n- EncodeKeyval now returns different errors for unsupported key and value types.\n- EncodeKeyval does not write any output if it returns an error, keeping the current record in a valid state.\n- Pointers passed to as keys or values are automatically dereferenced if needed.",
"is_bot": false,
"headline": "Details, details:",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-05-30T04:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b0437faed6ae45e2bcdb99a49cba663909ffcf3",
"body": "…uotes, equals, or control characters.",
"is_bot": false,
"headline": "Incorporate JSON style quotes strings for values containing spaces, q…",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-05-14T04:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2e5f58355b19a508fef0c3f0c12625399299c1",
"body": null,
"is_bot": false,
"headline": "More thorough tests for writing keys.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-05-13T05:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337338d30515300eab60233eecaa4a5b6374fbee",
"body": "- Some tests fail.\n- Still working out the proper behavior for compound data types.",
"is_bot": false,
"headline": "Add Encoder and MarshalKeyvals.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-05-11T03:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27fc3412480560651c1457ea4d9495b0905f3cca",
"body": null,
"is_bot": false,
"headline": "Cite prior art and state goals.",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-05-11T03:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f86408960b17c1643c4b4905dccc0a96865b5dea",
"body": null,
"is_bot": false,
"headline": "Add README.md",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-05-10T00:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a036e11a9aed7afb37bc2bec2e1060e1bc5af72",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Chris Hines",
"author_login": "ChrisHines",
"committed_at": "2015-04-30T00:46:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 5,
"latest_release_at": "2025-10-05T16:37:06Z",
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_last_push": 298,
"active_weeks_last_year": 2,
"days_since_latest_release": 298,
"mean_days_between_releases": 358.5
},
"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/go-logfmt/logfmt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/go-logfmt/logfmt",
"is_deprecated": false,
"latest_version": "v0.6.1",
"repository_url": "https://github.com/go-logfmt/logfmt",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-10-05T16:33:45Z",
"latest_version_yanked": null,
"days_since_latest_publish": 298
}
]
},
"popularity": {
"forks": 23,
"stars": 194,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-08-02",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
}
],
"complete": true,
"collected": 23,
"total_forks": 23
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 7984,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "0.7.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 2,
"closed_ratio": 0.8,
"closed_issues": 8,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ChrisHines",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/1060711?v=4"
},
{
"type": "User",
"login": "judwhite",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/729716?v=4"
},
{
"type": "User",
"login": "spaceone",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1100188?v=4"
},
{
"type": "User",
"login": "nussjustin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6443781?v=4"
},
{
"type": "User",
"login": "alexanderjophus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12949385?v=4"
},
{
"type": "User",
"login": "bboreham",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8125524?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.884
},
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "2 out of 5 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 3/28 approved changesets -- score normalized to 1",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "804e98fff868b206344991c57a8182172e5ba41e",
"ran_at": "2026-07-30T23:03:16Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-01-01T01:17:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-10-05T16:30:42Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2015-05-26T03:08:52Z",
"last_comment_at": "2015-09-08T21:10:57Z",
"last_comment_author": "akutz"
},
{
"number": 21,
"created_at": "2025-10-13T10:11:19Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/go-logfmt/logfmt",
"host": "github.com",
"name": "logfmt",
"owner": "go-logfmt"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
}
],
"value": 48,
"inputs": {
"security": 47,
"vitality": 32,
"community": 51,
"governance": 57,
"calibration": "2026-08-02",
"engineering": 58,
"ai_readiness": 48,
"weighted_overall_raw": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 32,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 298,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 298 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 298
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_latest_release": 298,
"mean_days_between_releases": 358.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 298 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 298
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~358.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 358.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"recent_release",
"dependencies_clean"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 301,
"days_since_last_human_commit": 301,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 301 days, with nothing left unanswered; held at dormant by nothing open to answer, a release within the year, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 301
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, a release within the year, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 23,
"stars": 194,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "194 stars",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 194
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "23 forks",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 23
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"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": 57,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.884
},
"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 88% of commits",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"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 4 contributing companies or organizations",
"points": 10,
"status": "met",
"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": 69,
"inputs": {
"merged_prs": 9,
"open_issues": 2,
"closed_issues": 8,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 2,
"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": "80% of issues closed",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/11 decided PRs merged",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 11
}
}
],
"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 3/28 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "go-logfmt",
"public_repos": 3,
"account_age_days": 4109
},
"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": "1 followers of go-logfmt",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "go-logfmt"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~11 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"github.com/go-logfmt/logfmt"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 298
},
"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 298 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 298
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"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": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"logfmt",
"encoder",
"decoder",
"go",
"golang"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 5 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 3/28 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "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 1 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": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "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": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 8
},
"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": "weak",
"name": "AI Readiness",
"value": 48,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.186,
"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 86 human commits state their intent (structured subject or explanatory body)",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"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,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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 86",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 86
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 7984,
"source_files_sampled": 9,
"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/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"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)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T23:03:25.908693Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/go-logfmt/logfmt.svg",
"full_name": "go-logfmt/logfmt",
"license_state": "standard",
"license_spdx": "MIT"
}