Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"producer-consumer",
"producer",
"consumer",
"concurrency",
"queue",
"ordered",
"message-queue",
"golang",
"async",
"context",
"debounce"
],
"is_fork": false,
"size_kb": 405,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 355612
},
"pushed_at": "2026-07-17T12:17:21Z",
"created_at": "2018-04-16T13:17:39Z",
"owner_type": "User",
"updated_at": "2026-07-17T11:42:41Z",
"description": "Package bigbuff implements a one-many ordered queue producer-consumer pattern + utilities.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.linkedin.com/in/joeycumines/",
"name": "Joseph Cumines",
"type": "User",
"login": "joeycumines",
"company": null,
"location": "Brisbane, Australia",
"followers": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/7874540?v=4",
"created_at": "2014-06-12T21:04:50Z",
"is_verified": null,
"public_repos": 125,
"account_age_days": 4421
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.21.0",
"kind": "minor",
"published_at": "2025-07-17T14:36:50Z"
},
{
"tag": "v1.20.0",
"kind": "minor",
"published_at": "2024-12-29T06:45:27Z"
},
{
"tag": "v1.19.0",
"kind": "minor",
"published_at": "2024-12-28T13:47:00Z"
},
{
"tag": "v1.18.0",
"kind": "minor",
"published_at": "2024-12-26T13:47:13Z"
},
{
"tag": "v1.17.0",
"kind": "minor",
"published_at": "2024-04-25T05:32:18Z"
},
{
"tag": "v1.16.1",
"kind": "patch",
"published_at": "2024-04-24T15:21:01Z"
},
{
"tag": "v1.16.0",
"kind": "minor",
"published_at": "2024-04-24T14:18:46Z"
},
{
"tag": "v1.15.1",
"kind": "patch",
"published_at": "2023-12-22T14:19:06Z"
},
{
"tag": "v1.15.0",
"kind": "minor",
"published_at": "2021-07-07T07:37:45Z"
},
{
"tag": "v1.14.0",
"kind": "minor",
"published_at": "2020-09-29T12:55:03Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2020-09-12T16:02:47Z"
},
{
"tag": "v1.12.1",
"kind": "patch",
"published_at": "2019-11-21T08:35:44Z"
},
{
"tag": "v1.12.0",
"kind": "minor",
"published_at": "2019-11-20T16:00:21Z"
},
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2019-09-27T10:01:45Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2019-06-19T10:11:52Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2019-06-18T15:27:03Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2019-06-18T15:21:57Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2019-04-07T11:30:11Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2019-02-22T11:26:04Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2018-11-01T12:28:44Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2018-10-28T02:05:33Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2018-10-25T04:32:25Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2018-10-23T14:42:06Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2018-08-29T14:05:27Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2018-06-22T14:48:12Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2018-06-19T01:01:13Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-05-26T05:12:23Z"
}
],
"recent_commits": [
{
"oid": "04f9b9f58d17938686a4d5014f8ed5531c97ac34",
"body": "Update the codebase to utilize modern Go 1.22 semantics. This includes\nreplacing interface{} with any, adopting range-over-int loops, and\nupdating reflection calls to use reflect.TypeFor and reflect.Pointer.\n\nRelax the channel constraints on ChanCaster and ChanPubSub to accept\ncustom named channel t\n[…]\nrestructure goroutine leak detection to use a polling\nsettle window, which resolves test flakiness under the race detector.\n\nThe test suite is updated to eliminate transient timing-dependent failures.",
"is_bot": false,
"headline": "Modernize API types and stabilize concurrent tests",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2026-07-17T11:42:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2af616f5b5122715f3ce2a023acb16473d7e5e24",
"body": null,
"is_bot": false,
"headline": "Update license date",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2026-05-29T14:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06066091120182c943f6140a5e84f269fbd0c981",
"body": null,
"is_bot": false,
"headline": "Fix flaky ChanPubSub test case",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2026-01-20T01:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df3153d688ee25457f1a9a944c1981b337dfbdb",
"body": "This change caters for newer Go features e.g. generics and iterators.\nNo breaking changes are present.",
"is_bot": false,
"headline": "Add generic-using Sink and Source + single-method ifaces + Seq function",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2025-07-17T14:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3333532af8cc35abf06b9b0dfa4503f6ee8a8629",
"body": null,
"is_bot": false,
"headline": "Fix comment - defunct / incorrect",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T13:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6d9b140b0384ccc153256088e385e06582d01f",
"body": null,
"is_bot": false,
"headline": "Add missing test check",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T06:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fdbe2805bf876f412686500544d0a5b5c35891a",
"body": null,
"is_bot": false,
"headline": "Fix some go vet linting errors",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T06:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a48e5b8aa068c6ef27606887115436b6b0e16e0",
"body": null,
"is_bot": false,
"headline": "Add additional ChanPubSub tests and benchmark",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T06:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd2e997802c8b62fa83d0317780795904ab3a4d",
"body": null,
"is_bot": false,
"headline": "doc(ExponentialRetry): add links to more ergonomic implementation",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T03:10:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d98c717b9239aab3f8ab111e959622c8cfbeb94",
"body": null,
"is_bot": false,
"headline": "Tidy up notifier.go no relevant behavioral changes",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T02:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0be1575721693f5c66d4efb26bc48fa2536a7d0",
"body": "…t) data races",
"is_bot": false,
"headline": "refactor(tests): add goroutine sanity checks to all and fix some (tes…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T02:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3f15b45996ca19cdb4ce7135c4108bae623b24",
"body": "Also includes some minor tidying.",
"is_bot": false,
"headline": "refactor(ChanPubSub): add dedicated Subscribe and Unsubscribe methods",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T02:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e180248743885dac96d59652624444bcea79b2d5",
"body": "Aside from the general jankyness of the old implementation, this new one avoids\n_any_ risk of goroutine leak, unless used with custom context that doesn't\nimplement the AfterFunc method. May still leak resources. Compatible behavior.",
"is_bot": false,
"headline": "refactor(CombineContext): use context.AfterFunc",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-29T02:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cb79ea57182047297faa841bbdcf408c9b5ac7d",
"body": "The third implementation of a fan-out publish-subscribe pattern provided by\nthis module, ChanPubSub, is the most refined, and best handles very large\nnumbers of subscribers. It also has the best throughput, and, in many cases,\nshould be the preferred choice for a pubsub implementation. This implemen\n[…]\nmentation, makes use of newer Go\nfeatures including generics and iterators, and is lower-level than previous\nimplementations.\n\nSee also NewChanPubSub, ChanPubSub.SubscribeContext, and ChanPubSub.Send.",
"is_bot": false,
"headline": "feat(ChanPubSub): add single-channel pubsub implementation",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-28T12:51:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "132dc72ab87b4f917ab50d56f5ae4963e3d081cf",
"body": "For when you want your context to last as long as at least one of the input\nrequests is still active. This pattern is fairly niche, but has proven\nsufficiently useful for inclusion in this module.",
"is_bot": false,
"headline": "Add ConflatedContext function for context of batched or merged requests",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-12-26T13:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4dd7fac172d044b81f38345b524365f24343d2e",
"body": null,
"is_bot": false,
"headline": "Update Go version + minor documentation fixes",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-08-17T05:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd27440264a092fe2b87abb11937bb85cc53f92",
"body": null,
"is_bot": false,
"headline": "feat(ChanCaster): allow introspection of sent+receivers + 100% cov",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-04-25T05:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "352032f8bd4434389a4aac4a519dad2acbdee0a9",
"body": "Oversight from one of the initial attempts. Adds additional unit test to cover\nthis scenario.",
"is_bot": false,
"headline": "fix(ChanCaster): incorrect draining behavior on decrement",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-04-24T15:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d2869aba8939f007ccf0077fc6157ec805d68c",
"body": "Adds ChanCaster implementation, inspired by sync.WaitGroup. ChanCaster is a\nparticularly lightweight and fairly low-level building block, suitable for\na wide range of use cases. Minimal locking is involved, contention is very\nreasonable, and the API is simple and straightforward to use.\n\nThis change introduces generics into the module, and therefore includes a\nlong-overdue Go version update.",
"is_bot": false,
"headline": "feat(ChanCaster): performant one-off broadcasts via via single channel",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-04-24T14:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c90fc146f29dc12ebbe6ba55c357de24520c10",
"body": null,
"is_bot": false,
"headline": "Add .gitignore",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2024-01-17T21:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6666e91a9216f99964b126e0a5195c510b39afb2",
"body": "…x is canceled\n\nThe original behavior risked panic on unsubscribe, which explicitly panics if\nno subscriber exists, for the given key + target.",
"is_bot": false,
"headline": "fix(Notifier.SubscribeContext): always register subscriber even if ct…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2023-12-22T14:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f05d23d442b64b7ff0b7a48024ad635da057a244",
"body": "feat(exclusive-limiting): support arbitrary limit behavior + rate limiting implementation",
"is_bot": false,
"headline": "Merge pull request #3 from joeycumines/exclusive-improved-rate-limiting",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2021-07-07T07:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b50ae17f27bd4aa1542aaa73bededd1ce515569c",
"body": null,
"is_bot": false,
"headline": "feat(ExclusiveMinDuration)",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2021-07-06T16:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a36c7524d140f75e3ac29c55116a02c660e431e",
"body": null,
"is_bot": false,
"headline": "refactor(Exclusive): support for rate limited non-start calls",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2021-07-06T15:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d8a2471b4fdea4ea6def2bb0d403dc3db9e352",
"body": null,
"is_bot": false,
"headline": "benchmark(Exclusive): benchmark outcome contention",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2021-07-06T14:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6e095449fd1f28ebeb54e910969674cbb786d76",
"body": null,
"is_bot": false,
"headline": "refactor(Exclusive): add extensible CallWithOptions method",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2021-07-04T01:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ac8f31fa20d3ff9b8f883a2adc618d310e1d83",
"body": null,
"is_bot": false,
"headline": "chore(update-license-date)",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2021-07-04T01:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87deefec56ebc15526a43e98ef6c59989fd792a2",
"body": null,
"is_bot": false,
"headline": "feat(Callable): high-level abstraction of generic funcs",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2020-09-29T12:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb034a10f6b904b5032b70a4cff0c028a35a2c9",
"body": null,
"is_bot": false,
"headline": "feat(Worker): background worker using sync.WaitGroup",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2020-09-12T15:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe97c82667e8925296268e61fea736456aa04d64",
"body": null,
"is_bot": false,
"headline": "update(license)",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2020-06-10T22:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5598d7045aaa7dd2c70c61b4a714646a1ce075",
"body": null,
"is_bot": false,
"headline": "update(README): reflect the current state",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-11-21T08:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47764b70951da6cbdd79c216fa35e8e16f95ebf5",
"body": null,
"is_bot": false,
"headline": "fix(Range): squash bug stop ignoring commit error",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-11-21T08:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82243b39b78eb776ffadb54d290bafa87bcc8c1e",
"body": null,
"is_bot": false,
"headline": "chore(module): init as module",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-11-20T15:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "798e2f35717c8d6acd0ce1be805ddc590192e939",
"body": "…rnally",
"is_bot": false,
"headline": "refactor(error-handling): avoid encapsulating errors originating exte…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-11-20T15:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a835a59bcdf75f0630ec4ff90c983e049781777e",
"body": null,
"is_bot": false,
"headline": "feat(linear-attempt): add time.Ticker wrapper for simpler linear retries",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-09-27T09:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0ba4199fa085d9729d8f99da83eccba8d95800",
"body": "…itate rate limiting via debouncing using bigbuff.Exclusive",
"is_bot": false,
"headline": "feat(min-duration): add wrapper function bigbuff.MinDuration to facil…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-06-19T10:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f0a424a124f2a9e56674741a7bbe8cd43ac826",
"body": "…vial to implement manually and will always bubble",
"is_bot": false,
"headline": "refactor(Workers): remove undocumented inbuilt recover since it's tri…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-06-18T15:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4557793429723596668c3dd9565976f7fd44d775",
"body": "…ow workers that don't need to wait for results / implement their own waiter",
"is_bot": false,
"headline": "feat(exclusive-start): add exclusive call equivalent optimised for sl…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-06-18T15:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c394a046ab5d6aa0b8d4920162c08b2b52c1cf",
"body": null,
"is_bot": false,
"headline": "refactor(Exclusive): remove undocument recover behavior",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-06-18T13:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c8f7b1ece230b11c2b57122bcb77b4f71448a5",
"body": "…ontext initialisation and asynchronous context based unsubscribe returning a cancel function to allow a one liner subscribe + defer to unsubscribe",
"is_bot": false,
"headline": "feat(notifier-subscribecancel): implement a subscribe encapsulating c…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-04-09T16:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c650f76ffdba9bf191da8cd4101cdf81cac3d00b",
"body": "feat(notifier): implement channel based pub sub mechanism",
"is_bot": false,
"headline": "Merge pull request #2 from joeycumines/notifier",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-04-07T11:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102ac85736b6db05db33934dd33dc10cd38cea03",
"body": null,
"is_bot": false,
"headline": "feat(notifier): implement channel based pub sub mechanism",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-04-07T11:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b72b9e365d8e9551d8ceda722c2a8fee461faae",
"body": "…g a newline in an error message",
"is_bot": false,
"headline": "refactor(range-errors): extremely minor cosmetic change to avoid usin…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-03-13T13:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44a544b11c0aba3e001155fc06dcb7636857c69",
"body": "…xponential backoff and retry behavior",
"is_bot": false,
"headline": "feat(ExponentialRetry): implement closure wrapper to provide simple e…",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2019-02-22T11:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e52222ca05f71fa31d5111ecbfe99ee34c1ac42c",
"body": "… contexts that dont close",
"is_bot": false,
"headline": "fix(buffer-consumer): address leaky context bug when calling get with…",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-11-01T12:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8abc6bd894149ab59b9c5737969a8009f7bbfbc9",
"body": "… the current number of workers",
"is_bot": false,
"headline": "feat(workers-count-utils): add methods to wait on all workers and get…",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-10-28T02:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30908d5daee8decdcfd36c626af4a64a61f92100",
"body": "…th Exclusive",
"is_bot": false,
"headline": "feat(Workers): implement resizable worker queue pattern that works wi…",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-10-25T04:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef2844dec4837dc18a3d567348b461f779aeb561",
"body": "…alls that guarentee order",
"is_bot": false,
"headline": "feat(Exclusive.CallAsync): implement missing feature to allow async c…",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-10-23T14:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f892993be98ee9ca197bdc9f22e72fa2fd0649",
"body": "…and debounced synchronous calls",
"is_bot": false,
"headline": "feat(exclusive-calls): implement Exclusive utility for keyed mutexed …",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-08-29T13:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff6a3be3e9963b4cd56b391c2397b2d3ac7c987",
"body": null,
"is_bot": false,
"headline": "fix(buffer-range): avoid blocking if the buffer is empty on call",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-06-22T14:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37dcf1195858772a8486a98af55200bf2df32e95",
"body": "…f a buffer",
"is_bot": false,
"headline": "feat(buffer-range): add means for a consumer to range until the end o…",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-06-19T00:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f2b9fc941ad680853680702023c99342f1812e",
"body": "release(v1.0.0): buffers async helpers and channel wrappers, oh my",
"is_bot": false,
"headline": "Merge pull request #1 from joeycumines/release/v1.0.0",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2018-05-26T05:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfab2137cea02cb783577f9c12234c0fabd8e16f",
"body": null,
"is_bot": false,
"headline": "release(v1.0.0): buffers async helpers and channel wrappers, oh my",
"author_name": "Joey Cumines",
"author_login": "joeycumines",
"committed_at": "2018-05-26T05:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97225187af3e556b7160a89c182c2bd215757bab",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Joseph Cumines",
"author_login": "joeycumines",
"committed_at": "2018-04-16T13:17:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 27,
"commits_last_year": 3,
"latest_release_at": "2025-07-17T14:36:50Z",
"latest_release_tag": "v1.21.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 3,
"days_since_latest_release": 369,
"mean_days_between_releases": 194.7
},
"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/joeycumines/go-bigbuff",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/joeycumines/go-bigbuff",
"is_deprecated": false,
"latest_version": "v1.21.1",
"repository_url": "https://github.com/joeycumines/go-bigbuff",
"versions_count": 28,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T11:42:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2023-11-06",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_stars": 3
},
"open_issues_and_prs": 0
},
"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": 41247,
"source_files_sampled": 33,
"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,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/go-test/deep",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-test/deep",
"direct": true,
"version": "1.1.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "joeycumines",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/7874540?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 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": 0,
"reason": "Found 0/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "04f9b9f58d17938686a4d5014f8ed5531c97ac34",
"ran_at": "2026-07-21T19:23:08Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/joeycumines/go-bigbuff",
"host": "github.com",
"name": "go-bigbuff",
"owner": "joeycumines"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"security": 46,
"vitality": 47,
"community": 26,
"governance": 55,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 47,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"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": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 27,
"latest_release_tag": "v1.21.0",
"releases_from_tags": false,
"days_since_latest_release": 369,
"mean_days_between_releases": 194.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 27
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 369 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 369
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~194.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 194.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": "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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 56,
"inputs": {
"followers": 21,
"owner_type": "User",
"is_verified": null,
"owner_login": "joeycumines",
"public_repos": 125,
"account_age_days": 4421
},
"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": "21 followers of joeycumines",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 21,
"login": "joeycumines"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "125 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 125
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/joeycumines/go-bigbuff"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 1 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": 60,
"inputs": {
"topics": [
"producer-consumer",
"producer",
"consumer",
"concurrency",
"queue",
"ordered",
"message-queue",
"golang",
"async",
"context",
"debounce"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 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 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 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": "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": 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": "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": 2
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.759,
"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": "41 of 54 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 54
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 54",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 54
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 41247,
"source_files_sampled": 33,
"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/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T19:23:14.058371Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/joeycumines/go-bigbuff.svg",
"full_name": "joeycumines/go-bigbuff",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}