原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"gomonkey",
"patch",
"function",
"member-method",
"global-variable",
"function-variable",
"sequence",
"interface",
"private-method"
],
"is_fork": false,
"size_kb": 101,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 59719,
"Shell": 412,
"Assembly": 3931,
"Makefile": 33
},
"pushed_at": "2026-07-19T02:12:51Z",
"created_at": "2018-08-15T13:29:19Z",
"owner_type": "User",
"updated_at": "2026-07-23T10:27:38Z",
"description": "gomonkey is a library to make monkey patching in unit tests easy",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.jianshu.com/u/1381dc29fed9",
"name": "Zhang Xiaolong",
"type": "User",
"login": "agiledragon",
"company": null,
"location": "Xi'an@China",
"followers": 252,
"avatar_url": "https://avatars.githubusercontent.com/u/18605510?v=4",
"created_at": "2016-04-22T00:59:36Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 3746
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.14.1",
"kind": "patch",
"published_at": "2026-07-19T02:12:51Z"
},
{
"tag": "v2.14.0",
"kind": "minor",
"published_at": "2025-12-28T06:44:12Z"
},
{
"tag": "v2.13.0",
"kind": "minor",
"published_at": "2025-02-11T15:10:33Z"
},
{
"tag": "v2.12.0",
"kind": "minor",
"published_at": "2024-07-05T15:04:47Z"
},
{
"tag": "v2.11.0",
"kind": "minor",
"published_at": "2023-11-10T03:05:21Z"
},
{
"tag": "v2.10.1",
"kind": "patch",
"published_at": "2023-05-22T15:49:55Z"
},
{
"tag": "v2.10.0",
"kind": "minor",
"published_at": "2023-05-05T14:34:14Z"
},
{
"tag": "v2.9.0",
"kind": "minor",
"published_at": "2022-09-10T12:04:48Z"
},
{
"tag": "v2.8.0",
"kind": "minor",
"published_at": "2022-05-31T14:58:40Z"
},
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2022-04-04T00:54:11Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2022-03-19T12:38:56Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2022-02-26T13:55:34Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2021-12-31T12:54:05Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2021-10-21T16:25:35Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2021-10-18T15:51:09Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2021-08-17T13:37:35Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2020-10-16T15:40:23Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2020-07-28T14:45:07Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2019-12-25T14:43:20Z"
},
{
"tag": "v1.1",
"kind": "other",
"published_at": "2019-09-20T15:27:01Z"
},
{
"tag": "v1.0",
"kind": "other",
"published_at": "2018-09-23T15:39:53Z"
}
],
"recent_commits": [
{
"oid": "b18ce609446cfa34eb0b3d070c2e9d492606ed11",
"body": "Run the root package tests so platform-specific unit tests are covered by the documented verification command.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: include root package in test command",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2026-07-19T01:30:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "512075d7e5269a4a55c0b2e1ced96259f71cb541",
"body": "fix(darwin): expand mprotect range when patch crosses a page boundary",
"is_bot": false,
"headline": "Merge pull request #187 from YangGeMianWu/fix/darwin-cross-page-mprotect",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2026-07-19T01:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1fe4ddd1256517a91aca3b4ad4df8e8fac1dc96",
"body": "用 mmap 申请两页连续内存,把第二页设为只读,让 target 落在页边界前 16 字节,再调 modifyBinary 写 24 字节。修复前会真的 SIGBUS。因为 SIGBUS 在 Go 里是不可 recover 的致命错误,所以放在子进程里跑,父进程检查退出码,这样不会把整个 go test 打挂",
"is_bot": false,
"headline": "新增测试文件 modify_binary_darwin_test.go",
"author_name": "YangGeMianWu",
"author_login": "YangGeMianWu",
"committed_at": "2026-07-16T00:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0562befd57b13d775ba83f1af216c1ee5e0d8f90",
"body": "…修复逻辑。顺手也让代码更清晰",
"is_bot": false,
"headline": "把\"计算 protectSize\"的逻辑从 modifyBinary 里抽成一个纯函数,这样就能不触发任何内存操作、100% 确定性地断言…",
"author_name": "YangGeMianWu",
"author_login": "YangGeMianWu",
"committed_at": "2026-07-16T00:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015564b81ac0619d712a1fc5cc84fd1b124396be",
"body": "… crosses a page boundarywin.go\n\nmodifyBinary only made a single page writable via mprotect. When the\r\nentry address sits within the last 16 bytes before a 16KB page boundary,\r\nthe 24-byte patch spills into the next page, which stays read-only and\r\ntriggers SIGBUS on darwin.\r\n\r\nCompute the start and end page of the write range, and extend\r\nprotectSize to cover both pages when the write spans a page boundary.\r\n\r\nCloses #186",
"is_bot": false,
"headline": "Update modify_binary_darfix(darwin): expand mprotect range when patch…",
"author_name": "YangGeMianWu",
"author_login": "YangGeMianWu",
"committed_at": "2026-07-15T23:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e846f93e465283c2e63c44e435f36e497e75d49f",
"body": "Solve the issue on the Darwin ARM64 architecture where the step of flushing the instruction cache is missing after modifying machine code.",
"is_bot": false,
"headline": "Merge pull request #184 from sunmi-OS/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2025-12-25T22:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c57be27a9ea3dff4607ac76036521424b7748c8",
"body": "…ng the instruction cache is missing after modifying machine code",
"is_bot": false,
"headline": "Fix the bug on the Darwin ARM64 architecture where the step of flushi…",
"author_name": "SM0410",
"author_login": null,
"committed_at": "2025-12-25T02:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93a5509d752d272e339fd0f5641270c6000d86fb",
"body": null,
"is_bot": false,
"headline": "support riscv64",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2025-02-11T14:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba07922dc9e0ffceec08c8ae755d7355da21e5d",
"body": null,
"is_bot": false,
"headline": "support riscv64",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2025-02-11T14:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde4dd33f264a572e04e39df75eae5c4128377e9",
"body": "remove build step in ci",
"is_bot": false,
"headline": "Merge pull request #168 from alpha-baby/remove_build",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2024-06-19T10:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d072a7e990a1c3fd83b4b19ebb448ff0031f4a",
"body": null,
"is_bot": false,
"headline": "remove build step in ci",
"author_name": "alpha-baby",
"author_login": "alpha-baby",
"committed_at": "2024-06-19T05:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248313f2793645d4fabfdf6ba82991c3e5a9d8b2",
"body": "feat: add origin wrapper to execute functions before mock",
"is_bot": false,
"headline": "Merge pull request #166 from wu-cl/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2024-06-11T15:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1047ffc6dae1fe19e1e235f190e7557bd22de391",
"body": null,
"is_bot": false,
"headline": "feat: add origin wrapper to execute functions before mock",
"author_name": "Changliang Wu",
"author_login": "wu-cl",
"committed_at": "2024-05-28T08:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56c6823ec17473b7f5634cc44be83e9f38dd403",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #163 from ooneko/ooneko-patch-1",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2024-04-27T15:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ebb8036f89076a380d6eaa8a60ee5243177ab02",
"body": "update installation example to 2.11.0, to avoid permission denied.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "ooneko",
"author_login": "ooneko",
"committed_at": "2024-04-25T07:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27aed55b9c97d5f66b76ae870741ce91588da17",
"body": "add gitignore file",
"is_bot": false,
"headline": "Merge pull request #152 from alpha-baby/issue/#148",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-12-10T01:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862ca66c1730d14f7fd10c5c1423c2f509941911",
"body": null,
"is_bot": false,
"headline": "add gitignore file",
"author_name": "fujianhao.fjh",
"author_login": null,
"committed_at": "2023-12-09T05:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ddeb626f67b921ddcb4f49d146332beb5359281",
"body": "setput github CI",
"is_bot": false,
"headline": "Merge pull request #149 from alpha-baby/issue/#148",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-12-06T13:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc68737716a3aa3b1e99ea1a32adf99afe966df",
"body": null,
"is_bot": false,
"headline": "setput github CI",
"author_name": "fujianhao.fjh",
"author_login": null,
"committed_at": "2023-12-06T02:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc9127cda59592650722f0fa97a04f1c3e05f49",
"body": "check function return value type in Patches.check().",
"is_bot": false,
"headline": "Merge pull request #147 from For-ACGN/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-11-19T15:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f111b0b22e946a1d737b2f3ce12056d7e4fb6cf",
"body": null,
"is_bot": false,
"headline": "check function return value type in Patches.check().",
"author_name": "For-ACGN",
"author_login": "For-ACGN",
"committed_at": "2023-11-19T12:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14b9a3ca2317a4f55afb65a372f73c3b874b05e8",
"body": "try to write memory with mach_vm_protect on mac",
"is_bot": false,
"headline": "Merge pull request #144 from myzhan/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-11-09T14:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b93e20cd9f268dfb3a98b57b4d73d9e449939da0",
"body": null,
"is_bot": false,
"headline": "try to write memory with mach_vm_protect on mac",
"author_name": "myzhan",
"author_login": "myzhan",
"committed_at": "2023-11-09T05:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da80f5ae7053b66bfcf431003cf9668a5845f40",
"body": "fix permission denied MacOS",
"is_bot": false,
"headline": "Merge pull request #143 from trungdlp-wolffun/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-11-07T13:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44fa863e09b42793bf4b9002c071393bd56bcbea",
"body": null,
"is_bot": false,
"headline": "fix permission denied",
"author_name": "Phước Trung",
"author_login": "trungdlp-wolffun",
"committed_at": "2023-11-07T10:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95d20ba5c684d99f7e37070c01621bca1afc3d6",
"body": "Complete some go build tags and fix declaration on MacOS",
"is_bot": false,
"headline": "Merge pull request #134 from zhangguanzhang/fix-loong64",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-05-22T14:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "786aad4b4bf9ea0992c9c4dd8645d01589d8c90a",
"body": "Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>",
"is_bot": false,
"headline": "Complete some go build tags and fix declaration on MacOS",
"author_name": "zhangguanzhang",
"author_login": "zhangguanzhang",
"committed_at": "2023-05-22T01:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d676bd201228ee485c08ccdb7f622a3600fa5005",
"body": "loong64: implement buildJmpDirective function",
"is_bot": false,
"headline": "Merge pull request #130 from abner-chenc/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-05-05T14:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfdbf6003a73b9f44d037441d56659cef6717398",
"body": "Signed-off-by: Guoqi Chen <chenguoqi@loongson.cn>",
"is_bot": false,
"headline": "loong64: implement buildJmpDirective function",
"author_name": "Guoqi Chen",
"author_login": "abner-chenc",
"committed_at": "2023-05-04T23:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a89ed8693944ab648dde44451b5d7487762eb91",
"body": "testing: fix testing for ApplyPrivateMethod",
"is_bot": false,
"headline": "Merge pull request #127 from dushaoshuai/fix-testing",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2023-04-30T03:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38116e3b4f0d54e74c1d13ef2d3d4b5a2ad810a2",
"body": "fake.PrivateMethodStruct.haveEaten returns false by default, so it's necessary to patch haveEaten to return true to expose bugs.",
"is_bot": false,
"headline": "testing: fix testing for ApplyPrivateMethod",
"author_name": "dushaoshuai",
"author_login": "dushaoshuai",
"committed_at": "2023-04-29T08:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1b5f449c44571739c660bde8622b174e640fc2",
"body": null,
"is_bot": false,
"headline": "rename dsl test package name",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2022-09-10T11:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d08753b110b683a44c23a4cfbd4eb584ee09c92c",
"body": "fix import for func_dsl_test.go",
"is_bot": false,
"headline": "Merge pull request #108 from itsgodzilla/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2022-09-10T10:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e088c3735f640aeb1c168ced995394298ac1fa18",
"body": null,
"is_bot": false,
"headline": "fix import for func_dsl_test.go",
"author_name": "wangxiaohui34",
"author_login": null,
"committed_at": "2022-09-09T07:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "222631c365349e593333c404bd9fcb8e44935f02",
"body": "Allow repeat patch & Allow declare partial args & Allow interface arg",
"is_bot": false,
"headline": "Merge pull request #94 from zhongyuanjia/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2022-07-08T16:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de12d8b404208f117a343fe55178df151827a033",
"body": null,
"is_bot": false,
"headline": "allow declare partial args; the arg type can be interface",
"author_name": "zhongyuanjia",
"author_login": "zhongyuanjia",
"committed_at": "2022-06-18T15:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b8974a5658ce95d8244e76d5f552470817ac7ad",
"body": null,
"is_bot": false,
"headline": "allow repeat patch",
"author_name": "zhongyuanjia",
"author_login": "zhongyuanjia",
"committed_at": "2022-06-18T14:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d638fccfdffcd03cff159957bd2bf21bc19cfb",
"body": "Bug apply variadic method",
"is_bot": false,
"headline": "Merge pull request #90 from punchio/bug_apply_variadic_method",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2022-05-19T15:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee58aa07b29c0cadf7c70e8744659188605aca7",
"body": null,
"is_bot": false,
"headline": "测试用例添加",
"author_name": "pengwenxin",
"author_login": null,
"committed_at": "2022-05-19T11:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42666991e584a51d0a4d571dde18d8d066dc527b",
"body": null,
"is_bot": false,
"headline": "兼容可变参数方法",
"author_name": "pengwenxin",
"author_login": null,
"committed_at": "2022-05-19T11:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b9f21dc147b82a7463c59428ac71a31500aed3",
"body": "support PrivateMethodPatch on go1.17, go1.18",
"is_bot": false,
"headline": "Merge pull request #85 from hengwu0/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2022-04-03T14:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e886b8405e26e2a04c872745b024e0af4fc87f",
"body": null,
"is_bot": false,
"headline": "support PrivateMethodPatch on go1.17, go1.18",
"author_name": "WuHeng",
"author_login": "wiselike",
"committed_at": "2022-04-03T14:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1bb22956b3befc0a58c94dbaace86af660384f4",
"body": "passing target no need to convert to reflect.Type",
"is_bot": false,
"headline": "Merge pull request #83 from AVOlili/avolili",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2022-03-16T20:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a991fae09983fe1d016fc2f52025d162d436002",
"body": null,
"is_bot": false,
"headline": "passing target no need to convert to reflect.Type",
"author_name": "avoli",
"author_login": "AVOlili",
"committed_at": "2022-03-16T12:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "072684589bd9b64b08513bc8ca24557713b0cbb9",
"body": "新增支持指定返回值和method不用传入receiver",
"is_bot": false,
"headline": "Merge pull request #78 from AVOlili/avolili",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2022-02-20T00:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b60c4c1f0af296fb48c97035be23ce41c76616",
"body": "支持func/var/method指定返回值,参考test/:\napply_func_return_test.go\napply_func_var_return_test.go\napply_method_return_test.go\n支持method打桩时不传入receiver,参考test/:\napply_method_func_test.go",
"is_bot": false,
"headline": "新增支持指定返回值和method不用传入receiver",
"author_name": "avoli",
"author_login": "AVOlili",
"committed_at": "2022-02-19T10:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7052c4ac66dc851604e54cb2ec626c7cd9ddeec6",
"body": null,
"is_bot": false,
"headline": "support 386",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-12-31T12:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c233e6a33e0d0ee4f24f6e01ad8fc24ad96aa4",
"body": "add 386 supported",
"is_bot": false,
"headline": "Merge pull request #75 from segdumping/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-12-25T09:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "608af56bc4f60a8db71095841b64916db27eacad",
"body": null,
"is_bot": false,
"headline": "add 386 supported",
"author_name": "segdumping",
"author_login": null,
"committed_at": "2021-12-25T08:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2339f015e390bcfac1219e99cdc2e6d08dd1c659",
"body": "Cross page bug fix.",
"is_bot": false,
"headline": "Merge pull request #72 from Spongecaptain/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-11-19T23:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249393dbb7c92b49ff2e7c27ad273a61888cc49b",
"body": null,
"is_bot": false,
"headline": "fix cross page bug",
"author_name": "wjjiang",
"author_login": "wathenjiang",
"committed_at": "2021-11-18T07:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed306ccb3b115fab1fab2b0ed768035895e036a9",
"body": null,
"is_bot": false,
"headline": "fix cross page bug",
"author_name": "wjjiang",
"author_login": "wathenjiang",
"committed_at": "2021-11-18T07:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd851d775a2a5900c16206f37b423b97eb1a4124",
"body": null,
"is_bot": false,
"headline": "refactor test and adapter arm64",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-21T16:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0235aa185ded44b6ac13953b77c7b47096ac5b1",
"body": "support patches for private member method which is value method",
"is_bot": false,
"headline": "Merge pull request #67 from lockdown56/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-10-21T16:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5740d7a762f0c3e6b8f8310303312854e044712d",
"body": "why: before only support private member method which is pointer method",
"is_bot": false,
"headline": "support patches for private member method which is value method",
"author_name": "lockdown56",
"author_login": null,
"committed_at": "2021-10-21T15:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "247bfea423c120a687499ad7053af28930feec52",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-18T13:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a7b1a770c9a13acaeba59e859d8d52e6814658",
"body": null,
"is_bot": false,
"headline": "support private method",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-17T14:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6115cb0ed5be5593bb43e80dedbb3a84d706de0",
"body": null,
"is_bot": false,
"headline": "rename package name",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-17T14:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f6dd6accc6fc4ececab36d0b295a645ca9b52be",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-17T09:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96bb9db863857e898cae0fc68a0fce4e728990c7",
"body": null,
"is_bot": false,
"headline": "rm redundant",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-17T08:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d746a93c05f09b20365e69e1fa277205b893214",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-17T07:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f195fd0cdd900670e6dca1559d0479f37376a302",
"body": "实现私有方法的打桩功能",
"is_bot": false,
"headline": "Merge pull request #65 from hengwu0/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-10-17T06:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f88608701a0b4a481c5d42447e46b6659004db3",
"body": "1、私有函数打桩已实现,取消改测试用例的skip\n2、在arm64架构下,由于 #64 问题,需要将被打桩函数稍做复杂度升级,以\n通过arm64的测试,x64下其实并没有这个测试用例调整需要。",
"is_bot": false,
"headline": "私有函数的打桩以完成,打开测试用例。",
"author_name": "wuheng",
"author_login": "wiselike",
"committed_at": "2021-10-17T06:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8333f307f636547af5b14c93079a1e0618b4f6ec",
"body": "myReflect是标准库reflect包的移植,但取消了无法查找私有方法的限制。\n该包的AllMethodByName函数可以用于查找某一类的任意方法,并返回函数\n指针地址值和布尔状态码。",
"is_bot": false,
"headline": "增加myReflect包,用于私有方法的打桩",
"author_name": "wuheng",
"author_login": "wiselike",
"committed_at": "2021-10-17T06:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e31e8ca9709baf6f2a4521902e3ebbee2e0763d1",
"body": "添加ApplyPrivateMethod函数、ApplyPrivateMethod方法、\nApplyCoreOfPrivateMethod方法用于给私有方法打桩。",
"is_bot": false,
"headline": "添加私有方法打桩功能",
"author_name": "wuheng",
"author_login": "wiselike",
"committed_at": "2021-10-17T06:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d9495c6c60f77defe6d34143f8158ea1aac006",
"body": "原始patch地址保存为reflect.Value类型,就会导致对reflect包的依赖,\n现在调整为uintptr基础类型,这样就可以直接保存patch地址值,适用于\n没有reflect包的情况,让gomonkey可以在程序任意位置打桩。",
"is_bot": false,
"headline": "调整patch地址保存方式",
"author_name": "wuheng",
"author_login": "wiselike",
"committed_at": "2021-10-17T06:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "965ac48eca36d07d9b71c2d7c0b9bf4d3379e87f",
"body": null,
"is_bot": false,
"headline": "skip private method test",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-10-09T12:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efb2642a6d06a5cd22d8c9577274da502eee0056",
"body": null,
"is_bot": false,
"headline": "apply private method test",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-09-26T16:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ee80f54ed6a9620a2eb07dec6de88d4dce2ef7",
"body": null,
"is_bot": false,
"headline": "apply private test",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-09-25T01:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b40c1b656d63811b4e3db6c2472117c65ac4e23",
"body": null,
"is_bot": false,
"headline": "update go get",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-09-22T15:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489b46eac3bdba4e8552a9bd971452c6103beb54",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-08-26T14:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c7a781d946b887254e51b77d524d5438239992",
"body": "Add Bouke's blogpost",
"is_bot": false,
"headline": "Merge pull request #59 from epii1/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-08-26T13:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f11004de6bd20fcb928b5cba0c2300aaab61f8d",
"body": null,
"is_bot": false,
"headline": "Add Bouke's blogpost",
"author_name": "吕海涛",
"author_login": "taoso",
"committed_at": "2021-08-26T11:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039db70ce2e0ddacec745e0e7cf52c31f64aa978",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-08-16T15:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edcc9296608650770f2a687181fd42e82a88fce1",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-08-16T15:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf17a95a5a552e1769458e60401056ef2c45f492",
"body": null,
"is_bot": false,
"headline": "support arm64",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-08-13T12:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a98fe591fd3d64dce74128f68407b912f0ff3eb",
"body": "fix arm64 test failed in some TestFunctions",
"is_bot": false,
"headline": "Merge pull request #58 from hengwu0/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-08-13T12:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f94b859664007684263c77ecdefd555c4c31e5db",
"body": "All tests passed now, and arm64 is fully supported.",
"is_bot": false,
"headline": "fix arm64 test failed in some TestFunctions",
"author_name": "wuheng",
"author_login": "wiselike",
"committed_at": "2021-08-13T11:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17ae721ae2840f72ef5e7bba6840dcf9cfc2785",
"body": null,
"is_bot": false,
"headline": "test method",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2021-08-11T14:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e70ac4270928e3264c48a6f0f76a74832cdb64",
"body": "增加arm64架构支持(WIP)",
"is_bot": false,
"headline": "Merge pull request #55 from hengwu0/master",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2021-08-11T13:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ecb7e03001bb0ac6b15ba30633c5d03efabd33",
"body": "提供buildJmpDirective函数的arm64版本,用于生成arm64架构的跳转汇编指令",
"is_bot": false,
"headline": "增加arm64架构支持",
"author_name": "wuheng",
"author_login": "wiselike",
"committed_at": "2021-08-11T12:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5657b50b088fdf47902eef1e3e82dab25aeb9aa",
"body": null,
"is_bot": false,
"headline": "support go mod v2",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2020-10-16T15:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80da7221075fe66245947aae7acf49b67a79e99",
"body": null,
"is_bot": false,
"headline": "support gomod",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2020-10-13T22:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1518b87263424986d40340625bebae1931a1503",
"body": null,
"is_bot": false,
"headline": "add GC call to seq test",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2020-07-28T14:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b003d7df2b15938fdb94ef51d9f492afc8ff3626",
"body": "fix panic after GC",
"is_bot": false,
"headline": "Merge pull request #25 from RYAN--LEE/gcpanic",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2020-07-28T14:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2607d154c1d2cb8bfe8d0d72e48c3f8d0a537d23",
"body": null,
"is_bot": false,
"headline": "fix panic after GC",
"author_name": "ryan",
"author_login": "RYAN--LEE",
"committed_at": "2020-07-28T02:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b756141a810a36719244a9e6ace856fca41bb039",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2020-03-08T11:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0efac5c532e56ba54d129124fc3e76e8b863b214",
"body": null,
"is_bot": false,
"headline": "dsl refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-12-22T13:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9954d804557f25398de86f2ab8378e4c3391a535",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-11-27T13:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29162e0e83e1c5f7f42a4bfe83166f8bcd8c1897",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-11-27T12:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c0e84bd42b7ab14fa1af9c564fd8fa78bfbec2",
"body": null,
"is_bot": false,
"headline": "then",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-11-08T14:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ce15c3fd85adff6492c98332d2050fb66ef548",
"body": null,
"is_bot": false,
"headline": "behavior",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-11-08T14:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08026f2977b6567c4f5a3abff9fda98faed6378a",
"body": null,
"is_bot": false,
"headline": "format",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-10-23T17:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5fc4b8b0e2bea746485d97cc55e45ef6e9c0004",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/agiledragon/gomonkey",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-10-23T16:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05eef104e8bb2b082e7a902bdd6cc74f708971d8",
"body": null,
"is_bot": false,
"headline": "gomonkey2.0 first dsl testcase",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-10-23T16:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa491f7b9188d4533caaaf9b506c241f71cbcda",
"body": "fix actually and expected data",
"is_bot": false,
"headline": "Merge pull request #7 from xieyanker/patch",
"author_name": "Zhang Xiaolong",
"author_login": "agiledragon",
"committed_at": "2019-05-17T14:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82c71727662f6b73b1e8d0e09f22fbf437b43f3",
"body": null,
"is_bot": false,
"headline": "fix actually and expected data",
"author_name": "xjsisnice@gmail.com",
"author_login": "xieyanker",
"committed_at": "2019-05-17T07:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce7a47d38d9e5641bf543ef050cc9d1a9ae65ef",
"body": null,
"is_bot": false,
"headline": "supported platform",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-05-08T15:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e7bddf5be0dc866eaa48b3832c4ddc03564f58",
"body": null,
"is_bot": false,
"headline": "update features",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-05-05T15:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2976d3c07d006dffc24fdf5577d3655f238c042",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "agiledragon",
"author_login": "agiledragon",
"committed_at": "2019-05-05T14:24:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 7,
"latest_release_at": "2026-07-19T02:12:51Z",
"latest_release_tag": "v2.14.1",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 3,
"days_since_latest_release": 6,
"mean_days_between_releases": 174.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/agiledragon/gomonkey/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/agiledragon/gomonkey/v2",
"is_deprecated": false,
"latest_version": "v2.14.1",
"repository_url": "https://github.com/agiledragon/gomonkey",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T01:30:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 189,
"stars": 2262,
"watchers": 26,
"fork_history": {
"days": [
{
"date": "2018-10-17",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-22",
"count": 1
},
{
"date": "2018-12-26",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-02-02",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-12-15",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-13",
"count": 1
},
{
"date": "2021-06-08",
"count": 2
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-08-05",
"count": 1
},
{
"date": "2021-08-17",
"count": 2
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-09-27",
"count": 2
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-09",
"count": 2
},
{
"date": "2021-10-17",
"count": 2
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-25",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-02-11",
"count": 2
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-31",
"count": 2
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-11-04",
"count": 2
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-03-01",
"count": 2
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-10-31",
"count": 2
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-09",
"count": 2
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
}
],
"complete": true,
"collected": 188,
"total_forks": 189
},
"star_history": null,
"open_issues_and_prs": 61
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 10932,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/smartystreets/goconvey",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/smartystreets/goconvey",
"direct": true,
"version": "1.6.4",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 29,
"open_issues": 61,
"closed_ratio": 0.593,
"closed_issues": 89,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "agiledragon",
"commits": 106,
"avatar_url": "https://avatars.githubusercontent.com/u/18605510?v=4"
},
{
"type": "User",
"login": "wiselike",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/13086981?v=4"
},
{
"type": "User",
"login": "YangGeMianWu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/150987483?v=4"
},
{
"type": "User",
"login": "AVOlili",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/33323417?v=4"
},
{
"type": "User",
"login": "wathenjiang",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/48505670?v=4"
},
{
"type": "User",
"login": "zhongyuanjia",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/13273073?v=4"
},
{
"type": "User",
"login": "wu-cl",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/44141526?v=4"
},
{
"type": "User",
"login": "For-ACGN",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/38399410?v=4"
},
{
"type": "User",
"login": "abner-chenc",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/50552468?v=4"
},
{
"type": "User",
"login": "trungdlp-wolffun",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/93299415?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.779
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"reviewdog.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 13/16 approved changesets -- score normalized to 8",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b18ce609446cfa34eb0b3d070c2e9d492606ed11",
"ran_at": "2026-07-25T14:31:09Z",
"aggregate_score": 4,
"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-19T01:47:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T01:07:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2019-10-18T10:27:10Z",
"last_comment_at": "2023-11-10T14:07:02Z",
"last_comment_author": "LaryCaka"
},
{
"number": 13,
"created_at": "2020-03-05T15:01:26Z",
"last_comment_at": "2021-05-26T07:01:12Z",
"last_comment_author": "wearetvxq"
},
{
"number": 19,
"created_at": "2020-04-15T08:18:06Z",
"last_comment_at": "2023-11-10T14:05:05Z",
"last_comment_author": "agiledragon"
},
{
"number": 20,
"created_at": "2020-05-07T13:10:31Z",
"last_comment_at": "2020-07-15T09:10:15Z",
"last_comment_author": "linqh1"
},
{
"number": 21,
"created_at": "2020-06-05T03:19:30Z",
"last_comment_at": "2020-07-23T14:13:34Z",
"last_comment_author": "agiledragon"
},
{
"number": 22,
"created_at": "2020-07-09T09:12:47Z",
"last_comment_at": "2020-08-31T15:19:11Z",
"last_comment_author": "wingyiu"
},
{
"number": 29,
"created_at": "2020-09-21T09:27:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2020-09-27T12:10:33Z",
"last_comment_at": "2023-04-07T02:47:52Z",
"last_comment_author": "0RAJA"
},
{
"number": 35,
"created_at": "2021-03-01T09:59:16Z",
"last_comment_at": "2021-03-30T15:39:39Z",
"last_comment_author": "agiledragon"
},
{
"number": 37,
"created_at": "2021-03-02T14:07:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2021-03-25T01:51:40Z",
"last_comment_at": "2023-11-10T14:03:50Z",
"last_comment_author": "agiledragon"
},
{
"number": 43,
"created_at": "2021-04-11T03:12:29Z",
"last_comment_at": "2023-10-02T04:50:14Z",
"last_comment_author": "TanDawn1"
},
{
"number": 44,
"created_at": "2021-04-13T09:56:46Z",
"last_comment_at": "2021-05-17T03:06:43Z",
"last_comment_author": "kirinshow"
},
{
"number": 51,
"created_at": "2021-07-05T02:28:52Z",
"last_comment_at": "2021-07-05T13:27:47Z",
"last_comment_author": "agiledragon"
},
{
"number": 53,
"created_at": "2021-08-01T13:58:14Z",
"last_comment_at": "2021-11-23T08:47:39Z",
"last_comment_author": "mxpaul"
},
{
"number": 57,
"created_at": "2021-08-12T08:16:53Z",
"last_comment_at": "2023-11-10T14:03:14Z",
"last_comment_author": "agiledragon"
},
{
"number": 70,
"created_at": "2021-11-13T08:47:25Z",
"last_comment_at": "2024-03-25T15:00:40Z",
"last_comment_author": "xhd2015"
},
{
"number": 77,
"created_at": "2022-01-13T17:21:47Z",
"last_comment_at": "2023-11-10T04:02:56Z",
"last_comment_author": "agiledragon"
},
{
"number": 87,
"created_at": "2022-04-22T10:29:47Z",
"last_comment_at": "2023-02-11T08:42:24Z",
"last_comment_author": "hxy1991"
},
{
"number": 96,
"created_at": "2022-06-29T06:56:34Z",
"last_comment_at": "2022-07-17T03:33:42Z",
"last_comment_author": "agiledragon"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/agiledragon/gomonkey",
"host": "github.com",
"name": "gomonkey",
"owner": "agiledragon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 52,
"vitality": 64,
"community": 67,
"governance": 61,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "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": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v2.14.1",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 174.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~174.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 174.1
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"forks": 189,
"stars": 2262,
"watchers": 26,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,262 stars",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2262
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "189 forks",
"points": 19,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 189
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "26 watchers",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 26
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.779
},
"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 78% of commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 29,
"open_issues": 61,
"closed_issues": 89,
"issue_closed_ratio": 0.593,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "59% of issues closed",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 59
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/35 decided PRs merged",
"points": 31.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 35
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/16 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"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": 61,
"inputs": {
"followers": 252,
"owner_type": "User",
"is_verified": null,
"owner_login": "agiledragon",
"public_repos": 20,
"account_age_days": 3746
},
"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": "252 followers of agiledragon",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 252,
"login": "agiledragon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~10 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"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/agiledragon/gomonkey/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"gomonkey",
"patch",
"function",
"member-method",
"global-variable",
"function-variable",
"sequence",
"interface",
"private-method"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"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": "1 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 13/16 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.38,
"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": "38 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 10932,
"source_files_sampled": 34,
"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/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T14:31:30.045977Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/agiledragon/gomonkey.svg",
"full_name": "agiledragon/gomonkey",
"license_state": "standard",
"license_spdx": "MIT"
}