Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 122,
"has_wiki": true,
"homepage": "http://godoc.org/github.com/StackExchange/wmi",
"languages": {
"Go": 47972
},
"pushed_at": "2024-01-28T14:30:19Z",
"created_at": "2021-09-17T15:13:47Z",
"owner_type": "User",
"updated_at": "2026-07-24T22:53:11Z",
"description": "WMI for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Yusuf Papurcu",
"type": "User",
"login": "yusufpapurcu",
"company": "@saltpay ",
"location": "London",
"followers": 135,
"avatar_url": "https://avatars.githubusercontent.com/u/41443083?v=4",
"created_at": "2018-07-19T15:22:01Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 2930
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2024-01-28T14:30:19Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2023-05-18T18:39:23Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2021-10-19T15:54:03Z"
}
],
"recent_commits": [
{
"oid": "6c94d732ac31d45ca1f62731b1682157ce85e224",
"body": null,
"is_bot": false,
"headline": "Added float64 support by @bilinenkisi (#7)",
"author_name": "Mehmet Berkay Özbay",
"author_login": "bilinenkisi",
"committed_at": "2024-01-28T14:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84686519bfe3928447925505e8201e997c0ad0c1",
"body": "Allow missing and null pointer fields to be nil.",
"is_bot": false,
"headline": "Merge pull request #6 from jodoherty/master",
"author_name": "Yusuf Papurcu",
"author_login": "yusufpapurcu",
"committed_at": "2023-05-18T18:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31830002c204af593829a72943f778bd9f0dd369",
"body": "This commit ensures missing fields for pointer field types remain nil:\n\n * This allows one to distinguish the field wasn't present from the\n field being NULL when the PtrNil option is false.\n * This also makes it more convenient to reuse structs with pointer\n field types with various encoder\n[…]\nrue, pointer field types would always return with a pointer to a zero\nvalue instead of being nil even when the query property's value is\nVT_NULL.\n\nThis fix is checked by the TestNullPointerField test.",
"is_bot": false,
"headline": "Allow missing and null pointer fields to be nil.",
"author_name": "James O'Doherty",
"author_login": "jodoherty",
"committed_at": "2023-02-19T20:31:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b0230a1dc509237ab60511c80d727ee97756c67a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Yusuf Turhan Papurcu",
"author_login": "yusufpapurcu",
"committed_at": "2022-01-19T06:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734119fb16c56c3482e36ba9420551b96089bdc8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'StackExchange:master' into master",
"author_name": "Yusuf Turhan Papurcu",
"author_login": "yusufpapurcu",
"committed_at": "2022-01-19T06:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253c5f0cb35e666c4c0fc42083824e7c89f0cc8d",
"body": "Modify module name to match the repository URL",
"is_bot": false,
"headline": "Merge pull request #3 from acabarbaye/patch-1",
"author_name": "Yusuf Turhan Papurcu",
"author_login": "yusufpapurcu",
"committed_at": "2021-10-19T12:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a8014a404ab210a2fecf9aa6958c43d1f9c5e2",
"body": "updating go version",
"is_bot": false,
"headline": "",
"author_name": "Adrien CABARBAYE",
"author_login": "acabarbaye",
"committed_at": "2021-10-19T12:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fdd7e654b433f914270928a9d032f6ee3234c5b",
"body": null,
"is_bot": false,
"headline": "Update go.mod",
"author_name": "Adrien CABARBAYE",
"author_login": "acabarbaye",
"committed_at": "2021-10-19T08:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ee5886793cf23dd70eb82175a6bff543fb1a5d",
"body": "In order to be able to install this module instead of the one defined at StackExchange/wmi, the module name needs to be modified. Otherwise the following issue happens:\r\n```\r\ngo: github.com/yusufpapurcu/wmi@v1.2.1: parsing go.mod:\r\n module declares its path as: github.com/StackExchange/wmi\r\n but was required as: github.com/yusufpapurcu/wmi\r\n```",
"is_bot": false,
"headline": "Modify module name to match the repository URL",
"author_name": "Adrien CABARBAYE",
"author_login": "acabarbaye",
"committed_at": "2021-10-19T08:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7389bacfa477bd80fbca55fc6fd16c2b47b3fe57",
"body": "Update go-ole to get Arm Windows fixes",
"is_bot": false,
"headline": "Merge pull request #1 from acabarbaye/ole-arm-fix",
"author_name": "Yusuf Turhan Papurcu",
"author_login": "yusufpapurcu",
"committed_at": "2021-10-18T17:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd35aa63cacbdbf46cc617c9f75976e3c1397617",
"body": "Update go-ole to get Arm Windows fixes",
"is_bot": false,
"headline": "",
"author_name": "Adrien CABARBAYE",
"author_login": "acabarbaye",
"committed_at": "2021-10-18T17:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e5979af55aae9f152493c553c3b4f75e22eb2d2",
"body": "README.md: Announce new fork",
"is_bot": false,
"headline": "Merge pull request #67 from StackExchange/tlim_newmod",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-09-17T17:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc81023e38b92d4a67a72311534dd3ef9065aa6",
"body": null,
"is_bot": false,
"headline": "Now with a tested URL!",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-09-17T15:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29874d6bb66aecb9ace247c21abb30d0d397129",
"body": null,
"is_bot": false,
"headline": "README.md: Announce new fork",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-09-17T15:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441642c1665945335b93778e496324884ce569e7",
"body": "DOC: Announce that this project is not longer maintained",
"is_bot": false,
"headline": "Merge pull request #64 from StackExchange/tlim_note",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-07-23T13:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078d4d5cea8578a9bae45aa2cbfad4d8edb31d42",
"body": null,
"is_bot": false,
"headline": "DOC: Announce that this project is not longer maintained",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-07-21T18:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37ec4cb466eb6e4feadc08c5d9a333bc7b294591",
"body": "Update go.mod",
"is_bot": false,
"headline": "Merge pull request #58 from czxcc/master",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-07-09T11:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96342c1d8c83611b809fd4d0f6290cde013cb9f",
"body": null,
"is_bot": false,
"headline": "go mod tidy",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-07-09T11:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f11c31590b72ec58d3aeecb9bcd57bf0b34141",
"body": "module declares",
"is_bot": false,
"headline": "Update go.mod",
"author_name": "shuc324",
"author_login": "czxcc",
"committed_at": "2021-07-09T03:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b284ef6ab83878bf825297f133b3cdfa991f3120",
"body": "skip lower case field",
"is_bot": false,
"headline": "Merge pull request #57 from lingliy/master",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-07-08T21:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866c22c625da78839547b0acc1fa0a5b4569a747",
"body": null,
"is_bot": false,
"headline": "skip lower case field",
"author_name": "lihongbo",
"author_login": null,
"committed_at": "2021-07-06T09:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8f1750fd46057fb58f854c1d35205bed539913",
"body": "Modified \"CreateQuery\"",
"is_bot": false,
"headline": "Merge pull request #24 from ghost/master",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-02-24T19:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943a03703d0b4d31afd69747bfd115677ee62e39",
"body": "Implement CallMethod for calling WMI class methods",
"is_bot": false,
"headline": "Merge pull request #45 from mholt/master",
"author_name": "Tom Limoncelli",
"author_login": "tlimoncelli",
"committed_at": "2021-02-24T19:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
"body": null,
"is_bot": false,
"headline": "Add support for slices of other uint and int types (#48)",
"author_name": "mikewalker125",
"author_login": "mikewalker125",
"committed_at": "2019-05-23T21:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0a55b97c70558c92ce14085e41b35a894e93d3d",
"body": "fix support for slices",
"is_bot": false,
"headline": "Merge pull request #41 from demonix/slices-fix",
"author_name": "Craig Peterson",
"author_login": "captncraig",
"committed_at": "2018-12-12T23:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d3387c757d8a88ef6bca81eb361c776f6284e2",
"body": null,
"is_bot": false,
"headline": "Implement CallMethod for calling WMI class methods",
"author_name": "Matthew Holt",
"author_login": "mholt",
"committed_at": "2018-11-26T18:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12b22c5341f0c26d88c4d66176330500e84db68",
"body": null,
"is_bot": false,
"headline": "Unlock instead of Lock",
"author_name": "Craig Peterson",
"author_login": "captncraig",
"committed_at": "2018-07-25T03:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba36119c53388c16d8cd71ccfdfb38bac4269ed",
"body": null,
"is_bot": false,
"headline": "fix support for slices",
"author_name": "Dmitry Karmazin",
"author_login": null,
"committed_at": "2018-05-18T04:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdffdb33acae0e14efff2628f9bae377b597840e",
"body": "Skip assignment of null values from WMI",
"is_bot": false,
"headline": "Merge pull request #38 from mikewalker125/master",
"author_name": "Craig Peterson",
"author_login": null,
"committed_at": "2018-04-12T20:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361ff266288826bf4a51977394756078593b9a77",
"body": null,
"is_bot": false,
"headline": "Skip assignment of null values from WMI",
"author_name": "Mike Walker",
"author_login": null,
"committed_at": "2018-01-18T03:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d049714c4a64225c3c79a7cf7d02f7fb5b96338",
"body": "add support for []uint8 slices",
"is_bot": false,
"headline": "Merge pull request #30 from martinlindhe/master",
"author_name": "Mike Newswanger",
"author_login": "mnewswanger",
"committed_at": "2018-01-16T20:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1da15d31a74500004f7fda6a3d6989e8b7b0495",
"body": null,
"is_bot": false,
"headline": "add support for []uint8 slices",
"author_name": "Martin Lindhe",
"author_login": "martinlindhe",
"committed_at": "2017-08-10T02:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea383cf3ba6ec950874b8486cd72356d007c768f",
"body": null,
"is_bot": false,
"headline": "Clarify that this doesn't run on Linux. (#26)",
"author_name": "Tom Limoncelli",
"author_login": null,
"committed_at": "2017-04-10T19:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f32b5905fd6ce7384093f9d048437e79f7b4d85",
"body": "…hmark tests.",
"is_bot": false,
"headline": "Split SWbemServices initialization out of Query method. Also add benc…",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2017-02-21T21:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fdb0f96323695f62fc7ff08ce1cabb657604809",
"body": "Added anonymous struct support for \"CreateQuery\". It now accepts a optional variadic \"class\" parameter.\r\nSo you can pass the wmi class name when your struct is anonymous and has no name or your struct is not named like the wmi class.",
"is_bot": false,
"headline": "Modified \"CreateQuery\"",
"author_name": "st0nie",
"author_login": "st0nie",
"committed_at": "2017-02-14T12:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e542ed97d15e640bdc14b5c12162d59e8fc67324",
"body": "…ble.",
"is_bot": false,
"headline": "add memory tests for WMI and OLE. Currently disabled, remove _ to ena…",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2017-02-09T00:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4452b3678eaa14aafb0b058fcd60645a304ea8c",
"body": null,
"is_bot": false,
"headline": "add support for string slices",
"author_name": "Gus Esquivel",
"author_login": "gesquive",
"committed_at": "2016-10-07T14:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54cbda6595d7293a7a468ccf9525f6bc8887f99",
"body": "This reverts commit df9318a151db65985bf783c256650d31032525d5.\n\nWe are still seeing a memory leak, just much slower.\nAbout 120MB per day in scollector. I'll keep looking but pretty sure this commit\ncauses the issue.",
"is_bot": false,
"headline": "Revert from COINIT_APARTMENTTHREADED to COINIT_MULTITHREADED",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2016-08-11T21:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771c736650b4aabf956d9103ba5bf439414f79f9",
"body": null,
"is_bot": false,
"headline": "Support float32",
"author_name": "marianob85",
"author_login": "marianob85",
"committed_at": "2016-07-29T19:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9318a151db65985bf783c256650d31032525d5",
"body": "This reverts commit d4ae5b448be53329ab38edcbc8aa1d196fc87f21.\nleak was in another PR.\nSee notes at https://github.com/StackExchange/wmi/pull/13#issuecomment-236032373\n\n# Conflicts:\n#\twmi.go",
"is_bot": false,
"headline": "Revert \"Partial Revert \"Correct threading model used by wmi calls\"\"",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2016-07-29T19:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13dc73378289294629b5c6def49e5724ed4f847f",
"body": "… fmt.",
"is_bot": false,
"headline": "add missing Release call for IEnumVARIANT to fix memory leak. Also go…",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2016-07-28T21:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ae5b448be53329ab38edcbc8aa1d196fc87f21",
"body": "This reverts part of commit 04850ec8cb7d7abe649e84596e564910521c22b4.\n\nusing COINIT_APARTMENTTHREADED caused a memory leak.\nSee https://github.com/multiplay/wmi/pull/8",
"is_bot": false,
"headline": "Partial Revert \"Correct threading model used by wmi calls\"",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2016-07-27T00:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04850ec8cb7d7abe649e84596e564910521c22b4",
"body": "WbemScripting is apartment threaded according to its registry entries\nso switch multi-threaded OLE to apartment threaded enabling the global\nlock to be removed.\n\nCorrect missing CoUninitialize call when CoInitializeEx returns S_FALSE\nas documented here:\nhttps://msdn.microsoft.com/en-us/library/windo\n[…]\nOleError checking in Query.\n* Handle nil return from CreateObject by returning ErrNilCreateObject\n before it causes a panic. This has been seen in rare cases in production\n when built under go v1.6.",
"is_bot": false,
"headline": "Correct threading model used by wmi calls",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2016-07-26T18:20:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ece5bbbd0e4962f480df1e48118e775bf92a8e30",
"body": "…ystems (Win2003, WinXP).\n\nCloses issues #2, #10 and #12.",
"is_bot": false,
"headline": "Use _NewEnum because SWbemObjectSet does not have ItemIndex on some s…",
"author_name": "sokoloff (Alexander)",
"author_login": "SokoloffA",
"committed_at": "2016-06-16T16:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e2bae1e0cb5aef83e319133eabfee30013a4a5",
"body": "fixes #11",
"is_bot": false,
"headline": "Update go-ole location",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-05-20T19:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf7cca9d16bb182dbe5c06945641f6b51b9fa68",
"body": "Fix strconv.ParseInt parsing value out of range",
"is_bot": false,
"headline": "Merge pull request #9 from StackExchange/ParseInt",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-03-11T18:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd81a5d3c93f46c7898e19d667842c666b682dc",
"body": "…eInt: parsing \"18446744073709551448\": value out of range'",
"is_bot": false,
"headline": "Fix bosun.org/cmd/scollector/collectors.c_dotnet_memory: strconv.Pars…",
"author_name": "Greg Bray",
"author_login": "gbrayut",
"committed_at": "2015-03-11T17:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d56c56daf22d71fda87e3fb20d00f818fa4f8a2",
"body": "Needed after change to go-ole Value() method.",
"is_bot": false,
"headline": "Handle various uint/int types",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-03-10T19:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a18616e9c971023be63b8d6bee788a5f23c962a5",
"body": "Add behaviour control for nil field value handling",
"is_bot": false,
"headline": "Merge pull request #8 from multiplay/nil-fix",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-02-12T18:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768b63eccc9202065019b7be650f047587293f5c",
"body": "Add behaviour control for missing fields",
"is_bot": false,
"headline": "Merge pull request #6 from stevenh/nil-fix",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2015-01-30T23:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe8e5add641dead0fb0ef9ff3d34675dae7bde3",
"body": "Add the ability to allow missing fields\n\nBy default this maintains compatibility with the original implementation which:\n* Errors if a struct field is missing from the result set.\n\nCreating a custom client allows the configuration of how:\n* Missing fields are handled (AllowMissingFields)\n\nThis is us\n[…]\nt allows the full struct definition to be used with custom queries that only return a partial set of information which they require, instead of having to create an alternative stuct only those fields.",
"is_bot": false,
"headline": "Add behaviour control for missing fields",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2015-01-30T20:50:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2ae4943ad8ae69e618d73ecb64e77ea18b84c1e",
"body": "Add behaviour control for nil field value handling",
"is_bot": false,
"headline": "Merge pull request #5 from stevenh/nil-fix",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2015-01-29T14:10:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20dd5615e9c8a61c25dc06885989deed9f091687",
"body": "Add concept of a WMI Client which allows the consumer to control how nil values are handled.\n\nBy default this maintains compatibility with the original implementation which:\n* Only allows nil values for pointer field types\n* Converts nil pointer values to the types zero value\n\nCreating a custom client allows the configuration of how:\n* Pointer fields handle nil values (PtrNil)\n* None pointer fields handle nil values (NonePtrZero)",
"is_bot": false,
"headline": "Add behaviour control for nil field value handling",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2015-01-29T13:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba9f1b8770cc61268d663145fd535649c4d6b02",
"body": "Return nil pointer values for NULL values",
"is_bot": false,
"headline": "Merge pull request #4 from stevenh/nil-fix",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2015-01-29T10:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d9f45869e9bc412a1d694ebe6b056cca0d6526a",
"body": "Map WMI NULL values to nil so the caller can make the correct decision about the data.\n\nAlso fix missmatch errors information returning \"<type>\" vs \"*<type>\" for pointer fields which can be confusing.",
"is_bot": false,
"headline": "Return nil pointer values for NULL values",
"author_name": "Steven Hartland",
"author_login": "stevenh",
"committed_at": "2015-01-29T10:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57958133f8e38a9a4f4ca6060800620608afb4bd",
"body": "from @stevenh\nfixes #7",
"is_bot": false,
"headline": "Add windows build tags",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-01-29T05:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60295dfb3fb90ff3b42c5e8cee4c4d4c40215da7",
"body": null,
"is_bot": false,
"headline": "gofmt",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-01-29T05:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a468f20937e9ceb40a67fc965519d9923b991b",
"body": "The last three digits are minutes, not HMM.",
"is_bot": false,
"headline": "Correct WQL time format conversion",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2015-01-09T21:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d07d11da281b7c14a53450000cc4e6524fb4e7",
"body": null,
"is_bot": false,
"headline": "Refactor type assertions to switch on type",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-12-09T08:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0369b178e2241747f473df5075880d9713a4f0",
"body": null,
"is_bot": false,
"headline": "Pointer more things for TestMany to pass",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-12-09T08:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7533c93899850626eae0bed0f951c6b4503000",
"body": null,
"is_bot": false,
"headline": "List unsupported type",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-12-09T08:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a72a6b667903532b0b40ba1b8041981f4a9642",
"body": null,
"is_bot": false,
"headline": "Can be null",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-12-09T08:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51e0e53d9da457a53cfa99de75f79041ef34c5c8",
"body": null,
"is_bot": false,
"headline": "Document pointer support",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-21T15:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd9bbc809eedce0f00a24e50172042837f000e26",
"body": null,
"is_bot": false,
"headline": "Remove JSON stuffs and memory leak warning",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-17T00:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60fac6c9fa4d16c10e0f4b0e3f14d79c1935ce66",
"body": "Cleanup variants and create a new slice for dst",
"is_bot": false,
"headline": "Merge pull request #4 from stefanschneider/cleanup-variants",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-16T18:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d99e2c218f2f1fb64510009248c2e8ecb8e16eed",
"body": null,
"is_bot": false,
"headline": "Cleanup variants and create a new slice for dst",
"author_name": "Stefan Schneider",
"author_login": "stefanschneider",
"committed_at": "2014-07-16T11:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85cddebb7358ec41abac31a361b727ac0fdac5be",
"body": null,
"is_bot": false,
"headline": "Document the JSON funcs",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-09T20:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088b69a25e5b26a8346ad5606151ca5a2830f4a5",
"body": "This reverts commit 1cc3eb991cd0fb9ed9bc50562811d66e4ed06c84.",
"is_bot": false,
"headline": "Revert \"No more need for JSON\"",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-09T20:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ac0f843bf5b1a0bf99afdf43916723efdc3176",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:StackExchange/wmi",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-09T19:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4445f9c78e6f4f5e446d68d761bf1a9c23b81444",
"body": null,
"is_bot": false,
"headline": "Pointer these to support nils",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-09T01:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "495b20d6fef403686c9616a851af56654e392b25",
"body": null,
"is_bot": false,
"headline": "Document memory leak",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-09T01:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "765a1e7b72374845785238e38c7b8fb3eda52ddb",
"body": null,
"is_bot": false,
"headline": "Check for bad params before expensive calls",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-09T01:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d725700b813148bb87a9f506a71d70ac354fbaa1",
"body": null,
"is_bot": false,
"headline": "Better description.",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-03T20:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02ce288f904366a1324603fc1ef7db80fb6821f",
"body": null,
"is_bot": false,
"headline": "More docs",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-03T17:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f8027b775c014c8b0143d6ec9ef0b1dccc0b5d3",
"body": null,
"is_bot": false,
"headline": "Remove warning",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-03T17:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba25d0783a64fe12683ebcade54a12f521c9c311",
"body": null,
"is_bot": false,
"headline": "Support marshalling into pointers",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-02T21:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc3eb991cd0fb9ed9bc50562811d66e4ed06c84",
"body": null,
"is_bot": false,
"headline": "No more need for JSON",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-02T21:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68515cae26dd2ddd41b6c2018899407f336484a",
"body": "Requires https://github.com/mattn/go-ole/pull/20",
"is_bot": false,
"headline": "Simpler query handling",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-07-02T19:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66f26598b0473b7e5f2d4c20127d55bdf0562c03",
"body": null,
"is_bot": false,
"headline": "Use master go-ole repo",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-06-18T17:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0587947e9feda5c001a264c0224923f8aa31ea17",
"body": null,
"is_bot": false,
"headline": "Marshal to pointer types",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-05-21T20:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff3123328059dd3bbb4d96e42a904db228ecacd",
"body": null,
"is_bot": false,
"headline": "Document WMI command",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-05-21T19:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c10e3662ad5381c33338090180eaa769ba2d05c",
"body": null,
"is_bot": false,
"headline": "Display zero count after run",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-02-28T19:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a85595d6ef7668af940a9044cdbf47c9e3b34f5",
"body": "It was initiall put in to track down the memory bug. But it doesn't help\nat all, and the tests (including TestMany) still pass, so appears safe to\nremove.",
"is_bot": false,
"headline": "Remove all this single thread hoopla",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-02-28T00:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085b191bad15e6b5fd16365b81541f8e0a9d6cb0",
"body": null,
"is_bot": false,
"headline": "More yelling about the memory bug",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-02-24T20:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ca5d9e4656264e99ce3175cbdb57a9f00fd5cf",
"body": null,
"is_bot": false,
"headline": "Yell at people about the memory bug",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-02-24T20:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81dc847894458bdfe82ae5941cd3e8d428116ed3",
"body": null,
"is_bot": false,
"headline": "Marshall them all",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-02-18T08:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed205999f1d1172e7ca22d70dfcabaeeaf2a5068",
"body": null,
"is_bot": false,
"headline": "Support float64s",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-30T20:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3caa84a35909d040f316aa5a97ed7ad2b605eb6",
"body": null,
"is_bot": false,
"headline": "Error on unmarshalable field",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-30T20:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "665a8f0c16f4a1d96b67bcbfd08ef638b1bf3744",
"body": null,
"is_bot": false,
"headline": "Omit error field on empty",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-30T20:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1dfe681b2ddee0382ce9b25b8c4b7a8be188342",
"body": null,
"is_bot": false,
"headline": "Helpers for the JSON streaming",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-24T22:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd00856538867803ab7ded9f766552730fdc9b35",
"body": null,
"is_bot": false,
"headline": "LoadJSON helper",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-23T23:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8afbd43ffab1722be262145a168a20156346b66",
"body": null,
"is_bot": false,
"headline": "Command line JSON interface for wmi",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-23T21:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "363a8ea48b944116f30e08816993595e42b9acc5",
"body": "To be used via the command line.",
"is_bot": false,
"headline": "String queryer",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2014-01-23T21:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8df7208f47501d4d9e12b04972b02e9fa42bdb2",
"body": null,
"is_bot": false,
"headline": "Test showing the GC is doing something",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-13T22:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fcb91491d754dfa3a03e200e64a93088ad0d6f3",
"body": null,
"is_bot": false,
"headline": "Break after one round of failures",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-12T22:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82d1881e69d20d57b2f06a9892638c07a7a9c63",
"body": null,
"is_bot": false,
"headline": "Disable for now",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-12T22:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ac9985c751942478268f8dfebe13fb51db8db6",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-12T22:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a791ff31de51e207ee47b29c5e238aef63ce11b6",
"body": null,
"is_bot": false,
"headline": "String \\u0000 test",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-12T09:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea841a56200574cae1fc873a5f79c6176f6fe79",
"body": null,
"is_bot": false,
"headline": "A bit more descriptive",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-11T23:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27a79162065321772d72a21cb59438eb21085fe",
"body": "I have no idea why this works. Everything should already be single threaded\nsince it is run through the mainfunc channel. However, maybe there is some\nimplementation detail on the Windows platform that allocates the same\nmemory in a function call, and this is causing corruption. For some reason\nlocking the entire runQuery function works. Note, though, that putting the\nlocks *inside* the function itself doesn't work, but I'm not sure why.",
"is_bot": false,
"headline": "Another fix attempt that appears to work",
"author_name": "Matt Jibson",
"author_login": "madelynnblue",
"committed_at": "2013-12-11T23:49:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 0,
"latest_release_at": "2024-01-28T14:30:19Z",
"latest_release_tag": "v1.2.4",
"releases_from_tags": false,
"days_since_last_push": 911,
"active_weeks_last_year": 0,
"days_since_latest_release": 911,
"mean_days_between_releases": 415.5
},
"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/yusufpapurcu/wmi",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/yusufpapurcu/wmi",
"is_deprecated": false,
"latest_version": "v1.2.4",
"repository_url": "https://github.com/yusufpapurcu/wmi",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-01-28T14:29:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 911
}
]
},
"popularity": {
"forks": 30,
"stars": 168,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-02-20",
"count": 2
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
}
],
"complete": true,
"collected": 30,
"total_forks": 30
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 19251,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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/go-ole/go-ole",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.6"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "madelynnblue",
"commits": 81,
"avatar_url": "https://avatars.githubusercontent.com/u/41181?v=4"
},
{
"type": "User",
"login": "tlimoncelli",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/6293917?v=4"
},
{
"type": "User",
"login": "gbrayut",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/304401?v=4"
},
{
"type": "User",
"login": "stevenh",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/104239?v=4"
},
{
"type": "User",
"login": "kylebrandt",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1692624?v=4"
},
{
"type": "User",
"login": "yusufpapurcu",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/41443083?v=4"
},
{
"type": "User",
"login": "acabarbaye",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/29707928?v=4"
},
{
"type": "User",
"login": "captncraig",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/192540?v=4"
},
{
"type": "User",
"login": "st0nie",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/42872734?v=4"
},
{
"type": "User",
"login": "SokoloffA",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/854935?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.604
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 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": 1,
"reason": "Found 4/25 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6c94d732ac31d45ca1f62731b1682157ce85e224",
"ran_at": "2026-07-28T13:21:02Z",
"aggregate_score": 2.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 10,
"created_at": "2025-04-10T08:33:58Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-01-28T14:29:43Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/yusufpapurcu/wmi",
"host": "github.com",
"name": "wmi",
"owner": "yusufpapurcu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 34 is calibrated to 28 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 34,
"calibrated": 28,
"calibration": "2026-08-02"
}
}
],
"value": 28,
"inputs": {
"security": 28,
"vitality": 15,
"community": 38,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 24,
"ai_readiness": 53,
"weighted_overall_raw": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 911,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 911 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 911
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "weak",
"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": 36,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.2.4",
"releases_from_tags": false,
"days_since_latest_release": 911,
"mean_days_between_releases": 415.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 911 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 911
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~415.5 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 415.5
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 919,
"days_since_last_human_commit": 919,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 919 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 919
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 38,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 30,
"stars": 168,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "168 stars",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 168
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "30 forks",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 30
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.604
},
"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 60% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"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 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 3,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/6 decided PRs merged",
"points": 20,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 6
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/25 approved changesets -- score normalized to 1",
"points": 1.5,
"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": 60,
"inputs": {
"followers": 135,
"owner_type": "User",
"is_verified": null,
"owner_login": "yusufpapurcu",
"public_repos": 25,
"account_age_days": 2930
},
"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": "135 followers of yusufpapurcu",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 135,
"login": "yusufpapurcu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~8 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/yusufpapurcu/wmi"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 911
},
"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 911 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 911
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 24,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://godoc.org/github.com/StackExchange/wmi",
"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": "http://godoc.org/github.com/StackExchange/wmi",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 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 4/25 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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. 1 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1
}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 1 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1,
"share": 10,
"commits": 50
}
}
],
"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": 53,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"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": "33 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 19251,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {
"library": 3
},
"primary": null,
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:21:20.796982Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/yusufpapurcu/wmi.svg",
"full_name": "yusufpapurcu/wmi",
"license_state": "standard",
"license_spdx": "MIT"
}