Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 161,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 55995
},
"pushed_at": "2026-07-19T18:09:51Z",
"created_at": "2026-07-19T16:50:39Z",
"owner_type": "User",
"updated_at": "2026-07-19T18:09:55Z",
"description": "go 版 b站/bilibili 直播/bili直播 弹幕库 - websocket协议",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "稀饭",
"type": "User",
"login": "xifan2333",
"company": null,
"location": null,
"followers": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/23066537?v=4",
"created_at": "2016-10-26T01:19:25Z",
"is_verified": null,
"public_repos": 63,
"account_age_days": 3561
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.7.4",
"kind": "patch",
"published_at": "2026-07-19T17:38:25Z"
},
{
"tag": "v1.7.3",
"kind": "patch",
"published_at": "2026-07-19T17:19:01Z"
},
{
"tag": "v1.7.2",
"kind": "patch",
"published_at": "2026-07-19T17:11:08Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2026-07-19T17:08:19Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-07-19T17:03:27Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2026-07-19T16:57:56Z"
}
],
"recent_commits": [
{
"oid": "97c7f415cb8516fdcf6d89c5d0f9bbc370f8b546",
"body": null,
"is_bot": false,
"headline": "test(message): remove obsolete interact_test.go",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T18:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a74b603bb6257cebab37a5b53ad289afc9b663",
"body": "Enter packet used platform=danmuji and only scraped _uuid for buvid.\nBilibili now expects platform=web and cookie buvid3 (same as blivedm).\nWithout that, danmaku still arrives but enter/interact CMDs do not.",
"is_bot": false,
"headline": "fix: send web auth with buvid3 so INTERACT_WORD_V2 is delivered",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T17:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0a9f15850e0ebfd99614f96ca71ca29cb4073c9",
"body": null,
"is_bot": false,
"headline": "style(message): InteractWord struct+Parse in interact.go like gift/toast",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T17:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1ed755d3808867856a9c3103e90294cbb0c3c8",
"body": "Single source pb/dmv2.proto → pb/dmv2.pb.go; drop interact_word_v2.*",
"is_bot": false,
"headline": "refactor(pb): merge InteractWordV2 into dmv2.proto",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T17:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c72fa87d025fcf83b61a0e4139700d3fa69d59c",
"body": "- InteractWord parses INTERACT_WORD_V2 only (no legacy JSON path)\n- UserToast parses USER_TOAST_MSG_V2 only\n- SuperChatDelete lives next to SuperChat\n- Drop OnInteractWordV2 / OnUserToastV2 / OnLikeClick dual APIs\n- Keep public method names OnInteractWord / OnUserToast",
"is_bot": false,
"headline": "refactor: current protocol only, edit in place",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T17:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc53f10f9fb60c667956aeeacde6eae255a9ebdf",
"body": "Port the full first-class web message set used by xfgryujk/blivedm:\nINTERACT_WORD_V2 (pb), USER_TOAST_MSG_V2, SUPER_CHAT_MESSAGE_DELETE,\nLIKE_INFO_V3_CLICK, plus legacy INTERACT_WORD. Document open-live CMDs\nas custom handlers only (no open-live client in this library).",
"is_bot": false,
"headline": "feat: align web events with blivedm BaseHandler",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T17:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6575748c4e841f9a4d3ac7d1acd7fcc8d39271",
"body": "Bilibili replaced plain INTERACT_WORD JSON with INTERACT_WORD_V2\n(base64 protobuf in data.pb). Decode pb.InteractWordV2, expose\nOnInteractWord / OnInteractWordV2, keep legacy JSON path, and\nretarget module path to xifan2333/blivedm-go.",
"is_bot": false,
"headline": "feat: support INTERACT_WORD_V2 enter-room events",
"author_name": "xifan2333",
"author_login": "xifan2333",
"committed_at": "2026-07-19T16:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bdebcf3e3df1e73c12cbf4f0aa5ab7842fff751",
"body": null,
"is_bot": false,
"headline": "fix #33",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2025-07-26T03:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f24862add2778a98fe2bd634e7afcd14421073",
"body": null,
"is_bot": false,
"headline": "update cookie related info (#31)",
"author_name": "Aynakeya",
"author_login": "aynakeya",
"committed_at": "2025-06-30T03:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11da71ddc0356534119e0abd1a4c219450edf10d",
"body": null,
"is_bot": false,
"headline": "modern convert",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2025-06-03T06:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5547f0b0674c3bdba9431c0e849d657bd6b28c",
"body": null,
"is_bot": false,
"headline": "more danmaku extra, close #28",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2025-06-03T05:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a012577fa35c5fe0e52d345ac05c053be3756ca",
"body": null,
"is_bot": false,
"headline": "add sign, fix #27",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2025-05-27T04:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459052060abe3f8d52e6ed2e4901d8e20eb85e5b",
"body": null,
"is_bot": false,
"headline": "fix #26",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2025-04-25T12:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a602e7bf3d5d7c91e948509401fd493cab2ddb",
"body": "Co-authored-by: daofeng <jcb20150301@qq.com>",
"is_bot": false,
"headline": "补充一部分cmd信息,增加部分注释 (#25)",
"author_name": "蒋",
"author_login": "dfaofeng",
"committed_at": "2025-04-07T09:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7bc5fe32b9a476ab277b40a2d5e9d9e4b50c6d",
"body": null,
"is_bot": false,
"headline": "fix #23",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2024-10-30T08:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06c073017d4871579ac2a8d32228937e02feec2",
"body": null,
"is_bot": false,
"headline": "fix #24",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2024-10-30T08:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efed5aa128260219704810767f6558e0e374f2bf",
"body": null,
"is_bot": false,
"headline": "update go.mod",
"author_name": "Akegarasu",
"author_login": "Akegarasu",
"committed_at": "2024-09-22T13:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3df8f3f2aa5d510af78a3131f5438228f7276cc",
"body": null,
"is_bot": false,
"headline": "add lock for concurrent write (#22)",
"author_name": "Aynakeya",
"author_login": "aynakeya",
"committed_at": "2024-04-27T03:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e5a27ca9a54391d6b4dba33d19e279d26e3281",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2023-10-23T10:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c026c815e193727f01efbd3fe261f29905d65cd",
"body": null,
"is_bot": false,
"headline": "fix: cmd parse with regex (#18)",
"author_name": "xiamo",
"author_login": "AceXiamo",
"committed_at": "2023-09-21T01:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6833089dc90180a05ed1626ad313dea8f3ecc682",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-09-14T12:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258bd0c72fedcce43bd1b22a6d988b3be01e3a96",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-09-11T12:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0fa81121e30a75e20149cf54acc047f0edf09f",
"body": null,
"is_bot": false,
"headline": "Merge pull request #16 from Wenw97/main",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2023-09-11T12:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a43a4b25273555c678de495b8c2dfe72b3249a51",
"body": null,
"is_bot": false,
"headline": "fix: 修复 为保护用户隐私,未登录无法查看他人昵称",
"author_name": "wangwen",
"author_login": "ww4396",
"committed_at": "2023-09-11T10:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50502af7c0728b80e480fc7fee2477946b48e2c5",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-09-03T05:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "597efb45b7f1d32e0b78b93a5120138b1f5bd825",
"body": null,
"is_bot": false,
"headline": "breaking: change roomid, uid to int",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-09-03T05:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8996880c20f5c8abf1023642b915bd8530564d11",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-09-02T14:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c9056ddbf1a038cdc2d2c7460bdc3aa604fcb13",
"body": null,
"is_bot": false,
"headline": "fix #15",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-09-02T14:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7a21bc54b146b2aeebea8490f3e66c233925e2",
"body": null,
"is_bot": false,
"headline": "change: reconnect & protocol version close #14",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-08-20T09:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0b84cba0f05d100f28a9508096d562b5c95019",
"body": null,
"is_bot": false,
"headline": "feat: init uid automatic",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-08-20T03:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa18b38341a8e80c06a08c4eeddede103d17f88",
"body": null,
"is_bot": false,
"headline": "feat: dm_v2",
"author_name": "akiba",
"author_login": "Akegarasu",
"committed_at": "2023-08-12T13:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95ad7f9a5c7694b4bc72c3183b88bd29681af5f",
"body": null,
"is_bot": false,
"headline": "use string for uid same to roomid",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2023-07-09T03:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f039e91232a9da5aa6241460f3b0aa68b73b97",
"body": "🐛 fix: anonymous danmu msg",
"is_bot": false,
"headline": "Merge pull request #11 from tymon42/main",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2023-07-08T05:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc38ae58620a043dd6df2244b1442901d9b50f7",
"body": null,
"is_bot": false,
"headline": "🐛 fix: anonymous danmu msg",
"author_name": "HarryWong",
"author_login": "harryisfish",
"committed_at": "2023-07-08T02:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56426ffa70926176d95db50f699911e734040c0",
"body": null,
"is_bot": false,
"headline": ":memo: remove hint",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-09-30T01:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c237f25b4be6d34e9821d346b44f3877d46272",
"body": null,
"is_bot": false,
"headline": ":zap: add more examples",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-09-11T07:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c59d633e0d8f32882768ee2427966efb3d4ceb2",
"body": null,
"is_bot": false,
"headline": ":memo: update README.md",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-09-11T07:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0a70da8ef63f084e14d6d2c1b3a65e16d8cadd",
"body": "merge dev",
"is_bot": false,
"headline": "Merge pull request #8 from Akegarasu/dev",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2022-09-04T14:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9ddd88ed7b7e265fe93dd0c4216deaed7b55d6",
"body": null,
"is_bot": false,
"headline": ":sparkles: add OnUserToast, supports userToastMessage",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-09-04T14:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55c009a78b7d1180534fe283a36fa88e08379a2",
"body": null,
"is_bot": false,
"headline": ":sparkles: add known cmd",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-09-04T14:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f82e88cf551a4e4ab47f2b871477f8cb10f8ec",
"body": null,
"is_bot": false,
"headline": ":art: rename UnmarshalString",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-08-10T09:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cbe8ff06ebca24ad1ed98d766151b187986fe3d",
"body": null,
"is_bot": false,
"headline": ":art: NewEnterPacket",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-08-10T09:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf8a0c81891b914462aa056e04d972b1cfdacb6",
"body": "V3",
"is_bot": false,
"headline": "Merge pull request #6 from Akegarasu/v3",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2022-08-03T14:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da239bef8430dc961fdd6e193f04171fa4389ad0",
"body": null,
"is_bot": false,
"headline": "fix: UseDefaultHost",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-08-03T14:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd1296df83e0e4c17aad581e3855c13da55de89",
"body": null,
"is_bot": false,
"headline": ":memo:",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-27T09:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454ea5ef9a50b27a205bca65e82687c78277073e",
"body": null,
"is_bot": false,
"headline": ":sparkles: update example",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-22T09:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4082c5489f63458a18625895b5724bc5f3825989",
"body": null,
"is_bot": false,
"headline": ":art:",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-22T09:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85a2f35d12964e0891ce1250c5e097f441c01f81",
"body": null,
"is_bot": false,
"headline": ":art: 重构:tempId、connect、start",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-18T11:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b5df9a1d547ada5549e84e227b733e58d4dc03",
"body": null,
"is_bot": false,
"headline": ":memo: 一些注释",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-18T09:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0eccc2ef711100c9fec3b08702fa0a5ab5401b1",
"body": null,
"is_bot": false,
"headline": ":sparkles: 重连自动尝试更换host",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-18T08:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e330ad54a0b7bb548d91df664f1b3987ff23adc1",
"body": null,
"is_bot": false,
"headline": ":bug: fix #5",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-18T08:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e7746a474392a7b50029205de6ab71ae4ab923",
"body": null,
"is_bot": false,
"headline": ":zap: danmu parse",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-07-06T13:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a32fe9e5d97ffaded8df494ffe4523fdc39252d",
"body": null,
"is_bot": false,
"headline": ":art: format",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-17T15:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba2e6dc01fff4f9ab934ab3f2f1c41c978b4d2b",
"body": "性能改善",
"is_bot": false,
"headline": "Merge pull request #4 from Akegarasu/v2",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2022-06-17T15:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "babe97b55ef32b3b372181e77861ddb2b04d3fd5",
"body": "438.7 ns/op -> 8.914 ns/op",
"is_bot": false,
"headline": ":zap: handler 解析 cmd 时候不再使用 gjson",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-17T15:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3881e91dbd545ef8598880e8e364f0d2c22155",
"body": null,
"is_bot": false,
"headline": ":zap: 减少一次 index",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-17T15:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7832593ee29b7261b71d1a390c0ee01c2bf5555",
"body": null,
"is_bot": false,
"headline": ":art: log",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-17T15:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0063dd11353b229147947a05c7a8c32a23f3e081",
"body": null,
"is_bot": false,
"headline": ":art: reconnect log",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-16T11:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8d3127da554b31d3196447e2ce999c8f955931",
"body": "Create LICENCE",
"is_bot": false,
"headline": "Merge pull request #3 from Akegarasu/add-license-1",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2022-06-06T08:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777ace450162c22ebe9e207e585f0202013c60a5",
"body": null,
"is_bot": false,
"headline": "Create LICENCE",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2022-06-06T08:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a21354d74fb268a27f45066ecd72324a116e61",
"body": "V2",
"is_bot": false,
"headline": "Merge pull request #2 from Akegarasu/v2",
"author_name": "秋葉杏",
"author_login": "Akegarasu",
"committed_at": "2022-06-04T01:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f69fa048638d417f653bd80f706b8ea666c8a2d1",
"body": null,
"is_bot": false,
"headline": ":art: byte-string convert",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-04T01:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed9b1f5b44a74acbf4c90b137b6e95d7a941d2d",
"body": null,
"is_bot": false,
"headline": ":art: remove log formatter",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-04T01:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f0e29c3a012ecc945759e21157e02ceb781361",
"body": "This reverts commit b4bc1a280f301d4303957fb7d2f19633a2ec763e.",
"is_bot": false,
"headline": "Revert \":art: parse 减少 gjson 使用 优化性能\"",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-04T01:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f60476e99547de986c2f2845cd43a0b66bf8300",
"body": null,
"is_bot": false,
"headline": ":bug: fix cmd",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-04T01:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95bc1bedaa35c99c13792d3d7ff5ccba628f7b66",
"body": null,
"is_bot": false,
"headline": ":art: byte-string convert",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-06-04T01:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4bc1a280f301d4303957fb7d2f19633a2ec763e",
"body": null,
"is_bot": false,
"headline": ":art: parse 减少 gjson 使用 优化性能",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-25T09:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d7821c2a009627a23e782c0863eadbfec7257f",
"body": null,
"is_bot": false,
"headline": ":art: zero-copy byte-string convert",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-25T09:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e5bf28b6c596a1d9e05e299f65d45bf79c83017",
"body": null,
"is_bot": false,
"headline": ":art: realRoomID",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-25T09:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8731398bb6bcdfda48420db1c7087e3b2cda66e6",
"body": null,
"is_bot": false,
"headline": ":art: start 不返回 err 了",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-24T08:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca267bee7852320110d93459b75dd98af5fe2581",
"body": null,
"is_bot": false,
"headline": ":art: reconnect",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-24T08:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07d9ab2c446db2a7ccd909a9b93fd798a195a5a",
"body": null,
"is_bot": false,
"headline": ":bug: fix reconnect",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-24T08:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36b9b59e9e794889fb011127c36c0c9dc32b4d13",
"body": null,
"is_bot": false,
"headline": ":bug: fix reconnect",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-24T01:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "885e694223861f750bedb4fd29b78298f9388d82",
"body": null,
"is_bot": false,
"headline": ":art: api: GetJson && 更改错误处理逻辑",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-14T07:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1081db07286b904bc3fbf662583572ec33ba8145",
"body": null,
"is_bot": false,
"headline": ":sparkles: User & Medal 添加更多字段",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-14T04:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9193a688b121b79e92e3b9dbfd840592f389758a",
"body": null,
"is_bot": false,
"headline": ":art: improve unknown cmd log",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-14T03:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978a4e85d31bc5f9daf554cec89ce102d5da0074",
"body": null,
"is_bot": false,
"headline": ":sparkles: add user guard level",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-07T06:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177c8d35b1b9b383c6bdbe4a49b1bd45904c84d1",
"body": null,
"is_bot": false,
"headline": ":sparkles: *breaking change* 重命名了Medal中的up为UpName,添加了UpRoomId、UpUid",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-05-04T02:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c6907d17579f74febaa3056136139009e1673ba",
"body": null,
"is_bot": false,
"headline": ":sparkles: add raw for Danmaku",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-04-29T13:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e1f491aa77cbcb58334d2fe08e6f45d2d2bdef",
"body": null,
"is_bot": false,
"headline": ":sparkles: add stop for client",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-31T07:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec244cae810950aa2df66a596af76326f338521",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T12:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "436af1efe511ef8b88df202978a4652074428b0a",
"body": null,
"is_bot": false,
"headline": ":art: move GetDanmuInfo to api",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T11:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a51470041d223f1fbab4cf6dd54debf00d0f316c",
"body": null,
"is_bot": false,
"headline": ":art: move GetDanmuInfo to api",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T11:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d421f943bf121f994bef90751470902a6dc3814",
"body": null,
"is_bot": false,
"headline": ":art: 修改一些error处理 & 减少不必要的fatal",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T11:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26f3c1080b7418de8e0a2e4da9299cdaabc8bc6",
"body": null,
"is_bot": false,
"headline": ":sparkles: support short roomid (less than 1000)",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T10:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68cca0e21d3ea12cf450e455eccbd7611ccfd472",
"body": null,
"is_bot": false,
"headline": ":sparkles: add live danmaku related apis",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T10:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac5c3e07ab63b55c293a11b7588c9c55e8e4553",
"body": null,
"is_bot": false,
"headline": "gitignore",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T04:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0cd161f0d37420ce7bdd178b5b83175e578e65",
"body": null,
"is_bot": false,
"headline": ":sparkles: add more known cmds reversed from bilibili app.js(2022-3-24)",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-24T03:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4f9bc6326cd821ad8e3acc2f77c7a942bca20d",
"body": null,
"is_bot": false,
"headline": ":pencil2: remove useless things",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-23T14:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2cf1e80c0c56f149b2fa2a588b38e813fb1434a",
"body": null,
"is_bot": false,
"headline": ":art: getDanmuInfo should return error",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-03-23T14:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa6e45273a0326c9f1320dc34abe46fcd577f8b",
"body": null,
"is_bot": false,
"headline": ":pencil2: typo",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-23T08:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22e368e359d7ed9e999c999eda2cfc7906cb95a3",
"body": null,
"is_bot": false,
"headline": ":bug: 修复重连",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-23T04:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb237d84eabb5cd774f1ae18c1790998b613bb78",
"body": null,
"is_bot": false,
"headline": ":sparkles: 添加更多已知CMD",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-23T04:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7336b13e6ac904a37b912c4b79ee080f8881c1",
"body": null,
"is_bot": false,
"headline": ":sparkles: 添加 HOT_RANK_SETTLEMENT",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-22T06:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7ae131be1125bce02dc2dc6134b791da7c9118",
"body": null,
"is_bot": false,
"headline": ":sparkles: 添加COMMON_NOTICE_DANMAKU",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-22T05:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e217227b4014b2371abdc4c4fddada7a74b2720",
"body": null,
"is_bot": false,
"headline": ":sparkles: 添加HOT_RANK_CHANGED_V2",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-20T09:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22e3f244b817ebbb7b222ec41f357c11a54c96a",
"body": null,
"is_bot": false,
"headline": ":sparkles: 支持表情弹幕",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-20T04:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b8f4aa74e498af9036995b603bc127f65713439",
"body": null,
"is_bot": false,
"headline": ":bug: 已知cmd",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-20T01:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c748ac886a91320ba67ebe21b2ba0d98e1f7812",
"body": null,
"is_bot": false,
"headline": ":label: 添加更多消息的struct",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-20T01:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c67f3974dfb3306260f7039e92d19ae9a36e0cb",
"body": null,
"is_bot": false,
"headline": ":bug: 心跳包阻塞",
"author_name": "Akiba",
"author_login": "Akegarasu",
"committed_at": "2022-01-20T01:51:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 7,
"latest_release_at": "2026-07-19T17:38:25Z",
"latest_release_tag": "v1.7.4",
"releases_from_tags": true,
"days_since_last_push": 7,
"active_weeks_last_year": 1,
"days_since_latest_release": 7,
"mean_days_between_releases": 0
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/xifan2333/blivedm-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/xifan2333/blivedm-go",
"is_deprecated": false,
"latest_version": "v1.7.4",
"repository_url": "https://github.com/xifan2333/blivedm-go",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T17:38:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"pb/dmv2.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 61619,
"source_files_sampled": 23,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/andybalholm/brotli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "github.com/tidwall/gjson",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.17.3"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.34.2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Akegarasu",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/36563862?v=4"
},
{
"type": "User",
"login": "xifan2333",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/23066537?v=4"
},
{
"type": "User",
"login": "aynakeya",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32156054?v=4"
},
{
"type": "User",
"login": "harryisfish",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15265627?v=4"
},
{
"type": "User",
"login": "ww4396",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/165862617?v=4"
},
{
"type": "User",
"login": "AceXiamo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/38931843?v=4"
},
{
"type": "User",
"login": "dfaofeng",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14891398?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.881
},
"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": 10,
"reason": "project has 4 contributing companies or organizations",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "97c7f415cb8516fdcf6d89c5d0f9bbc370f8b546",
"ran_at": "2026-07-27T08:02:25Z",
"aggregate_score": 2.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-19T18:09:52Z",
"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/xifan2333/blivedm-go",
"host": "github.com",
"name": "blivedm-go",
"owner": "xifan2333"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"security": 29,
"vitality": 62,
"community": 12,
"governance": 44,
"engineering": 5
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.7.4",
"releases_from_tags": true,
"days_since_latest_release": 7,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"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": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": 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": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.881
},
"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 88% of commits",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"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": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"followers": 41,
"owner_type": "User",
"is_verified": null,
"owner_login": "xifan2333",
"public_repos": 63,
"account_age_days": 3561
},
"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": "41 followers of xifan2333",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 41,
"login": "xifan2333"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "63 public repos, account ~9 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 63
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/xifan2333/blivedm-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "critical",
"name": "Security",
"value": 29,
"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": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.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 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.32,
"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": "32 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"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": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 61619,
"source_files_sampled": 23,
"oversized_source_files": 1
},
"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": "1/23 source files over 60KB",
"points": 52.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": [
"pb/dmv2.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "pb/dmv2.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "pb/dmv2.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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"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": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T08:02:32.607294Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/xifan2333/blivedm-go.svg",
"full_name": "xifan2333/blivedm-go",
"license_state": "standard",
"license_spdx": "MIT"
}