Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"sdk",
"api-client",
"platform"
],
"is_fork": false,
"size_kb": 247,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 163318
},
"pushed_at": "2026-07-22T09:34:48Z",
"created_at": "2019-03-08T13:44:02Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T08:40:29Z",
"description": "Go SDK/client for Cherry Servers API",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.cherryservers.com",
"name": "Cherry Servers",
"type": "Organization",
"login": "cherryservers",
"company": null,
"location": null,
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/34476883?v=4",
"created_at": "2017-12-12T11:22:31Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 3150
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2026-07-22T09:34:48Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2026-07-20T12:23:09Z"
},
{
"tag": "v3.9.1",
"kind": "patch",
"published_at": "2026-02-09T13:15:51Z"
},
{
"tag": "v3.9.0",
"kind": "minor",
"published_at": "2025-12-09T18:40:10Z"
},
{
"tag": "v3.8.0",
"kind": "minor",
"published_at": "2025-07-24T10:54:17Z"
},
{
"tag": "v3.7.0",
"kind": "minor",
"published_at": "2025-07-08T10:53:42Z"
},
{
"tag": "v3.6.0",
"kind": "minor",
"published_at": "2025-06-13T09:55:17Z"
},
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2024-10-25T05:19:40Z"
},
{
"tag": "v3.4.1",
"kind": "patch",
"published_at": "2024-08-28T08:39:21Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2024-07-16T15:55:11Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2024-07-03T12:56:47Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2024-04-23T09:51:12Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2022-10-18T06:34:48Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2022-09-29T12:18:31Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2022-09-06T07:02:05Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2022-04-04T06:53:30Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2022-03-18T07:46:16Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2022-03-16T09:33:09Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2021-07-09T12:31:47Z"
},
{
"tag": "v.1.1.0",
"kind": "other",
"published_at": "2019-08-14T05:40:41Z"
}
],
"recent_commits": [
{
"oid": "ecb0df6c9b06921ff2767213b312aee69e6482c5",
"body": "feat: expose private VLAN ID on IPAddress",
"is_bot": false,
"headline": "Merge pull request #101 from caliban0/fix/vlan",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-22T08:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3fc29d6d2e51b0f38fb9ffb7d399d54927cb3f",
"body": null,
"is_bot": false,
"headline": "feat: expose private vlan id with ip address",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-22T06:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643f109b375f1d6beb510216a97e6b9f68722774",
"body": "fix: check if cap is reached before calculating jitter",
"is_bot": false,
"headline": "Merge pull request #102 from caliban0/fix/jitter-panic",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-22T05:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25b036e433cf20d805ea8563de67619a28fa1cb3",
"body": "Otherwise, on high iterations, backoff becomes high enough to overflow and causes\na panic, when `Int64N()` is called with a negative value.",
"is_bot": false,
"headline": "fix: check if cap is reached before calculating jitter",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-22T05:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a3c63b2ec9a81d3d324b04791d137132027f87",
"body": "V4.0.0",
"is_bot": false,
"headline": "Merge pull request #98 from cherryservers/v4.0.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-20T05:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3eca24732b5fa619601fbc15c1a15e49ed8b1a4",
"body": "Checkout before setup in test workflow",
"is_bot": false,
"headline": "Merge pull request #100 from caliban0/ci/checkout-before-go-setup",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T11:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8231cdd15efdcf2b32c3dc1b710a4cff72b5e85e",
"body": null,
"is_bot": false,
"headline": "ci(test): checkout before setting up go to have `go.mod` available",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T09:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1df848d8713f2dc3221b72efb6b7f287dbe2f71b",
"body": "Use Go version from `go.mod` for test workflow",
"is_bot": false,
"headline": "Merge pull request #99 from caliban0/ci/specify-go-ver",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T09:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742de10c78c21f5447f0e1a325d910fab0d087bf",
"body": null,
"is_bot": false,
"headline": "ci: use go version from `go.mod` in test workflow",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T07:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a933938d04427ea0a723d163eda0084e8a66f62",
"body": "Don't retry 429s and 503s with POST and PATCH",
"is_bot": false,
"headline": "Merge pull request #97 from caliban0/fix/dont-retry-non-idempotents",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T06:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e244c0ac80a7fb44159747706197839380984de1",
"body": "…ndition\n\nAvoid race condition in test for server status waiter",
"is_bot": false,
"headline": "Merge pull request #96 from caliban0/fix/test-wait-for-status-race-co…",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T06:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff75e9e26c2c8bfdc571be34e18e3528e678fc86",
"body": "Add opts mutation warning for prebuilt plan listers",
"is_bot": false,
"headline": "Merge pull request #95 from caliban0/docs/add-plan-list-mutation-warning",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-17T05:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b106eeb5e60fdc3e7cbdc1ac8e60886f74816ac2",
"body": null,
"is_bot": false,
"headline": "fix: don't retry 429s and 503s with POST and PATCH",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-16T08:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b619c07c734634055e3f3933f71a79c27a2f7bae",
"body": "…condition",
"is_bot": false,
"headline": "test(fix): use separate error var in http handler func to avoid race …",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-16T08:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0edeae80cd68cd85d7fd27c72d69e3eb2e5d22",
"body": null,
"is_bot": false,
"headline": "docs: add opts mutation warning for prebuilt plan listers",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-16T08:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cdc35b2e8890560fa88a67b040b0055975fa997",
"body": "Add missing slash to current user request URL",
"is_bot": false,
"headline": "Merge pull request #94 from caliban0/fix/user-path",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-16T05:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee40a1636e957f555d921534a24867311d2ea61b",
"body": "Rewrite README examples for v4.0.0",
"is_bot": false,
"headline": "Merge pull request #93 from caliban0/docs/update-examples",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-15T06:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867b80a7989752032201b80dd45188c6d332bd9f",
"body": "Bump mod path to v4",
"is_bot": false,
"headline": "Merge pull request #92 from caliban0/bump-mod-path",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-14T08:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3da0c8f5af45444ff1b9ee82f3aa09cf326b903",
"body": null,
"is_bot": false,
"headline": "docs: rewrite README examples for v4.0.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-14T08:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cfc104689bc23ab396993a352f6403f6ab994ed",
"body": null,
"is_bot": false,
"headline": "fix: add missing slash to current user request url",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-07T13:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5192afa059af400ae4b19a99f36c091c37437cb7",
"body": "Add support for configuring IPv6 on server creation",
"is_bot": false,
"headline": "Merge pull request #91 from caliban0/feature/ipv6",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-01T13:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875297b264e40c7e1b4682810d00349ffe05a47c",
"body": "Add VLAN field to server",
"is_bot": false,
"headline": "Merge pull request #90 from caliban0/feature/vlan",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-01T13:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309dfe32fce86fbd91ddb96c74b87e98280b04ae",
"body": "Rename auth token to API key",
"is_bot": false,
"headline": "Merge pull request #89 from caliban0/feature/token-to-key",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-01T13:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a4fa24a04a527ce9a9f00619ac8a5cf6e1a6300",
"body": null,
"is_bot": false,
"headline": "build: bump mod path to v4",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-01T12:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56926d691335da716d46dc4bdb4ec8aa4d626c61",
"body": null,
"is_bot": false,
"headline": "docs: remove old reference to auth token",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-07-01T12:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462a281baf3455a6e39e5c914861359f6bb92ec7",
"body": null,
"is_bot": false,
"headline": "feat: add ipv6 configuration to server creation",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-26T13:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c4ca9f643d6d3382401a251a23d9febb1494569",
"body": "Add method that enables server BMC access",
"is_bot": false,
"headline": "Merge pull request #88 from caliban0/feature/bmc-access",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-22T10:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a6577fc41a6fcae8346b2e54f0f1f8cb189560",
"body": null,
"is_bot": false,
"headline": "fix(test): assert server equality in AllowBMCAccess test",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T17:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d79942b51601e87b2fb352654bdcda5572eef4",
"body": null,
"is_bot": false,
"headline": "feat: return server from AllowBMCAccess",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T17:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffeb8e87682de38abf10fae21ef141b3ac56d471",
"body": "Add server password generator method",
"is_bot": false,
"headline": "Merge pull request #87 from caliban0/feature/password-generation",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b18514fb7f7c9df24634311078b7fab50e3a5d4",
"body": "Add the option to create pre-built servers",
"is_bot": false,
"headline": "Merge pull request #86 from caliban0/feature/create-prebuilt",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e196f23264035cf9c04fd5ff7084a595d6f2318",
"body": "Add methods for getting pre-built plans",
"is_bot": false,
"headline": "Merge pull request #85 from caliban0/feature/prebuilt",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f862e7a7d8c97151a991c4f7de4b67fcd6bd8c19",
"body": "Add method that waits until some server status is reached",
"is_bot": false,
"headline": "Merge pull request #84 from caliban0/feature/wait-server",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de67d24e310fa012f9af2495330cb7809a2533c",
"body": "Don't return object when deleting server or SSH key",
"is_bot": false,
"headline": "Merge pull request #83 from caliban0/feature/dont-return-on-delete",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0da6c19567f15d2d7a80182dd921fc79a25e6177",
"body": "Omit unprovided fields when updating",
"is_bot": false,
"headline": "Merge pull request #82 from caliban0/fix/update-field-omissions",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee2d6d8aa11c635401b787aded157ff3b6386dc",
"body": "Ergo fixes",
"is_bot": false,
"headline": "Merge pull request #81 from caliban0/ergo-fixes",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d3f131d311a36bc047602a12c62d7692045a9f",
"body": "Add linter",
"is_bot": false,
"headline": "Merge pull request #80 from caliban0/lint",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T12:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e579ca0c82a7fa8b1c4539af32425f4a5e8e2b1a",
"body": null,
"is_bot": false,
"headline": "feat: add vlan field to server",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T07:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1da138d382e9887d967d7c8d1b549d1fd3e756c",
"body": null,
"is_bot": false,
"headline": "docs: document password constraints",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T05:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ee1d114135fe5fa3dcd51d211241147f327638",
"body": null,
"is_bot": false,
"headline": "refactor(test): assert error before asserting response",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-19T05:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a8affb3713c0bbf1b1e1d727c46d87cd24a0ee",
"body": null,
"is_bot": false,
"headline": "feat!: rename all relevant occurences of auth token to api key",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-16T06:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c179bbb34effbafb313326f1c5122dfccab66d",
"body": null,
"is_bot": false,
"headline": "feat: add server bmc access allowance method",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62cf0def491d26d23aac0f541dd049fad70144eb",
"body": null,
"is_bot": false,
"headline": "feat: add prebuilt plan option when creating servers",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4151ba6ac557e779c9e913be505731bd677d48e9",
"body": null,
"is_bot": false,
"headline": "feat: add server status wait method",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29c1e92e91943c5621f1a4a467e31757d39ae6de",
"body": null,
"is_bot": false,
"headline": "feat!: don't return server or ssh key when deleting",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ed928397a458a07e474ad8f312c19f6c3de581",
"body": "Particularly relevant for booleans, where the empty value\nis `false`, so any update request where they're not explicitly\nset to `true` would set `false`.",
"is_bot": false,
"headline": "fix: omit update method fields when they're empty",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26cb9c4d9321142cdc445bca6cacd0450cdc0b39",
"body": "It shouldn't be part of the body, since it's a path parameter.",
"is_bot": false,
"headline": "feat!: pass backup storage update method as parameter",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7905294589c1323ddbb5d07df4dc8dfddefabeb",
"body": "Mostly stop discarding errors from printing responses\nin tests.",
"is_bot": false,
"headline": "refactor(lint): satisfy errcheck",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4fc6fc400f57b8dd525e3a646a054ea17552528",
"body": null,
"is_bot": false,
"headline": "feat: add server password generation method",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920ae1f98a70ffc83521f7c31b294a5d3a78fa87",
"body": null,
"is_bot": false,
"headline": "feat: add prebuilt plan get methods",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751bcd1ec684feccf07cf7d27b9127da4ddbef57",
"body": "This will stop them being serialized into the request body, where\nthey shouldn't be, since they are path parameters.",
"is_bot": false,
"headline": "feat!: pass storage ids as method parameters instead of in the request",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f356a1551b41ec6f2500d992ce4e8edd6c3585",
"body": "Most of the linting issue were about missing method and type\ndocumentation, with a few miscellaneous issues.",
"is_bot": false,
"headline": "refactor(lint): satisfy revive linter",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fddc7ca0104c2fa84c87d2eae5de69f18d867b9",
"body": "…case",
"is_bot": false,
"headline": "feat!: rename abbreviations in public identifiers to have consistent …",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454df75171b2cc8b4ddcdc9b12eb81165d0d0451",
"body": null,
"is_bot": false,
"headline": "refactor(lint): fix staticcheck complaints",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd311e5f2762eb7db1a9bef909aae3c019bae02",
"body": null,
"is_bot": false,
"headline": "feat!: rename bgp field Asn to more idiomatic ASN",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2799302eaff08b9ca9268167e6b39d02338a633c",
"body": null,
"is_bot": false,
"headline": "refactor(lint): remove unused",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47015cba62e939ae4bfcb3d80dcc6b67ff312897",
"body": "…y fiels",
"is_bot": false,
"headline": "feat!: pass backup storage ids as method parameters instead of as bod…",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a566014afe41b36c667bb52b68527e77187928c6",
"body": null,
"is_bot": false,
"headline": "ci: add lint workflow",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbf1833ce00987b2aba2ae483700e6e6e13af39",
"body": null,
"is_bot": false,
"headline": "chore: add lint config",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476aab816c31083878fdea3662d435ce3d484225",
"body": "V4.0.0 rebase",
"is_bot": false,
"headline": "Merge pull request #79 from caliban0/v4.0.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-12T08:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ffd627a6b0541d0d6eee0c3976882411ccd57f",
"body": null,
"is_bot": false,
"headline": "test: add unit tests for missing client methods",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-08T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0184598552d71d46699bf7a00ddcffb5aad892f4",
"body": null,
"is_bot": false,
"headline": "feat!: add contexts to client method params",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-08T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4195c13f75a89505e6a4b2243788bd8059175e23",
"body": null,
"is_bot": false,
"headline": "feat: add retry and rate limit internal client",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-08T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ade8f49d103f173a8e0a24052eb569cb45d8cc7",
"body": "Updating the library version constant needs to be done manually\non each release and has been forgotten multiple times already.\nIn the future this could be automated with some script.",
"is_bot": false,
"headline": "feat: remove lib version from user agent",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-08T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c13810e1c827e6a70157253bcfef1d22c36e9c3f",
"body": null,
"is_bot": false,
"headline": "build: bump Go version to 1.25.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-08T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d8e678c8a37e0e6539ba1bdfb306e682734008",
"body": "Add context parameters to client methods",
"is_bot": false,
"headline": "Merge pull request #77 from caliban0/feature/contexts",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-04T06:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d05f86b1387b8f6e13e9b613d26f86de929386e6",
"body": "Automatic retries",
"is_bot": false,
"headline": "Merge pull request #76 from caliban0/feature/retry",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-04T06:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f2fd3701c1c68ec87f65675422169076f509f7",
"body": "Remove user agent version",
"is_bot": false,
"headline": "Merge pull request #75 from caliban0/remove-user-agent-version",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-04T06:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1168eb047d871fdf53701cbe6d5510572b53568",
"body": "Bump Go to v1.25.0",
"is_bot": false,
"headline": "Merge pull request #74 from caliban0/bump-go-version",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-06-04T06:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc058f8bf043b55dfeb435e8bc4fda50990b6805",
"body": null,
"is_bot": false,
"headline": "ci: pin exact github action checksums",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-05-19T13:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5eb4d9bb8cda17bcc77a989b59a80856fa7cc0e",
"body": null,
"is_bot": false,
"headline": "test: add unit tests for missing client methods",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-04-20T14:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "360d2440d561f696498083dec6dcd55861ba7506",
"body": null,
"is_bot": false,
"headline": "feat!: add contexts to client method params",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-04-20T14:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22106ef3168aad5af65e4bd25ba2b006ecd25c36",
"body": null,
"is_bot": false,
"headline": "feat: add retry and rate limit internal client",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-04-20T14:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7558607352d6b6844bc33efe884271c70bbe507",
"body": "Updating the library version constant needs to be done manually\non each release and has been forgotten multiple times already.\nIn the future this could be automated with some script.",
"is_bot": false,
"headline": "feat: remove lib version from user agent",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-04-20T14:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da973c5f502582278e6962eb39e9b31891c00c8",
"body": null,
"is_bot": false,
"headline": "build: bump Go version to 1.25.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-04-01T13:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f016f96c04cee7ef08ad65c498e522217c835ef",
"body": null,
"is_bot": false,
"headline": "ci: add gh workflow permissions",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-03-18T07:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43a238334859cf7f31b5c9d239bfa8802adb1ac",
"body": null,
"is_bot": false,
"headline": "feat: add server upgrade functionality",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-02-09T13:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1cb797d1d4f7b973b637f258350e73ffa98635c",
"body": null,
"is_bot": false,
"headline": "feat: add deployed image field to server",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-02-09T13:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a7047d94a5f85d5190bbc75fb9e29282598bee",
"body": null,
"is_bot": false,
"headline": "feat: add ipxe support for server creation and re-installation",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2026-02-09T13:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ae08edb07686668f0db31855fdc9e7f0adcc4c",
"body": null,
"is_bot": false,
"headline": "feat: add unit price field to pricing",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-12-09T18:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d44b960c0550b83a3f274d94d55ff4aa8b6580f",
"body": null,
"is_bot": false,
"headline": "feat: add discount code option to server creation",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-12-09T18:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b2359392fe0753eeec7f2b0649db33c1c1fcd7",
"body": null,
"is_bot": false,
"headline": "chore: bump go version to 1.24.0 and toolchain to 1.25.4",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-12-09T18:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d36268ecd4a36d199e7b46b89e053918c2eb56",
"body": "Feature/expand plan",
"is_bot": false,
"headline": "Merge pull request #64 from cherryservers/feature/expand-plan",
"author_name": "Marius Žalinauskas",
"author_login": "zalmarge",
"committed_at": "2025-07-24T10:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30345252e910cf1a59886ba94d223e46cf4051fb",
"body": null,
"is_bot": false,
"headline": "test: add software and category fields to plan unit test",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-16T06:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25a7b5bd0d89f645917d1f9cb1a6622f35984ab",
"body": null,
"is_bot": false,
"headline": "chore: increment lib version const to 3.8.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-16T05:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b09d52d5ee8f4b2628eda0a2e0d881ded3413df",
"body": null,
"is_bot": false,
"headline": "feat: add single plan get with id/slug methods",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-16T05:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fe7e6573e4f3b941bfc08ce3c5a94d76f84cb5",
"body": null,
"is_bot": false,
"headline": "refactor: set basePlanPath to plans endpoint, not teams",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-16T05:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e6ebf19a8c85c4b40b05bd5e102f9726acc5bda",
"body": null,
"is_bot": false,
"headline": "feat: add category and software fields",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-16T05:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8474fbbf2ae25d33373d89d36d1761d35b4e07",
"body": "chore: change library version to 3.7.0",
"is_bot": false,
"headline": "Merge pull request #62 from cherryservers/prepare-v3.7.0",
"author_name": "caliban0",
"author_login": "caliban0",
"committed_at": "2025-07-08T09:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d17429cd322d8a0fd2bd89b69f38198a5e3d6e",
"body": null,
"is_bot": false,
"headline": "chore: change library version to 3.7.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-08T09:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33461c4ce3b83a30f093e49564935238c927a5ca",
"body": "feat: add server cycle selection and listing",
"is_bot": false,
"headline": "Merge pull request #61 from cherryservers/feat/cycle-opts",
"author_name": "caliban0",
"author_login": "caliban0",
"committed_at": "2025-07-08T09:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b854d25d3c1f9443e0071f9fa0ff41333257a372",
"body": null,
"is_bot": false,
"headline": "feat: add server cycle seletion and listing",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-07-08T08:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a556ebe2c4aa2c3d9f3bea3cb1035885a3499d88",
"body": "chore: set version to 3.6.0",
"is_bot": false,
"headline": "Merge pull request #59 from cherryservers/prepare-3.6.0",
"author_name": "caliban0",
"author_login": "caliban0",
"committed_at": "2025-06-13T09:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5fdb8e12104ecff31d9b634e28e491c2833fd2",
"body": "Docs/update readme",
"is_bot": false,
"headline": "Merge pull request #58 from cherryservers/docs/update-readme",
"author_name": "caliban0",
"author_login": "caliban0",
"committed_at": "2025-06-13T08:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dfe8f38ea066ab291f5b43b1f5c851d58a5d405",
"body": "Update go 1.23",
"is_bot": false,
"headline": "Merge pull request #57 from cherryservers/update-go-1.23",
"author_name": "caliban0",
"author_login": "caliban0",
"committed_at": "2025-06-13T08:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67720c1b577744f13c28ca76611a577600ca53a",
"body": "Also add a section in README.md to document this process.",
"is_bot": false,
"headline": "chore: set version to 3.6.0",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-06-13T05:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0225701573f2969c8cb07d1912cd3756fd9fbd6",
"body": null,
"is_bot": false,
"headline": "docs: fix typo in the debug section",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-06-13T05:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f1d6d527d426c7004f6f3ddca425dcd272befa",
"body": "…structions",
"is_bot": false,
"headline": "docs: point directly to the API keys section of the portal in auth in…",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-06-13T05:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9484acc71d612a437c04b10db0b9a335ad7a11ef",
"body": null,
"is_bot": false,
"headline": "docs: clean up installation directions",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-06-13T05:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135be1cfbab090f5dc191a7359713a75717d78f4",
"body": "This is required to pass the new \"go test\" which checks for\nnon-constant format strings. The call was redunant and not intended.",
"is_bot": false,
"headline": "fix: remove redundant fmt.Sprintf() call in teams update",
"author_name": "Martynas Deveikis",
"author_login": "caliban0",
"committed_at": "2025-06-13T05:43:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 82,
"latest_release_at": "2026-07-22T09:34:48Z",
"latest_release_tag": "v4.1.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 15,
"days_since_latest_release": 6,
"mean_days_between_releases": 81.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/cherryservers/cherrygo/v4",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/cherryservers/cherrygo/v4",
"is_deprecated": false,
"latest_version": "v4.1.0",
"repository_url": "https://github.com/cherryservers/cherrygo",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T08:39:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 7,
"stars": 9,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2019-09-02",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 3
},
"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": 20441,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 1,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 81,
"open_issues": 3,
"closed_ratio": 0.833,
"closed_issues": 15,
"closed_unmerged_prs": 4
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "caliban0",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/103142064?v=4"
},
{
"type": "User",
"login": "eijei521",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/31096533?v=4"
},
{
"type": "User",
"login": "Andrius521",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/82888955?v=4"
},
{
"type": "User",
"login": "ArturasRa",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/19724288?v=4"
},
{
"type": "User",
"login": "zalmarge",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/30690401?v=4"
},
{
"type": "User",
"login": "deitch",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/282526?v=4"
},
{
"type": "User",
"login": "nacef-labidi",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/277326?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.446
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yaml"
],
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"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": 10,
"reason": "all changesets reviewed",
"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": 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "ecb0df6c9b06921ff2767213b312aee69e6482c5",
"ran_at": "2026-07-29T05:07:57Z",
"aggregate_score": 7.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-24T06:35:08Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T08:39:06Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2020-01-02T13:47:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2022-12-15T14:23:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 103,
"created_at": "2026-07-23T12:04:03Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cherryservers/cherrygo",
"host": "github.com",
"name": "cherrygo",
"owner": "cherryservers"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 79,
"vitality": 81,
"community": 35,
"governance": 70,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 82,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "82 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 82
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v4.1.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 81.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~81.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 81.7
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"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": 35,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"forks": 7,
"stars": 9,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 7,
"top_contributor_share": 0.446
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 45% of commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 45
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"merged_prs": 81,
"open_issues": 3,
"closed_issues": 15,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "81/85 decided PRs merged",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 81,
"decided": 85
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 12,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "cherryservers",
"public_repos": 17,
"account_age_days": 3150
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "12 followers of cherryservers",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "cherryservers"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~8 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"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/cherryservers/cherrygo/v4"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"sdk",
"api-client",
"platform"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 79,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"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": 74,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.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 is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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 4 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": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 4,
"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": 68,
"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": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 77,
"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.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 20441,
"source_files_sampled": 36,
"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/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T05:08:14.717288Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cherryservers/cherrygo.svg",
"full_name": "cherryservers/cherrygo",
"license_state": "standard",
"license_spdx": "MIT"
}