Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"glob",
"golang",
"pattern"
],
"is_fork": false,
"size_kb": 1359,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 116563,
"Shell": 552
},
"pushed_at": "2024-01-28T19:38:25Z",
"created_at": "2015-11-30T14:57:38Z",
"owner_type": "User",
"updated_at": "2026-07-23T16:08:45Z",
"description": "Go glob",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "sergey.kamardin.org",
"name": "Sergey Kamardin",
"type": "User",
"login": "gobwas",
"company": null,
"location": null,
"followers": 689,
"avatar_url": "https://avatars.githubusercontent.com/u/675117?v=4",
"created_at": "2011-03-17T13:14:55Z",
"is_verified": null,
"public_repos": 120,
"account_age_days": 5612
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2018-02-08T21:06:56Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2016-12-07T07:55:55Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2016-10-22T21:02:45Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2016-05-31T08:55:06Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2016-05-31T08:53:28Z"
}
],
"recent_commits": [
{
"oid": "e7a84e9525fe90abcda167b604e483cc959ad4aa",
"body": null,
"is_bot": false,
"headline": "Fix speed results table formatting.",
"author_name": "scier",
"author_login": "sergeykhegay",
"committed_at": "2018-10-02T19:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f756513aec94125582ee6c0dc94179251ef87370",
"body": null,
"is_bot": false,
"headline": "Update travis",
"author_name": "Hanzei",
"author_login": "hanzei",
"committed_at": "2018-08-09T07:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00a7392b43971b2fdb562418faab1f18da2067a",
"body": null,
"is_bot": false,
"headline": "more tests",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2018-04-02T14:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c076cdf202b3d1c0489bdfa2f2f289f634474b",
"body": null,
"is_bot": false,
"headline": "travis: update go versions",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2018-02-08T21:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ccd90ef52e1e632236f7326478d4faa74f99438",
"body": null,
"is_bot": false,
"headline": "syntax/ast: pretty printing",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2018-02-08T21:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034ebb20bee3528a9c185c662a8189781b0926c2",
"body": "To avoid hard Index()'ing of given text with btree matcher we implement\nan prefix_any and suffix_any matchers that can work well in many cases.\n\nBTree matcher Index() will be implemented in upcoming commits to prevent\nsame bugs.\n\nFixes #23",
"is_bot": false,
"headline": "Avoid btree Index() call on pattern with separators.",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2018-02-08T21:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51eb1ee00b6d931c66d229ceeb7c31b985563420",
"body": "gofmt -s",
"is_bot": false,
"headline": "Merge pull request #17 from shawnps/master",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2017-02-12T20:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea32b9cd2d6f55753d94a28e959b13f0244797a",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-12-07T07:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0354991b92587e2742549d3036f3b5bae5ab03f2",
"body": null,
"is_bot": false,
"headline": "bugfix with row length",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-10-22T21:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75853f590119b2f0fbd8f6b661123fd24bd3d8fe",
"body": null,
"is_bot": false,
"headline": "gofmt -s",
"author_name": "Shawn Smith",
"author_login": "shawnps",
"committed_at": "2016-08-15T04:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6abff51712df5da11095fb41dd4b0353559797",
"body": "Newlexer more",
"is_bot": false,
"headline": "Merge pull request #16 from gobwas/newlexer_more",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2016-05-31T08:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b50f259da036d529020e738541900619bc45dea",
"body": "reimplement lexer",
"is_bot": false,
"headline": "Merge pull request #13 from gobwas/newlexer",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2016-05-31T08:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36eb5476d5057e0993a49f11457822704eb88e6b",
"body": null,
"is_bot": false,
"headline": "refactoring done",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-31T08:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "510a1756cf2f1425445d369012ec9e3434dbec65",
"body": null,
"is_bot": false,
"headline": "refactoring",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-30T16:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d733288bc78e37c7ccb6ce1e588debb1bdf3912",
"body": null,
"is_bot": false,
"headline": "refactoring",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-27T17:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f1304bc31c066b52b681dfbaecf0e913527632",
"body": null,
"is_bot": false,
"headline": "check lexer inifinite loop",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-27T16:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e149277818cfb0f415e9d6072f3e9552e8589b6",
"body": null,
"is_bot": false,
"headline": "reduce allocs for items",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-15T22:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "accfc6f39796dd99b2991ae5f6749ca7c802ea0f",
"body": null,
"is_bot": false,
"headline": "remove bufio",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-15T22:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131e5cbf2dab9317275a439fd2c745d0694174e6",
"body": null,
"is_bot": false,
"headline": "reimplement lexer",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-14T21:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49571a1557cd20e6a2410adc6421f85b66c730b5",
"body": null,
"is_bot": false,
"headline": "fix hanging on empty string",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-14T19:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9b5d005799f7295ac27b01331559eab4ba1b50",
"body": "Bugfix",
"is_bot": false,
"headline": "Merge pull request #12 from gobwas/bugfix-7",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2016-05-14T19:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994ba33cd955c0fe082a5d5e6e6f7366e608c6b1",
"body": null,
"is_bot": false,
"headline": "enable tests, fix lexer",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-14T19:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabde343bdb505425c4ad501d85f0915d95dacc6",
"body": null,
"is_bot": false,
"headline": "bugfix, cleaning up",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-14T18:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1550dd349cb281435687c1e16e812134ae3bb2b2",
"body": null,
"is_bot": false,
"headline": "detection of the bug",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-12T07:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e8d7da03805cde651f981f9702a4b4d8cf58eb",
"body": null,
"is_bot": false,
"headline": "fix lexer with comma in text",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-05-11T21:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d877f6352135181470c40c73ebb81aefa22115fa",
"body": "use range constructs that build on Go 1.3",
"is_bot": false,
"headline": "Merge pull request #8 from calmh/go13",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2016-04-13T19:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347f51cd34072c572c92e9fe2aa652b5a085a98a",
"body": null,
"is_bot": false,
"headline": "use range constructs that build on Go 1.3",
"author_name": "Jakob Borg",
"author_login": "calmh",
"committed_at": "2016-04-03T09:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f5513f64fe4307f2c71ea06b25f6154eb9dc5f",
"body": null,
"is_bot": false,
"headline": "remove number of operations",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-25T21:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfccc6a326f36ea07e22ba05d09cc966cd082abf",
"body": null,
"is_bot": false,
"headline": "remove number of operations",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-25T21:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67aeb6432675cdd5b27df89ee6c0168aea336af",
"body": null,
"is_bot": false,
"headline": "initial license",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-25T21:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f565080178c6c25786173edee0ebef1ee929afed",
"body": "Feature/quote",
"is_bot": false,
"headline": "Merge pull request #5 from gobwas/feature/quote",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "badfcd81714ff7ce6caa40c68f16b8d36662a44e",
"body": null,
"is_bot": false,
"headline": "update with QuoteMeta",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04523b0f5970650bffefbce4aa241d4c505f748a",
"body": null,
"is_bot": false,
"headline": "to string tunage",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7874cc364f1cc248d7884a3a0def0cfa5531633",
"body": null,
"is_bot": false,
"headline": "cleanup specials",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084e0669a315116a20eea44b21769311c3f35b25",
"body": null,
"is_bot": false,
"headline": "todo",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f031a1f239ee8e02036bcb1b7a9022941c9526e7",
"body": null,
"is_bot": false,
"headline": "bugfix",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eccf734cd7d09ae5b23252d96cb1a50558ae13f4",
"body": null,
"is_bot": false,
"headline": "add quote meta func",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T21:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d7e5e3d770a06126d8cb72e59aeb8ebbc3dccc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/quote",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1801ade38c1d1e12c9828484d41cd062a4b5479e",
"body": null,
"is_bot": false,
"headline": "quote meta func",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3deac2392dcbae0345f701be706514f009f4811f",
"body": "Optimization with reusable slices",
"is_bot": false,
"headline": "Merge pull request #4 from gobwas/opti",
"author_name": "Sergey Kamardin",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f910d4c1c75494af8960241087d7ff0c44fc5037",
"body": null,
"is_bot": false,
"headline": "merge conflict",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a245c9846ad6d223d599919dbfd4877e9d91c23",
"body": null,
"is_bot": false,
"headline": "update result of benchmarks",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ec0fa85c04f69c56982e6517a92dc8d32ea54c",
"body": null,
"is_bot": false,
"headline": "tune script",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803c985a9acae9b208653b4374f200c3b036a4fe",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T20:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5abd72c5443a38449380926ecc361fa04433e972",
"body": null,
"is_bot": false,
"headline": "fixes",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T17:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd1592c0b709ca8ff518fafc31404e6c4f7836a",
"body": null,
"is_bot": false,
"headline": "sleep before takes",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T17:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543f3e714cfe6fd860bb314548dc8bae1dcea27c",
"body": null,
"is_bot": false,
"headline": "rename typo",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T16:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3b8204de5673aa3a68f0f546c6c6d83b41b750",
"body": null,
"is_bot": false,
"headline": "use sync.pool",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T16:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0964106bb31fd6e634ab4c9826ca25480bb2d362",
"body": null,
"is_bot": false,
"headline": "try sync pool",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T16:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc0cef6914601a040a41f4d6851b45cd62044ca",
"body": null,
"is_bot": false,
"headline": "try use pool with channel",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T16:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f082815c5056a5e82541904616d436b0eaaa58",
"body": null,
"is_bot": false,
"headline": "tune",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T10:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34494ea1161135dfe7c7ce17402347faed571599",
"body": null,
"is_bot": false,
"headline": "Use of constuctors every where, optimizations",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T09:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f884dfeb2e127a9c3e334c23c866078349925686",
"body": null,
"is_bot": false,
"headline": "t",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-24T08:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc92f7b54b9108559e334c2fbd09cbe1eefdfe9",
"body": null,
"is_bot": false,
"headline": "benchmarking script",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-23T21:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8de721a7a4c308eee8c84be05b40735cc55762bc",
"body": null,
"is_bot": false,
"headline": "opti",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-23T11:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92be27c14ddf5c5823557657a071c14a0ba8da4a",
"body": null,
"is_bot": false,
"headline": "optimizations with cached segments",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-23T11:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71fc92e3a7383b2ee77e74eab2161a7304c6bee7",
"body": null,
"is_bot": false,
"headline": "acquire/release segments only when needed",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T21:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1783e998615f942bb62238fa9a82348323126b9",
"body": null,
"is_bot": false,
"headline": "try this",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T20:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd16e044162346d33aca48a92f5c50fad783489",
"body": null,
"is_bot": false,
"headline": "ttt",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T19:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128b789a4d94b6d4a0c54cf7a2e51e303195e7a9",
"body": null,
"is_bot": false,
"headline": "test parallel",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T19:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e346bf8d55da3b611e49ba8612922bdf3fd962a",
"body": null,
"is_bot": false,
"headline": "test parallel",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T19:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb46c5146c4ad7b8a379057b9ddac0383b77883e",
"body": null,
"is_bot": false,
"headline": "test parallel",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T19:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3f4464d63af70fe3a786357f15ec5cb919e56a",
"body": null,
"is_bot": false,
"headline": "add test",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-22T17:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b229a908db5b9aa97705130afabc2e21c063648",
"body": null,
"is_bot": false,
"headline": "remove slices",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-05T14:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462ce6e3ac7f829d6e464a85d9597b974a29adfe",
"body": null,
"is_bot": false,
"headline": "remove files",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-05T13:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f843e797074287596287f752b725a69de564359e",
"body": null,
"is_bot": false,
"headline": "remove acquire",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-05T13:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed108ad05abad016d1f45e6a12cb69ffac70482e",
"body": null,
"is_bot": false,
"headline": "benchmarks",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-05T12:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b71a60e74dbb071e71228fefe31f24c7806c512",
"body": null,
"is_bot": false,
"headline": "debug info",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-02T19:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a66d485f0d192ec0b17befc1cd20025aff864f",
"body": null,
"is_bot": false,
"headline": "tune",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-02T19:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3222d377756fc0940b549f57a038bc9ba2716628",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-02T19:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57a5246facb06fc31b84edab1e1b4471cdc5e4a6",
"body": null,
"is_bot": false,
"headline": "use pool of segments",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-02T19:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fcc08f394959ea87ed94a990e8420294220b03",
"body": null,
"is_bot": false,
"headline": "progress",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-02-02T11:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a65fcc7de76cec18112da81e56759e00a89b8e",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-01-22T16:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a894b9a9a8ad889460713b046a3fe06e8ba52c",
"body": null,
"is_bot": false,
"headline": "add commands",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-01-22T16:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548585bcb5951f873874c6338edef649f4100fde",
"body": null,
"is_bot": false,
"headline": ":rage3:",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-20T18:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc9b31dc62376a7d1f66f3da4d81baca6c2a526",
"body": null,
"is_bot": false,
"headline": "add mismtach benchs",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-20T18:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98a889826a76b86c6ae9f4104575b19dd3c821a",
"body": null,
"is_bot": false,
"headline": "regexp benchmarks begin/end of anchors",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-20T14:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de106b3222fcb53d609ba4e5b15f84006c4d8eb",
"body": null,
"is_bot": false,
"headline": "syntax link",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-20T13:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfb03553a2c57607084f9e10c1dc7ca0cab5b477",
"body": null,
"is_bot": false,
"headline": "little bit fixes",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-20T09:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7fba7e40204dba4d61074b54b6f393938db8f8",
"body": null,
"is_bot": false,
"headline": "test with regexp",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-19T17:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c56781e2ebac22a70eed2d679a0ee81e03efb7",
"body": null,
"is_bot": false,
"headline": "Optimize list",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-19T17:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41a0d4481c13c7b25bb65eb447c28675898ef53e",
"body": null,
"is_bot": false,
"headline": "comment update",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-18T10:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a91a6322ca75fe1400c3c3d29531b1f41ba085",
"body": null,
"is_bot": false,
"headline": "tabs in comment",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-18T10:42:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "255f474e5f90871d8ac06f637afaa9010a48aaa6",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-18T10:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90efcee015f252cb58146528e963affd2863b4ff",
"body": null,
"is_bot": false,
"headline": "Reamde update",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-18T10:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5292400f40e6134dda69b6732ed3d684b21f58",
"body": null,
"is_bot": false,
"headline": "Readme, docs",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-18T10:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b601cfa2a56f6855cee801398712978ec97bdf91",
"body": null,
"is_bot": false,
"headline": "add bencharks for indexing",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-18T10:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55776ffb2962930f8469364ff7975b7e6e1ea63c",
"body": null,
"is_bot": false,
"headline": "Fixes, cleanup",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-15T16:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2a191e0f0a0a69ffddde736395fc766767aa19e",
"body": null,
"is_bot": false,
"headline": "Tune, new feature test",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-14T18:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c65eb46cf38c448fcc75d5115f3578c1f7762382",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-14T15:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3995275190ed3f0a43af26406165161247efe7d6",
"body": null,
"is_bot": false,
"headline": "Optimizations",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-14T15:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4b301eec655e3149259504ce97738e015317d7",
"body": null,
"is_bot": false,
"headline": "Use Len too",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-13T17:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ce5dedcbcdaf6baa99de2ee9efa5a8d38e74ab",
"body": null,
"is_bot": false,
"headline": "Optimize compilation",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-13T17:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed79d1d6792ff3e63be33131ca42762a9f19f0d1",
"body": null,
"is_bot": false,
"headline": "off",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-01-12T22:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3a69147f94b2db0178b810e70b4debb9a86264",
"body": null,
"is_bot": false,
"headline": "Draw graphviz in tests",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-01-12T22:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be4bc46d10e8ee46c8ffabf4551915bf12b1611",
"body": null,
"is_bot": false,
"headline": "graphviz try",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-12T17:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df67a5925fc96ea90cad3eb168dc343486b7be7b",
"body": null,
"is_bot": false,
"headline": "tests",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-12T11:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2255c18f52d782bdc97a04fd1f343db55c897c3",
"body": null,
"is_bot": false,
"headline": "Indexing all matchers",
"author_name": "s.kamardin",
"author_login": null,
"committed_at": "2016-01-12T11:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11fb9474b2fecec9c99f314f12b9285059aa41a",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-01-11T07:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "787d8be671e895e37e7ff42a2d2196320d1db40f",
"body": null,
"is_bot": false,
"headline": "Progress",
"author_name": "gobwas",
"author_login": "gobwas",
"committed_at": "2016-01-11T07:17:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2018-02-08T21:06:56Z",
"latest_release_tag": "v0.2.3",
"releases_from_tags": true,
"days_since_last_push": 911,
"active_weeks_last_year": 0,
"days_since_latest_release": 3091,
"mean_days_between_releases": 154.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 83,
"stars": 1023,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-04-03",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2017-02-04",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-06-03",
"count": 1
},
{
"date": "2017-07-08",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-07-20",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-11-02",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-06-05",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-06-03",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-06-15",
"count": 2
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
},
{
"date": "2026-07-27",
"count": 1
}
],
"complete": true,
"collected": 81,
"total_forks": 83
},
"star_history": null,
"open_issues_and_prs": 41
},
"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": [],
"largest_source_bytes": 14915,
"source_files_sampled": 59,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"dependencies": [],
"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": 14,
"merged_prs": 9,
"open_issues": 27,
"closed_ratio": 0.4,
"closed_issues": 18,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "gobwas",
"commits": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/675117?v=4"
},
{
"type": "User",
"login": "hanzei",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/16541325?v=4"
},
{
"type": "User",
"login": "calmh",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/125426?v=4"
},
{
"type": "User",
"login": "shawnps",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/80111?v=4"
},
{
"type": "User",
"login": "sergeykhegay",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4070076?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.951
},
"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": [],
"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 7 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": 2,
"reason": "Found 4/18 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e7a84e9525fe90abcda167b604e483cc959ad4aa",
"ran_at": "2026-07-28T13:34:03Z",
"aggregate_score": 2.7,
"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": 30,
"created_at": "2018-09-26T21:01:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2018-10-02T19:12:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2020-03-06T23:06:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2021-03-29T14:59:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2021-03-29T15:04:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2022-06-15T08:06:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2024-01-28T19:38:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2025-01-30T18:24:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2025-12-23T17:54:27Z",
"last_comment_at": "2025-12-24T16:04:41Z",
"last_comment_author": "torkel-hoge"
},
{
"number": 68,
"created_at": "2026-04-13T10:11:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2026-04-15T01:36:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2026-06-22T07:55:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2026-07-09T14:41:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2026-07-21T16:32:11Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2018-10-02T19:08:09Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 3,
"created_at": "2016-02-04T12:48:47Z",
"last_comment_at": "2020-11-09T10:30:29Z",
"last_comment_author": "aeneasr"
},
{
"number": 21,
"created_at": "2017-08-28T16:38:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2018-10-06T12:54:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2019-01-20T16:02:58Z",
"last_comment_at": "2019-03-13T19:12:15Z",
"last_comment_author": "gobwas"
},
{
"number": 34,
"created_at": "2019-04-16T16:46:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2019-06-07T06:57:06Z",
"last_comment_at": "2019-06-07T07:25:15Z",
"last_comment_author": "nirekin"
},
{
"number": 36,
"created_at": "2019-06-07T21:54:32Z",
"last_comment_at": "2019-06-07T22:22:30Z",
"last_comment_author": "jacobcase"
},
{
"number": 38,
"created_at": "2019-11-14T14:31:39Z",
"last_comment_at": "2019-11-14T14:38:59Z",
"last_comment_author": "aeneasr"
},
{
"number": 39,
"created_at": "2020-01-21T20:22:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2020-04-05T23:46:04Z",
"last_comment_at": "2023-03-27T10:05:15Z",
"last_comment_author": "inliquid"
},
{
"number": 42,
"created_at": "2020-05-06T08:50:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2020-09-11T03:40:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2020-10-29T02:34:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2020-11-17T20:09:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2020-11-17T20:22:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2021-01-20T08:55:17Z",
"last_comment_at": "2024-12-05T13:27:41Z",
"last_comment_author": "inliquid"
},
{
"number": 50,
"created_at": "2021-05-11T09:29:48Z",
"last_comment_at": "2022-11-29T07:12:53Z",
"last_comment_author": "matthewmueller"
},
{
"number": 51,
"created_at": "2021-06-30T02:09:31Z",
"last_comment_at": "2021-07-14T09:24:22Z",
"last_comment_author": "Chrstm"
},
{
"number": 54,
"created_at": "2022-06-15T08:04:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2022-07-12T07:08:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gobwas/glob",
"host": "github.com",
"name": "glob",
"owner": "gobwas"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 22,
"inputs": {
"security": 27,
"vitality": 13,
"community": 62,
"governance": 45,
"engineering": 38,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 37,
"overall_after_abandonment_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"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": "at_risk",
"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": 32,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.2.3",
"releases_from_tags": true,
"days_since_latest_release": 3091,
"mean_days_between_releases": 154.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3091 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3091
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~154.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 154.6
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 9,
"unanswered_open_issues": 19,
"days_since_last_merged_pr": 2855,
"days_since_last_human_commit": 2855,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2855 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2855,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 83,
"stars": 1023,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,023 stars",
"points": 48.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1023
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "83 forks",
"points": 16,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 83
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 45,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.951
},
"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 95% of commits",
"points": 1.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"merged_prs": 9,
"open_issues": 27,
"closed_issues": 18,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "40% of issues closed",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/10 decided PRs merged",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/18 approved changesets -- score normalized to 2",
"points": 3,
"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": 69,
"inputs": {
"followers": 689,
"owner_type": "User",
"is_verified": null,
"owner_login": "gobwas",
"public_repos": 120,
"account_age_days": 5612
},
"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": "689 followers of gobwas",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 689,
"login": "gobwas"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "120 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 120
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
}
],
"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": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"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 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"glob",
"golang",
"pattern"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.7
},
"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 7 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/18 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "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": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.09,
"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": "9 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 14915,
"source_files_sampled": 59,
"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/59 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 59,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:34:16.826736Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gobwas/glob.svg",
"full_name": "gobwas/glob",
"license_state": "standard",
"license_spdx": "MIT"
}