JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 716,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 484180
},
"pushed_at": "2026-07-20T05:57:38Z",
"created_at": "2026-05-20T10:39:46Z",
"owner_type": "User",
"updated_at": "2026-07-17T12:17:23Z",
"description": "Go SDK for the Lansenger (蓝信) platform",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "lansenger-pm",
"company": null,
"location": null,
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/283620644?v=4",
"created_at": "2026-05-11T09:54:26Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 77
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-06-08T09:33:27Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-05T07:54:48Z"
}
],
"recent_commits": [
{
"oid": "8b8c6631b92ec47751a1fbe0e0a3ad84e16169e7",
"body": null,
"is_bot": false,
"headline": "v0.9.27",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-17T12:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "814c067662e4cb296690cea0a5bca99ea192e8ba",
"body": null,
"is_bot": false,
"headline": "docs: add CHANGELOG for v0.9.26",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-17T03:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28d02457751d125fca27a80a712fabfad9ea6b5",
"body": null,
"is_bot": false,
"headline": "v0.9.26 — add golangci-lint config, fix config tests",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-17T02:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c2c923375e5cac242845d574c7c62d87a7583d",
"body": "…d/misspell",
"is_bot": false,
"headline": "chore: add golangci-lint config with errcheck/govet/staticcheck/unuse…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-17T02:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b8a4ec4273eb6242ab4cef6267e500e1ac9405",
"body": "TestConfigIsConfigured and TestConfigHasPassportURL were expecting\nhardcoded default values that no longer exist. Updated to reflect\nthat api_gateway_url and passport_url must be explicitly set.",
"is_bot": false,
"headline": "test(config): update tests for no-default gateway/passport",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-17T01:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34405efdfad01f635c4f6ed75c094a7c9e75137a",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG for 0.9.24 ~ 0.9.25",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-16T12:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f7b324a5687f0ffc4b7b9a91a63e0b44fbdb47",
"body": null,
"is_bot": false,
"headline": "v0.9.25",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-16T12:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb90ce511d3b05914781a256e00626dc485ae90",
"body": "- Test auto-fill when attendees empty and userID provided\n- Test error when both attendees and userID empty",
"is_bot": false,
"headline": "test(calendars): add unit tests for schedule auto-fill attendee feature",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-16T12:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b75e6f2b1726a4df9ccdf796a0b832fc78b61a5",
"body": "Add SetDefaultUserID mechanism mirroring SetDefaultUserToken.\nCLI --as STAFF_ID now fills both user_token and user_id automatically.",
"is_bot": false,
"headline": "feat: --as mode also auto-injects user_id from staff_id",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-16T11:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff4a42d260b939a58ae5b2a2574ff9895d85559",
"body": "When creating a schedule without attendees, if userID is provided,\nauto-fill attendees with [{staffId: userID, attendeeFlag: \"required\"}].\nThe API requires at least one attendee.",
"is_bot": false,
"headline": "fix(calendars): auto-fill creator as attendee when attendees is empty",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-16T11:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7265b68b221a963e0cd1498e293b3243ed111f5",
"body": "- Add DebugLogger package variable with nil-safe guards\n- Add verbose flag to CLI, wire to SDK via lansenger.DebugLogger\n- Fix data race in TokenManager.GetToken: capture expiresAt before unlock\n- Remove DefaultAPIGatewayURL/DefaultPassportURL hardcoded fallbacks\n- Update all READMEs: replace real URLs, mark gateway/passport as required",
"is_bot": false,
"headline": "v0.9.24 — add debug logging, fix data race, remove hardcoded defaults",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-15T14:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33607f1830452ade67cae2c869d0820bc98c8f05",
"body": "Some platforms return JSON instead of the documented binary structure\nafter decryption. Now try JSON parse first, fallback to binary format.",
"is_bot": false,
"headline": "fix: callback decryption — support JSON-format decrypted data (v0.9.23)",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-09T10:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00798053fca6f0e086bdf95bb886c39cde923a7b",
"body": "- bot_group_message: extract isAtMe/isAtAll/bots/staffs from reminder sub-object\n- bot_group_message: map magic field\n- staff_info: add employeeId alias (alongside employId)\n- streaming: FetchStreamMessage body field model → msgId",
"is_bot": false,
"headline": "fix: bot_group_message callback + streaming + employeeId alias (v0.9.22)",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-09T09:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97e8b98517fea52eed01524dcf743ba0f44840a",
"body": "All group methods except CreateGroup were incorrectly referencing\n'groups_v2' as the API endpoint category, but the routes were defined\nunder 'groups' in constants.go. This caused FetchGroupInfo,\nFetchGroupMembers, FetchGroupList, CheckIsInGroup, UpdateGroupInfo,\nUpdateGroupMembers, DismissGroup, and CreateGroupShare to fail with\nempty URLs.",
"is_bot": false,
"headline": "fix: correct groups_v2->groups routing in groups.go",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-09T08:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a34e24c4a2c4660ec4ae6af5860e1f17e35b3c",
"body": null,
"is_bot": false,
"headline": "feat: auto-copy OAuth authorize URL to clipboard",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-08T08:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36414e011ef62950c719142238a99ff29324649a",
"body": null,
"is_bot": false,
"headline": "feat: add external token mode and approveCard support",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-01T05:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8a106fce66478de3277db2d6d95fa179beb73f",
"body": "… [a-zA-Z0-9_])",
"is_bot": false,
"headline": "fix: remove leading slash from bot command examples (API only accepts…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-01T05:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5753e90905e133df01bfa5af4f69500a4bc21855",
"body": "…DK+CLI READMEs",
"is_bot": false,
"headline": "docs: add bot_commands, personal_apps, update_schedule_attendees to S…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-01T05:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb71dca1a512049db43146ee68331dfc0c49ba39",
"body": "…e_schedule_attendees (4.23.19)\n\n- New bot_commands module: CreateBotCommands/FetchBotCommands/DeleteBotCommands\n- New personal_apps module: CRUD + List for personal apps/bots\n- calendars: UpdateScheduleAttendees for batch add/delete attendees\n- CLI: bot-command and personal-app command groups, cale\n[…]\ndQueryResult, PersonalAppCreateResult, PersonalAppInfoResult, PersonalAppListResult\n- Tests: 12 new test cases\n- Fix: remove unused encoding/json import in cmd_personal_app.go\n- Bump version to 0.9.21",
"is_bot": false,
"headline": "feat: add bot_commands (4.37) and personal_apps (4.38) modules, updat…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-07-01T05:22:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb811226155b594e5bff000bb0deac1c58649c9a",
"body": null,
"is_bot": false,
"headline": "fix: personal bot now supports group chat — N* → Y",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-22T14:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1052cbdd32544da67c1f4d9921288a1d716fcd79",
"body": "…ions (SDK root)",
"is_bot": false,
"headline": "docs: personal bots now support group chat — remove outdated restrict…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-22T14:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3301a6d15f898b38ca69cb425650dc0274bf618c",
"body": "…ions",
"is_bot": false,
"headline": "docs: personal bots now support group chat — remove outdated restrict…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-22T14:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aadc0e049b1ce30999e7760404c84675dada154",
"body": null,
"is_bot": false,
"headline": "docs: sync multi-lang READMEs with messaging examples",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-22T14:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82609e19e4a4e2fef94e554e5ce2c4d88b12b2bd",
"body": "…s examples",
"is_bot": false,
"headline": "docs: update README with --mention-bot, --ref-msg-id, and query-group…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-22T14:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3ad71c7d6a356b2fed112733cd0d90a50b22e46",
"body": "### Added\n- callbacks: BotPrivateMessageData +MsgId/+ReferenceMsg; BotGroupMessageData +ReferenceMsg\n- messaging: SendText/SendMarkdown/SendGroupMessage +reminderBotIDs, +refMsgID; SendBotMessage +refMsgID\n- cli: send-text/send-markdown/send-group-message +--mention-bot, +--ref-msg-id\n\n### Fixed\n- cli: query-groups page offset default 1→0 (V2 API starts from 0)",
"is_bot": false,
"headline": "feat: OpenAPI sync + fix query-groups page_offset",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-22T14:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e46f287de7d8fdef4925dfc92f420c7bbadf9e6c",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.9.19",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-17T02:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33bc2a15d93d37c453979b89b7c81d9a1a1f00d6",
"body": "expires_in/refresh_expires_in → user_token_expiry/refresh_token_expiry\nto match SDK's LoadUserToken return keys.",
"is_bot": false,
"headline": "fix: list-users --show-tokens showed 0 for expiry due to wrong key names",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-17T02:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8303d20274f95eb658e33131cbbba0d0ec977636",
"body": null,
"is_bot": false,
"headline": "fix: personal bot supports media upload-app",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-16T13:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d4ac2eae3d81aa3f00447770ec893bd61ce826",
"body": "…o READMEs",
"is_bot": false,
"headline": "docs: add identity capability matrix + developer center permissions t…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-16T13:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c7214f3ce559f94c4b8316da6ba2cd04ed9c7f",
"body": "- persistence: CredentialStore.ListUserTokens(), HasFullConfig()\n- persistence: DeleteProfileByName now returns bool\n- client: GetUserTokenWithStaffID(ctx, staffID) for multi-user mode\n- client: SetDefaultUserToken() / getDefaultUserToken() thread-safe default token\n- cli: config list-users with --s\n[…]\nl token info)\n- cli: --as <staff_id> global flag auto-loads & refreshes user token\n- url_helpers: WithUserToken falls back to default when token is empty\n- tests: ListUserTokens suite + boundary tests",
"is_bot": false,
"headline": "v0.9.18: multi-user token support + --as flag",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-16T05:52:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b81c8b453101c87a81715c22fdb6d2fadb077aa8",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.9.17, update CHANGELOG",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T09:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28bf4b0ffdb9fd9f1a9b52d6a9ce8aaf03751d9",
"body": "…w JSON\n\nReplace outputResultFields dump with per-item scheduleId/summary table.\nUse camelCase keys (scheduleId) matching the OpenAPI response.",
"is_bot": false,
"headline": "fix(calendar): list-schedules now renders per-row table instead of ra…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T08:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be652a2ad0d13a262c7ef91c60ade1060c05fcd5",
"body": null,
"is_bot": false,
"headline": "fix: ensureMigrated always merges flat into nested entries",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T07:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9518e57a0f3ed1eecd7581853068ef1beae88955",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.9.15",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T07:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c32b6105de42a600cb1cb4ba5088b0a05c9559",
"body": null,
"is_bot": false,
"headline": "test: add multi-user userToken isolation tests",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T07:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d4a57642d483942945c3258d05d070e979e0182",
"body": "…and profile override\"\n\nThis reverts commit 729c0282023076d82587a517dabb4250cfcc4574.",
"is_bot": false,
"headline": "Revert \"fix(oauth): add --profile flag to oauth commands for per-comm…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T06:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9783366773d78efbb13365543060c4dcff4070",
"body": "This reverts commit de12e3ca6dbc6d9aad1389436e2d7f15edb8b5c2.",
"is_bot": false,
"headline": "Reapply \"fix: multi-user userToken overwrite in CredentialStore\"",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T06:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de12e3ca6dbc6d9aad1389436e2d7f15edb8b5c2",
"body": "This reverts commit 4904ddf778cda5a777a3733f0f455141c9816965.",
"is_bot": false,
"headline": "Revert \"fix: multi-user userToken overwrite in CredentialStore\"",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T06:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4904ddf778cda5a777a3733f0f455141c9816965",
"body": "Store userTokens per-staffID in user_tokens nested map instead of\nflat profile-level fields, so multiple users can coexist in the same\nprofile without overwriting each other. Legacy flat stores are\nauto-migrated on load.",
"is_bot": false,
"headline": "fix: multi-user userToken overwrite in CredentialStore",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T06:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "729c0282023076d82587a517dabb4250cfcc4574",
"body": "…ile override\n\nAdd getClientWithProfile/getStoreWithProfile helpers and --profile flags to\nauthorize-url, exchange-code, refresh-token, user-info, local-callback so\ntokens always save to the intended profile, matching Python/TS CLI behavior.",
"is_bot": false,
"headline": "fix(oauth): add --profile flag to oauth commands for per-command prof…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T06:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3a19d5529f1cad23c27f08c4c7a4e855aea341",
"body": "4 tests covering: basic delete, nonexistent error, preserves\nother profiles, and active_profile fallback to default.",
"is_bot": false,
"headline": "test(persistence): add DeleteProfileByName unit tests",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T04:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "046bcee9cd9a31137cf85097fcc367e9a3f69b5a",
"body": "- persistence: add CredentialStore.DeleteProfileByName(name) method\n- cli: add config delete-profile command\n- docs: update all 5 language READMEs with delete-profile\n\nBump version to 0.9.13.",
"is_bot": false,
"headline": "feat(persistence,cli): add DeleteProfileByName + config delete-profile",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-15T03:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00c9f0840e54cb0c10ff5fc4e35ac437a645533b",
"body": "- refreshExpiresAt now conditionally updated only when RefreshExpiresIn > 0,\n preventing in-memory expiry from being reset to now() when API returns 0.\n- Added 300-second margin to refreshToken expiry check to avoid race at\n exact boundary (consistent with UserToken margin).\n- Fixed memory-disk inconsistency: persisted RefreshTokenExpiresAt now\n preserves old value when API returns RefreshExpiresIn=0.",
"is_bot": false,
"headline": "fix: prevent refreshToken expiry tracking bugs",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-12T07:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ac4af115489ab071ba330d7f5bf174b4a5e7a9",
"body": "Remove the redundant \"groups_v2\" API endpoint category that duplicated\nthe same /v2/groups/* endpoints. All group APIs now use the unified\n\"groups\" key in APIEndpoints.",
"is_bot": false,
"headline": "refactor: merge groups_v2 into groups endpoint category",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-12T04:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "949f4b4f9652b8f0af750d68795b810c8aee2875",
"body": "- staff search: clarify --user-token and --user-id are mutually exclusive\n- Align module-level descriptions with Python CLI for consistency\n- Bump version to 0.9.10",
"is_bot": false,
"headline": "docs: improve CLI help descriptions, fix staff search user-token/user-id",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-12T03:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6be95632fae97456862624f5053852774b8ee17",
"body": null,
"is_bot": false,
"headline": "docs: fix zhHant 機械人→機器人/發送→傳送, zhHantHK 上傳→上載",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T10:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58fe811555238980f3c5f8fc634a2a09f20f895",
"body": "… in CLI",
"is_bot": false,
"headline": "docs: add TRANSLATION_GUIDE.md, fix remaining multi-bots→multi-robots…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T09:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b9f5940711e7c095e9f6815d64a5f97ccddeaef",
"body": "…/智能機械人",
"is_bot": false,
"headline": "docs: remove dev.lanxin.cn URLs, fix French bot→robot, zhHantHK 傳送→發送…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T09:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f07cc03deb9fa39cf16fccda8cd2d466619949ea",
"body": "Fix .gitignore: /lansenger only matches root-level, not cmd/lansenger/",
"is_bot": false,
"headline": "docs(cmd/lansenger): add CLI README files in 5 languages",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T09:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f74db5c37b713989eaff15d258964d0ef2bc87",
"body": "- README.zh{Hans,Hant,HantHK},fr: add redirect_uri to credential table,\n CLI config, SDK config example, and env vars table\n- cmd/lansenger/: new README.md + translations (zhHans,zhHant,zhHantHK,fr)",
"is_bot": false,
"headline": "docs: add redirect_uri to all translated READMEs, add CLI README files",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T09:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9795153290427b51499de52ab99eee7360475a19",
"body": null,
"is_bot": false,
"headline": "docs(README): add redirect_uri config to CLI, SDK, and env vars",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T09:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18595e49ae5c4a31c277f8e9ae605b32dc2bb108",
"body": "- Added AppToMsgMediaType mapping (string→int) for msg data",
"is_bot": false,
"headline": "fix(SendText/SendFile): message body mediaType must be int, not string",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T08:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f865b038e7eb1e08efcea0d3643ca9dcb9f0fb",
"body": "…re (4.5.1)\n\n- SendText/SendFile now use UploadAppMedia with string mediaType\n- SendImageURL uses UploadAppMedia with AppMediaTypeImage\n- GuessMediaType returns 0 for unknown extensions (was MediaTypeImage)\n- Added GuessAppMediaType() for app/bot upload string types\n- CLI: send-text/send-file --media-type changed from int to string",
"is_bot": false,
"headline": "change(send_file/send_text): use app/bot upload (4.5.4) instead of co…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T08:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c536f511d64b22376689588ab49fb8c73c751030",
"body": "Now initializes UserTokenManager with store, matching Python SDK behavior.",
"is_bot": false,
"headline": "fix(client): NewClientFromStore auto-loads user token from cache",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T06:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c848c82646f8287b3e86da04d42106da2c6c292a",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG for v0.7.2",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T04:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b27a9178ef36231bd3312f6f684f108cab0849",
"body": "Add redirect_uri to Config and CredentialStore:\n- config: RedirectURI field + LANSENGER_REDIRECT_URI env var\n- persistence: save/load redirect_uri in credential store\n- oauth: BuildAuthorizeURL uses config.RedirectURI as default fallback\n- client: NewClientFromStore passes redirect_uri to config\n- cmd: config set/get supports redirect_uri",
"is_bot": false,
"headline": "Bump version to v0.7.2",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T04:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d04e2cdecba0761624caac06f20d2fac434a0db",
"body": null,
"is_bot": false,
"headline": "docs: add CHANGELOG.md following Keep a Changelog format",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T02:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b265ccb191c269f9827848eacf43c677c6e8275",
"body": null,
"is_bot": false,
"headline": "fix: API field alignment with OpenAPI docs, bump to 0.9.6",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-10T01:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e5de9ad69b61cc91bc8ff3192af92b52431909",
"body": null,
"is_bot": false,
"headline": "Update README version badges to 0.9.5",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T11:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "653ac9bd320bf7fc52d38cd7ba05be114e6992a6",
"body": "Fix OAuth local-callback port reuse on macOS:\n- Use syscall.SetsockoptInt with SO_REUSEADDR instead of ReuseAddr/ReusePort\n (not available in net.ListenConfig on macOS)",
"is_bot": false,
"headline": "Bump version to 0.9.5",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T11:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061dfaa8510d98bf3d9a8f63f0827d1958bdaaaa",
"body": "Fix OAuth local-callback port reuse issue:\n- Use net.ListenConfig with ReuseAddr/ReusePort instead of ListenAndServe\n- Prevents \"bind: address already in use\" when port is in TIME_WAIT",
"is_bot": false,
"headline": "Bump version to 0.9.4",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T10:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083b48dbae766eef1fa48910e48b814124af69d9",
"body": null,
"is_bot": false,
"headline": "Update README badges: version 0.9.3 and 148 tests",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T07:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df0b9690af48de103326bac43fd06a43b423510",
"body": "… 0.9.3",
"is_bot": false,
"headline": "Fix indentation errors in groups.go and messaging.go; bump version to…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T06:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f873cf45f5a84c8ed0020b7ac003ba4d2230abb",
"body": null,
"is_bot": false,
"headline": "bump version to 0.9.2",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T05:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63356c7acd474acfedff15bd2a83651746c47c59",
"body": "- Persistence: rename user_token_expires_at → user_token_expiry,\n refresh_token_expires_at → refresh_token_expiry,\n token_expires_at → app_token_expiry (matches Python SDK naming)\n- Add backward compat: UnmarshalJSON reads both old and new field names\n- Migrate old flat format key names to new one\n[…]\nlback (orgname→orgName)\n- FetchTodoTaskStatusCounts: fix status param to []string (API expects array)\n- Add strOrNil helper for multi-key fallback lookups\n- Fix test mocks to match OpenAPI field names",
"is_bot": false,
"headline": "fix: align field names with OpenAPI spec and Python SDK consistency",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T05:54:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5abbd3815c4a0f4998852e68c27412c22306b85d",
"body": "…ponse (v0.9.1)\n\nThe API may return messageInfos (plural, as array) instead of messageInfo\n(singular, as object). Add extractMsgInfo helper that tries both keys and\nsupports both object and array formats, matching Python SDK behavior.\nAlso handle both 'type' and 'messageType' fields for the message type.",
"is_bot": false,
"headline": "fix: parse both messageInfo and messageInfos in chat messages API res…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T05:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c7fb1157616c673c47843e39f420d44f6d37f87",
"body": null,
"is_bot": false,
"headline": "docs: update README versions and project structure; add LICENSE",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T03:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357ccc57615b70af354d82ab20d4f42c08845462",
"body": "…on tags; bump 0.9.0\n\n- chat list: chatType changed from string to int (API expects int32)\n- chat messages: startTime/endTime changed from string to int64\n- BuildAPIURL: strip trailing slash from APIGatewayURL (prevent double-slash path)\n- FetchChatMessages endpoint key: messages.fetch → chats.messa\n[…]\nd snake_case json tags to all structs\n- calendars: FetchScheduleList startTime/endTime changed from map to int64\n- CLI cmd_calendar: strconv.ParseInt for schedule times\n- all tests updated and passing",
"is_bot": false,
"headline": "fix: chat list/messages API bugs, endpoint key consistency, models js…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T03:06:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32cee1fa130081f679a66711ad901ec5b58cd1df",
"body": null,
"is_bot": false,
"headline": "bump version to 0.8.0",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-09T01:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c99e26282df79e28a05e069200911071162b2db",
"body": "Issue #1 (rejected): Token endpoints use GET per official OpenAPI docs, not POST.\nKept GET as documented; added HTTP status code check in auth.go.\n\nIssue #2: loadFromStore used non-existent key 'user_id' from LoadCredentials.\nFixed: LoadUserToken now returns staff_id; loadFromStore reads from it;\nSa\n[…]\nList, StatusCounts, ExecutorList, Type, ExecutorIDs fields\n- config.go: ConfigFromEnv defaults PassportURL\n- constants.go: add AudioExtensions map\n- media.go: DownloadMedia checks JSON error responses",
"is_bot": false,
"headline": "fix: resolve bugs from GitHub issues #1-#4",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-08T14:38:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0dbc1b47941886ee957231e2a617ae229bebbc1a",
"body": null,
"is_bot": false,
"headline": "feat: oauth local-callback add --redirect-uri option; bump to 0.7.1",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-08T09:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cfbbaf09817024d1fa6b4383a69503e14914e42",
"body": "…ct margin from expiry, persist refreshExpiresIn, restore expiry from store on load; bump to 0.7.0",
"is_bot": false,
"headline": "fix: token management bugs — preserve refreshToken on refresh, subtra…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-05T07:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52052eb63ee771340509d25778d43320dd37249",
"body": "…sportURL, SendUserMessage common, SectorNames/Content extraction, split-month --end guard, callback --json, send-file --content, send-group --uuid, boolFromMap, --version flag",
"is_bot": false,
"headline": "fix: 9 critical/high bugs — send-text/send-markdown flags, DefaultPas…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-05T04:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1ba88decde375c34d8394a240afa9224cc4af22",
"body": "…-progress only in split mode, --json outputs pure array); remove 4=audio from send-text description",
"is_bot": false,
"headline": "fix: chat --split-month align with Python (no start/end dependency, -…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-05T04:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40152aed27c120b550e82d0698c4b4b4cb7d83c8",
"body": null,
"is_bot": false,
"headline": "feat: UserTokenManager auto-refresh, oauth local-callback, v0.6.0",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-05T04:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44f2bca3103d4d25f84532a5696820d2d934a43",
"body": "…iresIn, chat --split-month/--progress, oauth --json, exchange-code persistence (v0.5.1)",
"is_bot": false,
"headline": "feat: cross-SDK spec compliance — PlainText, SaveUserToken refreshExp…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-05T04:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f004be2b205d2cfd1e5d35b6e302eae55e592b4",
"body": null,
"is_bot": false,
"headline": "fix: align CLI params with Python SDK (v0.5.0)",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-03T08:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3df124b7ecaa4c37156322851e0c718d8f7ff61",
"body": null,
"is_bot": false,
"headline": "fix: align CLI params with Python SDK",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-06-03T08:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d2e4206fcb05e7053f96cd25f9d0e6171340a7",
"body": "…fied chars, add persistence paragraph",
"is_bot": false,
"headline": "fix: sync all 5 READMEs — remove zhHant duplicate section, fix simpli…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-27T05:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d3e60b51a269d33cf8b3c4d26bdcfba918bfa2",
"body": "- group dissolve → group dismiss\n- calendar update-attendee-meta → calendar attendee-meta\n- media fetch-path → media path\n- version 0.4.0 → 0.4.1",
"is_bot": false,
"headline": "release: v0.4.1 — align CLI subcommand names with Python SDK",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-26T05:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1e6c7a00f18be9e48341180b3c5c0b455b3e4b",
"body": "- version.go: define Version = \"0.4.0\" constant\n- CLI: add 'lansenger version' subcommand\n- All 5 READMEs: add Version badge + show 'lansenger version' in install section",
"is_bot": false,
"headline": "feat: add version number (0.4.0) and CLI version subcommand",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-26T04:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bb328d784a53548d49697b0b9c2c9b449e7b83",
"body": "SDK bugs fixed:\n- SendText/SendFile: add mediaType field alongside mediaIds (API requires both)\n- MediaType constants: MediaTypeFile=3, MediaTypeAudio=4 (was reversed)\n- SendFile/SendImageURL: caption→content (matches API field name)\n\nNew feature:\n- SendText/SendFile: coverImagePath param for video \n[…]\ns userToken param\n- chat list/messages: user-token description changed to optional\n- callback verify-signature: 4 positional→3 positional + --encoding-key flag\n- All help text: 3=audio→3=file, 4=audio",
"is_bot": false,
"headline": "fix: 3 critical SDK bugs + cover image support + CLI parameter alignment",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-26T04:47:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1490e555b8462b893e393cc421afb49eb973b74e",
"body": "New interfaces:\n- SendReminder (4.6.14 urgent reminder)\n- DissolveGroup (4.28.6 dissolve group)\n- UpdateSchedule (4.23.12 update schedule)\n- UpdateScheduleAttendeeMeta (4.23.17 update attendee metadata)\n- FetchMediaPath (4.5.3 fetch file download path)\n- UploadAppMedia (4.5.4 app/bot media upload wi\n[…]\nnts: order int→float64, DeptType string→int\n- oauth: RefreshUserToken parses state field\n- chats: URL params use url.QueryEscape\n- constants: MediaTypeFile=3→MediaTypeAudio=3 (matches API doc AUDIO=3)",
"is_bot": false,
"headline": "feat: add 6 new interfaces + fix 12 critical bugs + update CLI & READMEs",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-26T03:42:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c68566467ae6786b8f021c429fbd626eed97bb0",
"body": "HIGH priority fixes:\n- #4: persistence deadlock - change RLock→Lock pattern to single Mutex with unlocked load/save helpers\n- #2: omitempty prevents clearing fields - remove omitempty from encoding_key/callback_token and all credential fields\n- #6: SendText filePath not uploaded - now uploads via Up\n[…]\ned with manual ToUpper+slice (no deprecated call, no x/text dependency)\n- GET requests no longer set Content-Type header\n- profileData fields no longer use omitempty (allows proper clearing of values)",
"is_bot": false,
"headline": "fix: resolve 15 bugs identified by Python team review",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-26T01:19:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6dfec71813e431b45e32c485c583b683c7d760ef",
"body": "…ython CLI",
"is_bot": false,
"headline": "fix: rename callback decrypt subcommand to decrypt-payload to match P…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-25T07:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f10a4c063f686b2b357b1ac7a0d42459266fb9f",
"body": "…ion, structured event field mapping\n\n- DecryptCallbackPayload: AES-256-CBC decryption + binary format parsing (random(16B) + eventsLen(4B) + orgId+appId + eventsJSON)\n- VerifyCallbackSignature: SHA1-based (replaces placeholder SHA256), supports callback_token fallback\n- ParseCallbackPayload: now ha\n[…]\nupports SHA1 + dataEncrypt + callbackToken\n- CLI config set: support encoding_key and callback_token keys\n- 22 new callback tests (decryption, signature, field mapping, PKCS7, org/app splitting, etc.)",
"is_bot": false,
"headline": "feat: add callback decryption (AES-256-CBC), SHA1 signature verificat…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-25T07:50:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ef53840e891ad8ac8058ea91b772ad36eaba0037",
"body": null,
"is_bot": false,
"headline": "docs: add CLI installation instructions in all README variants",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-21T04:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c082c72a8761fe512cce29a2ecb7fc2bf93568ce",
"body": "…ndImageURL/SendAppArticles\n\n- CLI: cobra-based CLI matching Python CLI commands and flags\n - Global --json/-j and --profile/-P flags\n - 13 command groups: config, health, message, staff, department,\n group, calendar, todo, oauth, callback, media, streaming, chat\n - Single binary output (9.4MB\n[…]\ne Python SDK and API spec.\n- SDK: add SendImageURL (download+upload+send) and SendAppArticles\n- SDK: add LoadState/GetActiveProfile/SetActiveProfile/Path to\n CredentialStore for CLI config management",
"is_bot": false,
"headline": "feat: add Go CLI (68 subcommands) + fix SDK msgData wrapping + add Se…",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-21T01:30:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c99573b9f1e7776b79d69b3abbbd7eca3569708f",
"body": null,
"is_bot": false,
"headline": "Fix module path: use github.com/lansenger-pm/lansenger-sdk-go for go get",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-20T10:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2bc63f6cde0eb6a85eacfa5285fb610233783b",
"body": "- Zero external dependencies (Go standard library only)\n- LansengerClient with context.Context for all API calls\n- TokenManager with auto-refresh for appToken lifecycle\n- CredentialStore for JSON file persistence (shared format with Python SDK)\n- OAuth2 user authentication (authorize URL, code excha\n[…]\n reading APIs\n- Callback event parsing + signature verification\n- 115 unit tests + 10 integration tests (verified against real API gateway)\n- 5-language READMEs (English, 简体中文, 繁體中文, 繁體中文香港, Français)",
"is_bot": false,
"headline": "Initial release: Lansenger Go SDK v1.0",
"author_name": "lansenger-pm",
"author_login": null,
"committed_at": "2026-05-20T10:39:58Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 90,
"latest_release_at": "2026-06-08T09:33:27Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 8,
"days_since_latest_release": 49,
"mean_days_between_releases": 3.1
},
"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/lansenger-pm/lansenger-sdk-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/lansenger-pm/lansenger-sdk-go",
"is_deprecated": false,
"latest_version": "v0.9.27",
"repository_url": "https://github.com/lansenger-pm/lansenger-sdk-go",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T12:15:45Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 30179,
"source_files_sampled": 69,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 7,
"closed_unmerged_prs": 0
},
"bus_factor": null,
"bot_contributors": 0,
"top_contributors": [],
"contributors_sampled": null,
"top_contributor_share": null
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8b8c6631b92ec47751a1fbe0e0a3ad84e16169e7",
"ran_at": "2026-07-28T06:25:28Z",
"aggregate_score": 2.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-17T12:17:01Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lansenger-pm/lansenger-sdk-go",
"host": "github.com",
"name": "lansenger-sdk-go",
"owner": "lansenger-pm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 26,
"vitality": 71,
"community": 24,
"governance": 66,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 90,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "90 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 90
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 49,
"mean_days_between_releases": 3.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 49 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 49
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.1
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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": 66,
"weight": 0.24,
"metrics": [
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 7,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"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": 28,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "lansenger-pm",
"public_repos": 9,
"account_age_days": 77
},
"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": "4 followers of lansenger-pm",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "lansenger-pm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~0 yr old",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/lansenger-pm/lansenger-sdk-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "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": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 67,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.878,
"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": "79 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 79,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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 90",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 90
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 30179,
"source_files_sampled": 69,
"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/69 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 69,
"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": [
"Contributor list unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T06:25:31.672672Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lansenger-pm/lansenger-sdk-go.svg",
"full_name": "lansenger-pm/lansenger-sdk-go",
"license_state": "standard",
"license_spdx": "MIT"
}