Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"email",
"random",
"bytes",
"color",
"logging"
],
"is_fork": false,
"size_kb": 133,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 46683,
"Makefile": 915
},
"pushed_at": "2026-07-23T05:47:00Z",
"created_at": "2015-03-12T22:35:57Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T05:47:20Z",
"description": "Common packages for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://labstack.com",
"name": "LabStack LLC",
"type": "Organization",
"login": "labstack",
"company": null,
"location": "SFO",
"followers": 332,
"avatar_url": "https://avatars.githubusercontent.com/u/2624634?v=4",
"created_at": "2012-10-22T18:39:26Z",
"is_verified": null,
"public_repos": 22,
"account_age_days": 5029
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-19T22:13:09Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2023-12-20T13:02:16Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2023-11-09T21:18:11Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2022-10-05T03:48:01Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2021-11-05T07:27:25Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2019-08-17T14:36:40Z"
},
{
"tag": "v0.2.9",
"kind": "patch",
"published_at": "2019-06-09T16:36:35Z"
},
{
"tag": "v0.2.8",
"kind": "patch",
"published_at": "2018-11-10T20:48:59Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2018-09-11T04:18:11Z"
},
{
"tag": "0.2.6",
"kind": "patch",
"published_at": "2018-06-13T04:44:54Z"
},
{
"tag": "0.2.5",
"kind": "patch",
"published_at": "2018-04-26T01:45:25Z"
},
{
"tag": "0.2.4",
"kind": "patch",
"published_at": "2018-03-12T17:43:37Z"
},
{
"tag": "0.2.3",
"kind": "patch",
"published_at": "2017-09-25T05:28:51Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2017-07-12T19:13:52Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2017-05-06T16:32:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-03-12T02:00:19Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2016-10-24T02:21:39Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2015-05-17T15:41:41Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2015-05-16T23:13:24Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2015-04-06T19:58:42Z"
}
],
"recent_commits": [
{
"oid": "6dd6b6ec28352ed7e2ece0ed6e9ff32d91ab3afe",
"body": "Values like \" 12KiB \" failed to parse even though the same number\nwith an internal space (\"12 KiB\") already works. Trim leading and\ntrailing whitespace before matching.",
"is_bot": false,
"headline": "fix(bytes): trim surrounding whitespace in Parse (#66)",
"author_name": "sonnemusk",
"author_login": "sonnemusk",
"committed_at": "2026-07-23T05:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60bbdf47a6d98991f25d3b8704b370dac2838c10",
"body": "FormatBinary returns IEC binary units (KiB/MiB/...). The godoc\nexample incorrectly said 30.59KB; tests already expect 30.59KiB.",
"is_bot": false,
"headline": "docs(bytes): FormatBinary example uses KiB not KB (#65)",
"author_name": "sonnemusk",
"author_login": "sonnemusk",
"committed_at": "2026-07-23T05:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2659cdaeb998f92ea22bbeb46892eb0e5d79fda3",
"body": "* fix: SMTPS support, sync.Pool copy, printf-vet warnings; align toolchain with echo\n\nemail: stdlib smtp.SendMail speaks plain + STARTTLS only; port 465 (Resend,\nSendGrid, etc.) hangs on the handshake. Detect port 465 and dial TLS directly\nvia tls.DialWithDialer. Expose an optional TLSConfig for cal\n[…]\n STARTTLS is\n not advertised on the fake server.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: SMTPS support + align toolchain with echo (#62)",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2026-04-19T22:12:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2888b9ce44ed86f3cb956f95becc724d255f0a33",
"body": null,
"is_bot": false,
"headline": "update deps (#58)",
"author_name": "Martti T",
"author_login": "aldas",
"committed_at": "2023-12-20T12:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0335abda3637e22e0d0fe5660023f22d8af857",
"body": null,
"is_bot": false,
"headline": "update deps and CI flow (#57)",
"author_name": "Martti T",
"author_login": "aldas",
"committed_at": "2023-11-09T21:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "508eabfa166278eb264b02aa96e64cfdc406e463",
"body": null,
"is_bot": false,
"headline": "feat(random): use crypto/rand for random string generator (#55)",
"author_name": "ichigozero",
"author_login": "gsx64",
"committed_at": "2023-11-09T20:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43909e2f99b1d97fbd95deace5a8a004d348135",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "toimtoimtoim",
"author_login": "aldas",
"committed_at": "2023-02-27T07:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6267eb7480ded0b4c030ca5e7320417281bb4cd6",
"body": "Previously using `l.SetHeader(\"\")` would panic with:\n\n\t--- FAIL: TestEmptyHeader (0.00s)\n\tpanic: runtime error: index out of range [-1] [recovered]\n\t\tpanic: runtime error: index out of range [-1]\n\n\tgoroutine 18 [running]:\n\tgithub.com/labstack/gommon/log.(*Logger).log(0xc00014e990, 0x1, {0x5fb505, 0x\n[…]\nsrc/gommon/log/log_test.go:128 +0xb1\n\nThis adds a check for that. It also checks if there is any content\nbefore writing a space in the \"Text header\" else branch so you don't end\nup with \" my message\".",
"is_bot": false,
"headline": "Fix panic in log with empty header",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-06-14T19:47:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64116baad496a231ad30992d77a75aa524fcc571",
"body": null,
"is_bot": false,
"headline": "Remove prefixType to avoid unnecessary breaking change",
"author_name": "muXxer",
"author_login": "muXxer",
"committed_at": "2022-04-10T18:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ddce31fbca84f71b16153f44b9fd0af0b28e45",
"body": null,
"is_bot": false,
"headline": "Rename binary units according to IEC 60027 and add decimal units (SI)",
"author_name": "muXxer",
"author_login": "muXxer",
"committed_at": "2022-04-10T18:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c098ec745a2e2f9d05aaa55feb380724e9f60a1",
"body": null,
"is_bot": false,
"headline": "fix Github workflow",
"author_name": "toimtoimtoim",
"author_login": "aldas",
"committed_at": "2021-11-05T07:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8540181e40562eabda50fe9064444d69c463901",
"body": null,
"is_bot": false,
"headline": "Github CI and makefile",
"author_name": "toimtoimtoim",
"author_login": "aldas",
"committed_at": "2021-11-05T07:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fafa779ad2dca6ea932feef2a88dddcbc7742dd",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "toimtoimtoim",
"author_login": "aldas",
"committed_at": "2021-11-05T07:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d86603b8834b71ef9cea17d847220af8aca89f",
"body": null,
"is_bot": false,
"headline": "fix panic (#47)",
"author_name": "Jeff Wentworth",
"author_login": "shoenseiwaso",
"committed_at": "2021-09-08T06:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4919956f6fb227b548f004da27c7c6b20fba499f",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Bumped v0.3.0",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2019-08-17T14:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f43c1e9c3eba1ab38ea5147084a00da1b0b0f3e",
"body": "bug: for example, 6gb or 6g will return 6.",
"is_bot": false,
"headline": "Fixed error on lowercase multiple parse (#35)",
"author_name": "prabhah",
"author_login": "prabhah",
"committed_at": "2019-07-11T17:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d700b06ce5f78800a08e16a7288a4cca389a6e83",
"body": "The go 1.13 directive makes this incompatible with the latest stable go.",
"is_bot": false,
"headline": "Update go.mod (#34)",
"author_name": "C. Brown",
"author_login": null,
"committed_at": "2019-06-10T06:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0bfd9a5eba33a8c364bf3390d809ed23c31f97",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Levels as Lvl",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2019-06-04T18:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4347fbac6de5a8780727085bd69730bbc0f3c66e",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed logger interface",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2019-06-04T17:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41215b3ce6fd47274e088bae299f0cfbe6ecd25c",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed locking",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2019-06-04T16:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76cead5213295cea474e4e88c9f33679f3c2490",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Updated dep, closed #31",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2019-06-04T15:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b737a99754bc9cc79697b6f57fe658e91cc6ac",
"body": null,
"is_bot": false,
"headline": "Update x/sys module to support Risc-V (#32)",
"author_name": "Carlos Eduardo",
"author_login": "carlosedp",
"committed_at": "2019-06-04T14:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ef680aef5189b68682876cf70d09daa4ac0f51",
"body": null,
"is_bot": false,
"headline": "go.mod go.sum files are missing (#27)",
"author_name": "Evgeniy Kulikov",
"author_login": "im-kulikov",
"committed_at": "2019-01-25T18:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34167a09256a4fcb5d26dd88d02b7b353d86838a",
"body": null,
"is_bot": false,
"headline": "Fix #20 + tests (#26)",
"author_name": "Evgeniy Kulikov",
"author_login": "im-kulikov",
"committed_at": "2018-12-19T17:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd9f68ece0bcb1a905fac8f1549f0083f71c51b",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Using vgo",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2018-11-10T20:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a618302b929cc20862dda3aa6f02f64dbe740dd",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "[Email] client quit instead of close",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2018-07-08T00:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6898124de917583f5ff5592ef931d1dfe0ddc05",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "[Email] Fixed empty body",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2018-06-13T04:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a22a0df01a7c84944c607e8a6e91cfe421ea7ed",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed #21, #18",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2018-05-06T14:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "588f4e8bddc6cb45c27b448e925c7fd6a5545434",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "[Email] Text to BodyText & HTML to BodyHTML",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2018-04-26T01:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bc2d333a4c30531c47051369043bcabd62ff4c0",
"body": null,
"is_bot": false,
"headline": "Make the Panic and the Fatal functions behave similar to the rest (#19)",
"author_name": "Alexandre Stein",
"author_login": null,
"committed_at": "2018-03-16T17:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe1405d73ec4bd4cd8a4ac8e2a2b2bf95d03954",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed #18",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2018-03-12T17:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "058e16e77bbd66cc101dfeae2971b88add6ce266",
"body": "* [FIX] Cleanup code\r\n- cleanup code\r\n- fix bytes package\r\n\r\n* work around bytes package and tests\r\n\r\n* Fix #12",
"is_bot": false,
"headline": "[FIX] Cleanup code (#16)",
"author_name": "Evgeniy Kulikov",
"author_login": "im-kulikov",
"committed_at": "2018-02-23T23:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cfb9656c4bb30d295d461266a27ad494edaa4e7",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Move to dep (#17)",
"author_name": "Evgeniy Kulikov",
"author_login": "im-kulikov",
"committed_at": "2018-02-11T02:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57409ada9da0f2afad6664c49502f8c50fbd8476",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "JSON tags for email message",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-09-25T05:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779b8a8b9850a97acba6a3fe20feb628c39e17c1",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed email attachment/inline",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-07-12T19:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf40841f7287bd5503a5ba2806e8dbf654716e59",
"body": null,
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-07-07T17:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1121fd3e243c202482226a7afe4dcd07ffc4139a",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed email quoted-printable encoding",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-05-06T16:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9298d710c664bcd21c454120f63a00fb7d484458",
"body": "This reverts commit 715051ee8e095469a7af6c456b8dee0473ef8a7a.",
"is_bot": false,
"headline": "Revert \"Email: using only newline\"",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-04-07T07:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715051ee8e095469a7af6c456b8dee0473ef8a7a",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email: using only newline",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-04-07T07:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea5dae7a84cff4dae42b6172131ab99129e8c69",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed messaage id header",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-04-07T04:18:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9635b9a792aa85bceb14af0a735e54cad87cbe8",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email: removed json tags and templates",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-04-04T18:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cedb429ffbe71a32a3ae7c65fd109cb7ae07804",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Added symbols for random string",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-03-12T01:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8995fb26e646187d33cff439b18609cfba23088",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed email header",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-02-19T06:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a1921bbe13b2eaf703f0dcc0ba1976f68e8837",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email: tls support",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-02-19T02:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72d3c883f8ea180da8f085dd320804c41332ad1",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Default time format is RFC3339Nano",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2017-01-12T04:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c07aa087422c146b86d2f79556b450a8e630a1",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Removing email test",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-29T16:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b533f090bc046c62ad0bd4c3b2e254445c99cf",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Template should use text/html",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-29T16:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ede4d8d77962fdb8f212307af461ab85079b0f5",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email fixed message body",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-29T03:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ded86f17227d6128e63597c32a860bbaf2f0c5",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email template support",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-29T02:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139a148dd4db063e7e7956b808e21a487927c01d",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email: removed to from from the buffer",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-29T01:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4463cfa216f969e763db65c15594512bacb7e1c2",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Email package",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-29T00:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2765095a572012ea4828c9596fefd824c2aee72",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Log: runtime caller set to 3",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-22T19:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7355c05c868a92405473246663876efc0780ac18",
"body": null,
"is_bot": false,
"headline": "Escape strings with quotes (#9)",
"author_name": "asib",
"author_login": null,
"committed_at": "2016-12-20T00:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447fe7433567c785af957e549aadae2bf2000071",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "file and line number correction using runtime.Caller(2)",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-12-02T07:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a43ff0d261e0e65594422e9eee08cf301aabbe7",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "fixed .travis.yml",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-11-17T19:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d272df536d051e737aea353b86c979d6e88bce0",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "added panic, moved fatal out of leveled logging",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-10-23T20:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "605829307cce23f379d7a42a61b2c0c5642efe03",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "clean up",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-10-23T18:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b1a1b3bd4726161e1200863d278df7da5e66ff",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Removed \\n from log Printf",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-09-25T18:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e66403a8c305a543b9a53c21778a28536f836c0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/labstack/gommon",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-09-25T18:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d5a06271fdfb74235ec5d707e4196440843552",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Print functions",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-09-25T18:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d2b9f99cc2aa9f89dce3ea318229c68769e182",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Update travis.yml and deps",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-09-22T04:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b8c98c5e9f576e4930fd95246e9ac79919e3f2",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Exposed Color()",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-09-22T03:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431777a5117c8de4352a400dad1e2a55f484b189",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Separated color and white",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-08-19T15:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359db47a83a8dab4d2c3b2a7016791f3c4f544d0",
"body": null,
"is_bot": false,
"headline": "Load missing library and correct variable name (#8)",
"author_name": "Syohei YOSHIDA",
"author_login": "syohex",
"committed_at": "2016-08-19T02:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20a0d624bc585737c4d191e1b12ea37b0099cee",
"body": "…k/echo/issues/616\n\nSigned-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "https://github.com/labstack/echo/pull/628, https://github.com/labstac…",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-08-18T15:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445cf40e6de4cbef35daf3285ff5212c91e78262",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Exposed method to set charset",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-07-19T15:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3dec9be9263a539860d33473bcf165044d414d4",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Module to get random string",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-07-19T06:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "722aa12d41c236ce78ff48eac1cafe0107ecdc9d",
"body": null,
"is_bot": false,
"headline": "Added JSON logging",
"author_name": "Vishal Rana",
"author_login": null,
"committed_at": "2016-06-09T00:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741a209b277dcd5705c8568329c0b6e8864dc1d1",
"body": null,
"is_bot": false,
"headline": "uint8 for levels",
"author_name": "Yusuke Komatsu",
"author_login": null,
"committed_at": "2016-06-08T02:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e533fc9cb891db60f659489cb7c55361ca393c",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed https://github.com/labstack/echo/issues/507",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-05-10T15:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e62be24dbb1ceb226554aaccfe5a89ec71043b3",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Add bytes format feature",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-05-01T02:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fae226dd67b1100622ab213e798e5ee4c5d4230",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Using buffer in log",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-04-24T17:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8343700e8769e645b5f9949ec2e3a69f9fd71eb",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fatal now prints stack trace",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-04-12T06:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5ed1ecc130ae2480e10a72cb184ef93b64b490",
"body": "Signed-off-by: Vishal Rana <vishal.rana@verizon.com>",
"is_bot": false,
"headline": "Better way to disable colored log.",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-04-11T20:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ba73f8bcf88df1524069c117f7878cf530ee4e",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed runtime.Caller() skip",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-22T01:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2606622552a0913b972327f1e1288bb838858c",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Separated long and short file names",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-22T01:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72b840d1a947888108cab9203ab7b9a140793dc6",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Added file and line number to logging format",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-22T00:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be79218249567a224268f14d7bb09fc9fb7c64f9",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Changed default log format",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-20T20:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0a60557b6840125c331d8c8075119770aa2805",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Log default format",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-19T03:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a61b2d927f216cd7221ca8f31f0eb4635a28d033",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Log format",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-19T02:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81aef43cee03d40e9190983caeb70343a68d7f76",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed https://github.com/labstack/echo/issues/410",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-18T23:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7a42f4800da9d39225ce15411f48288d622e517",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed format with %v",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-03-06T16:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfff5bf04688a4048a5cb4dd3b3f0697caaad19c",
"body": "Signed-off-by: Vishal Rana <vishal.rana@verizon.com>",
"is_bot": false,
"headline": "Gytes to Bytes",
"author_name": "Vishal Rana",
"author_login": null,
"committed_at": "2016-02-10T04:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758e12ff8c9a46cc2f5bc887e30cca5c84a01872",
"body": "Make log.New() thread safe",
"is_bot": false,
"headline": "Merge pull request #6 from AlekSi/thread-safe",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-02-10T03:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ee22fc0022bd752d5ccd7da9b04463db21db8d",
"body": null,
"is_bot": false,
"headline": "DRY tests.",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2016-02-09T16:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ae297cb8433ad6d7afd733b1fa834c10cb1bd9",
"body": null,
"is_bot": false,
"headline": "Make New() thread-safe.",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2016-02-09T16:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc8e4a929c42556a788f4b9e790d64cbca5a848",
"body": null,
"is_bot": false,
"headline": "Fix print bug.",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2016-02-09T16:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81de9e8083a25b62ae68e36761772d2f59b8dd5",
"body": null,
"is_bot": false,
"headline": "Split tests for global logger and instance.",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2016-02-09T16:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8abbc63fef2589655d8ad60032c9c12d2607757",
"body": null,
"is_bot": false,
"headline": "Show that logger is not thread-safe.",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2016-02-09T16:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28bf9248c3e81039c18bff6a1cf2a7f0841caf35",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Print log level and prefix for no format api",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-02-05T03:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "144de14a2c12710895b37cccf9764476f1ad8b41",
"body": "add variadic params to logging methods",
"is_bot": false,
"headline": "Merge pull request #5 from o1egl/add_variadic_params",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-01-31T06:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca680f79eff08636f89077f969a95a8b42bec1f",
"body": null,
"is_bot": false,
"headline": "add variadic params to logging methods",
"author_name": "Oleg Lobanov",
"author_login": "o1egl",
"committed_at": "2016-01-30T21:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43358a791be603db7175670d78abf544245f9941",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "API changed",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-01-30T15:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c3ce2d2abe76d8dd935305f1a8c1063dd3aac3",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed disable color",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-01-22T21:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0764305a9af697a66da7bda2ea52672b7eca5a06",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/labstack/gommon",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-01-09T20:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af4e9b5fef98f78cf953d1e44b15e4af8d597f2",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Exit in log.Fatal",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2016-01-09T20:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413ca04f46b29aabc8e7ce369d26c0e97dd21101",
"body": "Add method do get current level.",
"is_bot": false,
"headline": "Merge pull request #3 from AlekSi/master",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2015-12-24T17:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fba03e285b1a55b25c7d719beb196d7d9538fc7",
"body": null,
"is_bot": false,
"headline": "Add method do get current level.",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2015-12-23T07:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ebf6acaf35a9c52c984656ba9f738080aaf097d",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Log: made sync.Mutext private",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2015-11-30T21:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4f2986014fdd1f2e7800b3c082af17cad28db2",
"body": "Signed-off-by: Vishal Rana <vr@labstack.com>",
"is_bot": false,
"headline": "Fixed #2",
"author_name": "Vishal Rana",
"author_login": "vishr",
"committed_at": "2015-11-24T21:08:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 3,
"latest_release_at": "2026-04-19T22:13:09Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 2,
"days_since_latest_release": 102,
"mean_days_between_releases": 318.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/labstack/gommon",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/labstack/gommon",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/labstack/gommon",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-04-19T22:12:38Z",
"latest_version_yanked": null,
"days_since_latest_publish": 102
}
]
},
"popularity": {
"forks": 103,
"stars": 596,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-16",
"count": 1
},
{
"date": "2015-08-08",
"count": 1
},
{
"date": "2015-11-21",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-01-30",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-03-12",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-04-01",
"count": 1
},
{
"date": "2017-04-16",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-08-01",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-03",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-27",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-02-10",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-04-22",
"count": 3
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-10-23",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-11-02",
"count": 2
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-05",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
}
],
"complete": true,
"collected": 101,
"total_forks": 103
},
"star_history": null,
"open_issues_and_prs": 15
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 8904,
"source_files_sampled": 13,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.29.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 69
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/mattn/go-colorable",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.14"
},
{
"name": "github.com/mattn/go-isatty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.21"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/valyala/fasttemplate",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/mattn/go-colorable",
"direct": true,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": true,
"version": "v0.0.21",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasttemplate",
"direct": true,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.29.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 4,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 27,
"open_issues": 6,
"closed_ratio": 0.7,
"closed_issues": 14,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vishr",
"commits": 123,
"avatar_url": "https://avatars.githubusercontent.com/u/314036?v=4"
},
{
"type": "User",
"login": "AlekSi",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/11512?v=4"
},
{
"type": "User",
"login": "aldas",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/2320301?v=4"
},
{
"type": "User",
"login": "im-kulikov",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/888650?v=4"
},
{
"type": "User",
"login": "muXxer",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32371094?v=4"
},
{
"type": "User",
"login": "sonnemusk",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8246030?v=4"
},
{
"type": "User",
"login": "carlosedp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20382?v=4"
},
{
"type": "User",
"login": "shoenseiwaso",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5861379?v=4"
},
{
"type": "User",
"login": "arp242",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1032692?v=4"
},
{
"type": "User",
"login": "o1egl",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/966539?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.815
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"gommon.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": 1,
"reason": "3 out of 18 merged PRs checked by a CI test -- score normalized to 1",
"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": 4,
"reason": "Found 12/28 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6dd6b6ec28352ed7e2ece0ed6e9ff32d91ab3afe",
"ran_at": "2026-07-30T23:16:10Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T05:48:28Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2017-04-01T10:35:41Z",
"last_comment_at": "2017-04-01T10:39:02Z",
"last_comment_author": "coveralls"
},
{
"number": 24,
"created_at": "2018-06-28T12:49:34Z",
"last_comment_at": "2018-06-28T12:53:57Z",
"last_comment_author": "coveralls"
},
{
"number": 25,
"created_at": "2018-12-07T10:12:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2019-05-11T02:05:14Z",
"last_comment_at": "2019-06-04T15:27:31Z",
"last_comment_author": "vishr"
},
{
"number": 39,
"created_at": "2020-08-28T15:18:30Z",
"last_comment_at": "2020-10-17T14:11:29Z",
"last_comment_author": "ChrisRx"
},
{
"number": 43,
"created_at": "2021-04-15T17:37:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2022-11-03T15:52:43Z",
"last_comment_at": "2022-12-04T20:51:41Z",
"last_comment_author": "jamesgoodhouse"
},
{
"number": 60,
"created_at": "2025-08-27T10:13:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2026-05-29T12:09:56Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T05:47:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2017-09-24T16:07:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 23,
"created_at": "2018-06-28T12:41:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2021-01-08T12:59:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2023-10-03T20:10:58Z",
"last_comment_at": "2023-10-04T06:20:58Z",
"last_comment_author": "aldas"
},
{
"number": 59,
"created_at": "2024-04-09T19:08:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2025-12-09T08:00:58Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/labstack/gommon",
"host": "github.com",
"name": "gommon",
"owner": "labstack"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 28,
"inputs": {
"security": 34,
"vitality": 56,
"community": 60,
"governance": 65,
"engineering": 54,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 55,
"overall_after_jurisdiction_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 102,
"mean_days_between_releases": 318.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 102 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 102
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~318.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 318.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": "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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 103,
"stars": 596,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "596 stars",
"points": 45,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 596
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "103 forks",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 103
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.815
},
"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 82% of commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 82
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 27,
"open_issues": 6,
"closed_issues": 14,
"issue_closed_ratio": 0.7,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "70% of issues closed",
"points": 32.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 70
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/37 decided PRs merged",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 37
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/28 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 332,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "labstack",
"public_repos": 22,
"account_age_days": 5029
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "332 followers of labstack",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 332,
"login": "labstack"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "22 public repos, account ~13 yr old",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 22
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/labstack/gommon"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 102
},
"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 102 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 102
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "3 out of 18 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"email",
"random",
"bytes",
"color",
"logging"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 18,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 18,
"security_posture_before_jurisdiction": 36
},
"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": "3 out of 18 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"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 12/28 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 9 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 9,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 9,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 3,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (3); Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 3,
"country": "Russia"
}
},
{
"code": "jurisdiction_exposure_next",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"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": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.25,
"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": "25 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 8904,
"source_files_sampled": 13,
"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/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"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-30T23:16:27.259441Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/labstack/gommon.svg",
"full_name": "labstack/gommon",
"license_state": "standard",
"license_spdx": "MIT"
}