Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"go",
"golang",
"test",
"testing",
"generic",
"assertions",
"assertions-library",
"testing-tools"
],
"is_fork": false,
"size_kb": 283,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 199373,
"Shell": 816,
"Makefile": 376
},
"pushed_at": "2026-04-21T14:08:21Z",
"created_at": "2022-04-24T02:23:01Z",
"owner_type": "User",
"updated_at": "2026-07-19T16:34:35Z",
"description": "A modern generic testing assertions library for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "main",
"license_spdx_raw": "MPL-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://treehouse.net",
"name": "Seth Hoenig",
"type": "User",
"login": "shoenig",
"company": "CattleCloud",
"location": "Austin, TX",
"followers": 176,
"avatar_url": "https://avatars.githubusercontent.com/u/394887?v=4",
"created_at": "2010-09-10T18:31:10Z",
"is_verified": null,
"public_repos": 45,
"account_age_days": 5804
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.13.2",
"kind": "patch",
"published_at": "2026-04-21T14:09:01Z"
},
{
"tag": "v1.13.1",
"kind": "patch",
"published_at": "2026-04-19T14:18:32Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2026-04-17T14:26:48Z"
},
{
"tag": "v1.12.2",
"kind": "patch",
"published_at": "2025-09-11T20:55:49Z"
},
{
"tag": "v1.12.1",
"kind": "patch",
"published_at": "2025-02-26T14:27:17Z"
},
{
"tag": "v1.12.0",
"kind": "minor",
"published_at": "2024-11-04T14:36:15Z"
},
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2024-09-10T12:42:07Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2024-09-04T15:00:04Z"
},
{
"tag": "v1.10.0-alpha.2",
"kind": "prerelease",
"published_at": "2024-08-29T23:28:41Z"
},
{
"tag": "v1.10.0-alpha.1",
"kind": "prerelease",
"published_at": "2024-08-27T15:56:24Z"
},
{
"tag": "v1.9.1",
"kind": "patch",
"published_at": "2024-08-21T13:06:18Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2024-08-19T19:17:34Z"
},
{
"tag": "v1.8.2",
"kind": "patch",
"published_at": "2024-06-15T13:49:55Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2024-06-05T21:57:45Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2024-04-01T21:43:32Z"
},
{
"tag": "v1.7.2",
"kind": "patch",
"published_at": "2024-03-06T14:16:20Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2024-02-29T16:58:48Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2023-11-05T14:25:07Z"
},
{
"tag": "v0.6.7",
"kind": "patch",
"published_at": "2023-08-08T13:53:15Z"
},
{
"tag": "v0.6.6",
"kind": "patch",
"published_at": "2023-05-17T16:44:45Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2023-05-13T17:10:47Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2023-04-13T23:03:09Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2023-03-20T00:24:55Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2023-03-03T22:00:10Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2023-01-28T17:49:08Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2023-01-07T16:58:28Z"
}
],
"recent_commits": [
{
"oid": "2f4f40255ad4d83bb0f5f55f16e6a9117499d823",
"body": null,
"is_bot": false,
"headline": "test: add ZeroValue and NotZeroValue assertions (#186)",
"author_name": "Eduard Castany",
"author_login": "Inuart",
"committed_at": "2026-04-21T14:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e9e7f6ec6ae493043a65428e736a31e258470e",
"body": "Co-authored-by: Mike Winter <mail@mikewinter.uk>",
"is_bot": false,
"headline": "assertions: fix identification of missing slice element (#185)",
"author_name": "Mike Winter",
"author_login": "MikeWinter",
"committed_at": "2026-04-19T14:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43fd3016c48b15c0088a6f06cc7a0fbecafce5a3",
"body": null,
"is_bot": false,
"headline": "ci: update action versions (#184)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2026-04-17T14:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f5fe6461a20a727ae7f4d344fb55dc48223274a",
"body": "After bumping the go directive version in go.mod to 1.21 the vet tool\nis complaining about the ErrorAs assertion.\n\n```\n➜ go vet ./...\ninternal/assertions/assertions.go:208:6: second argument to errors.As must be a non-nil pointer to either a type that implements error, or to any interface type\n```\n\n\n[…]\n this toy example we use `errors.As` detect if the underlying error\n(which is NetworkError) satisfies the IO interface, and if so, populates\n`io` with our error value, and call its `Timeout()` method.",
"is_bot": false,
"headline": "assertions: correct the type assertion of ErrorAs (#183)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2026-04-17T14:24:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2039a439fb2452ce6c6c3c210aa7f7f6cbf0b50e",
"body": "Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.\n- [Release notes](https://github.com/google/go-cmp/releases)\n- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/google/go-cmp\n dependen\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#178)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-16T13:41:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1619a3b93a243fc736808c420d626556661fdefb",
"body": null,
"is_bot": false,
"headline": "ci: remove use of copywrite tool (#182)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2026-04-16T13:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a74f9d9f28e67b84e7d8230a0287e5ed04230172",
"body": null,
"is_bot": false,
"headline": "test: add Panic and NotPanic",
"author_name": "Daniel Bennett",
"author_login": "gulducat",
"committed_at": "2025-09-11T20:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae4c8d999f6e3f66c7b18d7f0c534690314b087",
"body": "Go's builtin errors.Is returns true when both target and err are nil.",
"is_bot": false,
"headline": "test: ErrorIs target and err both nil should pass",
"author_name": "Wesley Spikes",
"author_login": "SpikesDivZero",
"committed_at": "2025-02-26T14:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20ba67dd90ae6ada635b58b3d5000b0f541263f",
"body": null,
"is_bot": false,
"headline": "test: added variants of SliceContainsAll",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-11-04T14:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb71ca66f2cc9c461b4111e7473ca3ca56153f3",
"body": null,
"is_bot": false,
"headline": "examples: fixed call to wrong assertion",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-11-04T14:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5196a19b961f250c5d844039226380f6da80314",
"body": null,
"is_bot": false,
"headline": "test: added variants of SliceContainsSubset",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-11-04T14:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d515c1d4d9373466d5603662f4fcbc00188a17",
"body": null,
"is_bot": false,
"headline": "repo: normalize line endings in all text files",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-11-04T14:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7c07f706cc672de85b2edf20d656aa4da2686f",
"body": "This PR increases the expected minimum cores test core count, because it\nfails on this machine I am working on right now with 256 virtual cores.\n\n```\nkingpin ~\n➜ lscpu | grep On-line\nOn-line CPU(s) list: 0-255\n```",
"is_bot": false,
"headline": "skip: increase test case minimum cores",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-09-29T15:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f7a1850d752d16ea4bcac0cd6d5e8cec96f0c3",
"body": null,
"is_bot": false,
"headline": "assertions: make Error helper output more consistent",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-10T12:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a129663f6fd969f8bb52faadab4bee0bfc8c5d41",
"body": null,
"is_bot": false,
"headline": "examples: replace errors.Join with fmt.Errorf for go1.18 compatibility",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-10T12:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b308461cb1b295f3c838cfd4166851a56b414ed4",
"body": null,
"is_bot": false,
"headline": "examples: make compatible with go1.18 to pass lint",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-10T12:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12dfe1dfb0b9941a212a973c2d629ea12532cdf3",
"body": null,
"is_bot": false,
"headline": "examples: only require unix for file and dir examples",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-10T12:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0dbb8c4ade88655da077f3a125b909438be4f3a",
"body": null,
"is_bot": false,
"headline": "examples: use fstest.MapFS for FS examples",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-10T12:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bff98a43e46221ec620f2a629bb8c2e65157376b",
"body": null,
"is_bot": false,
"headline": "test: added ErrorAs",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-10T12:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee3fc082ee8fa09555e8a78c8389dcc83040d51",
"body": null,
"is_bot": false,
"headline": "ci: fix push vs pr",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-09-04T14:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc3c3fc63206845bbec5853483be3e808f8e21f",
"body": null,
"is_bot": false,
"headline": "readme: add notes on util package",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-09-04T14:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a592af6979ff79c0f2b12d46dfa641ba94553a19",
"body": null,
"is_bot": false,
"headline": "repo: updated changelog in readme",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-04T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe99a711f0c90dbd4ca165e09f202e9e6b3440a5",
"body": null,
"is_bot": false,
"headline": "test: added MapEqOp",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-04T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18682f8572b904b85a279b71241302e9f206c149",
"body": null,
"is_bot": false,
"headline": "test: add SliceEqOp",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-09-04T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a811087dbee42c16452c2efd3624506a612bddc",
"body": null,
"is_bot": false,
"headline": "util: shorten data type names and add doc example",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-09-04T14:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd109bce79ab104e5199641b3ed60b8ced4d6ef",
"body": null,
"is_bot": false,
"headline": "util: short-circuit dir entry loop",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0457f0137fea4a6e37e4d9998c8eb4a604f8dff2",
"body": null,
"is_bot": false,
"headline": "util: simplify Helper calls",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9448f37dfa3045c78d834ecf30908cb5c97ea1ac",
"body": null,
"is_bot": false,
"headline": "util: pass an interface to tempFile",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a45911ae416a01e6b5e919976d6ac555172259",
"body": null,
"is_bot": false,
"headline": "util: move error wrapping out of tempFile",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa9fc5898970932b3128159a14f0c97bf2cc2447",
"body": null,
"is_bot": false,
"headline": "util: tests can't use Go 1.21 features",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7ed8daf18c5f51a3eae18f22dd04c67f1d9b21",
"body": null,
"is_bot": false,
"headline": "util: improve TempFile tests",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "855aa87bc59b2951fa8eabd0471a9f35b1978fd6",
"body": null,
"is_bot": false,
"headline": "util: clarify TempFile custom path behavior",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-29T23:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d605eb2b20644aa11f1bb888e6b9259a6026b0df",
"body": null,
"is_bot": false,
"headline": "util: fix calls to crash with t",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-08-27T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e733f530fcc48446ca7c305a61cf8d9164f7d1cd",
"body": "Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>",
"is_bot": false,
"headline": "util: mark crash closure with Helper",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-08-27T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f543ca142b11a0f9df3d381ea01b67c2ddbb82aa",
"body": "Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>",
"is_bot": false,
"headline": "util: protect against empty ReadDir result",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-08-27T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3bb05abad505bb215c20c274869cd1565a23ca8",
"body": "Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>",
"is_bot": false,
"headline": "util: simplify failed test cleanup",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-08-27T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f026bf0e159fa8027ccb7a5148d022af19c17af",
"body": null,
"is_bot": false,
"headline": "util: add TempFile helper",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-27T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e48df080fc706179382398690826f4311d2fdd6",
"body": "assertions: use os funcs in non-FS mode helpers",
"is_bot": false,
"headline": "tests: make dir and file mode tests work on Windows",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-21T13:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2802fcaf913cddc10984bcefbd095916bba70fcf",
"body": null,
"is_bot": false,
"headline": "test: only print message when test fails",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-21T13:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3e67335998d12b1164d076610e3a874f6f2db4",
"body": null,
"is_bot": false,
"headline": "ci: bump actions versions",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-08-19T19:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba613d77dcca8e7d17a616f532e0f56cd90d2363",
"body": null,
"is_bot": false,
"headline": "readme: notes for 1.9",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-08-19T19:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5062c5a4a5a241b728599a917c51993607ac93f2",
"body": null,
"is_bot": false,
"headline": "assertions: use os functions in non-FS file and dir helpers",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-19T19:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ca48104f796a85d32e9f406c39e0467d5c0cfb",
"body": null,
"is_bot": false,
"headline": "test: handle fs.Stat errors to prevent panics",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-19T19:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ea98481e862c9e98a95e36e009ffe2b199eeec",
"body": null,
"is_bot": false,
"headline": "test: check happy and sad paths in file and dir tests",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-19T19:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1244f1bfbc8124637a091c47b244cd2082d48fee",
"body": null,
"is_bot": false,
"headline": "test: make file and dir tests OS-agnostic",
"author_name": "Brandon Dyck",
"author_login": "brandondyck",
"committed_at": "2024-08-19T19:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f903659c791ca2ad688c899e028899be83ae643d",
"body": null,
"is_bot": false,
"headline": "mark more internal funcs as helpers",
"author_name": "Daniel Bennett",
"author_login": "gulducat",
"committed_at": "2024-06-15T13:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f54316a58bf5e9cfd4d9bebcd46c3852875a92",
"body": null,
"is_bot": false,
"headline": "ci: run on pull_request",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-06-07T17:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b899fe041c48db3c3b36f5c799a0aea768ef83c4",
"body": null,
"is_bot": false,
"headline": "chore: fix some typos and style",
"author_name": "ccoVeille",
"author_login": "ccoVeille",
"committed_at": "2024-06-07T17:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b439466d523d66e697916ae943331378fcf185ae",
"body": "Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>",
"is_bot": false,
"headline": "make: rewrite generate.sh so it works on BSD machines",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-06-07T14:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebcf5a5107811c45693cdae278abb83fb5653da",
"body": null,
"is_bot": false,
"headline": "added godoc comment and generated must package equivalent",
"author_name": "Cornelius Carstens",
"author_login": "ccarstens",
"committed_at": "2024-06-05T21:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c903e9f13eb83e5ef892101b05f7f5844d703e",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "Cornelius Carstens",
"author_login": "ccarstens",
"committed_at": "2024-06-05T21:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523e55a85cdd93df767720beb25161f5afab6e05",
"body": null,
"is_bot": false,
"headline": "Added error assertion function to test package",
"author_name": "Cornelius Carstens",
"author_login": "ccarstens",
"committed_at": "2024-06-05T21:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e86c733077730e338984b9ac37166cf80441dab8",
"body": null,
"is_bot": false,
"headline": "skip: introduce a skip package with utilities for skipping test cases",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-04-01T20:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ceae045acea82c0f81b6a5d77fff3d54bb48e65",
"body": null,
"is_bot": false,
"headline": "run make generate",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2024-04-01T12:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034bee13d150434186bcafdec171bb8cfe997c1a",
"body": null,
"is_bot": false,
"headline": "add DirModeFS and DirMode funcs",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2024-04-01T12:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b435aaef982bdd5fa227932caece2a18c98868c",
"body": null,
"is_bot": false,
"headline": "assertions: add DirModeFS func",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2024-04-01T12:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19cedd04b691eac491e5166f5dcb745ee2452cf1",
"body": null,
"is_bot": false,
"headline": "generate must variant",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2024-03-06T14:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190e6d29f4a208c3683c8774e4f9eaeec62fe4e0",
"body": null,
"is_bot": false,
"headline": "add single version of Map function in the API",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2024-03-06T14:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe33f9afb12afa1e5cc71750f34ac0bb09a7c41",
"body": null,
"is_bot": false,
"headline": "add internal assertions",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2024-03-06T14:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a8cbc9936020d7df5910d27691c58e15358c6d",
"body": null,
"is_bot": false,
"headline": "readme: tweak language",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-02-29T16:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526c4f430a771b07e2e47d702f4dc24307b405bd",
"body": null,
"is_bot": false,
"headline": "test: fix FileExists assertion where relative paths did not work",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-02-29T16:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c31d33f9417255ce599d661ac3fb1ecebe2573",
"body": null,
"is_bot": false,
"headline": "ci: update setup-golang and macos runners",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-02-29T16:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda892c2dfa28c9c297db4a14fc143a6018c789d",
"body": null,
"is_bot": false,
"headline": "deps: bump setup-golang version to v2",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2024-01-02T14:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3e503a5f6bd0b83b539963ea4132e0c80516bd",
"body": null,
"is_bot": false,
"headline": "repo: update readme about 1.7.0",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T14:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61957df47c55c94c3e4574bfdd752774a173d3f0",
"body": null,
"is_bot": false,
"headline": "ci: add job depends",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T14:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae9f3bd600d3c249c3d0823f820b02a82fdd2406",
"body": null,
"is_bot": false,
"headline": "lint: fixup error warnings",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T14:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1aa27d5e1d322fc8d086f69236379c794ec8961",
"body": null,
"is_bot": false,
"headline": "ci: setup copywrite action",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T14:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921c2a4299f7048a6e22edc6052b95b36c703199",
"body": null,
"is_bot": false,
"headline": "repo: generate mpl copyright headers",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T14:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efeab21867403be058a91e54c97b6373d2e6e482",
"body": null,
"is_bot": false,
"headline": "repo: add copywrite config",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T14:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3126e983999066dd1978c3e28d4d0b378df2737e",
"body": null,
"is_bot": false,
"headline": "repo: add templates (#145)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T13:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57261afbde67a810f6ac4fb1d028a76108deceb9",
"body": null,
"is_bot": false,
"headline": "repo: add security policy (#144)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T13:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972068658ce35f140d19575759b735feb2b59fa0",
"body": null,
"is_bot": false,
"headline": "repo: move repo files into github directory (#143)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T13:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e71786a54b72a943dadfc324324e6c1f177b0a9",
"body": null,
"is_bot": false,
"headline": "repo: add contributing document (#142)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T13:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bcec9852e3214a395fb20feb8baa93d548ed754",
"body": null,
"is_bot": false,
"headline": "repo: add code of conduct (#141)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-11-05T13:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5bb9b9ee025df408dbef050b6a29aeb5352c789",
"body": "Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0.\r\n- [Release notes](https://github.com/google/go-cmp/releases)\r\n- [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/google/go-cmp\r\n d\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\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": "build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#139)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-15T15:51:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62d5f774e1dcf62d8b8cd3fb8c20a1ea5ac9946a",
"body": null,
"is_bot": false,
"headline": "deps: run dependabot monthly (#140)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-10-15T15:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33bc131f851b16420afaaa1c8c8afed2a75a0a5",
"body": null,
"is_bot": false,
"headline": "build: fix phony make targets",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-09-30T19:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca162c4c0826281ca0773459e05c149dd1255d1",
"body": "Add an assertion for calling .Close() and ensuring no error is returned.",
"is_bot": false,
"headline": "test: add assertion for Close (#138)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-08-08T13:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f0ac55a76b2b7741192f01b4c14d9861143750",
"body": "…t (#137)\n\n* SliceContainsAll should pass cmp.Option\r\nto SliceContainsSubset\r\n\r\n* remove unnecessary newline",
"is_bot": false,
"headline": "bugfix: SliceContainsAll should pass cmp.Option to SliceContainsSubse…",
"author_name": "Piotr Kazmierczak",
"author_login": "pkazmierczak",
"committed_at": "2023-05-17T16:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5847f7aa091621e746d8fb89cae359bce62414",
"body": null,
"is_bot": false,
"headline": "docs: finish up examples (#136)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-13T17:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beadf513b9da7427755b8d76f7ea51288aab3ed2",
"body": null,
"is_bot": false,
"headline": "docs: another round of examples for today (#132)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-10T03:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d88cb6f6e5c171dada7d72a96d563ab9603b7f",
"body": null,
"is_bot": false,
"headline": "docs: yet anothe batch of examples (#131)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-10T00:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6709b5b308ad43386941dfeb720cb78369129c57",
"body": null,
"is_bot": false,
"headline": "docs: todays batch of examples (#130)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-09T14:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3064f6fbc56d62b0c237f0d1e2af654e3d9026",
"body": "* docs: add File funcs examples\r\n\r\n* docs: make examples easier to read",
"is_bot": false,
"headline": "docs: add File funcs examples (#129)",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2023-05-08T13:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94bcb7f9084c284fb90204c1e1e77211c91f1819",
"body": null,
"is_bot": false,
"headline": "docs: add more examples (#128)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-06T01:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15725ab851ca43d94003b69dea29a8e216229ea2",
"body": null,
"is_bot": false,
"headline": "docs: add more examples (#127)",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2023-05-06T01:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e3762843ea14f4cb678d0165af7c71cbd5fde7",
"body": null,
"is_bot": false,
"headline": "docs: add more examples (#126)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-03T21:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd77737a8b86f6a6d22b7268020e6b6ac87f7970",
"body": null,
"is_bot": false,
"headline": "repo: run make generate after pr (#125)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-05-02T02:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf2dfa026ee4162b738d77844859b3e6a19295f0",
"body": null,
"is_bot": false,
"headline": "examples: add some runnable Go doc examples (#124)",
"author_name": "amirkhaki",
"author_login": "amirkhaki",
"committed_at": "2023-05-02T01:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd4ddf619d8ba65bded9a535bf35d235fb1fa98b",
"body": null,
"is_bot": false,
"headline": "examples: start on runnable Go doc examples (#122)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-04-28T19:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c3b84ea4a3a86f52c6db9e31deca6d102ee472",
"body": "* better line up regex match error\r\n\r\n* better line up ErrorIs error\r\n\r\n* make lineup strategy consistent\r\n\r\n* fix wrong parameter passing in bullet func",
"is_bot": false,
"headline": "Better line up error messages (#121)",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2023-04-20T16:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d0938a8fba72065fbd025b0dd4f1740d0679ae2",
"body": "* fix FileNotExist on abs path\r\n\r\n* run generate",
"is_bot": false,
"headline": "Fix `FileNotExist` func (#119)",
"author_name": "Alessio Perugini",
"author_login": "alessio-perugini",
"committed_at": "2023-04-13T23:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a8025026cb5a0c8da3575c372a4e9c759b7832",
"body": null,
"is_bot": false,
"headline": "readme: use checks for bullet points (#117)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-20T00:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346038a407aa4e482e7c34b79d7599731c56c343",
"body": null,
"is_bot": false,
"headline": "build: add generate step to makefile (#116)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-20T00:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7cac6624c653f9c6cabee9c9cb6f1c54f3c8c74",
"body": "Fixes: #110",
"is_bot": false,
"headline": "test: add SliceNotContainsFunc assertion (#115)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-20T00:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e356facc7adf15627e4da749b44943052f2679",
"body": null,
"is_bot": false,
"headline": "tests: add Min and Max assertions (#114)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-19T23:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79c1ab24457e3d3f7dc8a8de54bad43cbb9f126",
"body": "* test: add AscendingCmp and DescendingCmp\r\n\r\nfor asserting a slice of elements is increasing or decreasing by using\r\na comparison function of signature 'func(A, B) int'\r\n\r\n* test: fix comments and assertions wording",
"is_bot": false,
"headline": "test: add AscendingCmp and DescendingCmp (#113)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-19T23:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b916b2b2ddde5525108224e8af47e2a22c75d881",
"body": null,
"is_bot": false,
"headline": "test: remove unecessary type parameter (#112)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-19T23:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b50c798683f729c732a77987e420c957d1cf44b7",
"body": "When writing SliceEqual tests you have to provide a []Tweak, may as well\r\nmake it a Tweaks type so you don't have to have the slice brackets.",
"is_bot": false,
"headline": "test: add Tweaks convenience type for a []Tweak (#111)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-16T19:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666714226234a5e873644ed136c630dd765b9294",
"body": "This PR makes EqSliceFunc accept slices of two different types that\r\nare then compared by the supplied comparator - which accepts one of\r\neach type.",
"is_bot": false,
"headline": "slices: make EqSliceFunc more flexible on types (#108)",
"author_name": "Seth Hoenig",
"author_login": "shoenig",
"committed_at": "2023-03-03T21:50:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 7,
"latest_release_at": "2026-04-21T14:09:01Z",
"latest_release_tag": "v1.13.2",
"releases_from_tags": false,
"days_since_last_push": 102,
"active_weeks_last_year": 3,
"days_since_latest_release": 102,
"mean_days_between_releases": 66.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/shoenig/test",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/shoenig/test",
"is_deprecated": false,
"latest_version": "v1.13.2",
"repository_url": "https://github.com/shoenig/test",
"versions_count": 49,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-04-21T14:07:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 102
}
]
},
"popularity": {
"forks": 12,
"stars": 216,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 52092,
"source_files_sampled": 43,
"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": "v0.7.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 136,
"open_issues": 3,
"closed_ratio": 0.94,
"closed_issues": 47,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "shoenig",
"commits": 168,
"avatar_url": "https://avatars.githubusercontent.com/u/394887?v=4"
},
{
"type": "User",
"login": "brandondyck",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/8658579?v=4"
},
{
"type": "User",
"login": "alessio-perugini",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/8075796?v=4"
},
{
"type": "User",
"login": "ccarstens",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/29205799?v=4"
},
{
"type": "User",
"login": "gulducat",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8812489?v=4"
},
{
"type": "User",
"login": "Inuart",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/441979?v=4"
},
{
"type": "User",
"login": "johanbrandhorst",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6604151?v=4"
},
{
"type": "User",
"login": "MikeWinter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7040853?v=4"
},
{
"type": "User",
"login": "pkazmierczak",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/470696?v=4"
},
{
"type": "User",
"login": "SpikesDivZero",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/331369?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.774
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 2,
"reason": "4 out of 16 merged PRs checked by a CI test -- score normalized to 2",
"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": 5,
"reason": "Found 8/15 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 3,
"reason": "security policy file 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": "2f4f40255ad4d83bb0f5f55f16e6a9117499d823",
"ran_at": "2026-08-02T01:04:41Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-01T16:02:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-21T14:07:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2022-05-18T13:57:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 162,
"created_at": "2024-06-16T11:30:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 167,
"created_at": "2024-08-23T21:58:47Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/shoenig/test",
"host": "github.com",
"name": "test",
"owner": "shoenig"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 60,
"calibrated": 65,
"calibration": "2026-08-02"
}
}
],
"value": 65,
"inputs": {
"security": 60,
"vitality": 45,
"community": 64,
"governance": 68,
"calibration": "2026-08-02",
"engineering": 61,
"ai_readiness": 69,
"weighted_overall_raw": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 45,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 0.98,
"days_since_last_push": 102,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 102 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 102
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "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": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v1.13.2",
"releases_from_tags": false,
"days_since_latest_release": 102,
"mean_days_between_releases": 66.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 102 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 102
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~66.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 66.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 103,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 103 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 103
}
}
],
"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.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 12,
"stars": 216,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "216 stars",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 216
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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 (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.774
},
"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 77% of commits",
"points": 5.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"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": 89,
"inputs": {
"merged_prs": 136,
"open_issues": 3,
"closed_issues": 47,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.94,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 39.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "136/136 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 136,
"decided": 136
}
}
],
"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 8/15 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 176,
"owner_type": "User",
"is_verified": null,
"owner_login": "shoenig",
"public_repos": 45,
"account_age_days": 5804
},
"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": "176 followers of shoenig",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 176,
"login": "shoenig"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "45 public repos, account ~15 yr old",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 45
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/shoenig/test"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 102
},
"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 102 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 102
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "49 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 49
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "4 out of 16 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"go",
"golang",
"test",
"testing",
"generic",
"assertions",
"assertions-library",
"testing-tools"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 16 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"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 8/15 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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 detected",
"points": 1.5,
"status": "partial",
"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": 11
},
"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": "good",
"name": "AI Readiness",
"value": 69,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.908,
"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": "89 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"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": 52092,
"source_files_sampled": 43,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? 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": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"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-08-02T01:04:59.337004Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/shoenig/test.svg",
"full_name": "shoenig/test",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}