Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1229,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 292209
},
"pushed_at": "2026-07-17T11:48:45Z",
"created_at": "2023-10-28T16:53:53Z",
"owner_type": "User",
"updated_at": "2026-07-21T12:32:03Z",
"description": "Powerful Telegram Bot Framework",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "v2",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://t.me/kbgod",
"name": "Bohdan",
"type": "User",
"login": "kbgod",
"company": "NDA (Betting)",
"location": "Ukraine",
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/33161857?v=4",
"created_at": "2017-10-27T17:57:36Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 3190
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-07-17T11:48:46Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-16T15:56:38Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-15T11:47:19Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2026-02-27T15:38:00Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2026-01-04T18:20:41Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2025-11-10T17:32:57Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2025-11-10T16:06:27Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2025-07-06T17:04:07Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-04-26T18:33:05Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-01-03T15:57:36Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-01-02T11:52:54Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2024-12-24T21:38:50Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-12-24T17:29:37Z"
}
],
"recent_commits": [
{
"oid": "1ab56b711a06661089991857542f4895da88f77e",
"body": "… updates\n\nRouter:\n- new filters + On* shortcuts: Text/OnText, Caption/OnCaption,\n TextOrCaption/OnTextOrCaption, GuestMessage/OnGuestMessage,\n RichMessage/OnRichMessage (router/filter.go, router.go; TestContentFilters)\n\nGenerator:\n- allowed_updates (getUpdates/setWebhook) is now tagged `,omitzero\n[…]\nate (don't read lumex internals); allowed_updates guidance; a\n stateless route shadows a same-filter state route (order still wins); the new\n filters\n- bump plugin to 1.1.0; README lists both skills",
"is_bot": false,
"headline": "feat: content-type route filters, allowed_updates omitzero fix, skill…",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-17T11:45:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a310d849faf1abc70daebbb48106a259ec2b975a",
"body": null,
"is_bot": false,
"headline": "docs: ship a Claude Code plugin with a lumex usage skill",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-16T16:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72a8222a60d1ea0d7413dec4997c21f6ea5306c8",
"body": "After rendering, scan the generated types.go/requests.go for struct fields\ntyped `any` (or []any) — the sign that a documented type could not be mapped —\nand collect them in Stats.Untyped as \"Owner.Field\".\n- cmd/gen prints a WARNING listing the offenders after each run\n- TestNoUntypedFields fails th\n[…]\nNG (fix the\n mapping at the source, never ship the `any`), and fill in the menu.go /\n richmessage.go hand-written-runtime entries\nNo change to generated output; the current untyped-field count is 0.",
"is_bot": false,
"headline": "feat(gen): guard against fields that fall back to `any`",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-16T15:52:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0469119369b9d383b32cd445137ed7035be1491a",
"body": "Hand-written convenience helpers for outgoing rich messages (richmessage.go,\nin the spirit of menu.go) plus a runnable example, and the generator fix that\nmakes them clean by removing the last `any` from the generated code.\nHelpers:\n- HTMLRichMessage / MarkdownRichMessage / BlocksRichMessage constru\n[…]\nter and its handlers\nChore/docs:\n- git-ignore the on-demand docs snapshot (internal/gen/testdata/api); the golden\n and determinism tests skip when it's absent\n- README example table + CLAUDE.md notes",
"is_bot": false,
"headline": "feat: rich message helpers and typed InputRichMessageMedia.media",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-16T15:45:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "902618caeb17f1d7e9ba5ee881f7f6aa72e90b07",
"body": "- bump the supported Bot API badge to v10.2; point Go Report Card and\n pkg.go.dev links at the /v2 module path\n- rewrite the generation blurb: types/methods now come from lumex's own\n stdlib-only generator (internal/gen) straight from the Bot API docs,\n not a gotgbot spec / gen_*.go files\n- clari\n[…]\nex/v2[/router|/dispatcher]\n - dispatcher.StartPolling(100) (variadic polling options)\n - ctx.Sender().ID instead of .Id\n - ctx.Bot.SendMessage(ctx.Context(), chatID, text, lumex.SendMessageOpts{…})",
"is_bot": false,
"headline": "docs (readme): update for v2 — Bot API 10.2 and /v2 module path",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-15T11:43:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dec856fba5536a7eb2acd530adad80996fa20a32",
"body": null,
"is_bot": false,
"headline": "style: go fix",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-15T11:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef92d60070501b8f4d3fbee4700bb6df9950d00",
"body": "Replace the hand-maintained v1 types and methods with a stdlib-only code\ngenerator that parses the Bot API HTML docs and emits a fully typed client\nat the module root.\nGenerator (internal/gen, package gen; CLI in cmd/gen):\n- generates types.go, requests.go, methods.go, constants.go, helpers.go\n- sea\n[…]\nstructs, functional options, the\nnew BotClient signature, and initialism-correct identifiers (URL/ID, not\nUrl/Id). v1 remains on `main` under the v1.x tags; import\ngithub.com/kbgod/lumex/v2 to use v2.",
"is_bot": false,
"headline": "feat!: v2 — code-generated typed client for Bot API 10.2",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-07-15T11:35:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50e04b3cf152fc73aba62a6eac727c8f89b2f891",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-02-27T15:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd7aab687a289f779475d2e30b561e93dab2958",
"body": null,
"is_bot": false,
"headline": "update badge",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-02-27T15:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc7a6f86ad16f6188033a98f4cead5edfbf7980",
"body": null,
"is_bot": false,
"headline": "tests",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-02-27T15:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "704d607e9a82ef1fb7aaeb468c0c23e0ef2a0422",
"body": null,
"is_bot": false,
"headline": "BotAPI 9.4",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-02-27T14:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71bc509949eddabd4ace9c9579450458f33b226d",
"body": null,
"is_bot": false,
"headline": "allow file by file_id",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2026-01-04T18:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc5f808150878c4ed14aee92349124d9aca4fb3",
"body": null,
"is_bot": false,
"headline": "Dispatcher",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-11-10T17:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567f2861b6187834e102a8a4a3907368ffecec17",
"body": null,
"is_bot": false,
"headline": "BotAPI 9.2",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-11-10T16:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431fb96d64ef93dbd24b9ad29e39f59372da0d56",
"body": "added: replyPhoto methods",
"is_bot": false,
"headline": "fix: sub group, option overrides",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-11-10T14:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35dd284bad3e3a5145a66837634c4d239d5fd17",
"body": null,
"is_bot": false,
"headline": "API 9.1",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-07-06T17:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab9c7a9afe263a9d6ba0f0de17bf9658ed71e5e2",
"body": null,
"is_bot": false,
"headline": "API 9.0",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-04-26T18:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220109fd055e838f88177349190e923479a40804",
"body": null,
"is_bot": false,
"headline": "tests",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T15:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa86738faf834246d05629ba7dc71f6586ef105",
"body": null,
"is_bot": false,
"headline": "cleaned unused code",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T14:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7a5563429f13f1cef6889598662c3d72e6005b5",
"body": null,
"is_bot": false,
"headline": "ignore generated files",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T14:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65bfd7ba053a3c01331be6dd38a68483ed9f29f1",
"body": null,
"is_bot": false,
"headline": "Bot API 8.2",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T14:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deaba49a2133b17cb1aa25b359919f3a66980a28",
"body": null,
"is_bot": false,
"headline": "ignore codecov examples",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T09:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce0de17bd1ac51830033f74cde254a83908dd1cc",
"body": null,
"is_bot": false,
"headline": "removed duplicated bot api version",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T09:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ede74480c6b23bb86a09c60ce3749a20e2a6ac6",
"body": "badges",
"is_bot": false,
"headline": "Merge pull request #3 from kbgod/develop",
"author_name": "Bohdan",
"author_login": "kbgod",
"committed_at": "2025-01-03T09:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5455065e83467ab8be5afcd4661f7242dea071",
"body": null,
"is_bot": false,
"headline": "badges",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-03T09:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c00fbb3bb0087835465d9642e2b9be5743351fd",
"body": "added documentation about FSM, middlewares + code examples",
"is_bot": false,
"headline": "Merge pull request #2 from kbgod/develop",
"author_name": "Bohdan",
"author_login": "kbgod",
"committed_at": "2025-01-02T22:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0311249c6fbfb2f82892fb4ccf98ba64bff8274c",
"body": null,
"is_bot": false,
"headline": "added documentation about FSM, middlewares + code examples",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-02T22:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15a158c3fba575f69136b1e4a63425c64bdf3acc",
"body": "v1.0.2",
"is_bot": false,
"headline": "Merge pull request #1 from kbgod/develop",
"author_name": "Bohdan",
"author_login": "kbgod",
"committed_at": "2025-01-02T11:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd21c72994d614637d008c530bfe144bc7d1b6f",
"body": "- CallbackData()\n- CallbackID()\n- ShiftCallbackData()\n- Query()\n- QueryID()\n- ShiftInlineQuery()\n- AnswerQuery()\n- AnswerQueryVoid()\n\nNew default router filters:\n- OnCallbackQuery\n- OnInlineQuery\n- OnInlinePrefix\n- OnChatShared\n- OnUsersShared\n\nNew Menu buttons:\n- RequestQuizBtn\n- RequestPollBtn\n\nNew InlineMenu buttons:\n- CopyBtn\n\nNew Helpers:\n- lumex.NewForceReply()\n- lumex.NewRemoveKeyboard()",
"is_bot": false,
"headline": "Added nex Context helpers:",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-02T11:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84888031c9965ea7ac7d7f68a1dc942b424d6cd",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-01T23:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1000ef4b11bd75d30fd70ee7059f7396368934fb",
"body": null,
"is_bot": false,
"headline": "fix test data race",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-01T23:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbb94c6a152b9f24f4f2441291ec44cf9ce553e",
"body": null,
"is_bot": false,
"headline": "fix data race test",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-01T23:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220b62a2daff9466512ee7dff8bb9f985d0f91a6",
"body": "+ router.ErrorHandler\n+ router options (WithCancelHandler, WithErrorHandler, WithLogger)\n+ router.Listen method (predefined worker pool)",
"is_bot": false,
"headline": "+ Warn level to router logger",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2025-01-01T23:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9adfdda8bb2dc1a56dbaa6060deacb2f26860d9",
"body": null,
"is_bot": false,
"headline": "+ Added code examples",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T21:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f70f6e7b57a2b7747a36fdb72d7c118b06742b76",
"body": "+ Added more tests",
"is_bot": false,
"headline": "+ Added new filters",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T21:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f04e4007209c6ccf5bc190295c769b35245df822",
"body": null,
"is_bot": false,
"headline": "added example bots",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T18:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c943343ea4aaec341fb96e4ff024c375e79d1f60",
"body": null,
"is_bot": false,
"headline": "fixed example",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T17:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28e31d812990798ce5df887de0d309505da05ac",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T17:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebec8a72db45d81aa80c5d94a624c81e512f920c",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T17:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936955b9f975e5733a2ff71b4092f36515fdca2b",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-24T17:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba13151d2dedf3a1c2c82f56cf0cdb7e53d3085",
"body": null,
"is_bot": false,
"headline": "8.2",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-10T22:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6dcde8d04882670be5b1ffc7321115b9913d96",
"body": null,
"is_bot": false,
"headline": "8.2",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-12-10T21:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b84c763041eda8acd0f399e561f628b71fadefb",
"body": null,
"is_bot": false,
"headline": "with context ext methods",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-09-25T13:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1138a58a2adc43d08ee3b170c95e06a18288c4",
"body": null,
"is_bot": false,
"headline": "upgrade to last version of original library",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-09-25T13:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afd03aae37e20f83c20e7fef6b87d3a1bae35c5",
"body": null,
"is_bot": false,
"headline": "get channel",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-09-25T13:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2fa4dff279d4676fbb6b612741642c3428850c",
"body": null,
"is_bot": false,
"headline": "channel administrators",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-09-24T09:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889ace341e2910f228133e29b0c304fa4d8360eb",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-08-05T15:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca45558969ff06f329fa0f1510e7a6188c53a9e",
"body": null,
"is_bot": false,
"headline": "bot context key",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-08-05T15:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dc0186a492cc2a17d2df14691a0623beb59fcfe",
"body": null,
"is_bot": false,
"headline": "Bot API 7.6",
"author_name": "kbgod",
"author_login": "kbgod",
"committed_at": "2024-07-02T16:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a65aa1cb392b2494e6f0677aae57c38cf72b6a",
"body": null,
"is_bot": false,
"headline": "API 7.6",
"author_name": "kbgod",
"author_login": "kbgod",
"committed_at": "2024-07-02T16:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2685e97de570d65f1a2ac7471ac7e927e4553da2",
"body": null,
"is_bot": false,
"headline": "Bot API 7.6",
"author_name": "kbgod",
"author_login": "kbgod",
"committed_at": "2024-07-02T16:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef1ec6f0eb2b921d1c7fa3b30555cd8532834cb7",
"body": null,
"is_bot": false,
"headline": "7.4",
"author_name": "Bohdan Koliesniev",
"author_login": "kbgod",
"committed_at": "2024-06-16T22:10:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d6002b9f88153fcd46280c8e26a3d09dc85ef8",
"body": null,
"is_bot": false,
"headline": "API 7.2",
"author_name": "kbgod",
"author_login": "kbgod",
"committed_at": "2024-05-09T12:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d30501939983e6382c7e29f17f5a1e72cc32a78d",
"body": null,
"is_bot": false,
"headline": "API 7.2",
"author_name": "kbgod",
"author_login": "kbgod",
"committed_at": "2024-05-09T12:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8349458b250ae186a35280f43c468260f5ee3368",
"body": null,
"is_bot": false,
"headline": "Bot API 7.2",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-04-25T19:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59202cd024d64b436eb2c5c45379fd24d3cfb0b4",
"body": null,
"is_bot": false,
"headline": "added webApp button for inline menus",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-28T12:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902ddff98ea372c721f1e29742a3e0e05b401277",
"body": null,
"is_bot": false,
"headline": "added quick start guide",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-27T19:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb071b2370aff87c1f7a4a0c67dcfa9c1c1c174",
"body": null,
"is_bot": false,
"headline": "EditMessage helper",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-02T20:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1566a9b7c389ef73c5f123287017baaec97c8171",
"body": null,
"is_bot": false,
"headline": "getUpdatesChan error handler",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-01T21:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d8ec22076649a4484fcf8ddd6d28c49aa2053d",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-01T21:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ae92c2567d8830cf597bcba9854625a5c2d1f7",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-01T19:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c57085fe2d5955d388220b5636f4e0275bbf07b1",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2024-01-01T19:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ecb42fa85c99be123da23adfff6e106bcd71e4a",
"body": null,
"is_bot": false,
"headline": "BOT API 7.0 (fix)",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-12-30T21:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06734f2efb6911380493f3253eee3c1e928daa25",
"body": null,
"is_bot": false,
"headline": "BOT API 7.0",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-12-30T21:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b15b85f5042a1048d3e8ec6e1c003d2b2ae89b31",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T16:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95158845cb6a0d97195b6443db9de8d0caf097c2",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T16:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75326ba778d8d293b349880a9989128ae247887",
"body": null,
"is_bot": false,
"headline": "fix nullable PeerID",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T16:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7a525846ee11d273a84c4f739ac691685a1d81",
"body": null,
"is_bot": false,
"headline": "fix cycle imports",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T15:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57532a09fecfa1ff59ce5bbd615d4e1c519badc4",
"body": null,
"is_bot": false,
"headline": "new helpers",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T15:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "903cfa4d0dae37f021c19433e425121ee3521aa0",
"body": null,
"is_bot": false,
"headline": "new helpers",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T15:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254e8c9c37eac650e29d54141e22ae6127025777",
"body": null,
"is_bot": false,
"headline": "new helpers",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-11-01T15:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8230fec0c504f526be9bdd75e8f756b2d7c63e71",
"body": null,
"is_bot": false,
"headline": "new helpers",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-31T16:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8357652a8ae1b90e25100e22c580c9fcc562b96d",
"body": null,
"is_bot": false,
"headline": "example & logging",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-30T22:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17fd5017380e13ee2e77eecb8d25febd78d04e47",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-28T18:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498e927c989e90c1b5eeb289104de346343f5435",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-28T17:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37510933340df7b13233b1534c2b2e3aa87c0010",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-28T17:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c8895f2082b3602721d050e35e117f06f8e7ca",
"body": null,
"is_bot": false,
"headline": "codecov",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-28T17:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed28349828b49103c007f69bd8646688245329f",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "askoldex",
"author_login": "kbgod",
"committed_at": "2023-10-28T16:56:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 15,
"latest_release_at": "2026-07-17T11:48:46Z",
"latest_release_tag": "v2.2.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 4,
"days_since_latest_release": 5,
"mean_days_between_releases": 62.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kbgod/lumex/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kbgod/lumex/v2",
"is_deprecated": false,
"latest_version": "v2.2.0",
"repository_url": "https://github.com/kbgod/lumex",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T11:45:36Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 1,
"stars": 12,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-03-13",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 570374,
"source_files_sampled": 54,
"oversized_source_files": 4,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13050
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.28.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 61
}
],
"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/rs/zerolog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.31.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/rs/zerolog",
"direct": true,
"version": "v1.31.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.28.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": 2,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kbgod",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/33161857?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.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": 0,
"reason": "0 out of 3 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": 0,
"reason": "Found 0/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1ab56b711a06661089991857542f4895da88f77e",
"ran_at": "2026-07-22T21:13:08Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T11:45:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-01-03T09:27:56Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kbgod/lumex",
"host": "github.com",
"name": "lumex",
"owner": "kbgod"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 47,
"vitality": 70,
"community": 32,
"governance": 54,
"engineering": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v2.2.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 62.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~62.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 62.2
}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"forks": 1,
"stars": 12,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"followers": 24,
"owner_type": "User",
"is_verified": null,
"owner_login": "kbgod",
"public_repos": 23,
"account_age_days": 3190
},
"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": "24 followers of kbgod",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "kbgod"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~8 yr old",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/kbgod/lumex/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 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": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 3 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 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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": "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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.167,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13050
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "13 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 78",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 78
}
}
],
"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": 96,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 570374,
"source_files_sampled": 54,
"oversized_source_files": 4
},
"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": "4/54 source files over 60KB",
"points": 50.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 54,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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-22T21:13:16.370432Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kbgod/lumex.svg",
"full_name": "kbgod/lumex",
"license_state": "standard",
"license_spdx": "MIT"
}