原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"word",
"docx",
"office"
],
"is_fork": true,
"size_kb": 1687,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 832382
},
"pushed_at": "2026-07-20T07:36:52Z",
"created_at": "2025-09-15T12:13:23Z",
"owner_type": "User",
"updated_at": "2026-07-20T07:36:15Z",
"description": "Go library for reading and writing Microsoft Docx",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ubavic.rs",
"name": "Nikola Ubavić",
"type": "User",
"login": "ubavic",
"company": "Coming Computer Engineering",
"location": "Serbia",
"followers": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/53820106?v=4",
"created_at": "2019-08-06T10:58:24Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 2548
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T07:35:51Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-25T11:36:14Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-25T09:21:50Z"
}
],
"recent_commits": [
{
"oid": "ef2dc8b52276c89b162815ad577d2bdbf0af2d5e",
"body": null,
"is_bot": false,
"headline": "Add badge",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-07-20T07:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a33b2d93f5def7ff3d7d21420613c2ec8f88c6ef",
"body": null,
"is_bot": false,
"headline": "Remove leading blank paragraph",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-07-20T07:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e9f77665e830be7b4a39c1d712a7caf9023bcd",
"body": null,
"is_bot": false,
"headline": "Fix some lint issues",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T14:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4509818554d694a7e9902aa03b4d6723e384d27f",
"body": null,
"is_bot": false,
"headline": "Unused function",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T11:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9789640cb632671ce0c9f90afef8b8224178ef0",
"body": null,
"is_bot": false,
"headline": "Unneeded check",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T11:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9ee1748ec0859b95163e9e28e7ae7bb010f5f6",
"body": null,
"is_bot": false,
"headline": "Fix 'Errorf' usage",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T11:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5812c3e92412fbb3824950d1da2bc473b34564",
"body": null,
"is_bot": false,
"headline": "Use `new` function",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T11:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172a8e2a156a49fd11e9fea760fdffc088291cc3",
"body": null,
"is_bot": false,
"headline": "Remove custom pointer format function",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T11:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "372ca93f401d713289e1dd417f89a0981de426a4",
"body": null,
"is_bot": false,
"headline": "Fix value construction",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T11:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8daba0acc91b78d57d4ab5c88cb2c04776a0ce5b",
"body": null,
"is_bot": false,
"headline": "Fix README a little bit",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T10:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950d2eee42686bf749448ce6e85b65003408b670",
"body": null,
"is_bot": false,
"headline": "Fork library",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T09:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0863433238099f6e13aca9aed1fe806759c4e4",
"body": null,
"is_bot": false,
"headline": "Use `ParseDocument` instead `OpenDocument`",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T08:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7406b2f1187f8090f1f6e162f92d1b2478b91895",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'bb/dev'",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T08:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7db80e86f5ac9ceb90e661350b7a0c99d8ee132",
"body": null,
"is_bot": false,
"headline": "Prevent duplication",
"author_name": "Nikola Ubavic",
"author_login": "ubavic",
"committed_at": "2026-06-25T08:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95517464107220ca73f02672ffac8faa0b2aa492",
"body": null,
"is_bot": false,
"headline": "add changed to TransformGroup",
"author_name": "Peter",
"author_login": null,
"committed_at": "2025-12-18T13:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184befe7a240d2f92866c7591624417150266712",
"body": null,
"is_bot": false,
"headline": "add changed to TransformGroup",
"author_name": "Peter",
"author_login": null,
"committed_at": "2025-12-18T13:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aefd2d814cd102ae95797d502d56565832785894",
"body": "Add support for pict within a run",
"is_bot": false,
"headline": "Merge pull request #68 from tyler-sommer/pict-support",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-08-11T22:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4c7b78081019c56e772574a0b0846421f843b6",
"body": "Create CONTRIBUTING.md",
"is_bot": false,
"headline": "Merge pull request #77 from gomutex/gomutex-patch-1",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-08-11T22:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb06d67b16e1260460556cec513c3caf1459ece",
"body": null,
"is_bot": false,
"headline": "Create CONTRIBUTING.md",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-08-11T22:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae1fa949ef9729a6373e350642887f293e1f058",
"body": "feat: Add SVG MIME",
"is_bot": false,
"headline": "Merge pull request #71 from reindervdw-cmi/patch-1",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-08-11T22:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "099ad318948a53bc6d399dd30d9eff17f2d37d51",
"body": "Make docx files deterministic, to permit golden tests",
"is_bot": false,
"headline": "Merge pull request #76 from robfig/determinism",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-08-11T21:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2053e9ff3a481328de4f0230252fcf046b0ffe68",
"body": null,
"is_bot": false,
"headline": "Make docx files deterministic, to permit golden tests",
"author_name": "Rob Figueiredo",
"author_login": "robfig",
"committed_at": "2025-08-11T21:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a950c3ae0849b41459b1e3863e36074ca67c4fa",
"body": "lists: ordered & unordered nesting, number resets",
"is_bot": false,
"headline": "Merge pull request #75 from robfig/main",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-08-11T21:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c39e554850b20fda2f0a1fb232b79fd64d23ada",
"body": null,
"is_bot": false,
"headline": "4th level",
"author_name": "Rob Figueiredo",
"author_login": "robfig",
"committed_at": "2025-08-10T22:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de47a1757b0003a9be8d1defd88854228fcb7181",
"body": null,
"is_bot": false,
"headline": "lists: ordered & unordered nesting, number resets",
"author_name": "Rob Figueiredo",
"author_login": "robfig",
"committed_at": "2025-08-10T20:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eda0837119cbb8575b37f36ce4e448f4f864014",
"body": null,
"is_bot": false,
"headline": "feat: Add SVG contentType",
"author_name": "reindervdw-cmi",
"author_login": "reindervdw-cmi",
"committed_at": "2025-07-31T16:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92216aeef625950e3089e27f38d44e7976f957b9",
"body": null,
"is_bot": false,
"headline": "Add support for pict within a run",
"author_name": "Tyler Sommer",
"author_login": "tyler-sommer",
"committed_at": "2025-07-21T22:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7db9474fbabada5d935f98f1a40398d838dc7c",
"body": "Add GetCT method for accessing underlying Table complex type",
"is_bot": false,
"headline": "Merge pull request #64 from sanbaiw/feature/expose-table",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-05-25T05:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d20ff8e93c008bb4d76f4c5f23d5917f86ab1f",
"body": "…plex Type",
"is_bot": false,
"headline": "feature: Add GetCT method to Table for accessing underlying Table Com…",
"author_name": "zhihhwang",
"author_login": "sanbaiw",
"committed_at": "2025-04-17T16:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a523e73246761782b01c83e19c1b6721616b232",
"body": "allowing empty names in picture",
"is_bot": false,
"headline": "Merge pull request #62 from gomutex/develop",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-03-01T03:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf60dd2a4679efc807ce193437b11600944def53",
"body": null,
"is_bot": false,
"headline": "allowing empty names in picture",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2025-03-01T03:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb86d6168e96439c65490b153ce60dd7e1c84f08",
"body": "Add Indent helper func",
"is_bot": false,
"headline": "Merge pull request #61 from spekulant/main",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-02-28T03:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4dfb66b7384e681b976d2639adb70e2df244c9",
"body": null,
"is_bot": false,
"headline": "Add tests for the Indent func",
"author_name": "Tomasz Sobota",
"author_login": "spekulant",
"committed_at": "2025-02-27T15:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3552bd7ef1a14e34b19fdb4c397184c4f26873a9",
"body": null,
"is_bot": false,
"headline": "Add Indent helper func",
"author_name": "Tomasz Sobota",
"author_login": "spekulant",
"committed_at": "2025-02-27T15:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e352c80eb6542f904b97b3f03aa22c781f5104",
"body": "add links to paragraph and setting font",
"is_bot": false,
"headline": "Merge pull request #55 from fast-facts/main",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-02-25T04:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3fe7d89fec6f66456239e3d3df15ed0c51aa5ad",
"body": null,
"is_bot": false,
"headline": "set font of runs and hyperlinks",
"author_name": "fast-facts",
"author_login": "fast-facts",
"committed_at": "2025-02-15T00:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362781a9ddb04a04335454c6d3a1c4c36dce88d1",
"body": null,
"is_bot": false,
"headline": "add links to paragraph",
"author_name": "fast-facts",
"author_login": "fast-facts",
"committed_at": "2025-02-15T00:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc5b43004e297852cf82b1c0d516d5d3a05a7e09",
"body": "add some property functions and bug fix",
"is_bot": false,
"headline": "Merge pull request #52 from Leoliu83/main",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-01-31T15:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f8ecafd6ae28cb5e4f09a6864fc87be818a9fd5",
"body": null,
"is_bot": false,
"headline": "Initialize cell property",
"author_name": "Leoliu83",
"author_login": "Leoliu83",
"committed_at": "2025-01-21T08:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c30f9a8b6a47e3036cd5ae2e13bacf173781444b",
"body": "- Add new function\ndocx/table.go\n- Fix bug in Table.Grid()\n- Add new function\nwml/color/color.go\n- Add string variables for colors\nwml/ctypes/border.go\n- Add border creation function\nwml/ctypes/pagesize_default.go\n- Define some default pagesize, like A4,A3 and so on\nwml/ctypes/spacing.go\n- Add ParagraphSpacing creation function\nwml/ctypes/unit.go\n- Add unit conversion",
"is_bot": false,
"headline": "docx/paragraph.go",
"author_name": "Leoliu83",
"author_login": "Leoliu83",
"committed_at": "2025-01-21T08:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062f52e1bb8584133e2ef116035cb3c09d0dc808",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #51 from gomutex/gomutex-patch-1",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-01-12T02:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7919be4d5940b3595edee7e1c3767d52379d873",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-01-12T02:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b28b7b73fa66a8bd4531f063e98724b3418bfd6",
"body": "A few functions exposing underlying properties",
"is_bot": false,
"headline": "Merge pull request #50 from ofipify/main",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2025-01-12T01:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c178d5fe9bbb538346c6ae776d5d050e4bf0b8bd",
"body": null,
"is_bot": false,
"headline": "add new Table property functions",
"author_name": "Oliver Fuerst",
"author_login": "ofipify",
"committed_at": "2024-12-09T12:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7f17fd2eac383fb0f541ba8291ce7d979bf9e4",
"body": "This allows defining subscript and superscript for a run.",
"is_bot": false,
"headline": "add VerticalAlign method to run",
"author_name": "Oliver Fuerst",
"author_login": "ofipify",
"committed_at": "2024-12-09T12:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ab8cd3349ca7bbf8c0f2ca5acadecc193842c2",
"body": "add picture in existing paragraph",
"is_bot": false,
"headline": "Merge pull request #48 from gomutex/picture-additions",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2024-09-01T15:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e95a702d3ae09ba24149f460a1bd9a8ac6a316",
"body": null,
"is_bot": false,
"headline": "add picture in existing paragraph",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-09-01T15:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258a3f96988a28ce1b35929c4d0711c97078ff3f",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #43 from gomutex/develop",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2024-07-02T05:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6ce69f91422d7d9720c19c7f2f8263345880f6",
"body": null,
"is_bot": false,
"headline": "empty para function",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-07-02T05:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06cb9b6a4bea388c4cf6852529e925d761304948",
"body": null,
"is_bot": false,
"headline": "table wrapper",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T19:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f9713d43ed49815de9bb4a2f4777fdcfd33409",
"body": "Update go.yml",
"is_bot": false,
"headline": "Merge pull request #39 from gomutex/gomutex-patch-1",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T08:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e00113aba97e8516df4afd6b642c6055a6ae0bb",
"body": null,
"is_bot": false,
"headline": "Update go.yml",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T08:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01eba65f0e0e83360e07fedb0a55091bba0b25df",
"body": "badges update",
"is_bot": false,
"headline": "Merge pull request #38 from gomutex/readme-update",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T07:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ecf53d0e2ecc7eed67b4e314fdc054b608e838",
"body": null,
"is_bot": false,
"headline": "badges update",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T07:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d5046c26eb22c7680adfec92e4ce029f8da7929",
"body": "spelling corrected",
"is_bot": false,
"headline": "Merge pull request #37 from gomutex/spell-correction",
"author_name": "Go mutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T07:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18fc118cc68b3eccb7fc996a2fb310f4cfb696b5",
"body": null,
"is_bot": false,
"headline": "spelling corrected",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-07-01T07:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96b41d9b24dfe985586d128f5f14fdca68ae3b0",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #36 from gomutex/gomutex-patch-1",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-30T18:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8bc05e250ab17f0efa062527892adf6dd9d510",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-30T18:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9987cea14e997250852f2cb00c6fc7042f641cd8",
"body": "documentation page link",
"is_bot": false,
"headline": "Merge pull request #35 from gomutex/update-readme",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-30T07:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c009b0eb7e30af4b7c1aef50fcb0e047b55fee",
"body": null,
"is_bot": false,
"headline": "documentation page link",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-30T07:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57dfdbedba3aac1c1e8d9d2b2a026fc5e100aef8",
"body": "doc update and moved API funcs of Run to docx",
"is_bot": false,
"headline": "Merge pull request #34 from gomutex/comments-update",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T15:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd8b34fd367d243278e5b2ee42bd4fcfb158898",
"body": null,
"is_bot": false,
"headline": "doc update and moved API funcs of Run to docx",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T15:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0aaf6d7813a0dad7dbdbe1b738432f10c9e9af",
"body": null,
"is_bot": false,
"headline": "readme update (#33)",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T11:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043e19fd350314c270cb571bffb9c2ba50060a94",
"body": "* demo output screenshot",
"is_bot": false,
"headline": "Demo code update (#32)",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T10:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b423208a520d83c70227a20ebb56fd447db728ed",
"body": "getstyle fix and page break api added",
"is_bot": false,
"headline": "Merge pull request #31 from gomutex/develop",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T09:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb4c148fa1a8786dda51b6f335459d6ed9772e3d",
"body": null,
"is_bot": false,
"headline": "getstyle fix and page break api added",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T09:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77a62c14886ab70858b612d87a7fd5a62d3ec78",
"body": "readme update",
"is_bot": false,
"headline": "Merge pull request #30 from gomutex/readme-update",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T08:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f68ab23cab4e4b2c3b4389cb49a02942ede097d",
"body": null,
"is_bot": false,
"headline": "readme update",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T08:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78eaa679ddd10cc92ef4ca3f6bc50c62e3157bc9",
"body": "styles namespace attr fix",
"is_bot": false,
"headline": "Merge pull request #29 from gomutex/styles-attr-fix",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T06:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f41b93409b18cd7b86a8cef251fafd60384551",
"body": null,
"is_bot": false,
"headline": "styles namespace attr fix",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T06:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc59f25d4803ee3bf56504faadb68d162016126f",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #28 from gomutex/develop",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T05:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e7df598e5fb2da1a9e882aa25a1991acf44bbe",
"body": null,
"is_bot": false,
"headline": "addtional run fields",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T05:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "317a9240289c843a2d9aea57032ec61f205a091a",
"body": null,
"is_bot": false,
"headline": "Generic for ~string types",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-28T03:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680639953c1ae9109b28eede1ea7251d288c24fc",
"body": null,
"is_bot": false,
"headline": "rsids and marshalxml migrate",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T20:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d7e2e35a777b44188753606c64fac8cc6811de",
"body": null,
"is_bot": false,
"headline": "style fix - handle multiple tblStylePr",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T18:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3160000235e026fa5a3d78d6c4b6adbd571991",
"body": null,
"is_bot": false,
"headline": "disabled length check in hex",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T17:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb50ffdbe4a0b0060d31284db571c02fbdef19e9",
"body": null,
"is_bot": false,
"headline": "table api fix",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T17:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15e0c3c78e156270f4995c520f293c27f2a80e93",
"body": null,
"is_bot": false,
"headline": "removed unnecessary package structure",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T17:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76455b0abeb5ef4b4914c2191e6c759be481da2",
"body": null,
"is_bot": false,
"headline": "write styles back to styles.xml",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T17:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c6a89a163ae158cad97c9e71cc5328b0c7d29b2",
"body": null,
"is_bot": false,
"headline": "dep injection and restructured to access styles",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-27T14:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a1a6bb6d38221d340d490d719174a6e96a291a",
"body": null,
"is_bot": false,
"headline": "hexnum elem",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T15:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e056f5d977a06e5073d5914c9c3c0e7965934e7c",
"body": null,
"is_bot": false,
"headline": "migrated onoff,singleint/uint to ctypes elements",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T14:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f201a96451009e6db224c4bbd6122c89c8ca82",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #27 from gomutex/develop",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T11:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f17f5da34f3c0fdc1c09f77e580e74934f27d7",
"body": null,
"is_bot": false,
"headline": "empty row prop allowed",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T11:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c3a806b8a6184562c6939c5ded94ff85b23822",
"body": null,
"is_bot": false,
"headline": "nil check for run prop",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T11:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b167b59226e75490afc73472fefcc25f7bbd10",
"body": null,
"is_bot": false,
"headline": "removed strict xsd check",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T10:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153460d9138b068959c00fa899c184e8680e6343",
"body": null,
"is_bot": false,
"headline": "cell,row props",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-26T08:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31a7255c16590fe03f51eb0cef41b357c8dcfe1",
"body": null,
"is_bot": false,
"headline": "table,rows, cols elements ordered",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-25T15:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d3ef6220cb52defab3c2b2bc402c32fcb4c42f",
"body": null,
"is_bot": false,
"headline": "runproperty order",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T16:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38362eebeb789afbe348406e95ea31d9da5fae99",
"body": "fix namespace in graphicFrameLocks",
"is_bot": false,
"headline": "Merge pull request #26 from gomutex/pic-namespace-fix",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T15:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af6641594be4d1e11e006704fce3a9b8cd7220e",
"body": null,
"is_bot": false,
"headline": "fix namespace in graphicFrameLocks",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T15:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e1fe9f268f25b49330208c316d14af1c3b7aad",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #25 from gomutex/develop",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T14:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37409f659644d450e64e6fb0b20132bb86102a3a",
"body": "creator and description change in template",
"is_bot": false,
"headline": "Merge pull request #24 from gomutex/doc-prop-change",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T13:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95fb8a81b7b661574a20f2f162bdf83f07faa7f",
"body": null,
"is_bot": false,
"headline": "creator and description change in template",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T13:05:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda501fafbbe6ad563a8ae97a38951edfb1bc3bd",
"body": "Update bug_report.md",
"is_bot": false,
"headline": "Merge pull request #23 from gomutex/bug-template-updation",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T05:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f4027feb61c065962a2548fb2d6261ed77c8d6",
"body": null,
"is_bot": false,
"headline": "Update bug_report.md",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T05:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3031a48ed50509bacaf88b80788359041973d157",
"body": "Update issue templates",
"is_bot": false,
"headline": "Merge pull request #22 from gomutex/gomutex-patch-1",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T05:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "863f25e301f6537aeccda5888f96a0f8cc31d7f4",
"body": null,
"is_bot": false,
"headline": "Update issue templates",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T05:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c15cbc4ac7a4dee5edc73754cae4cd20e6d26b",
"body": null,
"is_bot": false,
"headline": "test update",
"author_name": "gomutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T04:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd822671cf27f85d5c0c2836ee899a7be58a32a2",
"body": "heading fix",
"is_bot": false,
"headline": "Merge pull request #21 from gomutex/develop",
"author_name": "GoMutex",
"author_login": "gomutex",
"committed_at": "2024-06-24T04:20:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 26,
"latest_release_at": "2026-07-20T07:35:51Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_last_push": 8,
"active_weeks_last_year": 5,
"days_since_latest_release": 8,
"mean_days_between_releases": 12.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/ubavic/godocx",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ubavic/godocx",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/ubavic/godocx",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T07:35:51Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 30446,
"source_files_sampled": 299,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "gomutex",
"commits": 144,
"avatar_url": "https://avatars.githubusercontent.com/u/155832629?v=4"
},
{
"type": "User",
"login": "ubavic",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/53820106?v=4"
},
{
"type": "User",
"login": "robfig",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/536325?v=4"
},
{
"type": "User",
"login": "Leoliu83",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/45155222?v=4"
},
{
"type": "User",
"login": "ofipify",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/123100576?v=4"
},
{
"type": "User",
"login": "spekulant",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/11033667?v=4"
},
{
"type": "User",
"login": "fast-facts",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/107660271?v=4"
},
{
"type": "User",
"login": "tyler-sommer",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/916259?v=4"
},
{
"type": "User",
"login": "reindervdw-cmi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/200102462?v=4"
},
{
"type": "User",
"login": "sanbaiw",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/42755810?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.837
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 10,
"reason": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "ef2dc8b52276c89b162815ad577d2bdbf0af2d5e",
"ran_at": "2026-07-29T02:44:19Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ubavic/godocx",
"host": "github.com",
"name": "godocx",
"owner": "ubavic"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"security": 42,
"vitality": 68,
"community": 12,
"governance": 42,
"engineering": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 8,
"mean_days_between_releases": 12.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~12.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12.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": "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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.837
},
"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 84% of commits",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 94,
"owner_type": "User",
"is_verified": null,
"owner_login": "ubavic",
"public_repos": 36,
"account_age_days": 2548
},
"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": "94 followers of ubavic",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 94,
"login": "ubavic"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~6 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/ubavic/godocx"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [
"word",
"docx",
"office"
],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": "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": 10
},
"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": 53,
"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.37,
"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": "37 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 60,
"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": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"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": 30446,
"source_files_sampled": 299,
"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/299 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 299,
"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": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T02:44:26.514430Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/ubavic/godocx.svg",
"full_name": "ubavic/godocx",
"license_state": "standard",
"license_spdx": "MIT"
}