JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"eventdrivenarchitecture",
"golang",
"kafka",
"reflex",
"state-machine",
"statemachine",
"tdd",
"workflow",
"workflows",
"durable",
"eda",
"go",
"idempotent",
"workflow-automation",
"workflow-engine",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 10330,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 518072,
"HTML": 119210,
"JavaScript": 14834
},
"pushed_at": "2026-07-25T02:08:19Z",
"created_at": "2024-01-15T16:54:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T13:29:16Z",
"description": "The type-safe, event-driven workflow orchestration library that scales with your business. Build robust, distributed workflows in Go with compile-time safety, automatic retries, and horizontal scaling out of the box. Integrate with your existing tech stack using adapters 🚀",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": "https://www.luno.com",
"name": "Luno",
"type": "Organization",
"login": "luno",
"company": null,
"location": null,
"followers": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/26893916?v=4",
"created_at": "2017-04-04T07:49:50Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 3400
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-19T12:45:20Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-01T13:24:18Z"
},
{
"tag": "0.3.11",
"kind": "patch",
"published_at": "2026-03-05T20:35:01Z"
},
{
"tag": "v0.3.10",
"kind": "patch",
"published_at": "2026-02-06T10:32:27Z"
},
{
"tag": "v0.3.9",
"kind": "patch",
"published_at": "2025-12-12T16:08:48Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2025-12-11T22:53:47Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2025-11-14T15:20:39Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2025-11-13T20:57:57Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2025-09-25T11:47:15Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2025-09-08T12:48:27Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2025-04-25T09:29:14Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2025-03-25T15:44:22Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-03-18T06:53:36Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2025-03-10T10:12:21Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2025-03-04T16:40:38Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2025-02-06T16:41:16Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2025-01-27T12:59:02Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2025-01-24T16:03:48Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2025-01-08T10:26:34Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-12-12T16:03:50Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-11-04T13:55:41Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-11-04T13:54:03Z"
}
],
"recent_commits": [
{
"oid": "2f70c64c326e301c838a39f64cb6f61ff501da74",
"body": "* fix(memstreamer): park Recv on sync.Cond instead of busy-spin\n\nThe previous Recv implementation polled the log in a tight for-loop with\nno backoff: each iteration acquired and released s.mu and cursorStore.mu.\nWith N step consumers per workflow, all N goroutines stayed runnable on\nthose two mutexe\n[…]\nv goroutine, so a\n leaked ctx-watcher is actually detectable.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(memstreamer): park Recv on sync.Cond instead of busy-spin (#196)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-07-19T12:44:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3aeef9aff6a8dcd18f05699695c3ee1179b188b",
"body": "* Fix error counter keying on dynamic error messages\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Add tests for label-based error counter keying\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Require at least one label in ErrorCounter API\n\nThe previous approach silently d\n[…]\nls (not err.Error()), the error\nvalue passed into maybePause is never read.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix error counter keying on dynamic error messages (#182)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-07-19T12:33:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "654166ed838f12ce406800c5a33cdb4ec01d4b19",
"body": "… (#197)\n\n* webui: wire up topbar search and fetch foreign ID matches server-side\n\nThe topbar search input had no handlers, so typing into it never\ntriggered a request. It is now bound to the same foreign ID filter as\nthe filter bar.\n\nThe runs list only fetched the newest 500 records and filtered\ncl\n[…]\nonly the latest response writes\nstate.\n\nAddresses CodeRabbit review feedback.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "webui: wire up topbar search and fetch foreign ID matches server-side…",
"author_name": "Luke Burgess",
"author_login": "ScaleneZA",
"committed_at": "2026-07-19T11:56:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0a9e05228928046bc98d8544842dc9afe51b80d2",
"body": "require.NoError and require.ErrorIs were called inside goroutines that\ncould outlive the test when the 5-second timeout path fired. Move all\nassertions into the test goroutine by communicating results back via\nbuffered error channels.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "adaptertest: fix goroutine/test lifecycle race in testReleasing (#195)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-06-04T15:34:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a09a96d5f44457d930e0e6aa544ded86c9a9911",
"body": "Wraps the logo in a <picture> element so GitHub renders logo_dark.svg\nwhen the viewer has dark mode enabled, and logo.svg for light mode.\nAlso adds the SVG logo files (light and dark variants).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "readme: use theme-aware logo for GitHub light/dark mode (#194)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-04-30T09:47:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2156b957f240171cfcfed249da52f77e5fc834e4",
"body": "- Replace the minimal Tailwind table UI with a full Material 3 React UI\n built on React 18 + Babel Standalone (CDN, no build step). Features\n include a KPI hero bar, ring chart, filter/search, bulk actions, a\n JSON object-data drawer, timeline view, toast rail, light/dark themes,\n five tonal col\n[…]\non.\n- Add SVG logo files (light + dark variants) and update README and the\n webui sidebar brand to use them, with CSS-based theme switching.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "webui: redesign UI with Material 3 and update logo (#193)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-04-30T07:59:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "516621c2392a80aca03eb5b8b970e0932454ee9e",
"body": "- Add missing imports\n- Optimize string concatenation using strings.Builder\n- Use Go 1.22 range-over-int syntax",
"is_bot": false,
"headline": "chore: apply go fix improvements (#192)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2026-04-20T09:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b358ab8c5a6015ada988bcb89e5356dd4e80ad",
"body": "* ci: simplify Go test matrix to latest version only\n\n* chore: update go directive to 1.26.0\n\n* chore: go mod tidy for all adapter and example submodules (bump go 1.25.3 → 1.26.0)",
"is_bot": false,
"headline": "ci: test latest Go only and bump go.mod to 1.26.0 (#191)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2026-04-09T10:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4a417e64223334350717a3fa64f9f3f9afed20d",
"body": "* adapters: Fix StreamFromLatest race condition\n\nStreamFromLatest was resolving the \"latest\" cursor position on the first\nRecv() call instead of at NewReceiver() time. This created a race where\nevents sent between NewReceiver and the first Recv could be skipped or\ncause Recv to hang indefinitely.\n\nF\n[…]\n wredis: Use strings.HasPrefix for BUSYGROUP error detection\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "adapters: Fix StreamFromLatest race condition (#190)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2026-04-01T12:57:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "49d5074460038ca16ccf6d331a2cbbb15c386838",
"body": "…updates (#189)",
"is_bot": false,
"headline": ".github/workflows: Add auto-approve workflow for Renovate dependency …",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2026-03-28T12:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1105838dee76dce3396eb5505820aeea2c83a4ca",
"body": "…(#188)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module google.golang.org/grpc to v1.79.3 [SECURITY] …",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-23T12:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e06cbeb1314f30f192f9fa4db3bae68b460433b",
"body": "* Fix EventSender leak in outbox consumer\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Apply suggestion from @Copilot\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix EventSender leak in outbox consumer (#181)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T17:37:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b024eddbb7f55c81630e21a61709a222d5d83f2e",
"body": "* Add stopped record check to callback processing\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Add tests for stopped record check in callback processing\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add stopped record check to callback processing (#183)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:36:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "81bc8f243aca8a3885b7343907a4ae3e48d52f34",
"body": "Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix invalid JSON in default delete replacement data (#185)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:24:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e04032ff9264b708ef61fc2d11482db311796dd",
"body": "Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix CPU-pegging busy-spin in Stop() (#180)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:23:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7704dc7f18da269d00f6ac30707c3ed4203946f5",
"body": "* Fix infinite recursion in connectorStreamer.Close()\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Add tests for connectorStreamer.Close()\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix infinite recursion in connectorStreamer.Close() (#179)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:23:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b95bdca848a8f8e31509bcf528a6fb37371b3cb9",
"body": "Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use UUID v4 instead of v1 for RunID and outbox event IDs (#184)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:22:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5ddc857379ff534cf1f8e79f1f9c8d76d5e7d962",
"body": "…186)\n\n* Replace SCAN-based outbox delete with reverse index in Redis store\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Add tests for reverse-index-based DeleteOutboxEvent\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace SCAN-based outbox delete with reverse index in Redis store (#…",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:21:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2c1bcf6b348b0e661f3d8f9ed8d564f844e7fa73",
"body": "* Use context-aware wait in Kafka sender retry loop\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* Add unit tests for wait() and Send context cancellation\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use context-aware wait in Kafka sender retry loop (#187)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-03-10T16:21:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f4d926f89725a10a6f3c6f4d75ef9f05c91be75a",
"body": null,
"is_bot": false,
"headline": "Bug: remove whitespace from mermaid template (#178)",
"author_name": "Dylan Pietersen",
"author_login": "dpietersen-ai",
"committed_at": "2026-03-05T20:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "344033187da0a56fed632da3ac3d776c82effe02",
"body": "* Initial plan\n\n* Add comprehensive database setup guide and SQL example\n\nCo-authored-by: andrewwormald <20083774+andrewwormald@users.noreply.github.com>\n\n* Fix SQL example API usage and compile errors\n\nCo-authored-by: andrewwormald <20083774+andrewwormald@users.noreply.github.com>\n\n* Fix container \n[…]\nsers.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: andrewwormald <20083774+andrewwormald@users.noreply.github.com>",
"is_bot": false,
"headline": "Log database query errors in SQL example (#173)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-02-16T12:38:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad0fef9d5364de9e5522508359c7183730874f50",
"body": "* Initial plan\n\n* Fix data race between Run() and Stop() by adding mutex protection\n\nCo-authored-by: echarrod <1381991+echarrod@users.noreply.github.com>\n\n* Final: Data race fix completed and verified\n\nCo-authored-by: echarrod <1381991+echarrod@users.noreply.github.com>\n\n* Use defer for mutex unlock\n[…]\n: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: echarrod <1381991+echarrod@users.noreply.github.com>\nCo-authored-by: Ed Harrod <echarrod@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix data race between Run() and Stop() (#171)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-02-06T10:05:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3b3a7ad32bc04c9d3dba7eb2388cd878bddda975",
"body": null,
"is_bot": false,
"headline": "docs: Issue 168 fix doc discrepancy (#169)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2026-01-03T11:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e7b2e481c79032923701672b007914e6167893",
"body": "* adapters/wredis: Add streamer and support container tests",
"is_bot": false,
"headline": "adapters/wredis: Add streamer and support container tests (#167)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-15T13:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5d76710e288f27f5702606275d9e25f5327cf4",
"body": null,
"is_bot": false,
"headline": "adapters/redis: Rename to wredis (#166)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-12T16:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3381cfe996a93f02276180e9e613e340a9920a",
"body": "* adapters/redis: Rename to wredis\n\n* adapters/redis: Rename to wredis",
"is_bot": false,
"headline": "adapters/redis: Rename to wredis (#165)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-12T16:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399e153298bcec3a9abc7beb665564930c1ec710",
"body": "* adapters: Add redis record store\n\n* adapters: Add redis record store\n\n* adapters: Add redis record store\n\n* adapters: Add redis record store\n\n* adapters: Add redis record store\n\n* adapters: Add redis record store",
"is_bot": false,
"headline": "adapters: Add redis record store (#164)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-12T15:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f313ca1ea1f843d55ef6940721bd7bcdff8bbc",
"body": "* fix benchmark\n\n* pool run objects\n\n* pool run objects\n\n* pool run objects\n\n* clear our whole run",
"is_bot": false,
"headline": "workflow: Create run pool reduce alloc (#163)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-11T22:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c7d9309fd61a7ebbfcf12e1be5637fa3b137097",
"body": "* github/sonar: Update to use sonar hash ref\n\n* update hash",
"is_bot": false,
"headline": "github/sonar: Update to use sonar hash ref (#162)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-11T22:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7a9c076ae12618f57f82e4cca64e4e5d712292",
"body": "* schedule: Prevent spinning on schedule filter\n\n* clean up\n\n* update to go 1.25.3\n\n* simplify\n\n* simplify\n\n* simplify\n\n* remove old gitlab ci-n\n\n* remove old gitlab ci\n\n* improve coverage",
"is_bot": false,
"headline": "schedule: Prevent spinning on schedule filter (#161)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-12-11T17:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0283b489f54f84d011cad41bb91a61a39ccf964",
"body": "* errorcounter: Allow provision of custom error counter\n\n* clean up",
"is_bot": false,
"headline": "errorcounter: Allow provision of custom error counter (#159)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-11-29T20:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a633feb1fec096b26f8df380e50c32fe7427d7c",
"body": "* readme: Re-write and simplify\n\n* readme: Re-write and simplify\n\n* add docs dir and lighten readme\n\n* add docs dir and lighten readme\n\n* add payment example\n\n* add payment example\n\n* add payment example\n\n* add payment example\n\n* add payment example\n\n* add payment example\n\n* fix example states\n\n* clean up\n\n* clean up",
"is_bot": false,
"headline": "readme: Rewrite and simplify (#158)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-11-20T16:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca7779184268cea38c53260bcd63687333afc96",
"body": "* kafakstreamer: Allow configurable config",
"is_bot": false,
"headline": "kafakstreamer: Allow configurable config (#155)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-11-14T15:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e3cbb22a87d3573edff9b8bb0211b5c5a66a41",
"body": "* update: Allow save and repeat for standard steps\n\n* add testing for testingRunStateController impl\n\n* make skip types unexported\n\n* panic if user uses internally reserved node values",
"is_bot": false,
"headline": "update: Allow save and repeat for standard steps (#154)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-11-13T20:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59dfc8baa345878270fc694f4c6e5ab7f404daef",
"body": null,
"is_bot": false,
"headline": "workflow/updater: Reject updates if working version changes (#153)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-11-13T16:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ec56bd88d7dc8c7e772a626230ed39b105d6c3",
"body": "* cron: Replace external dep with internal implementation\n\n* handle zero time return",
"is_bot": false,
"headline": "cron: Replace external dep with internal implementation (#151)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-09-18T14:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f207d1d5485e21f33a2ce1c2bdfae00275c8a808",
"body": null,
"is_bot": false,
"headline": "adaptertest: Close event producer and consumer at end of test (#150)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-09-17T14:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d17e3e2237f22df2d177a9f3c5635d17c9f269b",
"body": "* outbox: Allow disabling of outbox",
"is_bot": false,
"headline": "outbox: Allow disabling of outbox (#148)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-09-17T13:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbf31ccc118bc272fc01e4f7baf627751ee7bd3f",
"body": "… (#147)\n\n* github/workflows: Use Go version in go.mod rather than static version\n\n* github/workflows: Use Go version from go.mod for single version setup\n\n* github/workflows: Update sonar workflow to use Go version from go.mod\n\n* memrolescheduler: Fix deadlock in Await method by removing infinite for loop",
"is_bot": false,
"headline": "github/workflows: Use Go version in go.mod rather than static version…",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2025-09-09T11:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57074975f08f9988592e69d4120cb3b032edea5c",
"body": "Co-authored-by: adrian <adrian@luno.com>",
"is_bot": false,
"headline": "filter: Add FilterTime (#145)",
"author_name": "Adrian Eka Febrianto",
"author_login": "adrianizen",
"committed_at": "2025-08-24T21:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376999d0369b396462f0e0100044240b160ea5ed",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/IBM/sarama to v1.45.2 (#141)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-07-02T08:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "802118f075bd0b8de160bb2e35e6400457199ea1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/reflex digest to 2da8b8d (#135)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-17T10:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "631833139cb0332791b1cf1abe330af5d3b1bfb3",
"body": "…56984 (#139)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to 3b…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-17T10:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f78514ead63788113abac37ff465100c0cabc153",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/jettison digest to abc6869 (#138)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-17T10:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b569843cc0ef79849a5bb264df03cee135911f7",
"body": "…74b54 (#136)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to ca…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-11T20:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca74b54a9f72de2fc114c4915126e0158ee0ca97",
"body": "…542-5a72923fe1a0 (#134)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/rink/v2 to v2.0.0-20250424095…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-05-09T15:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7dc4428954aea28014e1f33987937c4fff2e8d7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/jettison digest to 76a91fb (#133)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-05-09T15:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263d3a5d1d5769ffa2aaeab254c85633db90612b",
"body": "…0 (#105)\n\n* renovate: Update module github.com/prometheus/client_golang to v1.22.0\n\n* gomod: gomodtidy recursively\n\n---------\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Ed <echarrod@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/prometheus/client_golang to v1.22.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-04-25T16:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40b3ce39d934c344b4aa19a9841ab6f7c74d1302",
"body": null,
"is_bot": false,
"headline": "renovate: Revert postUpgradeCommand (#132)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2025-04-25T16:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5a9ffd7a49f9af684d26ccbd1b85449c5515a2",
"body": null,
"is_bot": false,
"headline": "renovate: Add allowedCommands (#131)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2025-04-25T15:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b9727611c9847795fe4fbdefe3b134ad5fe750c",
"body": "* workflow: Update to Go v1.24.2\n\n* clean up and fix nit",
"is_bot": false,
"headline": "workflow: Update to Go v1.24.2 (#130)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-04-25T09:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec8c456f613d07a8bd4d3e781a1d56434a4c752",
"body": null,
"is_bot": false,
"headline": "workflow/meta: Correctly update status description (#129)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-04-25T09:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b108f3ab57003564d9028b4bab8080a0201cfea6",
"body": null,
"is_bot": false,
"headline": "renovate: Add post-update command to tidy modules (#128)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2025-04-24T09:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e7a8f67501f4822b26d9f9bb4097f06b7ad212",
"body": "* sonar: Update deprecated action\n\n* sonar: Update deprecated action to v5.1.0",
"is_bot": false,
"headline": "sonar: Update deprecated action (#127)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2025-04-22T14:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c0addbd5f512bd43ef0cb991a858e4ff2d3ff9",
"body": "* renovate: Update module google.golang.org/protobuf to v1.36.6\n\n* gomod: Run go mod tidy on all\n\n---------\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Ed <echarrod@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module google.golang.org/protobuf to v1.36.6 (#118)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-04-17T17:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3e65fcf65eee8c50e25e6c8d84a2ca86edf26b",
"body": null,
"is_bot": false,
"headline": "adapters/sqlstore: Handle null meta for migrating users (#125)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-25T15:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff82a3c830a67fa1905a0d4cf4c0495f5a0a46b",
"body": "* workflows: Combine vet steps\n\n* Update tests.yml\n\n* workflows: Fix err",
"is_bot": false,
"headline": "workflows: Combine vet steps (#124)",
"author_name": "Ed Harrod",
"author_login": "echarrod",
"committed_at": "2025-03-21T09:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66b98ff65d2868e9704616c77593dfffb08b0b7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/workflow to v0.3.0 (#123)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-18T13:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a11f973ca2bc13011301bd8c59d2db1669bc009",
"body": "…7b302 (#121)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to 7a…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-18T06:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d984a9394a201007807a4e872f7fa7c5ee27d9",
"body": "…022-1b7f292292ff (#122)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/rink/v2 to v2.0.0-20250313150…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-18T06:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e89ce60da4a7cbf42af7b5659c5f1f34d3b6461",
"body": "…e (#120)\n\n* workflow/record: Add metadata for debug and replication lag resilience\n\n* clean up\n\n* clean up\n\n* clean up\n\n* clean up comment\n\n* clean up\n\n* update webui\n\n* update webui\n\n* update stack tracing",
"is_bot": false,
"headline": "workflow/record: Add metadata for debug and replication lag resilienc…",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-18T06:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a7b30273ef4dad82fee9e017fb1f5f41e249cf0",
"body": "* outbox: Align with default options pattern and test\n\n* clean up non-deterministic test\n\n* increase the go version for main test run",
"is_bot": false,
"headline": "outbox: Align with default options pattern and test (#115)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-17T11:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15d372d579fae04fc601cd8ca6e371ee55b23cb2",
"body": "…6768d (#119)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to 64…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-13T17:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646768d71b22468c4fdb779c82d4fd3cd62c0d43",
"body": "…207-eaeda5a233db (#117)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/rink/v2 to v2.0.0-20250306163…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-12T10:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e176c79920ec3362888e8d68deb90ecdd042f2",
"body": "…27e61 (#109)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to 2b…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-12T10:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f7feb2a23ff3be176be56a6eef48d3bb3cce86",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/jettison digest to a20772f (#116)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-12T10:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b4bc8d449f32004726ea211100b7d753825b2b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/reflex digest to c9f47c5 (#102)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-12T10:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de4868994a5e6ca3eb826a0ea3c30dcfdb9f2b88",
"body": null,
"is_bot": false,
"headline": "reflexstreamer: Remove transaction from event insertion (#114)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-12T10:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28027a84c001e7bc18b8a287aa6a7bbcecc724eb",
"body": null,
"is_bot": false,
"headline": "sqlstore: Use writer instance for time critical read (#113)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-12T10:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac0e9b31e9fef0746457a148a7fdf80b85d9402",
"body": "* builder: Add default starting point value test\n\n* speed up schedule tests",
"is_bot": false,
"headline": "builder: Add default starting point value test (#112)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-12T10:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3fc25d1db3c38cc22b63b203430b244746acb2",
"body": null,
"is_bot": false,
"headline": "readme: Update trigger example (#110)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-12T10:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b27e612e45d437c2da4faaf6018503404ae6c57",
"body": null,
"is_bot": false,
"headline": "pause: Check current run state before pause retry (#111)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-10T10:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c386481ccd2cf0af6b0e9d0c6a179ab73eb282",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/IBM/sarama to v1.45.1 (#108)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-06T16:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9218d098fc96c7966ad98f73c051421450908fd2",
"body": "…125b8 (#106)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to e5…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-03-04T16:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0180373b157837644bc00d8a7196415cfb50fa3",
"body": "* trigger: Remove need for specifying starting point\n\n* clean up",
"is_bot": false,
"headline": "trigger: Remove need for specifying starting point (#107)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-04T16:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5125b8647c48a5b5a1eddcb4b2c9b02b0996cef",
"body": "* eventstreamer: Add StreamFromHead option support\n\n* add test container support in github\n\n* add test container support in github\n\n* add test containers in github actions another day\n\n* free lock on memstreamer once log is copied\n\n* use slog for kafkastreamer\n\n* handle context cancellation during sleep\n\n* check for context cancellation\n\n* clean up\n\n* align kafka connector implementation with kafka streamer impl",
"is_bot": false,
"headline": "eventstreamer: Add StreamFromLatest option support (#99)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-03-03T12:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429ede3e42a85a61d2f9efbb13e7bad56aec3527",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/go-sql-driver/mysql to v1.9.0 (#104)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-02-28T11:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2000a8b14a15620f94a568b413dc6b05d9a88ec",
"body": "…c5b71 (#103)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to ab…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-02-28T11:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc5b71a74ff3730120fcb1424159e67f99f92e5",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module go.etcd.io/etcd/client/v3 to v3.5.18 (#100)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-02-28T09:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b65ed01ea5e570fb86eabde4b390ec1d280f83",
"body": "…44965 (#97)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to 77…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-02-28T09:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acb384c1308a9917796d190bf272f32cffc53daf",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/jettison digest to 39bbdb7 (#96)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-02-28T09:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69341c9a75812b6d34464094e87c4b10d302509e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/workflow to v0.2.5 (#98)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-02-28T09:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77449658b8891a300bbb377f42cc1ddc9b735e36",
"body": "* filter: Add support for multiple value filtering\n\n* simplify timeout test to avoid flappy responses\n\n* simplify indexes\n\n* clean up adaptertest loops",
"is_bot": false,
"headline": "recordstore/filter: Add support for multiple value filtering (#94)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-02-26T11:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de6f67c3e523a435e833850e9ba41f20abe95d7",
"body": "…to consumer (#95)\n\n* workflow/consumer: Clean up consumer pattern and convert paused retry to consumer\n\n* make consume unexported\n\n* add more unit tests and test cases\n\n* clean up file naming\n\n* clean up naming",
"is_bot": false,
"headline": "workflow/consumer: Simplify consumer pattern and change paused retry …",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-02-26T11:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7548142231dde0fe0220b9eb36c20ab71cd0ff73",
"body": "* workflow: Add auto retry of paused records\n\n* fix typo\n\n* pass in polling frequency config to sleeping\n\n* update process name\n\n* clean up comments on parameters",
"is_bot": false,
"headline": "workflow: Add auto retry of paused records (#93)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-02-21T09:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8294b249b8b2f8c0d8c83af651f02a55d135d22d",
"body": "* workflow: Allow passing API into testing utility functions\n\n* remove unused function\n\n* clean up",
"is_bot": false,
"headline": "workflow: Allow passing API into testing utility functions (#92)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-02-21T09:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d38f95bb664cbaa34952b66713fe53ee5fff04ef",
"body": "…n` (#91)",
"is_bot": false,
"headline": "testing: Return pointer of workflow run for constructor `NewTestingRu…",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-02-11T09:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98deb765e9d075f9a534c77c713a79b69471e843",
"body": "…on (#90)\n\n* recordstore/filter: Change from int param to any underlying int (variations) type\r\n\r\n* add int8 and int16",
"is_bot": false,
"headline": "recordstore/filter: Convert int64 param to any underlying int variati…",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-02-05T14:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f648db87cb184a9222b286740f5db5f9c0166414",
"body": null,
"is_bot": false,
"headline": "jettison: Revert update for adapters to support earlier go version (#89)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-01-27T12:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe22bab575a8ef8ee18a450f27f2bef43c5eb38f",
"body": "…s (#87)",
"is_bot": false,
"headline": "connector: Use API interface to improve testability of connector func…",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-01-24T16:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "987d36374c95f8ada4e9a9fa1294264da3f5b61d",
"body": "* workflow: Clean up go modules\r\n\r\n* update",
"is_bot": false,
"headline": "workflow: Update to go version 1.23.2 (#82)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-01-23T17:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00578e849d9e16876178b823e4292f6184c6d8f",
"body": "* api: Add Name method to API interface\r\n\r\n* api: Add Name method to API interface\r\n\r\n* undo change for status string value",
"is_bot": false,
"headline": "api: Add Name method to API interface (#71)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-01-21T15:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5c25ccfe84451ca0c136dbb7fa571913749ab7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/workflow to v0.2.2 (#76)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b184c0398c93f71e39c11396647a7dd15d0bd7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/reflex digest to 57682f2 (#80)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cc403573fd6d8de76f3c7914a263365de58413",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module go.etcd.io/etcd/client/v3 to v3.5.17 (#75)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6a53f1c49cb20ba1c0865feb9efff3fdd46118",
"body": "…c8758 (#70)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/workflow/adapters/webui digest to 40…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912fab0275e781503f0c7aa8eab13fe9f9f2eeb0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module google.golang.org/grpc to v1.69.4 (#78)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ea6a4846daa1298da5e6936ee4bcecec533ce8",
"body": "…201-0d1bbd6e29dc (#73)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update module github.com/luno/rink/v2 to v2.0.0-20241103103…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898dd2bbfc759eef87ed351a3ce0061ee866f57f",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "renovate: Update github.com/luno/jettison digest to 673a166 (#68)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-01-20T16:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c87581acfc3cbe38cf10be529f61b7b0c6ee31",
"body": null,
"is_bot": false,
"headline": "adaptertest: Standardise allowed time deviations (#67)",
"author_name": "Andrew Wormald",
"author_login": "andrewwormald",
"committed_at": "2025-01-07T17:05:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 40,
"latest_release_at": "2026-07-19T12:45:20Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 20,
"days_since_latest_release": 7,
"mean_days_between_releases": 34.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/luno/workflow",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/luno/workflow",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/luno/workflow",
"versions_count": 24,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T12:44:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 21,
"stars": 250,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-23",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-04-26",
"count": 2
}
],
"complete": true,
"collected": 21,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"internal/outboxpb/outbox.proto",
"workflowpb/workflow.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"_examples/callback/go.mod",
"_examples/connector/go.mod",
"_examples/gettingstarted/go.mod",
"_examples/orderprocessor/go.mod",
"_examples/schedule/go.mod",
"_examples/sqlexample/go.mod",
"_examples/timeout/go.mod",
"_examples/webui/go.mod",
"adapters/jlog/go.mod",
"adapters/kafkastreamer/go.mod",
"adapters/reflexstreamer/go.mod",
"adapters/rinkrolescheduler/go.mod",
"adapters/sqlstore/go.mod",
"adapters/sqltimeout/go.mod",
"adapters/webui/go.mod",
"adapters/wredis/go.mod",
"go.mod"
],
"largest_source_bytes": 22088,
"source_files_sampled": 152,
"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": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.38.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 32,
"oldest_advisory_days": 254
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.43.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 31,
"oldest_advisory_days": 249
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.71.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 3,
"oldest_advisory_days": 130
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.75.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 3,
"oldest_advisory_days": 130
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.79.3",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 4
},
{
"name": "github.com/containerd/containerd",
"direct": false,
"version": "v1.7.18",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-265r-hfxg-fhmg",
"GHSA-jpcc-p29g-p8mq",
"GHSA-m6hq-p25p-ffr2",
"GHSA-pwhc-rpq9-4c8w",
"GHSA-xhf5-7wjv-pqxp",
"GO-2025-3528",
"GO-2025-4100",
"GO-2025-4108",
"GO-2026-5064",
"GO-2026-5338"
],
"fixed_version": "2.3.2",
"advisory_count": 13,
"oldest_advisory_days": 495
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "v27.1.1+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-4vq8-7jfc-9cvp",
"GHSA-pxq6-2prw-chj9",
"GHSA-rg2x-37c3-w2rh",
"GHSA-vp62-88p7-qqf5",
"GHSA-x744-4wpc-v9h2",
"GHSA-x86f-5xw2-fm2r",
"GO-2026-4883",
"GO-2026-4887",
"GO-2026-5617",
"GO-2026-5668"
],
"fixed_version": "29.3.1",
"advisory_count": 11,
"oldest_advisory_days": 362
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "v28.5.1+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-pxq6-2prw-chj9",
"GHSA-rg2x-37c3-w2rh",
"GHSA-vp62-88p7-qqf5",
"GHSA-x744-4wpc-v9h2",
"GHSA-x86f-5xw2-fm2r",
"GO-2026-4883",
"GO-2026-4887",
"GO-2026-5617",
"GO-2026-5668",
"GO-2026-5746"
],
"fixed_version": "29.3.1",
"advisory_count": 10,
"oldest_advisory_days": 121
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.37.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh2q-q3fh-2475",
"GO-2026-5506"
],
"fixed_version": "1.41.0",
"advisory_count": 2,
"oldest_advisory_days": 110
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.37.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7,
"advisory_ids": [
"GHSA-9h8m-3fm2-qjrq",
"GHSA-hfvc-g4fc-pqhx",
"GO-2026-4394",
"GO-2026-5426"
],
"fixed_version": "1.43.0",
"advisory_count": 4,
"oldest_advisory_days": 174
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.38.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 171
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.40.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 171
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.48.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 80
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.1.0",
"severity": "low",
"ecosystem": "go",
"cvss_score": 3.7,
"advisory_ids": [
"GHSA-fw7p-63qq-7hpr",
"GO-2026-4503"
],
"fixed_version": "1.1.1",
"advisory_count": 2,
"oldest_advisory_days": 158
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.30.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.33.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.37.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.39.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.23.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 12
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.32.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 12
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 5,
"unknown": 7,
"critical": 5,
"moderate": 3
},
"advisory_count": 150,
"affected_count": 21,
"assessed_count": 149,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.22.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.6"
},
{
"name": "k8s.io/utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240921022957-49e7df575cb6"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.22.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.10",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.6",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": true,
"version": "v0.0.0-20240921022957-49e7df575cb6",
"ecosystem": "go"
},
{
"name": "dario.cat/mergo",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "dario.cat/mergo",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ansiterm",
"direct": false,
"version": "v0.0.0-20210617225240-d185dfc1b5a1",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.2.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/containerd",
"direct": false,
"version": "v1.7.18",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/log",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/platforms",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-semver",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-systemd/v22",
"direct": false,
"version": "v22.3.2",
"ecosystem": "go"
},
{
"name": "github.com/corverroos/truss",
"direct": false,
"version": "v0.0.0-20210514115035-9e5e1b0851a9",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/dockercfg",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-jump",
"direct": false,
"version": "v0.0.0-20211018200510-ba001c3ffce0",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-rendezvous",
"direct": false,
"version": "v0.0.0-20200823014737-9f7001d12a5f",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "v27.1.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker",
"direct": false,
"version": "v28.5.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/eapache/go-resiliency",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/eapache/go-xerial-snappy",
"direct": false,
"version": "v0.0.0-20230731223053-c322873962e3",
"ecosystem": "go"
},
{
"name": "github.com/eapache/queue",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/purego",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-ole/go-ole",
"direct": false,
"version": "v1.2.6",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "v1.7.1",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-stack/stack",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "v0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.27.3",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-uuid",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/ibm/sarama",
"direct": false,
"version": "v1.45.2",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/aescts/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/dnsutils/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/gofork",
"direct": false,
"version": "v1.7.6",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/gokrb5/v8",
"direct": false,
"version": "v8.4.4",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/rpc/v2",
"direct": false,
"version": "v2.0.3",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/kr/text",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/kylelemons/godebug",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/lufia/plan9stats",
"direct": false,
"version": "v0.0.0-20211012122336-39d0f177ccd0",
"ecosystem": "go"
},
{
"name": "github.com/luno/jettison",
"direct": false,
"version": "v0.0.0-20230912135954-09d6084f5df9",
"ecosystem": "go"
},
{
"name": "github.com/luno/jettison",
"direct": false,
"version": "v0.0.0-20250603184958-abc68693e98f",
"ecosystem": "go"
},
{
"name": "github.com/luno/reflex",
"direct": false,
"version": "v0.0.0-20250529053715-2da8b8dc4425",
"ecosystem": "go"
},
{
"name": "github.com/luno/rink/v2",
"direct": false,
"version": "v2.0.0-20250424095542-5a72923fe1a0",
"ecosystem": "go"
},
{
"name": "github.com/luno/workflow/adapters/sqlstore",
"direct": false,
"version": "v0.0.0-20260206100555-ad0fef9d5364",
"ecosystem": "go"
},
{
"name": "github.com/magiconair/properties",
"direct": false,
"version": "v1.8.10",
"ecosystem": "go"
},
{
"name": "github.com/magiconair/properties",
"direct": false,
"version": "v1.8.7",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mdelapenya/tlscert",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/go-archive",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/patternmatcher",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/sequential",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/sequential",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/user",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/user",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/userns",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/term",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/morikuni/aec",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": false,
"version": "v4.1.22",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/power-devops/perfstat",
"direct": false,
"version": "v0.0.0-20210106213030-5aafc221ea8c",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.62.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/rcrowley/go-metrics",
"direct": false,
"version": "v0.0.0-20201227073835-cf1acfcdf475",
"ecosystem": "go"
},
{
"name": "github.com/redis/go-redis/v9",
"direct": false,
"version": "v9.17.2",
"ecosystem": "go"
},
{
"name": "github.com/shirou/gopsutil/v3",
"direct": false,
"version": "v3.23.12",
"ecosystem": "go"
},
{
"name": "github.com/shirou/gopsutil/v4",
"direct": false,
"version": "v4.25.6",
"ecosystem": "go"
},
{
"name": "github.com/shoenig/go-m1cpu",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "github.com/testcontainers/testcontainers-go/modules/kafka",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "github.com/testcontainers/testcontainers-go/modules/redis",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/go-sysconf",
"direct": false,
"version": "v0.3.12",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/numcpus",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/yusufpapurcu/wmi",
"direct": false,
"version": "v1.2.3",
"ecosystem": "go"
},
{
"name": "github.com/yusufpapurcu/wmi",
"direct": false,
"version": "v1.2.4",
"ecosystem": "go"
},
{
"name": "go.etcd.io/etcd/api/v3",
"direct": false,
"version": "v3.5.18",
"ecosystem": "go"
},
{
"name": "go.etcd.io/etcd/client/pkg/v3",
"direct": false,
"version": "v3.5.18",
"ecosystem": "go"
},
{
"name": "go.etcd.io/etcd/client/v3",
"direct": false,
"version": "v3.5.18",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.49.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.24.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.24.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.24.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.27.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.30.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.23.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.32.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/xerrors",
"direct": false,
"version": "v0.0.0-20220907171357-04be3eba64a2",
"ecosystem": "go"
},
{
"name": "golang.org/x/xerrors",
"direct": false,
"version": "v0.0.0-20240903120638-7835f813f4da",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20251202230838-ff82c1b0f217",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20250115164207-1a7da9e5054f",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20251202230838-ff82c1b0f217",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.71.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.75.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.79.3",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 149,
"direct_count": 7,
"indirect_count": 142
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 162,
"open_issues": 1,
"closed_ratio": 0.9,
"closed_issues": 9,
"closed_unmerged_prs": 25
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "andrewwormald",
"commits": 279,
"avatar_url": "https://avatars.githubusercontent.com/u/20083774?v=4"
},
{
"type": "User",
"login": "echarrod",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1381991?v=4"
},
{
"type": "User",
"login": "ScaleneZA",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1725922?v=4"
},
{
"type": "User",
"login": "adrianizen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11179742?v=4"
},
{
"type": "User",
"login": "craeyefish",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/38524989?v=4"
},
{
"type": "User",
"login": "dpietersen-ai",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/259523491?v=4"
},
{
"type": "User",
"login": "NeilLuno",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/27680722?v=4"
},
{
"type": "User",
"login": "hiifong",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89133723?v=4"
},
{
"type": "User",
"login": "solethus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/174653890?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.93
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"auto-approve-renovate.yml",
"sonar.yaml",
"tests.yml"
],
"has_docs_dir": true,
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 8,
"reason": "SAST tool is not run on all commits -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "49 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2f70c64c326e301c838a39f64cb6f61ff501da74",
"ran_at": "2026-07-26T20:54:18Z",
"aggregate_score": 5.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T12:45:37Z",
"oldest_open_prs": [
{
"number": 198,
"created_at": "2026-07-20T09:45:14Z",
"last_comment_at": "2026-07-20T09:46:49Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 199,
"created_at": "2026-07-20T09:47:04Z",
"last_comment_at": "2026-07-20T09:48:30Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 200,
"created_at": "2026-07-25T02:08:14Z",
"last_comment_at": "2026-07-25T02:10:14Z",
"last_comment_author": "sonarqubecloud"
}
],
"last_merged_pr_at": "2026-07-19T12:44:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 27,
"created_at": "2024-09-06T08:46:41Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/luno/workflow",
"host": "github.com",
"name": "workflow",
"owner": "luno"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 66,
"vitality": 81,
"community": 65,
"governance": 68,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 0.67,
"days_since_last_push": 1,
"active_weeks_last_year": 20
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "20/52 weeks with commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 20
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"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": 100,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 34.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~34.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 34.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": "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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 21,
"stars": 250,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "250 stars",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 250
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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": 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": 6.3,
"status": "met",
"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": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.93
},
"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 93% of commits",
"points": 1.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"merged_prs": 162,
"open_issues": 1,
"closed_issues": 9,
"issue_closed_ratio": 0.9,
"closed_unmerged_prs": 25
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "162/187 decided PRs merged",
"points": 33.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 162,
"decided": 187
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 67,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "luno",
"public_repos": 30,
"account_age_days": 3400
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "67 followers of luno",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 67,
"login": "luno"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~9 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/luno/workflow"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"eventdrivenarchitecture",
"golang",
"kafka",
"reflex",
"state-machine",
"statemachine",
"tdd",
"workflow",
"workflows",
"durable",
"eda",
"go",
"idempotent",
"workflow-automation",
"workflow-engine",
"hacktoberfest"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "16 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 16
}
}
],
"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": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.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": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 8",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "49 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 149 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": 149
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 150,
"affected_packages": 21,
"assessed_packages": 149,
"unassessed_packages": 0,
"affected_by_severity": "critical 5, high 5, moderate 3, low 1, unknown 7",
"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": 149,
"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": 4
},
"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": 65,
"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.985,
"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": "66 of 67 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 66,
"sampled": 67
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.17,
"toolchain_manifests": [
"_examples/callback/go.mod",
"_examples/connector/go.mod",
"_examples/gettingstarted/go.mod",
"_examples/orderprocessor/go.mod",
"_examples/schedule/go.mod",
"_examples/sqlexample/go.mod",
"_examples/timeout/go.mod",
"_examples/webui/go.mod",
"adapters/jlog/go.mod",
"adapters/kafkastreamer/go.mod",
"adapters/reflexstreamer/go.mod",
"adapters/rinkrolescheduler/go.mod",
"adapters/sqlstore/go.mod",
"adapters/sqltimeout/go.mod",
"adapters/webui/go.mod",
"adapters/wredis/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.33
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "_examples/callback/go.mod, _examples/connector/go.mod, _examples/gettingstarted/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "_examples/callback/go.mod, _examples/connector/go.mod, _examples/gettingstarted/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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "17 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 17,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "33 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 33,
"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 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 22088,
"source_files_sampled": 152,
"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/152 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 152,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"internal/outboxpb/outbox.proto",
"workflowpb/workflow.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "internal/outboxpb/outbox.proto, workflowpb/workflow.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "internal/outboxpb/outbox.proto, workflowpb/workflow.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T20:54:37.181754Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/luno/workflow.svg",
"full_name": "luno/workflow",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}