Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 361,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 219934
},
"pushed_at": "2026-07-17T16:06:47Z",
"created_at": "2021-12-01T06:30:27Z",
"owner_type": "User",
"updated_at": "2026-07-17T16:07:15Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "huangbin.xin",
"name": "bin",
"type": "User",
"login": "hb1707",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/19995502?v=4",
"created_at": "2016-06-17T13:07:25Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 3686
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2024-11-15T07:27:35Z"
},
{
"tag": "v0.0.0",
"kind": "major",
"published_at": "2024-11-15T07:22:40Z"
}
],
"recent_commits": [
{
"oid": "387a5b6d7e80cc09844201d8d88c2372cbefc3cd",
"body": null,
"is_bot": false,
"headline": "refactor(routers): 优化路由模式设置逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-07-17T16:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a127e2083260b6bba299e441f85fb52d4cd216e0",
"body": null,
"is_bot": false,
"headline": "refactor(setting): 修改获取运行模式的配置字段名称",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-07-17T15:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba0b3b8b79d5d701f07aa823d329da1764333132",
"body": null,
"is_bot": false,
"headline": "refactor(file): 添加处理状态字段到文件结构体",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-07-08T14:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "252c5e47bb45e814c9c7eeb9e1c19bc02d5924a5",
"body": null,
"is_bot": false,
"headline": "feat(setting): 新增获取浮点数配置的函数",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-05-20T11:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a362272f96ac0ed243c2d351897aa453208c68e3",
"body": null,
"is_bot": false,
"headline": "refactor(config): 统一配置获取函数命名为大写开头",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-05-20T09:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650fbc86544cfd8415a4906f95e3e29eb80be366",
"body": null,
"is_bot": false,
"headline": "feat(config): 新增环境变量支持",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-05-20T08:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6024f343ab5c630d9279192818dd0e35f94c14b",
"body": null,
"is_bot": false,
"headline": "refactor(aliyun): 优化文件上传时的内容类型处理逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-05-11T07:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "407a15a4fcc85780cddfa2a9402ca6c96ed45eca",
"body": null,
"is_bot": false,
"headline": "refactor(setting): 添加 IsVPC 配置项",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-05-06T06:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ced30a38181c3caf5b589e57c92282f4c916f97",
"body": null,
"is_bot": false,
"headline": "refactor(setting): 添加 Aliyun OSS Region 配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-04-24T03:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba8784b898f07034cf1903bd3944df0ce580890",
"body": null,
"is_bot": false,
"headline": "refactor(app): 优化时间戳初始化逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-04-17T04:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ea08a6004187142c50d90ab7e17094945ccb97",
"body": null,
"is_bot": false,
"headline": "refactor(auth): 优化 GetBid 函数以支持不同类型的 bid 值",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-03-20T14:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea7fb954ebffab8286ac1681ac6af0bad7de7f8",
"body": null,
"is_bot": false,
"headline": "refactor(base): 调整 DeletedAt 字段的 GORM 标签以支持时间戳类型",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-03-16T14:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8416fb8a15aa6572898a3ec11d0d49b4b7d0cb",
"body": null,
"is_bot": false,
"headline": "refactor(base): 调整时间戳字段的 GORM 标签以支持自动创建和更新时间",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-03-16T13:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c69c271c671a390ac9c330efb8a5d529c24e44b",
"body": null,
"is_bot": false,
"headline": "refactor(routers): 设置最大上传文件大小为 8 MiB",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-03-13T10:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55d574e5b1e8e301abe455a613fa4a5db56ffd0",
"body": null,
"is_bot": false,
"headline": "refactor(base): 调整 JSON 响应结构,增加 result 字段",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-02-26T10:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e078ec1f64a4dc894a0dade2ffa6070909ab6373",
"body": null,
"is_bot": false,
"headline": "refactor: 增加 Redis 日志过滤器并限制 Debug 日志输出",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-28T06:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce503686dbf6568c81780b988d8e2ec30608796a",
"body": null,
"is_bot": false,
"headline": "refactor: 恢复 InitDB 调用以初始化数据库",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-22T16:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1685f2bba820657a1cbfe9e075ef8e3065c8dbfa",
"body": null,
"is_bot": false,
"headline": "refactor: 移除冗余变量 confDB 并直接使用 setting.DB 替代",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-22T16:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567e7fb9bd89c8f0d11f0978bde47a3682b79044",
"body": null,
"is_bot": false,
"headline": "refactor: 重命名 init 函数以提高可读性并统一初始化方法",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-22T14:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8075096ea0c4d09feb65d50600da6230cd8dc8",
"body": null,
"is_bot": false,
"headline": "refactor: 更新 InitConf 方法支持路径参数并扩展 Coze 配置 Token 字段",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-22T13:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23c35993a137d821abe4ea390888e177127dad1",
"body": null,
"is_bot": false,
"headline": "refactor: 重命名 init 函数为 InitConf",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-22T13:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b135c9abba72ebf6a6de1b6bd61b5b4aa650a568",
"body": null,
"is_bot": false,
"headline": "refactor: 调整字段对齐格式并扩展Coze团队版配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2026-01-22T13:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303c40c66a0114eb62dbecedf867db69a867d7ad",
"body": null,
"is_bot": false,
"headline": "refactor: varchar(255)改text",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-29T07:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7940ca6225c01c9b50e0467f496a0d91c8d7c55d",
"body": null,
"is_bot": false,
"headline": "refactor: 将 'desc' 字段重命名为'description'",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-24T15:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae17143ce37351878fbc5e5381976ee7ac4529d1",
"body": null,
"is_bot": false,
"headline": "fix: 解决key字段名与sql核心关键词冲突的bug",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-22T10:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7d1034162968a2a469e8877136178c8130521e",
"body": null,
"is_bot": false,
"headline": "fix: 解决sort字段名与sql核心关键词冲突的bug",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-22T08:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb7d31834f36f40db3c60eafa38bd89bd2086390",
"body": null,
"is_bot": false,
"headline": "fix: 解决from字段名与sql核心关键词冲突的bug",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-22T06:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf723ef9b423334daf77e7c28cabe9d58c084ec0",
"body": null,
"is_bot": false,
"headline": "refactor: 优化数据库字段定义和修改逻辑以支持Postgres",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-21T13:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f4830187bf5fefdd0172e184b785de119341ac",
"body": null,
"is_bot": false,
"headline": "refactor: 优化数据库字段定义和修改逻辑以支持Postgres",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-21T05:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b44ea20444a11188446d10d5ec62146495942e",
"body": null,
"is_bot": false,
"headline": "feat: 支持Postgres数据库驱动并增加相关配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-21T03:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5916640e414ecf08c30d0a2c90c4587a6da721d",
"body": null,
"is_bot": false,
"headline": "feat: 添加Content和AmountConsumed字段到Files结构体",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-10T08:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16495995208cd31beb012606c9c60bc8a8f25991",
"body": null,
"is_bot": false,
"headline": "feat: 增加coze团队版配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-09T19:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edaf9402a5016145a417b76dca667ce3364fe766",
"body": null,
"is_bot": false,
"headline": "feat: 添加Bid字段到Files结构体并更新相关逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-03T16:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e559047e8d939bdcbc2e1b454d20afbcb64e73",
"body": null,
"is_bot": false,
"headline": "fix: 修复一个致命bug",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-03T00:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f3c175b217a3b5f5be6e8b38ee176598416c08",
"body": null,
"is_bot": false,
"headline": "feat: 添加分区id字段到Files结构体",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-02T16:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2659829e9c41d512d8e0fec2592aeea797cd70dc",
"body": null,
"is_bot": false,
"headline": "feat: Files表新增 amount_consumed",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-02T14:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc6a0978d51ce4a7f3a068aaa46adcd063176d5",
"body": null,
"is_bot": false,
"headline": "feat: 生成用户token时添加bid,sub字段",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-12-02T04:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a60594fd0f6804d08481194cdb9a97212367912",
"body": null,
"is_bot": false,
"headline": "fix: Clickhouse DeletedAt字段允许NULL",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-23T16:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd5ec0dff2bd8f168b8bcbdf9023d67871484701",
"body": null,
"is_bot": false,
"headline": "feat: 修改 TableBaseClickhouse 的 Id 字段类型为 UUID",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-23T16:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50cf597ab8e5608d89d26ac06dec5275db39c23f",
"body": null,
"is_bot": false,
"headline": "feat: 添加 ClickHouse 数据库支持及配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-21T05:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9818536dce244a68d418c609878379c460afb5b7",
"body": null,
"is_bot": false,
"headline": "feat: 开启Redis发布订阅功能",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-10T17:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e413ddbdfae0bb2e80034f595836b2bb4c0d44d",
"body": null,
"is_bot": false,
"headline": "feat: 添加 Redis 客户端及使用示例",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-10T11:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56ba1d2d7d77c94e43635d037fa9db08a04a7a9",
"body": null,
"is_bot": false,
"headline": "feat: 添加Redis配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-10T10:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f869ff9ec9707f3a424eaac10c6052add6ecea9f",
"body": null,
"is_bot": false,
"headline": "refactor: 更新微信SDK相关配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-07T13:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e5cb9e7c4045f2aabb81a680e2971ebdbf7054c",
"body": null,
"is_bot": false,
"headline": "refactor: 更新微信SDK相关配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-07T13:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2aa8de27e4902f10752b5717d07e698ea061b1",
"body": null,
"is_bot": false,
"headline": "refactor: 更新微信SDK相关配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-07T12:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece52bbba335f8f32c2c707ba9a99d98eb939c2a",
"body": null,
"is_bot": false,
"headline": "feat: 添加企业微信群消息推送功能及模板卡片更新逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-07T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf17b7c32e19a4599396582e8ab32a63958b13a",
"body": null,
"is_bot": false,
"headline": "feat: 新增oss清理函数",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-06T11:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319994cb1cf5608b9b81691af76d5003ae6d496c",
"body": null,
"is_bot": false,
"headline": "feat: 添加Clear方法以处理文件删除逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-11-06T11:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f68454fe16de239256b6bd5182489b86a828f61",
"body": null,
"is_bot": false,
"headline": "fix: 修复Settings结构体的数据库查询逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-10-19T13:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f25612b27854b126c6bbb57c55c713e0507b311",
"body": null,
"is_bot": false,
"headline": "perf: settings加入超时逻辑",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-10-19T07:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc52e35d50c816193c3a7a187f6dadf7aac97454",
"body": null,
"is_bot": false,
"headline": "perf: 解决分布式服务通知限流问题",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-10-16T03:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a727850919a60ac8a043ccf867df0f113cf2d32f",
"body": null,
"is_bot": false,
"headline": "perf: 多服务就绪间隔10秒",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-10-16T03:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcc21678a43208df22c032143b8e5c7c1811e790",
"body": null,
"is_bot": false,
"headline": "fix: 修复一个文件id可能为0的bug",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-09-23T08:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aaed3b9ac54271c0edd56884cd999f9d5197f02",
"body": null,
"is_bot": false,
"headline": "feat: 提取URL中的域名并支持空域名处理",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-09-23T07:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f301255b01673b4a426e60f8dcfb1376bd80e7",
"body": null,
"is_bot": false,
"headline": "feat: 允许通配符来源",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-09-11T10:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e224c756a9cc3cfaefdaf9db4c5e1f0520c3b2f8",
"body": null,
"is_bot": false,
"headline": "perf: 上传文件名自定义支持",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-09-08T14:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f69122c8a130ee68eaedb829fa17a7270c7698",
"body": null,
"is_bot": false,
"headline": "feat: 更新获取文件访问地址的逻辑,支持自定义过期时间",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-31T10:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72701c3ee405f0ab01c973d7e765fd12f8cdb69d",
"body": null,
"is_bot": false,
"headline": "perf: 完善远程同步时的后缀判断策略",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-28T15:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189fcbd618ef9b6e61724699ca16828fa8d83f52",
"body": null,
"is_bot": false,
"headline": "fix: 修复远程同步udata目录bug",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-19T16:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58c70d1b6f8fb9d4ddd3004ce133bf218f322e6",
"body": null,
"is_bot": false,
"headline": "fix: 修复远程下载的文件名后缀有引号的bug",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-19T13:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fba2a8bcc4b1d2d02c7800d0e6d44ad89fbaa3ae",
"body": null,
"is_bot": false,
"headline": "fix: 修复远程下载的文件名缺少后缀的bug",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-19T11:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e91be86bf6d81d9c1be866d46aed28ba14ce17",
"body": null,
"is_bot": false,
"headline": "fix: 修复一个sql更新bug",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-08-17T09:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c67af87e2c51ef403da03a5839ee3adfdfab7c8",
"body": null,
"is_bot": false,
"headline": "perf: 优化远程上传的文件类型处理",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-08-17T07:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c2fad9212df33ea035d9fec3eeb3ca80fb814b9",
"body": null,
"is_bot": false,
"headline": "fix: 文件from字段改为text类型",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-08-17T01:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5e4e617d474448aa1b10535167e5e680181c58",
"body": null,
"is_bot": false,
"headline": "perf: pathType支持多级目录",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-08-16T18:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e180fe2c9fdd8ef5d76414028111ec91d2ec4f2",
"body": null,
"is_bot": false,
"headline": "perf: 文件类型自动判断",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-08-16T15:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a1543ad3462add155e413753d1944a1f005b06b",
"body": null,
"is_bot": false,
"headline": "feat: 新增文件路径更新逻辑",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-13T10:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9376d410df242a933fd4353a781ac7442c99f7d",
"body": null,
"is_bot": false,
"headline": "feat: 新增文件夹类型",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-11T13:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb37b185c68d82b6157936b9b3b87835738c6ec",
"body": null,
"is_bot": false,
"headline": "perf: 增加音乐文件类型",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-01T07:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17e4935358f6474cf095ca57518c679c944d836",
"body": null,
"is_bot": false,
"headline": "perf: 增加文件生成参数",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-08-01T03:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed457390b736e088fefbe8558774da2b58b54c54",
"body": null,
"is_bot": false,
"headline": "perf: 增加文件UUID",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-07-27T17:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e820b40326ce92628b559085b09508abb2b4b569",
"body": null,
"is_bot": false,
"headline": "perf: 新增mnc_topic配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-07-27T14:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1530ffc2632fcb970d042f08096170b6bf5b4e2b",
"body": null,
"is_bot": false,
"headline": "perf: 新增mnc_topic配置",
"author_name": "hb",
"author_login": null,
"committed_at": "2025-07-27T14:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f203cd3f9c018af256373f0faabdb3e1c692afd3",
"body": null,
"is_bot": false,
"headline": "refactor: 阻止匿名访问",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-24T06:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6af45813deda7a3ef95125fb42539af2e52ef52a",
"body": null,
"is_bot": false,
"headline": "feat: 优化文件路由映射",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-24T03:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f714b3c32157e4118f1771a8575840c73f783a",
"body": null,
"is_bot": false,
"headline": "feat: 私有OSS可通过本地路径访问",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-23T18:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6b73d7f25ceb89409d33282f81656261a873e7",
"body": null,
"is_bot": false,
"headline": "feat: 支持私有OSS空间",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-23T17:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23cd6d03140673a597acd141c99f5d66a5ebc03c",
"body": null,
"is_bot": false,
"headline": "perf: 用户空间也支持独立域名",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-23T16:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d58500e42af49219ba8774d19d19dbea2c1f6b9",
"body": null,
"is_bot": false,
"headline": "perf: 用户空间也支持独立域名",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-23T16:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7db3358da9caa926d14387f00f16762887d3e861",
"body": null,
"is_bot": false,
"headline": "perf: 本地上传也支持用户目录",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-23T12:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8c618a7eba4b24daed3f104b62cb7dd8481ca4",
"body": null,
"is_bot": false,
"headline": "refactor: 优化上传代码",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-23T09:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99cd548dc41fc5c8f777936cd0a647db1f490e4",
"body": null,
"is_bot": false,
"headline": "feat: 增加appinfo.json修改逻辑",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-10T10:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a723c1848fb9843212217a2b86b9e13f6a61056d",
"body": null,
"is_bot": false,
"headline": "feat: 增加文档智能大模型处理状态标记",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-03T06:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf28df787e8866896d01adc9889c360a2a43337",
"body": null,
"is_bot": false,
"headline": "feat: 增加文档智能大模型处理状态标记",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-03T04:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ad3c924e5d33a9d64046a76c45333e3ebf030f7",
"body": null,
"is_bot": false,
"headline": "feat: volc 改用 apikey方式请求",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-01T09:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbd2c329df0b1994f8751402a4a042d705d95533",
"body": null,
"is_bot": false,
"headline": "feat: volc 改用 apikey方式请求",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-01T09:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aeb1ff51f023a05559f9041d6406d4401fd9c83",
"body": null,
"is_bot": false,
"headline": "feat: 更新volc库",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-07-01T09:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fc34ca63a82cd5ece3034b52a5ae4d8aa4523c9",
"body": null,
"is_bot": false,
"headline": "feat: 新增文件封面字段",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-06-23T08:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de12149b5fd21362b97d1ea79b519fda2274c733",
"body": null,
"is_bot": false,
"headline": "feat: 新增OSS文件转换方法",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-06-20T12:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccad8ab4c266cf031c87d6aab6fd9b2bdeff7592",
"body": null,
"is_bot": false,
"headline": "feat: 新增OSS文件转换方法",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-06-20T12:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b17ec0400d747050d303806eacbf894a0e9f73",
"body": null,
"is_bot": false,
"headline": "feat: auth新增role字段",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-25T07:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36bf2a972c06f25c92f23a20d52bc066cc21e16a",
"body": null,
"is_bot": false,
"headline": "feat: auth新增role字段",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-25T07:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea581e3b82b5e09fca4c3911b852a26753920604",
"body": null,
"is_bot": false,
"headline": "update: 库更新",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-20T09:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "676058fa64273b615adf1071c1ffde5110c3ed19",
"body": null,
"is_bot": false,
"headline": "perf: 远程文件同步时可配置BucketName",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-20T06:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc0a9dc8b5c650dcfebde0e32946aa3edcee413",
"body": null,
"is_bot": false,
"headline": "feat: 新增markdown文件类型支持",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-19T14:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c47d556847018d89faae33d1ba1a27007aab9a6",
"body": null,
"is_bot": false,
"headline": "feat: 新增文件内容字段",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-19T08:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dffc8a6ef92edf484ab8a413bddf4748ccd4eb91",
"body": null,
"is_bot": false,
"headline": "feat: 新增多媒体文件类型",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-15T10:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52149bb47fe1631cd28e2bd730e8cf033b8b4171",
"body": null,
"is_bot": false,
"headline": "feat: sms配置",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-07T12:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c029288e96ca406e298be62839ad70391ae677",
"body": null,
"is_bot": false,
"headline": "feat: aliyun token缓存",
"author_name": "wind",
"author_login": null,
"committed_at": "2025-05-07T12:33:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 82,
"latest_release_at": "2024-11-15T07:27:35Z",
"latest_release_tag": "v0.0.1",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 27,
"days_since_latest_release": 613,
"mean_days_between_releases": 0
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 0,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/hb1707/ant-godmin",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/hb1707/ant-godmin",
"is_deprecated": false,
"latest_version": "v0.9.16",
"repository_url": "https://github.com/hb1707/ant-godmin",
"versions_count": 180,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T16:06:23Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-11-23",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15671,
"source_files_sampled": 72,
"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": "github.com/jackc/pgx/v5",
"direct": false,
"version": "5.6.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-9jj7-4m8r-rfcm",
"GHSA-j88v-2chj-qfwx",
"GHSA-xgrm-4fwx-7qm8",
"GO-2026-4771",
"GO-2026-4772",
"GO-2026-5004"
],
"fixed_version": "5.9.2",
"advisory_count": 6,
"oldest_advisory_days": 105
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "0.36.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": 250
},
{
"name": "github.com/xuri/excelize/v2",
"direct": true,
"version": "2.8.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-h69g-9hx6-f3v4"
],
"fixed_version": "2.11.0",
"advisory_count": 1,
"oldest_advisory_days": 11
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.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": 166
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.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": 60
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "0.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": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 2,
"critical": 2,
"moderate": 1
},
"advisory_count": 52,
"affected_count": 6,
"assessed_count": 100,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/alibabacloud-go/darabonba-openapi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.1"
},
{
"name": "github.com/alibabacloud-go/dysmsapi-20170525/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.18"
},
{
"name": "github.com/alibabacloud-go/tea-utils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.5"
},
{
"name": "github.com/aliyun/alibaba-cloud-sdk-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.63.107"
},
{
"name": "github.com/aliyun/aliyun-oss-go-sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.2+incompatible"
},
{
"name": "github.com/appleboy/gin-jwt/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.3"
},
{
"name": "github.com/flosch/pongo2/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.0.2"
},
{
"name": "github.com/gin-contrib/cors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.5"
},
{
"name": "github.com/gin-gonic/gin",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/go-ini/ini",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.67.0"
},
{
"name": "github.com/goccy/go-json",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.10.5"
},
{
"name": "github.com/golang-jwt/jwt/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.5.2"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/hb1707/exfun",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.7"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v9.16.0"
},
{
"name": "github.com/sashabaranov/go-openai",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "github.com/silenceper/wechat/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.10"
},
{
"name": "github.com/volcengine/volcengine-go-sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.19"
},
{
"name": "github.com/xuri/excelize/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.8.1"
},
{
"name": "gorm.io/driver/clickhouse",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "gorm.io/driver/mysql",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.7"
},
{
"name": "gorm.io/driver/postgres",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "gorm.io/gorm",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.30.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/alibabacloud-go/darabonba-openapi",
"direct": true,
"version": "0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/dysmsapi-20170525/v2",
"direct": true,
"version": "2.0.18",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/tea-utils",
"direct": true,
"version": "1.4.5",
"ecosystem": "go"
},
{
"name": "github.com/aliyun/alibaba-cloud-sdk-go",
"direct": true,
"version": "1.63.107",
"ecosystem": "go"
},
{
"name": "github.com/aliyun/aliyun-oss-go-sdk",
"direct": true,
"version": "3.0.2+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/appleboy/gin-jwt/v2",
"direct": true,
"version": "2.10.3",
"ecosystem": "go"
},
{
"name": "github.com/flosch/pongo2/v4",
"direct": true,
"version": "4.0.2",
"ecosystem": "go"
},
{
"name": "github.com/gin-contrib/cors",
"direct": true,
"version": "1.7.5",
"ecosystem": "go"
},
{
"name": "github.com/gin-gonic/gin",
"direct": true,
"version": "1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/go-ini/ini",
"direct": true,
"version": "1.67.0",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-json",
"direct": true,
"version": "0.10.5",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v4",
"direct": true,
"version": "4.5.2",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/hb1707/exfun",
"direct": true,
"version": "0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/redis/go-redis/v9",
"direct": true,
"version": "9.16.0",
"ecosystem": "go"
},
{
"name": "github.com/sashabaranov/go-openai",
"direct": true,
"version": "1.40.0",
"ecosystem": "go"
},
{
"name": "github.com/volcengine/volcengine-go-sdk",
"direct": true,
"version": "1.1.19",
"ecosystem": "go"
},
{
"name": "github.com/xuri/excelize/v2",
"direct": true,
"version": "2.8.1",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/clickhouse",
"direct": true,
"version": "0.7.0",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/mysql",
"direct": true,
"version": "1.5.7",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/postgres",
"direct": true,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "gorm.io/gorm",
"direct": true,
"version": "1.30.0",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/alibabacloud-gateway-spi",
"direct": false,
"version": "0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/debug",
"direct": false,
"version": "0.0.0-20190504072949-9472017b5c68",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/endpoint-util",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/openapi-util",
"direct": false,
"version": "0.0.11",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/tea",
"direct": false,
"version": "1.1.19",
"ecosystem": "go"
},
{
"name": "github.com/alibabacloud-go/tea-xml",
"direct": false,
"version": "1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/aliyun/credentials-go",
"direct": false,
"version": "1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/brotli",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/bradfitz/gomemcache",
"direct": false,
"version": "0.0.0-20220106215444-fb4bf637b56d",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic",
"direct": false,
"version": "1.13.2",
"ecosystem": "go"
},
{
"name": "github.com/bytedance/sonic/loader",
"direct": false,
"version": "0.2.4",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/clbanning/mxj/v2",
"direct": false,
"version": "2.5.6",
"ecosystem": "go"
},
{
"name": "github.com/clickhouse/ch-go",
"direct": false,
"version": "0.61.5",
"ecosystem": "go"
},
{
"name": "github.com/clickhouse/clickhouse-go/v2",
"direct": false,
"version": "2.30.0",
"ecosystem": "go"
},
{
"name": "github.com/cloudwego/base64x",
"direct": false,
"version": "0.1.5",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-rendezvous",
"direct": false,
"version": "0.0.0-20200823014737-9f7001d12a5f",
"ecosystem": "go"
},
{
"name": "github.com/fatih/structs",
"direct": false,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/gabriel-vasile/mimetype",
"direct": false,
"version": "1.4.8",
"ecosystem": "go"
},
{
"name": "github.com/gin-contrib/sse",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/go-faster/city",
"direct": false,
"version": "1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/go-faster/errors",
"direct": false,
"version": "0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/locales",
"direct": false,
"version": "0.14.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/universal-translator",
"direct": false,
"version": "0.18.1",
"ecosystem": "go"
},
{
"name": "github.com/go-playground/validator/v10",
"direct": false,
"version": "10.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-redis/redis/v8",
"direct": false,
"version": "8.11.5",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-version",
"direct": false,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/hb1707/wechat/v2",
"direct": false,
"version": "2.1.11",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgpassfile",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgservicefile",
"direct": false,
"version": "0.0.0-20240606120523-5a60cdf6a761",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": false,
"version": "5.6.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/now",
"direct": false,
"version": "1.1.5",
"ecosystem": "go"
},
{
"name": "github.com/jmespath/go-jmespath",
"direct": false,
"version": "0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "1.17.8",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "2.2.10",
"ecosystem": "go"
},
{
"name": "github.com/leodido/go-urn",
"direct": false,
"version": "1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/mohae/deepcopy",
"direct": false,
"version": "0.0.0-20170929034955-c48cc78d4826",
"ecosystem": "go"
},
{
"name": "github.com/opentracing/opentracing-go",
"direct": false,
"version": "1.2.1-0.20220228012449-10b1cf09e00b",
"ecosystem": "go"
},
{
"name": "github.com/paulmach/orb",
"direct": false,
"version": "0.11.1",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "2.2.3",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": false,
"version": "4.1.21",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/richardlehane/mscfb",
"direct": false,
"version": "1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/richardlehane/msoleps",
"direct": false,
"version": "1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/asm",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/shopspring/decimal",
"direct": false,
"version": "1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": false,
"version": "1.17.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/tjfoc/gmsm",
"direct": false,
"version": "1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/twitchyliquid64/golang-asm",
"direct": false,
"version": "0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/ugorji/go/codec",
"direct": false,
"version": "1.2.12",
"ecosystem": "go"
},
{
"name": "github.com/volcengine/volc-sdk-golang",
"direct": false,
"version": "1.0.23",
"ecosystem": "go"
},
{
"name": "github.com/xuri/efp",
"direct": false,
"version": "0.0.0-20231025114914-d1ff6096ae53",
"ecosystem": "go"
},
{
"name": "github.com/xuri/nfp",
"direct": false,
"version": "0.0.0-20230919160717-d98342af3f05",
"ecosystem": "go"
},
{
"name": "github.com/youmark/pkcs8",
"direct": false,
"version": "0.0.0-20240726163527-a2c0da244d78",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "1.26.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "1.26.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/arch",
"direct": false,
"version": "0.15.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "0.12.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "0.23.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "0.0.0-20220411224347-583f2d630306",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "1.36.6",
"ecosystem": "go"
},
{
"name": "gopkg.in/ini.v1",
"direct": false,
"version": "1.67.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 100,
"direct_count": 22,
"indirect_count": 78
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": null,
"bot_contributors": 0,
"top_contributors": [],
"contributors_sampled": null,
"top_contributor_share": null
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 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": "34 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "387a5b6d7e80cc09844201d8d88c2372cbefc3cd",
"ran_at": "2026-07-22T03:04:03Z",
"aggregate_score": 1.9,
"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-17T16:06:48Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hb1707/ant-godmin",
"host": "github.com",
"name": "ant-godmin",
"owner": "hb1707"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"security": 30,
"vitality": 75,
"community": 1,
"governance": 46,
"engineering": 5
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 82,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "82 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 82
}
}
],
"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": 68,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.0.1",
"releases_from_tags": false,
"days_since_latest_release": 613,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 613 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 613
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 1,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_readme": false,
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 46,
"weight": 0.24,
"metrics": [
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"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": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "hb1707",
"public_repos": 28,
"account_age_days": 3686
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of hb1707",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "hb1707"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~10 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/hb1707/ant-godmin"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "180 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 180
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 5,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"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": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 30,
"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": 19,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 1.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "34 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 100 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": 100
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 72,
"inputs": {
"source": "osv",
"advisories": 52,
"affected_packages": 6,
"assessed_packages": 100,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 1, moderate 1, unknown 2",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: github.com/xuri/excelize/v2 2.8.1 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "github.com/xuri/excelize/v2 2.8.1 (high 7.5)"
}
}
],
"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 has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 100,
"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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"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": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 37,
"inputs": {
"has_nix": false,
"has_tests": false,
"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": 0,
"status": "missed",
"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": 15671,
"source_files_sampled": 72,
"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/72 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 72,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Contributor list unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-22T03:04:06.492967Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hb1707/ant-godmin.svg",
"full_name": "hb1707/ant-godmin",
"license_state": "absent",
"license_spdx": null
}