Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3663,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 906753,
"Shell": 29
},
"pushed_at": "2026-07-27T12:25:16Z",
"created_at": "2022-04-08T02:25:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T12:24:16Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "1.3/release",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "sandwich-go",
"company": null,
"location": "China",
"followers": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/78477102?v=4",
"created_at": "2021-02-03T10:20:22Z",
"is_verified": null,
"public_repos": 67,
"account_age_days": 2000
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.3.91",
"kind": "patch",
"published_at": "2025-11-05T03:52:16Z"
},
{
"tag": "v1.3.35",
"kind": "patch",
"published_at": "2024-06-19T04:19:53Z"
},
{
"tag": "v1.3.14",
"kind": "patch",
"published_at": "2024-04-01T13:11:27Z"
},
{
"tag": "v1.3.13",
"kind": "patch",
"published_at": "2024-04-01T12:59:19Z"
},
{
"tag": "v1.3.2-daily.5",
"kind": "prerelease",
"published_at": "2023-05-23T13:39:43Z"
},
{
"tag": "v1.3.2-daily.2",
"kind": "prerelease",
"published_at": "2023-02-24T11:51:52Z"
},
{
"tag": "v1.3.1-daily.1",
"kind": "prerelease",
"published_at": "2023-02-20T07:26:04Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2023-02-09T04:35:38Z"
}
],
"recent_commits": [
{
"oid": "c2efcd11ce1c90956c5dea81a4f6fbead2e05c20",
"body": null,
"is_bot": false,
"headline": "feat(xerror): 新增 Retry 标记与 Retryable 判定,支持可重试错误",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-07-27T12:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043eef71bfa05a82bdd88b8285cce5651eb3d436",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-07-20T05:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e143aeb996d43a7480481776920b6ce05468ecb",
"body": "- xts: 进程级全局时钟(TimeProvider/时区偏移可初始化),Timestamp 秒级时间戳及日期边界计算,支持 WithNowFunc 注入 Tasklet 感知的当前时间\n- xtime: 新增 timeprovider.go,提供无状态 TimeProvider/DefaultTimeProvider/ProviderNow/ScaleDuration\n- xts 测试覆盖 100%,含并发安全用例",
"is_bot": false,
"headline": "feat(xts): 新增全局时间戳时钟包,xtime 提供无状态 TimeProvider",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-07-20T05:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4298674cba4ecb59dcf7b3f48c954ba1a12918",
"body": null,
"is_bot": false,
"headline": "refactor: xslice 增加 SetAdd",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-06-09T01:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5cc4fa75a9f6b59237b0e7d808a3a1fe23192a",
"body": null,
"is_bot": false,
"headline": "refactor: xslice 增加 SetAdd",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-06-09T01:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aefae5ff6566f3121000cbc50c40aa7de989dfbd",
"body": "清理回调改用 xtime.PeriodicWithShutdown 调度,去掉了 channel + 长寿命\ngoroutine 中转,每个 engine 注册不再起常驻 goroutine、每轮也不再分配\n新的 closure 与 timer:\n\n- workerPerEngine.Clean 从 \"启 goroutine + xtime.AfterFunc(ch <- {})\n + select 中转 + AfterFunc 自 reschedule\" 简化为单行 PeriodicWithShutdown\n 调用,shutdown 信号关闭后下一轮自动跳过;\n- 每个 engine 不\n[…]\n。原断言记录的是\n 实现细节而非接口契约,注释里写明历史背景。\n\n新增 lru/clean_worker_steady_bench_test.go 作为稳态 alloc 回归基准\n(BenchmarkSteady_WorkerPerEngine / BenchmarkSteady_WorkerHashPool),\n后续如有人再改 clean worker 实现,这个 bench 能即刻发现回归。",
"is_bot": false,
"headline": "perf(lru): workerPerEngine 切到 xtime.PeriodicWithShutdown",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-06-03T09:51:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35d0e8c89d5295364db1b2a2f21c2050a58113ad",
"body": "提供 Periodic / PeriodicWithShutdown 两个 API,封装 std time.Timer.Reset\n(默认)或 timingwheel.AfterFunc(timewheel build)做周期回调。相对于\n调用方手动 AfterFunc + 手动 reschedule 的现有模式:\n\n- std build:每个 Periodic 实例整个生命周期只 alloc 一个 *time.Timer,\n 每轮通过 Reset 复用,稳态 0.07 allocs/exec、2s 采样窗口 0 次 GC(200\n task × 200ms 间隔);\n- timewhe\n[…]\ntime/dispatcher_test.go 的 TestTimerResetDispatcher 在 -race 下\nfail 是预存问题,根因是测试代码 *time.Timer 局部变量并发读写 +\nxtime/dispatcher_after_timewheel.go 的 *xtime.timer.t 字段无锁读写两个\n独立 race,与本 commit 无关,建议独立 issue 跟进。",
"is_bot": false,
"headline": "feat(xtime): 新增 Periodic 周期任务原语,单实例稳态 0 timer 分配",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-06-03T09:50:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "725bbd1d8cc3a1135a18f177770ebffe9e0b2889",
"body": null,
"is_bot": false,
"headline": "feat: xtime暴露NowFunc函数",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-05-12T13:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347fd365a42e0cf51681fd0cab519d250a1b8220",
"body": "原实现将 unsafe.Pointer 转为 uintptr 局部变量再做加减后转回,违反 unsafe\n规则 3(指针算术必须在单表达式内完成),在启用 -race(同时启用 -d=checkptr)\n时会触发 'checkptr: pointer arithmetic result points to invalid allocation'。\n改用 unsafe.Add 做单表达式偏移,UnsafeShift0/1/2 均恢复正常。",
"is_bot": false,
"headline": "fix(misc): 修复 pointerShift 在 -race 下触发 checkptr 报错",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-05-09T10:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f226c2ffb58aa05921bb786fe3c104788da8727c",
"body": null,
"is_bot": false,
"headline": "feat: 增加 map diff",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-04-21T02:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebde337a1afef2fd92cfdc0f3cca5c03c3a4eed6",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-04-14T07:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3b3f1b717eb3ee28c134ce2e641dc0ea5b80ac",
"body": null,
"is_bot": false,
"headline": "refactor: redblacktree 分配回收",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-04-08T13:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fc89f21bd3033fe0825e622d0a2c8fd7409312",
"body": null,
"is_bot": false,
"headline": "feat: 超时锁",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-03-26T07:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7282a7a5cf1dbe676102ded4c1b6786235eb8e7c",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2026-03-12T12:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08d4859296beb93766401bc59a4e21f5fb45306",
"body": null,
"is_bot": false,
"headline": "fix(cloud): trim导致下载文件不兼容",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2026-03-12T12:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083eaa7006f1f693f6e68838f1d3666a91a7e7b6",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "ruoyu.chen",
"author_login": null,
"committed_at": "2026-02-13T11:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "345eaa9945e8312140c2c5d50065f72bf8377bd5",
"body": null,
"is_bot": false,
"headline": "feat(cloud): add S3 dualstack option",
"author_name": "ruoyu.chen",
"author_login": null,
"committed_at": "2026-02-13T11:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ec1762c39625350af8fdddaf2ceabf681606b4",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2026-02-07T10:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcba94a498a9060f6b95353f61557a6a7436a14d",
"body": null,
"is_bot": false,
"headline": "refactor: 支持k8s pod ip",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2026-02-07T10:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce54baf9e62a02981f7a3331b58321dbcb46c762",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2026-01-30T23:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "397a8235f14835e389955f043113f7f5a16e42fd",
"body": null,
"is_bot": false,
"headline": "refactor: xtime default std time.After",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2026-01-30T23:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285b3150003861b29662fa3595975729b198aa19",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2026-01-16T03:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7dd56ab57e203e2f418439c011b8cf2b78196dc",
"body": null,
"is_bot": false,
"headline": "fix: panic Errorf -> Sprintf",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2026-01-16T02:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf8c4eb8dc6b4eee564df4da68022c0fd6e2790",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2026-01-15T12:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609e77666896c9472ee41092600720bac482ba8a",
"body": null,
"is_bot": false,
"headline": "fix: WhenErrorAsFmtFirst use Sprintf",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2026-01-15T12:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e4a317ba09d9bb2a7290418ee37a27bd3b111f9",
"body": null,
"is_bot": false,
"headline": "fix(xmath): abs和EffectZeroLimit参数错误",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2026-01-05T11:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b28c46f8ca3deda44c59861ce97cb3e8377d8d7",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2025-12-31T10:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2142ffc3d301a4152e03303d561e81bb39ed22",
"body": null,
"is_bot": false,
"headline": "feat: proto codec 支持 vtprotoMessage",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2025-12-31T10:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21a765de8480f036c29e22cf034c9aeecb342b6",
"body": "…elease",
"is_bot": false,
"headline": "Merge branch '1.3/release' of github.com:sandwich-go/boost into 1.3/r…",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-12-31T04:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50129181af254a33bd5b1eed91bf941aee6a031f",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-12-31T04:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd763fad92082c1bc5302619d7797ae0f1db994a",
"body": null,
"is_bot": false,
"headline": "refactor: rm github.com/golang/protobuf",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2025-12-31T02:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2384b1b8d6095b316760593e63165d7f9fc40b8",
"body": null,
"is_bot": false,
"headline": "refactor: up golang.org/x/crypto",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2025-12-30T11:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8228eb5e3459f1d4793292e5f5baa72938153f53",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2025-12-28T06:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01df932a22aea3c3362b6dd1c8afb748a9e18a8",
"body": null,
"is_bot": false,
"headline": "fix: upgrade timingwheel; fix dead lock in bucket.Flush",
"author_name": "daming.yang",
"author_login": "yangdm0209",
"committed_at": "2025-12-28T06:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f63c1703c61662fc906024a8dc02f29a762b83",
"body": null,
"is_bot": false,
"headline": "fix(cloud): normalize object name format",
"author_name": "ruoyu.chen",
"author_login": null,
"committed_at": "2025-12-26T04:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f0d9680a3a6e61a4e147f717a96b34a2947857",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "daming.yang",
"author_login": null,
"committed_at": "2025-10-22T07:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abfb57c698950ee63c718de87c3504e7d5e32029",
"body": null,
"is_bot": false,
"headline": "refactor: add extend",
"author_name": "daming.yang",
"author_login": null,
"committed_at": "2025-10-22T07:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3745e121a742b84314e562e245413ef0b4ebf6c0",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "daming.yang",
"author_login": null,
"committed_at": "2025-10-15T03:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f1e2e864020a23430d40ed0c34a2b3ce566c04",
"body": null,
"is_bot": false,
"headline": "refactor: httputil add request",
"author_name": "daming.yang",
"author_login": null,
"committed_at": "2025-10-15T03:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07b6ffb72eacfda359d3d68489ae769e7ffc962",
"body": null,
"is_bot": false,
"headline": "refactor: lru增加支持hash pool",
"author_name": "daming.yang",
"author_login": null,
"committed_at": "2025-10-14T03:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b26197231c6975c038bf4c3fb5e4651fa8fa18",
"body": null,
"is_bot": false,
"headline": "refactor: lru增加支持hash pool",
"author_name": "daming.yang",
"author_login": null,
"committed_at": "2025-10-14T03:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91cadd7f097537a854a2e61bcd327c057faa6be0",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-26T14:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e09514a643a11900ee7fc69975add991bf4f96a8",
"body": null,
"is_bot": false,
"headline": "fix: required",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-26T14:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85903d66def1ed8d6f0933641273bde310ca8301",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-18T13:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7fee5f67464078e8b8a2160da4027b94850253",
"body": null,
"is_bot": false,
"headline": "fix: etl",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-18T13:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb7d8571cfeedd01deed2ccd3920c7c1553e380f",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-18T13:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca30f7a8014903904fa6d790b497dbe898696b69",
"body": "…elease",
"is_bot": false,
"headline": "Merge branch '1.3/release' of github.com:sandwich-go/boost into 1.3/r…",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-18T13:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a58a8c9402a8a344512a4858653e3875bdd325ad",
"body": null,
"is_bot": false,
"headline": "fix: etl",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-09-18T13:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a01066cc4d25e6d26350a89bcfb0a21fae2f1f",
"body": null,
"is_bot": false,
"headline": "refactor(xslice): 增加 last 函数",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-09-02T06:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fd96615df6b03c0a7e5227c95ab91e68308c984",
"body": null,
"is_bot": false,
"headline": "feat(xdebug): 当golang版本大于等于1.25,无需校验automaxprocs",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-09-01T04:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f2678e6179e2e79556e84c398df611eca08c08",
"body": null,
"is_bot": false,
"headline": "feat(xdebug): 当golang版本大于等于1.25,无需校验automaxprocs",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-09-01T03:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1f5bd6d6310b1dd8f81e93807ebe3acf0a0bc8",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2025-08-13T10:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07afa337c8ae70e19f69735a446b3935e77e01c1",
"body": null,
"is_bot": false,
"headline": "fix: cloud s3 url with region",
"author_name": "zhengyang.zhu",
"author_login": null,
"committed_at": "2025-08-13T10:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d25000898485d1d09a91ca590059bc1b47a7e7",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-08-13T05:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ff3293369459ad07c30090013d0e6500ee5204",
"body": null,
"is_bot": false,
"headline": "refactor: remove some debug log",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-08-13T03:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38259d2b520be08d23701fbf4c7bbfc7206a63a",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-07-29T10:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587f71126abd228409e87839cd964f3deb2a6ab6",
"body": null,
"is_bot": false,
"headline": "refactor: add huaweiru",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-07-29T10:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a32ee76340996ba20f6e7c1a45a18fa97533ed17",
"body": null,
"is_bot": false,
"headline": "chore(sem): make changelog",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-07-29T10:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8cbde6ca4734ac65d3c31ecc1e7fefff92fd941",
"body": null,
"is_bot": false,
"headline": "refactor: add huaweiru",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-07-29T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96abacd447e2a75b76bbe86dd7e2b656a09c8ce",
"body": null,
"is_bot": false,
"headline": "feat: xexp",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-07-24T13:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9146da844c843c3dadaa8110bbe1c29290346a1",
"body": null,
"is_bot": false,
"headline": "refactor: add LittleEndianEncode",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-06-23T10:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e530a7db0f833f1753652d7d07b72e2dec354832",
"body": null,
"is_bot": false,
"headline": "fix: merge 1.3/release",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-06-06T08:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88511326adf1675dfac829a4b35539922d3ff32",
"body": null,
"is_bot": false,
"headline": "fix: xpanic.Catch get stack",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-06-05T08:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5835bc13ac9bd57f015b374e9e4a04689f216b46",
"body": null,
"is_bot": false,
"headline": "refactor: add try for xparallel",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-05-21T03:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a22d8b5944ec503e9e704a382db5ee068e3b9436",
"body": null,
"is_bot": false,
"headline": "feat(lru): 提供懒模式的 lru 引擎",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-05-19T06:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eef3513608e2fee5a2064f279028545561f048d",
"body": null,
"is_bot": false,
"headline": "fix: ToAny",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-05-13T03:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79d87edadba415d7bf0c0e082e9bb84fb48cc657",
"body": null,
"is_bot": false,
"headline": "fix: geo函数修改",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-04-14T04:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70473ea86fa26dbdc37979ab62f865524b7d2128",
"body": null,
"is_bot": false,
"headline": "fix: geo函数修改",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-04-14T04:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774f333d21cc0880bff6b0397b37268f6495c628",
"body": null,
"is_bot": false,
"headline": "refactor: add timingwhee",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-04-09T11:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6480622f8d1fe6bbdc18bc6a6fca115fce3994",
"body": null,
"is_bot": false,
"headline": "refactor: add timingwhee",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-04-09T10:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4af51404bcc1cc8df864ac6c474aa38d3115ad",
"body": null,
"is_bot": false,
"headline": "refactor: add timingwheel",
"author_name": "Daming Yang",
"author_login": "yangdm0209",
"committed_at": "2025-04-09T10:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b069a5153b5493f9a48c4987102416581d9b60db",
"body": null,
"is_bot": false,
"headline": "refactor: using lock",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-08T11:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b771942791bdf90ea0044f2468dfec49776eb5c",
"body": null,
"is_bot": false,
"headline": "refactor: using lock",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-08T10:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bda774d647fedc4c49f4b4c524147d52d1e354f",
"body": null,
"is_bot": false,
"headline": "refactor: cache key",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-08T09:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2bc9f34d9e1b6ee5780a10c6a36f6ae81f823d6",
"body": null,
"is_bot": false,
"headline": "refactor: load or store",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-07T17:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b1787d1adb302def6d39040091c104cf87e99b",
"body": null,
"is_bot": false,
"headline": "feat: swap",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-05T08:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8c5645ca1781f1f11c19e9b63ba116f44b91afd",
"body": null,
"is_bot": false,
"headline": "feat: swap",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-05T08:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9887da4ba99f34c433586aaf9a65584399c408ef",
"body": null,
"is_bot": false,
"headline": "fix: rm dir",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-03T03:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd10e7c053f0d12b7cf2ed604b5496e9c4828be4",
"body": null,
"is_bot": false,
"headline": "fix: nil check using refect2",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-02T08:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4b8c3eb35f19e9b0257d3001a628d238fe1d36",
"body": null,
"is_bot": false,
"headline": "fix: xpanic",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-04-02T06:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111e7efadce6431de1c97ad9f2b3e6aa07c12fde",
"body": null,
"is_bot": false,
"headline": "fix: ensure empty",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-03-28T06:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2ac85d2fce3bdb9531269cb37cb398304dbc49",
"body": null,
"is_bot": false,
"headline": "feat: ip prefer vpn",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-03-16T10:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4976b2ae4a11c5fcd17065468a04946050587291",
"body": "…elease",
"is_bot": false,
"headline": "Merge branch '1.3/release' of github.com:sandwich-go/boost into 1.3/r…",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-02-08T10:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25667fce101b61caa024b04e727453563bb83eb3",
"body": null,
"is_bot": false,
"headline": "fix: rand性能问题",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-02-08T10:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a9fbd4b8134e7d04a458f6a0473e1ecb09f55f",
"body": null,
"is_bot": false,
"headline": "feat: bucketmap 增加 BucketNum/RangeBucket函数",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2025-01-10T03:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d5f9b7ba36112db94acfba31babcebb722ea20",
"body": "…elease",
"is_bot": false,
"headline": "Merge branch '1.3/release' of github.com:sandwich-go/boost into 1.3/r…",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-01-07T10:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900f5e507d585843908f50726e48d887326b9f02",
"body": null,
"is_bot": false,
"headline": "fix: xconv string",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2025-01-07T10:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a74b857b8f5205db0255ea21fc1dd947c2f54a6",
"body": null,
"is_bot": false,
"headline": "chore: goroutine pool push 添加了context 参数",
"author_name": "jianwei.ma",
"author_login": null,
"committed_at": "2024-12-23T04:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c766f534a25d7d1b60e436b1abf5b915f5074c42",
"body": null,
"is_bot": false,
"headline": "chore: goroutine pool push 添加了context 参数",
"author_name": "jianwei.ma",
"author_login": null,
"committed_at": "2024-12-23T03:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a8befffd92ff4b813db65014beb8aa8e684fdd",
"body": null,
"is_bot": false,
"headline": "chore: goroutine pool push 添加了context 参数",
"author_name": "jianwei.ma",
"author_login": null,
"committed_at": "2024-12-23T03:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c802fb8c4f0093371582858c37540b70235b2d5",
"body": null,
"is_bot": false,
"headline": "refactor: mask",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-12-04T05:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d432418e1f2577217cb1ef93ff9f6d303be669",
"body": null,
"is_bot": false,
"headline": "refactor: mask",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-12-04T04:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6633c9d71a5f6d387dc7d20e227aa2d4287b0d5",
"body": "…elease",
"is_bot": false,
"headline": "Merge branch '1.3/release' of github.com:sandwich-go/boost into 1.3/r…",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-12-03T12:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "701e4e77ad507752136998db8ee15d6ccdee135d",
"body": null,
"is_bot": false,
"headline": "refactor: HideReplaceWith",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-12-03T12:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d640f8e0051281aee41abe5c55e2e3f595c848",
"body": null,
"is_bot": false,
"headline": "feat(redblacktree): put 函数增加返回值",
"author_name": "huangqing.zhu",
"author_login": null,
"committed_at": "2024-11-29T00:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce0ba53aa24c4b0cedaec12acb1f93885c1a2b8",
"body": null,
"is_bot": false,
"headline": "feat: panic WhenError",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-11-26T06:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f08671901bace8fa34f9c457f8bee526b232ab",
"body": null,
"is_bot": false,
"headline": "feat: module",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-11-06T10:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd516a078f82f5303cc3cf0d879a490f873ed0d",
"body": null,
"is_bot": false,
"headline": "xpanic: add system stack",
"author_name": "biyongze",
"author_login": "biyongze",
"committed_at": "2024-10-31T03:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0944a57d3f84b3d942927a2cbcb88e9f35c89075",
"body": "…elease",
"is_bot": false,
"headline": "Merge branch '1.3/release' of github.com:sandwich-go/boost into 1.3/r…",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-10-28T09:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8e851afbd11abf1f4dfbbe31fba3b35720896e",
"body": null,
"is_bot": false,
"headline": "humanize",
"author_name": "hui.wang",
"author_login": null,
"committed_at": "2024-10-28T09:46:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 59,
"latest_release_at": "2025-11-05T03:52:16Z",
"latest_release_tag": "v1.3.91",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 26,
"days_since_latest_release": 265,
"mean_days_between_releases": 142.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 12,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sandwich-go/boost",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sandwich-go/boost",
"is_deprecated": false,
"latest_version": "v1.3.105",
"repository_url": "https://github.com/sandwich-go/boost",
"versions_count": 166,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T12:22:05Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 9,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"xencoding/protobuf/test_perf/pref.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 97471,
"source_files_sampled": 562,
"oversized_source_files": 3,
"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": true,
"version": "v0.45.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-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 67
},
{
"name": "github.com/buger/jsonparser",
"direct": true,
"version": "v1.1.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g7g-w4f8-9c9x",
"GO-2026-4514"
],
"fixed_version": "1.1.2",
"advisory_count": 2,
"oldest_advisory_days": 133
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.47.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": 81
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 13
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.17.6",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5841"
],
"fixed_version": "1.18.7",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 66
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 3,
"critical": 1,
"moderate": 1
},
"advisory_count": 41,
"affected_count": 6,
"assessed_count": 58,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Masterminds/sprig",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.22.0+incompatible"
},
{
"name": "github.com/RussellLuo/timingwheel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220218152713-54845bda3108"
},
{
"name": "github.com/bufbuild/protovalidate-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
},
{
"name": "github.com/buger/jsonparser",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/coreos/go-semver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.1"
},
{
"name": "github.com/coreos/pkg",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220810130054-c7d1c02cb6cf"
},
{
"name": "github.com/go-playground/locales",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.1"
},
{
"name": "github.com/go-playground/universal-translator",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.18.1"
},
{
"name": "github.com/go-playground/validator/v10",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v10.22.0"
},
{
"name": "github.com/golang/snappy",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.4"
},
{
"name": "github.com/modern-go/reflect2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.2"
},
{
"name": "github.com/planetscale/vtprotobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.1-0.20250313105119-ba97887b0a25"
},
{
"name": "github.com/rs/xid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/sandwich-go/minio-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-beta.2"
},
{
"name": "github.com/smartystreets/goconvey",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.0"
},
{
"name": "github.com/vmihailenco/msgpack/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.5"
},
{
"name": "go.uber.org/goleak",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "go.uber.org/mock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.0"
},
{
"name": "golang.org/x/exp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20240325151524-a685a6edb6d8"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.18.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.31.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/bufbuild/protovalidate-go",
"direct": true,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/buger/jsonparser",
"direct": true,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-semver",
"direct": true,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/coreos/pkg",
"direct": true,
"version": "v0.0.0-20220810130054-c7d1c02cb6cf",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/locales",
"direct": true,
"version": "v0.14.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/universal-translator",
"direct": true,
"version": "v0.18.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/validator/v10",
"direct": true,
"version": "v10.22.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": true,
"version": "v0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/sprig",
"direct": true,
"version": "v2.22.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": true,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/planetscale/vtprotobuf",
"direct": true,
"version": "v0.6.1-0.20250313105119-ba97887b0a25",
"ecosystem": "go"
},
{
"name": "github.com/rs/xid",
"direct": true,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/sandwich-go/minio-go",
"direct": true,
"version": "v1.0.0-beta.2",
"ecosystem": "go"
},
{
"name": "github.com/smartystreets/goconvey",
"direct": true,
"version": "v1.7.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/msgpack/v5",
"direct": true,
"version": "v5.3.5",
"ecosystem": "go"
},
{
"name": "go.uber.org/goleak",
"direct": true,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/mock",
"direct": true,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": true,
"version": "v0.0.0-20240325151524-a685a6edb6d8",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": true,
"version": "v0.18.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go",
"direct": false,
"version": "v1.33.0-20240401165935-b983156c5e99.1",
"ecosystem": "go"
},
{
"name": "github.com/antlr4-go/antlr/v4",
"direct": false,
"version": "v4.13.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/gabriel-vasile/mimetype",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.20.1",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gopherjs/gopherjs",
"direct": false,
"version": "v0.0.0-20181017120253-0766667cb4d1",
"ecosystem": "go"
},
{
"name": "github.com/huandu/xstrings",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/imdario/mergo",
"direct": false,
"version": "v0.3.13",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/jtolds/gls",
"direct": false,
"version": "v4.20.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.17.6",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.2.6",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/leodido/go-urn",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/goutils",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/minio/md5-simd",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/minio/sha256-simd",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/copystructure",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/reflectwalk",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/smartystreets/assertions",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/stoewer/go-strcase",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/tagparser/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20240401170217-c3f982113cda",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20240401170217-c3f982113cda",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "v1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "gopkg.in/ini.v1",
"direct": false,
"version": "v1.67.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 58,
"direct_count": 23,
"indirect_count": 35
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "yangdm0209",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/7577658?v=4"
},
{
"type": "User",
"login": "biyongze",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/205738762?v=4"
},
{
"type": "User",
"login": "timestee",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/19310233?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.552
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "26 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c2efcd11ce1c90956c5dea81a4f6fbead2e05c20",
"ran_at": "2026-07-28T09:16:38Z",
"aggregate_score": 2,
"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-27T12:23:11Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-10-14T03:34:19Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sandwich-go/boost",
"host": "github.com",
"name": "boost",
"owner": "sandwich-go"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 26,
"vitality": 71,
"community": 20,
"governance": 65,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"commits_last_year": 59,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 26
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "26/52 weeks with commits",
"points": 18,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 26
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "59 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 59
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v1.3.91",
"releases_from_tags": false,
"days_since_latest_release": 265,
"mean_days_between_releases": 142.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 265 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 265
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~142.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 142.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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 20,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 2,
"stars": 9,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.552
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 55% of commits",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 55
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"followers": 23,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "sandwich-go",
"public_repos": 67,
"account_age_days": 2000
},
"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": "23 followers of sandwich-go",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23,
"login": "sandwich-go"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "67 public repos, account ~5 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 67
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sandwich-go/boost"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "166 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 166
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 20,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "26 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 58 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 58
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "osv",
"advisories": 41,
"affected_packages": 6,
"assessed_packages": 58,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 1, moderate 1, unknown 3",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: golang.org/x/crypto v0.45.0 (critical 10.0), github.com/buger/jsonparser v1.1.1 (high 7.5), golang.org/x/text v0.31.0 (unknown)",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "golang.org/x/crypto v0.45.0 (critical 10.0), github.com/buger/jsonparser v1.1.1 (high 7.5), golang.org/x/text v0.31.0 (unknown)"
}
}
],
"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": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 133 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 133
}
}
],
"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": 58,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"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.91,
"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": "91 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 91,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 97471,
"source_files_sampled": 562,
"oversized_source_files": 3
},
"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": "3/562 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 562,
"oversized": 3
}
}
],
"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": [
"xencoding/protobuf/test_perf/pref.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "xencoding/protobuf/test_perf/pref.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "xencoding/protobuf/test_perf/pref.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-28T09:16:45.363653Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sandwich-go/boost.svg",
"full_name": "sandwich-go/boost",
"license_state": "absent",
"license_spdx": null
}