Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 55,
"has_wiki": false,
"homepage": "http://godoc.org/github.com/kr/pretty",
"languages": {
"Go": 34026
},
"pushed_at": "2024-07-26T19:52:02Z",
"created_at": "2011-01-14T02:40:01Z",
"owner_type": "User",
"updated_at": "2026-07-21T06:00:04Z",
"description": "Pretty printing for Go values",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://xph.us/",
"name": null,
"type": "User",
"login": "kr",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/4178?v=4",
"created_at": "2008-03-31T20:16:55Z",
"is_verified": null,
"public_repos": 138,
"account_age_days": 6692
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2022-08-29T23:03:05Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2020-11-24T22:22:38Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2020-07-29T04:02:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-12-31T23:40:08Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-05-06T08:33:45Z"
}
],
"recent_commits": [
{
"oid": "3cd153a126da607b78d1762779b1e1054f9889fc",
"body": "This change bumps github.com/rogpeppe/go-internal from version 1.8.0 to 1.9.0.\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (#88)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-08-29T23:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c7eb13a5c499cc7ccbeb58b3421b42c599bfae",
"body": "This handles a few cases (similar to how fmt %#v does):\r\n\r\n- A GoString method on a value receiver, called with a nil pointer\r\n- A GoString method on a pointer receiver that doesn't check for nil\r\n- A GoString method that panics in some other way\r\n\r\nBecause Go 1.17 added a method Time.GoString with \n[…]\nke structs that had *time.Time fields with nil values (which is\r\ncommon!).\r\n\r\nAlso added a bunch of tests for these cases.\r\n\r\nFixes #77\r\n\r\nCo-authored-by: Jordan Barrett <jordan.barrett@canonical.com>",
"is_bot": false,
"headline": "Catch panics when calling GoString like fmt %#v does (#87)",
"author_name": "Ben Hoyt",
"author_login": "benhoyt",
"committed_at": "2022-08-25T05:16:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d928460c8d68bc4455b4a0664899a846e8327c49",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v2...v3)\r\n\r\n---\r\nupdated-dep\n[…]\nroduction\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 2 to 3 (#84)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-08T01:00:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c671bcf5d4de20095c1ced9e581466bb5cc035d",
"body": "This updates github.com/rogpeppe/go-internal from 1.6.1 to 1.8.0\r\nand the github action 'setup-go' from v1 to v2.\r\n\r\nIt also adds a config file for dependabot to automatically check\r\nthis repo for new dependency versions weekly.",
"is_bot": false,
"headline": "Update Dependencies (#75)",
"author_name": "Matthieu MOREL",
"author_login": "mmorel-35",
"committed_at": "2021-08-05T00:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a883a8422cd235c67c6c4fdcb7bbb022143e10b1",
"body": "This new version switches from obsolete github.com/kr/pty to\r\ngithub.com/creak/pty, which has improved platform support.",
"is_bot": false,
"headline": "go.mod: upgrade to github.com/kr/text v0.2.0 (#71)",
"author_name": "James Henstridge",
"author_login": "jhenstridge",
"committed_at": "2020-11-24T22:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b4212b823be760588121cf7a7aee9f6d6c0cad",
"body": "Print values using the `GoString()` method (from `fmt.GoStringer()`) if implemented.",
"is_bot": false,
"headline": "Add GoStringer support (#68)",
"author_name": "Alfonso Acosta",
"author_login": "2opremio",
"committed_at": "2020-08-31T11:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3630c7d4e5f8cc7dc07f6f21d95c998d9a24d0d8",
"body": "github.com/rogpeppe/go-internal factors out an opinionated selection of\r\ninternal packages and functionality from the Go standard library. One\r\nsuch package is fmtsort:\r\n\r\n Package fmtsort provides a general stable ordering mechanism for\r\n maps, on behalf of the fmt and text/template packages. It is not\r\n guaranteed to be efficient and works only for types that are valid\r\n map keys.\r\n\r\nUse this package to ensure the Formatter output for maps is stable.\r\n\r\nFixes #47",
"is_bot": false,
"headline": "Use github.com/rogpeppe/go-internal/fmtsort for stable map output (#67)",
"author_name": "Paul Jolly",
"author_login": "myitcv",
"committed_at": "2020-08-21T03:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "814ac30b4b181fedaa28ed1b6763ee87f0096826",
"body": null,
"is_bot": false,
"headline": ".github: add a workflow to build and test pushes and pull requests (#63)",
"author_name": "James Henstridge",
"author_login": "jhenstridge",
"committed_at": "2020-08-10T07:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44035784bff0f01338f57bad55b2d91364b5b537",
"body": "This prevents infinite recursion, similar to the fixes to the formatter\r\nin #13. In addition to detecting cycles, we also check that the two\r\nvalues contain the same cyclic structure.",
"is_bot": false,
"headline": "diff: detect cycles in the values being compared. (#64)",
"author_name": "James Henstridge",
"author_login": "jhenstridge",
"committed_at": "2020-08-10T07:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead452280cd055b2ae8a7f0db5eb37a878d902f7",
"body": "See https://github.com/golang/go/issues/32479\r\n\r\nFix #65.\r\n\r\nSigned-off-by: Robert-André Mauchin <zebob.m@gmail.com>",
"is_bot": false,
"headline": "Convert int to string using rune() (#66)",
"author_name": "Robert-André Mauchin",
"author_login": "eclipseo",
"committed_at": "2020-07-29T04:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0886370c3a67530192c6a238cff68f56c141b0",
"body": "Currently the documentation for github.com/kr/pretty is not displayed on\r\npkg.go.dev because of license restrictions:\r\n\r\n https://pkg.go.dev/github.com/kr/pretty?tab=doc\r\n\r\nThis is almost certainly because the License file includes an errant\r\nheader:\r\n\r\n The MIT License (MIT)\r\n\r\nThe actual MIT\n[…]\nther interfaces surface the type of the license through\r\nautomatic detection (as will pkg.go.dev). Hence this header is\r\nsuperfluous in any case.\r\n\r\nWhilst we are at it, tidy up go.mod and add go.sum.",
"is_bot": false,
"headline": "Fix MIT license for pkg.go.dev; tidy go.mod and create go.sum (#62)",
"author_name": "Paul Jolly",
"author_login": "myitcv",
"committed_at": "2019-12-31T23:40:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71e7e49937503c662b9b636fd6b2c14b1aa818a5",
"body": "It's enough to declare and assign it when we actually\r\nneed it a couple of lines below.",
"is_bot": false,
"headline": "fix ineffectual assignment of showTypeInStruct (#61)",
"author_name": "Christian Muehlhaeuser",
"author_login": "muesli",
"committed_at": "2019-07-20T10:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c635c0aede2cb0c2f8bb0f0d70485fbdd11bd4",
"body": null,
"is_bot": false,
"headline": "fix typo in Println description (#60)",
"author_name": "Daniel Schroeder",
"author_login": "udondan",
"committed_at": "2019-05-07T00:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f6ac0b30a98e433b289500d779f50c1a6f0712",
"body": null,
"is_bot": false,
"headline": "add go.mod",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2018-05-06T08:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb55aafdaf3ec08f0db22699ab822c50091b1c4",
"body": null,
"is_bot": false,
"headline": "Fix passthrough handling (#37). (#38)",
"author_name": "Gustavo Niemeyer",
"author_login": "niemeyer",
"committed_at": "2016-08-23T17:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737b74a46c4bf788349f72cb256fed10aea4d0ac",
"body": null,
"is_bot": false,
"headline": "diff all map key types",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2016-07-08T21:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7497514e37543f8a9dfdb86a97c2e8d175a0f8a0",
"body": "This is for convenience. The client can now call\npretty.Ldiff(t, a, b) in tests rather than looping over\nthe results of Diff.",
"is_bot": false,
"headline": "add new Logfer interface",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2016-07-07T21:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcfa3241d86922a24b44c3cd93de0f846e678bd6",
"body": "Fixes #22.",
"is_bot": false,
"headline": "add trailing newline in Fdiff after each item",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2016-07-07T21:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da52abd6af87d48ac539569348470a611795ed3",
"body": "This is for convenience. The client can now call\npretty.Pdiff(logger, a, b) rather than looping over the\nresults of Diff.",
"is_bot": false,
"headline": "add new Printfer interface",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2016-07-07T21:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb778d21b15745996aef862bf7523d7867b03c1",
"body": null,
"is_bot": false,
"headline": "Remove unused code (#29)",
"author_name": "Dominik Honnef",
"author_login": "dominikh",
"committed_at": "2016-07-07T21:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c49dea8a01a44a81bc4a764d6d986ebe21735bf9",
"body": "Fixes #21.\nCloses #33 (superseded).",
"is_bot": false,
"headline": "diff unexported struct fields",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2016-07-07T21:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add1dbc86daf0f983cd4a48ceb39deb95c729b67",
"body": "Add Sprint",
"is_bot": false,
"headline": "Merge pull request #31 from cespare/sprint",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2016-03-25T21:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19c9bac1a282539fd34c692f9307cbf5777e57f",
"body": "Fixes #30.",
"is_bot": false,
"headline": "Add Sprint",
"author_name": "Caleb Spare",
"author_login": "cespare",
"committed_at": "2016-03-25T18:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6ac2fc51e89a3249e82157fa0bb7a18ef9dd5bb",
"body": null,
"is_bot": false,
"headline": "Run 'gofmt -w -s' on sources",
"author_name": "Marc-Antoine Ruel",
"author_login": "maruel",
"committed_at": "2015-05-20T16:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb0850c1681cbca3233e84f7e6ec3e4c3f352085",
"body": "kr/pretty: fix invalid heap pointer bug in tests.",
"is_bot": false,
"headline": "Merge pull request #20 from gpaul/master",
"author_name": "Cameron Walters (cee-dub)",
"author_login": "cee-dub",
"committed_at": "2015-01-19T22:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5594928ca7b4d4dca5a99c8f388065f1a03a4db",
"body": "This fixes an issue with uintptr(1) being an invalid pointer.\nThe test crashed when running with\ngo test -cpu=4,4,4,4,4,4,4,4,4,4,4,4,4 github.com/kr/pretty",
"is_bot": false,
"headline": "kr/pretty: fix invalid heap pointer bug.",
"author_name": "Gustav Paul",
"author_login": "gpaul",
"committed_at": "2015-01-19T10:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f31442d60e51465c69811e2107ae978868dbea5c",
"body": null,
"is_bot": false,
"headline": "Also diff slices",
"author_name": "Pranav Raja",
"author_login": "pranavraja",
"committed_at": "2014-08-12T00:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d1dc9b4e969ae9e65870cea8ec7cb1fb5fffe7e",
"body": "Fixed minor test error.",
"is_bot": false,
"headline": "Merge pull request #14 from cee-dub/master",
"author_name": "Cameron Walters (cee-dub)",
"author_login": "cee-dub",
"committed_at": "2014-08-07T17:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01bc0efed7b7961adf4540e51676bd1c32fe267c",
"body": null,
"is_bot": false,
"headline": "Fixed minor test error.",
"author_name": "Cameron Walters",
"author_login": "cee-dub",
"committed_at": "2014-08-07T17:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5feda8d406801dae804b9773a257cc5592ef88ab",
"body": "Prevents panics from stack overflow with a heuristic to detect cycles.",
"is_bot": false,
"headline": "Detect cyclic references to prevent infinite recursion.",
"author_name": "Cameron Walters",
"author_login": "cee-dub",
"committed_at": "2014-08-04T23:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088c856450c08c03eb32f7a6c221e6eefaa10e6f",
"body": null,
"is_bot": false,
"headline": "Add explicit license name.",
"author_name": "Cameron Walters",
"author_login": "cee-dub",
"committed_at": "2014-07-23T05:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18947b1381c42f04d74b55baf80a333a03ebdd65",
"body": "Adds the type label for non-pointer struct fields.",
"is_bot": false,
"headline": "Label structs when they are members of other structs.",
"author_name": "Cameron Walters",
"author_login": "cee-dub",
"committed_at": "2014-07-22T06:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9499caa0f45ee5edb2f0209fbd61fbf3d9018f",
"body": null,
"is_bot": false,
"headline": "format arrays without panicking",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-10T08:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5196a0ecff6ad5865d80965de7adfeae6aa313e9",
"body": null,
"is_bot": false,
"headline": "fix nil slice format",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-08T05:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e586b5b617b893842c8921d6cf0ac7b0a775c81",
"body": null,
"is_bot": false,
"headline": "no quotes around non-string keys",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-08T05:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c013616406976d799b4797819929efa93aec36",
"body": null,
"is_bot": false,
"headline": "smarter diff for maps",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-08T02:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70b415e34a552adea1d6b5722380e56b9fee5762",
"body": null,
"is_bot": false,
"headline": "go vet",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-07T04:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dec4dadca1e05c7e139e34251dc9dfd0565ad22",
"body": null,
"is_bot": false,
"headline": "go fmt",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-07T04:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f6db302adebab4292d4013c06550d2cf1b49fdb",
"body": null,
"is_bot": false,
"headline": "format pure nil",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-07T03:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e859034c9cb91f1a2ef7825495dc28a3a2e4ce",
"body": null,
"is_bot": false,
"headline": "correct empty struct test; more shorthand",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-07T03:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c2f68c2ef982169d40b23d6da5077b02c952bab",
"body": null,
"is_bot": false,
"headline": "tweak layout rules",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-03T05:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ba5e4926f6d86370ee5b87ac1f530d26991334",
"body": null,
"is_bot": false,
"headline": "refresh!",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-05-03T05:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "195524255c32890818bd298d996e3dbe353fcb57",
"body": null,
"is_bot": false,
"headline": "add license",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2013-01-19T01:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b3e070c3d7eca2cd75da26d08f76e211cf7154",
"body": "Allow formatter to avoid panic'ing on unexported fields.",
"is_bot": false,
"headline": "Merge pull request #4 from kortschak/master",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2012-12-22T05:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce225cb821158bebffbac67614f9887c9f8012a",
"body": null,
"is_bot": false,
"headline": "Make Documentation a subheading",
"author_name": "Jason McVetta",
"author_login": "jmcvetta",
"committed_at": "2012-12-22T03:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6123a7570c9cd976f39fd67a7068805f01cff38",
"body": null,
"is_bot": false,
"headline": "Add link to GoDoc automatic documentation.",
"author_name": "Jason McVetta",
"author_login": "jmcvetta",
"committed_at": "2012-12-22T03:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56567a8bbe2bce8276b9c965774868b0ed3eef10",
"body": "…nstall\".",
"is_bot": false,
"headline": "Update installation section of readme to reflect \"go get\" vs old \"goi…",
"author_name": "Jason McVetta",
"author_login": "jmcvetta",
"committed_at": "2012-12-22T03:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821b30f52f1af83de62fd3a4baf33c4b80b0e1e5",
"body": null,
"is_bot": false,
"headline": "update for newer go",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2012-03-06T23:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5f1d70177ad8ac6fd960b4ee76436fcf643a0f",
"body": null,
"is_bot": false,
"headline": "Fix for issue#3 - panic comparing uncomparable types",
"author_name": "kortschak",
"author_login": null,
"committed_at": "2012-02-25T20:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7035ee8f79a6f295be1963ee76332b3bc9dd620",
"body": "This is not by any means a fix, but a real fix would require\ncloning much of print.go from fmt.",
"is_bot": false,
"headline": "Prevent formatter from panic'ing with unexported fields",
"author_name": "kortschak",
"author_login": null,
"committed_at": "2012-02-25T11:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e201f86731084fdf262954c1325ff4e17f7b5165",
"body": null,
"is_bot": false,
"headline": "fixes for weekly.2011-12-22",
"author_name": "Blake Mizerany",
"author_login": "bmizerany",
"committed_at": "2011-12-27T19:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c87471b7848a88fed457e1be3305b70409fcfac",
"body": null,
"is_bot": false,
"headline": "gofix",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-11-18T00:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f3cf47d962d7c6eae13b363e2b860eb561e528",
"body": null,
"is_bot": false,
"headline": "remove dead code",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-06-11T23:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac395b7fd2758fb0919d9f1b9051cee871953e93",
"body": null,
"is_bot": false,
"headline": "new functions Diff and Fdiff",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-06-08T08:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2795cc3249e42e502331aeeef70aff29cabf3455",
"body": null,
"is_bot": false,
"headline": "update to release.r57.1",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-05-04T21:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d599dd2ad1fcddf2b79f8dacdf8d2d4b9c6dd365",
"body": null,
"is_bot": false,
"headline": "can now build with \"gomake\" or \"make\"",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-04-19T01:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe8fc0bebd2f8e7a37853ee6a9d6ceda53b988a",
"body": null,
"is_bot": false,
"headline": "target name should match goinstall",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-04-19T01:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e86b82e37c57ffa2c970a915ae7d768f46347228",
"body": null,
"is_bot": false,
"headline": "formatter.go: gofix'd reflection changes from weekly.2011-04-13",
"author_name": "Dave Cheney",
"author_login": "davecheney",
"committed_at": "2011-04-15T11:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b22bc2b61db92eee1def9d7a405a08c5bbf8fc",
"body": null,
"is_bot": false,
"headline": "fix output for empty string",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-18T02:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e507e961c0fb16f49de51c5cf9ce53eb1b3634d",
"body": null,
"is_bot": false,
"headline": "follow pointers",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T03:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a3b0e8f7433943e453d6c2de8b7dbea03f566e",
"body": null,
"is_bot": false,
"headline": "test that we respect the original Format method",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T03:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f2db3a80008e65bb59c50afef0f13ce699e58c",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T03:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc50154b02bfb626046eba00feb3821f018c84ea",
"body": null,
"is_bot": false,
"headline": "add readme",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T02:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41fe116fa34525899e5a15bc881716383305f798",
"body": null,
"is_bot": false,
"headline": "document Formatter",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T02:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131db13b2ac8dd418ef2a42c56bbae28eb6ca8ea",
"body": null,
"is_bot": false,
"headline": "provide fmt wrappers and some documentation",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T02:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32dd01cff21fea3a260a0a4d2c713b87ea0e78b9",
"body": null,
"is_bot": false,
"headline": "initial",
"author_name": "Keith Rarick",
"author_login": "kr",
"committed_at": "2011-01-14T01:58:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2022-08-29T23:03:05Z",
"latest_release_tag": "v0.3.1",
"releases_from_tags": true,
"days_since_last_push": 731,
"active_weeks_last_year": 0,
"days_since_latest_release": 1428,
"mean_days_between_releases": 394.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kr/pretty",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kr/pretty",
"is_deprecated": false,
"latest_version": "v0.3.1",
"repository_url": "https://github.com/kr/pretty",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2022-08-29T23:03:05Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1428
}
]
},
"popularity": {
"forks": 160,
"stars": 1409,
"watchers": 22,
"fork_history": {
"days": [
{
"date": "2012-02-25",
"count": 1
},
{
"date": "2012-08-23",
"count": 1
},
{
"date": "2012-08-28",
"count": 1
},
{
"date": "2012-09-14",
"count": 1
},
{
"date": "2012-09-27",
"count": 1
},
{
"date": "2012-12-22",
"count": 1
},
{
"date": "2013-03-06",
"count": 1
},
{
"date": "2013-03-14",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2014-01-01",
"count": 1
},
{
"date": "2014-07-20",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-11-02",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2014-11-16",
"count": 1
},
{
"date": "2014-11-28",
"count": 1
},
{
"date": "2014-12-26",
"count": 1
},
{
"date": "2015-01-19",
"count": 1
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-02",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-11-14",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2016-03-29",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-04-02",
"count": 1
},
{
"date": "2016-05-19",
"count": 2
},
{
"date": "2016-06-08",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-11-25",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-04-09",
"count": 1
},
{
"date": "2017-06-01",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-08-20",
"count": 1
},
{
"date": "2017-09-14",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-12-16",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-25",
"count": 2
},
{
"date": "2018-03-01",
"count": 1
},
{
"date": "2018-06-16",
"count": 1
},
{
"date": "2018-07-07",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-11-16",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-03-31",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-20",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-03-29",
"count": 2
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-04-24",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-18",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-08-13",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 146,
"total_forks": 160
},
"star_history": null,
"open_issues_and_prs": 34
},
"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": 8003,
"source_files_sampled": 7,
"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": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/kr/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.0"
},
{
"name": "github.com/rogpeppe/go-internal",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/kr/text",
"direct": true,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": true,
"version": "1.9.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 2,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 19,
"merged_prs": 26,
"open_issues": 15,
"closed_ratio": 0.531,
"closed_issues": 17,
"closed_unmerged_prs": 20
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "kr",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/4178?v=4"
},
{
"type": "User",
"login": "cee-dub",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1292?v=4"
},
{
"type": "User",
"login": "jhenstridge",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/12724165?v=4"
},
{
"type": "User",
"login": "jmcvetta",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/55682?v=4"
},
{
"type": "User",
"login": "myitcv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3374574?v=4"
},
{
"type": "User",
"login": "2opremio",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2362916?v=4"
},
{
"type": "User",
"login": "benhoyt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/999033?v=4"
},
{
"type": "User",
"login": "bmizerany",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/46?v=4"
},
{
"type": "User",
"login": "cespare",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/318501?v=4"
},
{
"type": "User",
"login": "muesli",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/146378?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.548
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"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": 6,
"reason": "Found 18/27 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 10,
"reason": "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": "3cd153a126da607b78d1762779b1e1054f9889fc",
"ran_at": "2026-07-28T13:23:24Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 19,
"created_at": "2014-12-26T00:51:18Z",
"last_comment_at": "2015-08-26T21:19:55Z",
"last_comment_author": "ruzz311"
},
{
"number": 24,
"created_at": "2015-07-30T03:45:12Z",
"last_comment_at": "2015-08-04T02:53:26Z",
"last_comment_author": "justmao945"
},
{
"number": 25,
"created_at": "2015-08-19T18:09:19Z",
"last_comment_at": "2015-08-20T01:49:48Z",
"last_comment_author": "cee-dub"
},
{
"number": 39,
"created_at": "2016-10-20T18:47:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2016-12-09T20:59:39Z",
"last_comment_at": "2019-07-09T08:23:09Z",
"last_comment_author": "tbg"
},
{
"number": 51,
"created_at": "2017-12-17T21:15:31Z",
"last_comment_at": "2022-11-03T23:26:51Z",
"last_comment_author": "sean-"
},
{
"number": 52,
"created_at": "2018-01-25T14:11:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2018-06-16T22:45:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2018-09-05T09:54:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2020-08-27T19:57:51Z",
"last_comment_at": "2023-10-18T01:40:56Z",
"last_comment_author": "2opremio"
},
{
"number": 70,
"created_at": "2020-11-02T07:19:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2021-05-28T05:53:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2023-02-21T09:04:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2023-03-20T06:57:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 94,
"created_at": "2023-04-03T06:57:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2023-04-20T17:16:09Z",
"last_comment_at": "2023-04-21T13:23:46Z",
"last_comment_author": "alingse"
},
{
"number": 98,
"created_at": "2023-09-19T21:59:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 100,
"created_at": "2024-07-26T19:40:53Z",
"last_comment_at": "2024-08-09T00:09:50Z",
"last_comment_author": "lucacome"
},
{
"number": 101,
"created_at": "2026-04-15T09:45:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2022-08-29T23:03:05Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 16,
"created_at": "2014-09-26T10:20:28Z",
"last_comment_at": "2022-10-24T21:01:18Z",
"last_comment_author": "garethlewin"
},
{
"number": 35,
"created_at": "2016-06-08T01:41:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2016-06-22T21:45:38Z",
"last_comment_at": "2016-06-23T16:42:00Z",
"last_comment_author": "snadrus"
},
{
"number": 41,
"created_at": "2016-11-19T11:58:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2017-01-13T02:34:08Z",
"last_comment_at": "2018-01-29T19:05:07Z",
"last_comment_author": "Heanthor"
},
{
"number": 45,
"created_at": "2017-01-31T13:43:52Z",
"last_comment_at": "2018-04-15T20:14:38Z",
"last_comment_author": "mbana"
},
{
"number": 48,
"created_at": "2017-06-14T17:50:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2018-09-25T16:45:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2019-04-15T09:40:15Z",
"last_comment_at": "2019-04-15T20:58:54Z",
"last_comment_author": "kr"
},
{
"number": 72,
"created_at": "2021-02-06T10:49:35Z",
"last_comment_at": "2021-04-27T11:02:58Z",
"last_comment_author": "kr"
},
{
"number": 78,
"created_at": "2021-09-24T23:17:46Z",
"last_comment_at": "2022-01-27T21:28:14Z",
"last_comment_author": "bokunodev"
},
{
"number": 86,
"created_at": "2022-06-27T10:47:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2023-04-01T17:19:37Z",
"last_comment_at": "2023-04-01T19:01:43Z",
"last_comment_author": "kr"
},
{
"number": 96,
"created_at": "2023-04-21T00:38:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2023-09-19T21:14:00Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kr/pretty",
"host": "github.com",
"name": "pretty",
"owner": "kr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 28,
"inputs": {
"security": 59,
"vitality": 10,
"community": 64,
"governance": 51,
"engineering": 51,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 46,
"overall_after_abandonment_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 10,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.97,
"days_since_last_push": 731,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 731 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 731
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": "critical",
"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": 24,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.3.1",
"releases_from_tags": true,
"days_since_latest_release": 1428,
"mean_days_between_releases": 394.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1428 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1428
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~394.2 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 394.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [
"dependencies_clean"
],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 18,
"unanswered_open_issues": 12,
"days_since_last_merged_pr": 1428,
"days_since_last_human_commit": 1433,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1433 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1433,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 160,
"stars": 1409,
"watchers": 22,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,409 stars",
"points": 51.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1409
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "160 forks",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 160
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "22 watchers",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 22
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.548
},
"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 55% of commits",
"points": 10.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 55
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"merged_prs": 26,
"open_issues": 15,
"closed_issues": 17,
"issue_closed_ratio": 0.531,
"closed_unmerged_prs": 20
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "53% of issues closed",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 53
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/46 decided PRs merged",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 46
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/27 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "kr",
"public_repos": 138,
"account_age_days": 6692
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of kr",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "kr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "138 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 138
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/kr/pretty"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1428
},
"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 1428 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1428
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "http://godoc.org/github.com/kr/pretty",
"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": "http://godoc.org/github.com/kr/pretty",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 18/27 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "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 2 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": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"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": "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": 2,
"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": 15
},
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.344,
"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": "22 of 64 human commits state their intent (structured subject or explanatory body)",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 64
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"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.03
},
"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 66",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 66
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 66 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 66
}
}
],
"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": 8003,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:23:46.933771Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kr/pretty.svg",
"full_name": "kr/pretty",
"license_state": "standard",
"license_spdx": "MIT"
}