Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 48883,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 609751,
"Go": 1440,
"C++": 15607631,
"SWIG": 1166,
"CMake": 198365,
"Shell": 21279,
"Cython": 82488,
"Python": 31558,
"BitBake": 31,
"Assembly": 3585,
"Makefile": 377,
"Dockerfile": 15795
},
"pushed_at": "2026-07-22T13:05:17Z",
"created_at": "2024-01-10T14:42:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T13:07:05Z",
"description": "YDB C++ SDK",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://ydb.tech",
"name": "YDB Platform",
"type": "Organization",
"login": "ydb-platform",
"company": null,
"location": null,
"followers": 358,
"avatar_url": "https://avatars.githubusercontent.com/u/88314308?v=4",
"created_at": "2021-08-02T08:31:41Z",
"is_verified": null,
"public_repos": 143,
"account_age_days": 1818
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.20.0",
"kind": "minor",
"published_at": "2026-07-02T10:22:13Z"
},
{
"tag": "v3.19.0",
"kind": "minor",
"published_at": "2026-06-05T13:32:02Z"
},
{
"tag": "v3.18.0",
"kind": "minor",
"published_at": "2026-05-15T07:06:03Z"
},
{
"tag": "v3.17.0",
"kind": "minor",
"published_at": "2026-04-16T10:56:07Z"
},
{
"tag": "v3.16.0",
"kind": "minor",
"published_at": "2026-03-26T13:22:51Z"
},
{
"tag": "v3.15.0",
"kind": "minor",
"published_at": "2026-03-10T13:37:21Z"
},
{
"tag": "v3.14.0",
"kind": "minor",
"published_at": "2026-02-18T20:30:29Z"
},
{
"tag": "v3.13.0",
"kind": "minor",
"published_at": "2026-02-18T20:20:01Z"
},
{
"tag": "v3.12.0",
"kind": "minor",
"published_at": "2025-10-21T14:32:33Z"
},
{
"tag": "v3.11.1",
"kind": "patch",
"published_at": "2025-10-09T15:28:31Z"
},
{
"tag": "v3.11.0",
"kind": "minor",
"published_at": "2025-10-09T15:27:04Z"
},
{
"tag": "v3.10.0",
"kind": "minor",
"published_at": "2025-09-17T08:38:00Z"
},
{
"tag": "v3.9.0",
"kind": "minor",
"published_at": "2025-09-01T17:54:12Z"
},
{
"tag": "v3.8.2",
"kind": "patch",
"published_at": "2025-09-01T17:36:31Z"
},
{
"tag": "v3.8.1",
"kind": "patch",
"published_at": "2025-09-01T17:34:52Z"
},
{
"tag": "v3.8.0",
"kind": "minor",
"published_at": "2025-09-01T17:33:43Z"
},
{
"tag": "v3.7.0",
"kind": "minor",
"published_at": "2025-07-08T14:06:52Z"
},
{
"tag": "v3.6.0",
"kind": "minor",
"published_at": "2025-07-01T15:18:53Z"
},
{
"tag": "v3.5.1",
"kind": "patch",
"published_at": "2025-05-23T15:27:32Z"
},
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2025-05-23T15:26:28Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2025-05-23T15:21:33Z"
},
{
"tag": "v3.3.1",
"kind": "patch",
"published_at": "2025-04-09T16:30:12Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2025-04-09T16:27:54Z"
},
{
"tag": "v3.2.2",
"kind": "patch",
"published_at": "2025-04-09T16:21:59Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2025-04-09T16:18:05Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2025-04-09T16:14:05Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2025-02-21T20:48:26Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-02-21T19:07:37Z"
}
],
"recent_commits": [
{
"oid": "7e0839b71043ae4a6066ff934a62dd333d6cd265",
"body": "Remove hard-coded platform_version flags from SDK host tools. CMake and the selected toolchain now provide one consistent macOS deployment target without duplicate linker settings.",
"is_bot": false,
"headline": "build: respect the configured macOS deployment target",
"author_name": "aral01",
"author_login": "aral01",
"committed_at": "2026-07-22T13:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04d75f5b1d1cdb72e34aa89aba55233134b1bc0",
"body": "Use the libc implementations provided by macOS instead of compiling bundled Linux-oriented replacements. Keep the existing compatibility sources unchanged for non-Apple platforms.",
"is_bot": false,
"headline": "build: skip libc compatibility fallbacks on macOS",
"author_name": "aral01",
"author_login": "aral01",
"committed_at": "2026-07-22T13:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdf631da0ff1d51e40c8ae6eae041574171227aa",
"body": null,
"is_bot": false,
"headline": "Add Codecov coverage status gates",
"author_name": "Oleg Ovcharuk",
"author_login": "vgvoleg",
"committed_at": "2026-07-09T07:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fffee1cffc162e7b5b35c8c449a2107c842fff0",
"body": null,
"is_bot": false,
"headline": "fix test flap",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-06T08:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151716a066baba2a372a8cfb31292b104c366ba3",
"body": null,
"is_bot": false,
"headline": "fix review issues",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-06T08:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bff10c70cc75ad3b9658c2075c159d0ff3971fd3",
"body": null,
"is_bot": false,
"headline": ".deb package caching",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-06T08:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143566d65f8a546579e22dd28d60253d60114eb1",
"body": null,
"is_bot": false,
"headline": "update caching and ci behaviour",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-06T08:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c189518a7d73d509e4ae375822f05fdecb74d9",
"body": null,
"is_bot": false,
"headline": "LOGBROKER-10206 Change abort to exception & add describe retries",
"author_name": "Roman Kuzin",
"author_login": null,
"committed_at": "2026-07-02T10:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993e05e3540a0fdf7b815fe1ca0795e5b46a4b1b",
"body": null,
"is_bot": false,
"headline": "deadlock fix",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad99752ff3e47265da2d7b7f30a8dff7951f667b",
"body": null,
"is_bot": false,
"headline": "strengthen coverage suite",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d336a153eabe11dbc6e87b68368fe86a916f765c",
"body": null,
"is_bot": false,
"headline": "Fix IAM integration tests via dual YDB services in CI.",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449bb4858ce7b4819ddf55a8cfd9e108bf646bf7",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ff86f9d1fb53e002ae7038c877176206954791",
"body": null,
"is_bot": false,
"headline": "fix ydb local setup",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a9dde7254758455f42a128d27a92366cece2b7f",
"body": null,
"is_bot": false,
"headline": "fix integration tests in ci",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d96b3b1c0792437ad1c70329a99f73aeb401be",
"body": null,
"is_bot": false,
"headline": "New version entry in changelog",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d800c95f84d8341b64d4be7d30d117febccef8f",
"body": null,
"is_bot": false,
"headline": "finalize sdk fixes",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e07ece8ac7fa2fc914c7ab84fbea04d3d5c7aaa9",
"body": null,
"is_bot": false,
"headline": "fix kafka cmake",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddafc82104d15db015d1a7dec21ae0b1d644d28b",
"body": null,
"is_bot": false,
"headline": "fix cmake",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10554d65119780113d352d80e4f4826f8d8ab684",
"body": null,
"is_bot": true,
"headline": "Update import generation: 43",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec9cd5bcd0fe2ceb5837d8b72b0115c3bdca7869",
"body": null,
"is_bot": false,
"headline": "fix dep leak (#44988)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce20b932728a52ce4c5287ad32a0858d63a22575",
"body": null,
"is_bot": false,
"headline": "Basic Strict Serializable support (#43962)",
"author_name": "Nikita Vasilev",
"author_login": "nikvas0",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8465bc34b5efcfe5319bda61e796799e33b194f",
"body": null,
"is_bot": false,
"headline": "LOGBROKER-10406 Move kafka lib to sdk (#44887)",
"author_name": "Kuzin Roman",
"author_login": "kuzin57",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232b29135c67f74b2fbe1d413686dd89697f0043",
"body": null,
"is_bot": false,
"headline": "YQ-5434 Fx deadlock on RunFederationDiscoveryImpl() (#44796)",
"author_name": "Dmitry Kardymon",
"author_login": "kardymonds",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b380006fe36f22c9b1675653a7190dbfd2dc3d",
"body": null,
"is_bot": false,
"headline": "iam generic provider: fix exception handling (#44719)",
"author_name": "Yuriy Kaminskiy",
"author_login": "yumkam",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4a913cc4c965f4fa54dc6494d2c0e555da944f",
"body": null,
"is_bot": false,
"headline": "add api to interact with query stats (#44507)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446a7d8f0fb98eb9166cd9d4ab18f1d0ca8c999c",
"body": null,
"is_bot": false,
"headline": "LOGBROKER-10406 Fix mirrorer & sdk (#44560)",
"author_name": "Kuzin Roman",
"author_login": "kuzin57",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db95b0aa8c684f123193e3f5336e90adcb2fe72",
"body": null,
"is_bot": false,
"headline": "Set not null: GetRequest in SchemeShard (#44020)",
"author_name": "flown4qqqq",
"author_login": "flown4qqqq",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd0cc7032b0caf8053686bd66ae75469f1d77ad",
"body": null,
"is_bot": false,
"headline": "Node shutdown hint (#43236)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8f6b5b02aaec1dc4c46b4c07b7165e2ca5395f",
"body": null,
"is_bot": false,
"headline": "LOGBROKER-10406 Add checks on sdk & fixed issue (#44534)",
"author_name": "Kuzin Roman",
"author_login": "kuzin57",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "647d409de30f0c37c69172bfd4c913846b01e4dd",
"body": null,
"is_bot": false,
"headline": "Topic deferred publish API (#44524)",
"author_name": "Alek5andr-Kotov",
"author_login": "Alek5andr-Kotov",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29ff9e76b59d8c9e88412b37f04aff9d998202a",
"body": null,
"is_bot": false,
"headline": "Cpp iterator support (#40601)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7149accef63d2bc81f5d7c0a334e1ed166ced791",
"body": null,
"is_bot": false,
"headline": "Long-running operation for ANALYZE (#41825)",
"author_name": "azevaykin",
"author_login": "azevaykin",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73813659d21a3eebc3d441a61cd3bb7a954fbe3",
"body": null,
"is_bot": false,
"headline": "Added MLP consumer support to PQv1 SDK (#44015)",
"author_name": "Nikolay Shestakov",
"author_login": "nshestakov",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaca243e945397362d42116261e53c201a33bfb3",
"body": null,
"is_bot": false,
"headline": "decommit protocol, console part (#41839)",
"author_name": "vporyadke",
"author_login": "vporyadke",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91cd1776848bee7c25acf685a6f7905a145a3cd",
"body": null,
"is_bot": false,
"headline": "LBREQUESTS-5513 Fix cpu bound SendImpl() (#43959)",
"author_name": "Kuzin Roman",
"author_login": "kuzin57",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73269a9a733a332baffb6fdd9f19d912031df42",
"body": "…ition (#42452)",
"is_bot": false,
"headline": "LOGBROKER-10354 Added option to specify last offset to read from part…",
"author_name": "Sergey",
"author_login": "shokhor",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d552ce7f9fd57c8bab041c304d10469e2eb8ba1",
"body": null,
"is_bot": false,
"headline": "LOGBROKER-10406 Add sdk + api + viewer support (#43044)",
"author_name": "Kuzin Roman",
"author_login": "kuzin57",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05cb95ed70fccf0afc2274dbd034b13942bd4953",
"body": null,
"is_bot": false,
"headline": "Fix flaky tests (#43823)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7c62520e1f198dc1b28301dfcb0a2b3485fdeb",
"body": null,
"is_bot": false,
"headline": "Unary handle retries (#41715)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f72367b24eb221a762d49b149e1659f8d28b909",
"body": null,
"is_bot": false,
"headline": "E2e for iam (#43098)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b440bbb425f106ab0a92ee10b228f51dc737061",
"body": null,
"is_bot": false,
"headline": "fix cert update in tvm cred provider (#43095)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016abe78214da8f09d0531c4ad0608347dcd6707",
"body": null,
"is_bot": false,
"headline": "Improve database status message and fix pools add command (#42097)",
"author_name": "mregrock",
"author_login": "mregrock",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38910c2d872db31e28325edb4b44a85843e21194",
"body": null,
"is_bot": false,
"headline": "Compact fulltext indexes - index build support (#42791)",
"author_name": "Vitaliy Filippov",
"author_login": "vitalif",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cabcdd5495eaa3f71995dc18722ff448fed9d63a",
"body": null,
"is_bot": false,
"headline": "Support max_inflight_actions in CMS (#42068)",
"author_name": "stanislav_shchetinin",
"author_login": "stanislav-shchetinin",
"committed_at": "2026-07-02T10:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e7eb9d4fc4488e1aa002140790df5df148fcdf",
"body": null,
"is_bot": false,
"headline": "Add native-sdk Codecov component for uniform cross-SDK coverage metric",
"author_name": "Oleg Ovcharuk",
"author_login": "vgvoleg",
"committed_at": "2026-07-01T09:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d4cba5d76989b7d13b19ecde574be37e980486",
"body": null,
"is_bot": false,
"headline": "merge lines",
"author_name": "Shfdis",
"author_login": null,
"committed_at": "2026-06-25T07:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3179d80ba87b07c0608cbac5529b3f8a64ab300",
"body": null,
"is_bot": false,
"headline": "fix duplicate line merges",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-25T07:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3bf4b76fc66a4e374fb8c910e08ac29f7dfb11",
"body": null,
"is_bot": false,
"headline": "fix coverage duplicate lines",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-22T12:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebba2e942e2542e1018bd2530a167c8e81989ad",
"body": null,
"is_bot": false,
"headline": "simplify the action",
"author_name": "Shfdis",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d36963be6d29b0b04d2a75fda4dae2a4ee0703",
"body": null,
"is_bot": false,
"headline": "add proper codecov label to the repo",
"author_name": "Shfdis",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e21e61e21a3229c9b68d6833bcbb4dd2835587",
"body": null,
"is_bot": false,
"headline": "fix relpath 2.0",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d726cf8cc83002cd84ebfbcf5788f4df12413029",
"body": null,
"is_bot": false,
"headline": "fix relpath abspath issue",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233caef5b030ff7821cc0505f5a975edf85658c5",
"body": null,
"is_bot": false,
"headline": "fix build issues",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d5e6201e2673a783c1f5f38a8a3acddb1fd242",
"body": null,
"is_bot": false,
"headline": "run the whole test suite",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6727a3d6bd565eb271030117dc9bdc02bafbde84",
"body": null,
"is_bot": false,
"headline": "add gh comment action",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "748d5fd67c86572be46afb86b5bb8c98f14d88f2",
"body": null,
"is_bot": false,
"headline": "fix timeout",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ed8b53765eae956b78adf6d2fc37b6a6ebf10d",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e51f85d6362b243071615000b448f9066dbdf86",
"body": null,
"is_bot": false,
"headline": "introduce code coverage to the cpp sdk",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5010913d5450d2cd9f0b84d990ffcf9dfe12ea",
"body": null,
"is_bot": false,
"headline": "fix ai review issues",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-17T12:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1268359cbaad04dbd1fe76698f31af4f3be79378",
"body": null,
"is_bot": false,
"headline": "fix retry",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-17T12:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358127c3652b3f8408f39327008b6863a2d242e7",
"body": null,
"is_bot": false,
"headline": "fix cancelled tasks",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-17T12:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa33c69ba3437402c13b6832199ededc526dc03",
"body": null,
"is_bot": false,
"headline": "fix-userver-slo-latency",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-17T12:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339bbc5812490713aa43a858cdeb0e9e5b1c552b",
"body": null,
"is_bot": false,
"headline": "fix readme installation instruction",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-08T12:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "056cd0da8265451108a1ad2053684af073643204",
"body": null,
"is_bot": false,
"headline": "Delete artifacts directory",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T14:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a058a9651ac3ab946bc3e7f88f001bb37014f1b1",
"body": null,
"is_bot": false,
"headline": "update version",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c324cac78b9fe793923cd6eb0e84e5ea112543",
"body": null,
"is_bot": false,
"headline": "fix docker image import",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854168feaa05dbdab5134deb1af6caa84ed1380f",
"body": null,
"is_bot": false,
"headline": "fix import",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6fc88180d371b675e390b20060fae7438873f0d",
"body": null,
"is_bot": true,
"headline": "Update import generation: 42",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3183a9e19bc8f04d5100313d447fac313d1149f9",
"body": null,
"is_bot": false,
"headline": "Release version 3.19.0 (#42586)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e416e051b71dc31ab2c38a231c869314fca5d773",
"body": null,
"is_bot": false,
"headline": "Disable message decompress for SQS protocol (#42514)",
"author_name": "Nikolay Shestakov",
"author_login": "nshestakov",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b1ba21df197d4cc70de87bd947821469d3c61f1",
"body": null,
"is_bot": false,
"headline": "Local indexes in OLAP are scheme objects (#35716)",
"author_name": "azevaykin",
"author_login": "azevaykin",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6438529ddafd35f57b2bdbd5ef2c1a8cd3ee46",
"body": null,
"is_bot": false,
"headline": "Parquet export public API (#41620)",
"author_name": "Oleg Doronin",
"author_login": "dorooleg",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8c3d4e58494413bee2270f873912c8920f5843",
"body": null,
"is_bot": false,
"headline": "Fixed data race in topic SDK read session OnDataDecompressed (#42213)",
"author_name": "Nikolay Shestakov",
"author_login": "nshestakov",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cce6876548f3aeb63219e0f54669902c2a045c2",
"body": null,
"is_bot": false,
"headline": "remove slo workload from the repo (#42188)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eebfa841a59b9aca424a8f710987afd9325c9a8",
"body": "…(#42008)",
"is_bot": false,
"headline": "Trackable asynchronous full backup operations for backup collections …",
"author_name": "Innokentii Mokin",
"author_login": "Enjection",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5249e78a7aa756b73def1e9b0645e7e6e335f45",
"body": null,
"is_bot": false,
"headline": "fix all minor coverity issues (#41591)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b8400a24809cbd267a97f1d03417e8a2ab3dcc",
"body": null,
"is_bot": false,
"headline": "fix the stalling behaviour (#41719)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73b60f0c724b7d0b54481badd1c4ac41a358e39",
"body": null,
"is_bot": false,
"headline": "drop unused proto (#41250)",
"author_name": "Artem",
"author_login": "ArtemTrofimushkin",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29422b913aae1d651c1db3519419b8597404eaad",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG (#41375)",
"author_name": "Maria Okorochkova",
"author_login": "maladetska",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fccdc380273f628000aecfea52ea013ec18b2cdd",
"body": null,
"is_bot": false,
"headline": "no runaway exceptions (#41312)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca667cce9c2e201c7b184c103be30e60597bddf5",
"body": null,
"is_bot": false,
"headline": "Added adaptive clusters to KNN (#41056)",
"author_name": "Sergey Murylev",
"author_login": "BlazingPhoenix",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1667bdfad1353b44785b1e8a20ff4b315c53972f",
"body": null,
"is_bot": false,
"headline": "Fix a unit test asserting new lifetime behaviour. (#41284)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af3d82bbef898cf4246748d762719013cd367c9",
"body": null,
"is_bot": false,
"headline": "fix self thread join and preserved backwards compatibiliy (#41034)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9dd0c2cf05855b8d5742897d762d6e24e6273b",
"body": null,
"is_bot": false,
"headline": "LOGBROKER-10375 Add new fields to sdk + cli (#40818)",
"author_name": "Kuzin Roman",
"author_login": "kuzin57",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9157381fa629d9597017f788d2980236a2c74e56",
"body": null,
"is_bot": false,
"headline": "Add metrics buffer (#39494)",
"author_name": "Maria Okorochkova",
"author_login": "maladetska",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53942b691c660eeab9ee3d7770dadea46304f9a",
"body": null,
"is_bot": false,
"headline": "CONSTRAINT_VIOLATION check helper (#40667)",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78fc056d0230cefc34d7d4260130c581a7c69598",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Restore compatibility with make 3.5",
"author_name": "Ermoshkin Artem",
"author_login": "Shfdis",
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69341baceb203f3c4695aaae47fda7638dd998e6",
"body": null,
"is_bot": false,
"headline": "fix .deb package build",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bff6f1eb49c2fba5b6b7c1bc4148a231c29e7dd",
"body": null,
"is_bot": false,
"headline": "fix issues",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477ea2ea9a424b90d76c1e6330d4accb42440767",
"body": null,
"is_bot": false,
"headline": "fix issues",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a651dfac1006af241987748b10f6f5412363bb2a",
"body": null,
"is_bot": false,
"headline": "fix build errors",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a737e97fa70bc51f7841d4d0ee2172c84ef27d",
"body": null,
"is_bot": false,
"headline": "finish .debs with a releaseworkflow",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3714dfbfd5e78d7a04c7143ec86aeff2324e7813",
"body": null,
"is_bot": false,
"headline": "add ppa upload script",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "633d93e01d7ef62dde79e2649a72cca00e4b893c",
"body": null,
"is_bot": false,
"headline": "fix otel vendoring",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cde3173384dadc6c56564e69cb1e92c3e910123d",
"body": null,
"is_bot": false,
"headline": "fix: add otel to build",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd890f5993313a9a4f5963b6e208fca01f0e1bb",
"body": null,
"is_bot": false,
"headline": "fix ci failures",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e2b6bf2a994e96c6b58a8267e058f5e0f97faf",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cfd7c545ea6adc133dc5430affdd8688b9570e2",
"body": null,
"is_bot": false,
"headline": "fix protoc failures",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e1dfd806aa1ceff766e453a5c5baf8ca0f632fe",
"body": null,
"is_bot": false,
"headline": "Use system googleapis and generate debian dir from script",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e74c6ddc6512aec4a22a13d7996f0d9bfdcf364e",
"body": null,
"is_bot": false,
"headline": "add .deb tests",
"author_name": "Artem Ermoshkin",
"author_login": null,
"committed_at": "2026-06-05T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 28,
"commits_last_year": 488,
"latest_release_at": "2026-07-02T10:22:13Z",
"latest_release_tag": "v3.20.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 34,
"days_since_latest_release": 23,
"mean_days_between_releases": 29.5
},
"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": []
},
"popularity": {
"forks": 31,
"stars": 19,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 30,
"total_forks": 31
},
"star_history": null,
"open_issues_and_prs": 64
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"sample"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"library/cpp/blockcodecs/fuzz/proto/case.proto",
"library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto",
"library/cpp/monlib/encode/protobuf/protos/samples.proto",
"src/api/client/yc_private/accessservice/sensitive.proto",
"src/api/client/yc_private/iam/iam_token.proto",
"src/api/client/yc_private/iam/iam_token_service.proto",
"src/api/client/yc_private/iam/iam_token_service_subject.proto",
"src/api/client/yc_private/iam/oauth_request.proto",
"src/api/client/yc_private/iam/service_account.proto",
"src/api/client/yc_private/iam/service_account_service.proto",
"src/api/client/yc_private/iam/user_account.proto",
"src/api/client/yc_private/iam/user_account_service.proto",
"src/api/client/yc_private/iam/yandex_passport_cookie.proto",
"src/api/client/yc_private/operation/operation.proto",
"src/api/client/yc_public/common/validation.proto",
"src/api/client/yc_public/iam/iam_token_service.proto",
"src/api/grpc/draft/dummy.proto",
"src/api/grpc/draft/fq_v1.proto",
"src/api/grpc/draft/ydb_backup_v1.proto",
"src/api/grpc/draft/ydb_bridge_v1.proto",
"src/api/grpc/draft/ydb_clickhouse_internal_v1.proto",
"src/api/grpc/draft/ydb_datastreams_v1.proto",
"src/api/grpc/draft/ydb_dynamic_config_v1.proto",
"src/api/grpc/draft/ydb_logstore_v1.proto",
"src/api/grpc/draft/ydb_maintenance_v1.proto",
"src/api/grpc/draft/ydb_nbs_v1.proto",
"src/api/grpc/draft/ydb_object_storage_v1.proto",
"src/api/grpc/draft/ydb_persqueue_v1.proto",
"src/api/grpc/draft/ydb_replication_v1.proto",
"src/api/grpc/draft/ydb_sqs_topic_v1.proto",
"src/api/grpc/draft/ydb_tablet_v1.proto",
"src/api/grpc/draft/ydb_test_shard_v1.proto",
"src/api/grpc/draft/ydb_view_v1.proto",
"src/api/grpc/draft/ydb_ymq_v1.proto",
"src/api/grpc/ydb_auth_v1.proto",
"src/api/grpc/ydb_cms_v1.proto",
"src/api/grpc/ydb_config_v1.proto",
"src/api/grpc/ydb_coordination_v1.proto",
"src/api/grpc/ydb_debug_v1.proto",
"src/api/grpc/ydb_discovery_v1.proto",
"src/api/grpc/ydb_export_v1.proto",
"src/api/grpc/ydb_federation_discovery_v1.proto",
"src/api/grpc/ydb_import_v1.proto",
"src/api/grpc/ydb_keyvalue_v1.proto",
"src/api/grpc/ydb_keyvalue_v2.proto",
"src/api/grpc/ydb_monitoring_v1.proto",
"src/api/grpc/ydb_operation_v1.proto",
"src/api/grpc/ydb_query_v1.proto",
"src/api/grpc/ydb_rate_limiter_v1.proto",
"src/api/grpc/ydb_scheme_v1.proto",
"src/api/grpc/ydb_scripting_v1.proto",
"src/api/grpc/ydb_secret_v1.proto",
"src/api/grpc/ydb_table_v1.proto",
"src/api/grpc/ydb_topic_deferred_publish_v1.proto",
"src/api/grpc/ydb_topic_v1.proto",
"src/api/protos/annotations/sensitive.proto",
"src/api/protos/annotations/validation.proto",
"src/api/protos/draft/datastreams.proto",
"src/api/protos/draft/field_transformation.proto",
"src/api/protos/draft/fq.proto",
"src/api/protos/draft/persqueue_common.proto",
"src/api/protos/draft/persqueue_error_codes.proto",
"src/api/protos/draft/ydb_backup.proto",
"src/api/protos/draft/ydb_bridge.proto",
"src/api/protos/draft/ydb_dynamic_config.proto",
"src/api/protos/draft/ydb_logstore.proto",
"src/api/protos/draft/ydb_maintenance.proto",
"src/api/protos/draft/ydb_nbs.proto",
"src/api/protos/draft/ydb_object_storage.proto",
"src/api/protos/draft/ydb_replication.proto",
"src/api/protos/draft/ydb_tablet.proto",
"src/api/protos/draft/ydb_test_shard.proto",
"src/api/protos/draft/ydb_view.proto",
"src/api/protos/draft/ymq.proto",
"src/api/protos/persqueue_error_codes_v1.proto",
"src/api/protos/ydb_auth.proto",
"src/api/protos/ydb_bridge_common.proto",
"src/api/protos/ydb_clickhouse_internal.proto",
"src/api/protos/ydb_cms.proto",
"src/api/protos/ydb_common.proto",
"src/api/protos/ydb_config.proto",
"src/api/protos/ydb_coordination.proto",
"src/api/protos/ydb_debug.proto",
"src/api/protos/ydb_discovery.proto",
"src/api/protos/ydb_export.proto",
"src/api/protos/ydb_federation_discovery.proto",
"src/api/protos/ydb_formats.proto",
"src/api/protos/ydb_import.proto",
"src/api/protos/ydb_issue_message.proto",
"src/api/protos/ydb_keyvalue.proto",
"src/api/protos/ydb_monitoring.proto",
"src/api/protos/ydb_operation.proto",
"src/api/protos/ydb_persqueue_cluster_discovery.proto",
"src/api/protos/ydb_persqueue_v1.proto",
"src/api/protos/ydb_query.proto",
"src/api/protos/ydb_query_stats.proto",
"src/api/protos/ydb_rate_limiter.proto",
"src/api/protos/ydb_scheme.proto",
"src/api/protos/ydb_scripting.proto",
"src/api/protos/ydb_secret.proto",
"src/api/protos/ydb_status_codes.proto",
"src/api/protos/ydb_table.proto",
"src/api/protos/ydb_topic.proto",
"src/api/protos/ydb_topic_deferred_publish.proto",
"src/api/protos/ydb_value.proto",
"src/library/operation_id/protos/operation_id.proto",
"src/library/retry/protos/retry_options.proto"
],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 158990,
"source_files_sampled": 2303,
"oversized_source_files": 21,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 251,
"open_issues": 60,
"closed_ratio": 0.812,
"closed_issues": 259,
"closed_unmerged_prs": 63
},
"bus_factor": 12,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Gazizonoki",
"commits": 272,
"avatar_url": "https://avatars.githubusercontent.com/u/31995054?v=4"
},
{
"type": "User",
"login": "arcadia-devtools",
"commits": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/34910018?v=4"
},
{
"type": "User",
"login": "dcherednik",
"commits": 80,
"avatar_url": "https://avatars.githubusercontent.com/u/1076097?v=4"
},
{
"type": "User",
"login": "robot-piglet",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/103436570?v=4"
},
{
"type": "User",
"login": "CyberROFL",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/2376220?v=4"
},
{
"type": "User",
"login": "georgthegreat",
"commits": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/1121500?v=4"
},
{
"type": "User",
"login": "UgnineSirdis",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/55688391?v=4"
},
{
"type": "User",
"login": "alexv-smirnov",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/81806911?v=4"
},
{
"type": "User",
"login": "Alek5andr-Kotov",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/152866892?v=4"
},
{
"type": "User",
"login": "ildar-khisambeev",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/8996397?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.144
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"coverage.yml",
"examples.yaml",
"import.yaml",
"release_publish.yaml",
"slo.yml",
"slo_report.yml",
"tests.yaml",
"warmup_cache.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": "5 out of 5 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": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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 9 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7e0839b71043ae4a6066ff934a62dd333d6cd265",
"ran_at": "2026-07-26T02:25:49Z",
"aggregate_score": 5.8,
"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-25T06:49:18Z",
"oldest_open_prs": [
{
"number": 506,
"created_at": "2025-05-16T14:21:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 564,
"created_at": "2025-10-23T13:18:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 566,
"created_at": "2025-10-28T14:53:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 596,
"created_at": "2026-04-08T12:58:06Z",
"last_comment_at": "2026-06-19T08:32:47Z",
"last_comment_author": "Shfdis"
}
],
"last_merged_pr_at": "2026-07-22T13:05:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2024-01-19T07:54:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2024-01-19T14:28:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2024-01-26T13:56:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 34,
"created_at": "2024-01-30T12:35:58Z",
"last_comment_at": "2024-04-27T11:18:11Z",
"last_comment_author": "aporodnikov"
},
{
"number": 49,
"created_at": "2024-02-01T11:31:45Z",
"last_comment_at": "2024-03-25T16:31:39Z",
"last_comment_author": "Gazizonoki"
},
{
"number": 56,
"created_at": "2024-02-01T19:17:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 139,
"created_at": "2024-04-08T16:52:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 212,
"created_at": "2024-04-22T16:41:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 252,
"created_at": "2024-06-25T15:47:40Z",
"last_comment_at": "2025-09-01T09:21:15Z",
"last_comment_author": "Ilya-Repin"
},
{
"number": 269,
"created_at": "2024-07-20T02:58:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 323,
"created_at": "2024-10-01T13:30:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 324,
"created_at": "2024-10-01T13:30:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 329,
"created_at": "2024-10-25T17:43:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 333,
"created_at": "2024-11-03T14:18:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 336,
"created_at": "2024-11-12T15:42:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 347,
"created_at": "2024-11-26T15:42:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 348,
"created_at": "2024-11-26T15:49:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 350,
"created_at": "2024-11-27T19:02:55Z",
"last_comment_at": "2024-11-29T20:51:20Z",
"last_comment_author": "Gazizonoki"
},
{
"number": 358,
"created_at": "2024-12-11T16:48:52Z",
"last_comment_at": "2025-09-05T18:03:36Z",
"last_comment_author": "Repin-Daniil"
},
{
"number": 359,
"created_at": "2024-12-17T01:35:26Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ydb-platform/ydb-cpp-sdk",
"host": "github.com",
"name": "ydb-cpp-sdk",
"owner": "ydb-platform"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 63 is calibrated to 71 on the published index scale (record calibration 2026-08-02). High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At Risk ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 63,
"calibrated": 71,
"calibration": "2026-08-02"
}
},
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 34,
"pct": 50
}
}
],
"value": 34,
"inputs": {
"security": 29,
"vitality": 89,
"community": 43,
"governance": 85,
"calibration": "2026-08-02",
"engineering": 57,
"ai_readiness": 52,
"weighted_overall_raw": 63,
"high_risk_jurisdiction_cap": 34,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 71,
"overall_after_jurisdiction_multiplier": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"commits_last_year": 488,
"human_commit_share": 0.98,
"days_since_last_push": 3,
"active_weeks_last_year": 34
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "34/52 weeks with commits",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 34
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "488 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 488
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 9 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 28,
"latest_release_tag": "v3.20.0",
"releases_from_tags": false,
"days_since_latest_release": 23,
"mean_days_between_releases": 29.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "28 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 28
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 23 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~29.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 29.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 31,
"stars": 19,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "31 forks",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 31
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": "excellent",
"name": "Sustainability & Governance",
"value": 85,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "exceptional",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"bus_factor": 12,
"contributors_sampled": 99,
"top_contributor_share": 0.144
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "12 contributor(s) cover half of all commits",
"points": 54,
"status": "met",
"details": [
{
"code": "bus_factor",
"params": {
"count": 12
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 14% of commits",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 14
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"merged_prs": 251,
"open_issues": 60,
"closed_issues": 259,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.812,
"closed_unmerged_prs": 63,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "81% of issues closed",
"points": 34.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 81
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "251/314 decided PRs merged",
"points": 24,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 251,
"decided": 314
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"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": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 358,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ydb-platform",
"public_repos": 143,
"account_age_days": 1818
},
"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": "358 followers of ydb-platform",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 358,
"login": "ydb-platform"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "143 public repos, account ~4 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 143
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "8 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 8
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At Risk ceiling of 34.",
"notes": [
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 34,
"pct": 50
}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.8,
"high_risk_jurisdiction_cap": 34,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 29,
"security_posture_before_jurisdiction": 58
},
"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": "5 out of 5 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 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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 9 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.459,
"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": "45 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 158990,
"source_files_sampled": 2303,
"oversized_source_files": 21
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "21/2303 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2303,
"oversized": 21
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "excellent",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples",
"sample"
],
"has_mcp_signal": false,
"api_schema_files": [
"library/cpp/blockcodecs/fuzz/proto/case.proto",
"library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto",
"library/cpp/monlib/encode/protobuf/protos/samples.proto",
"src/api/client/yc_private/accessservice/sensitive.proto",
"src/api/client/yc_private/iam/iam_token.proto",
"src/api/client/yc_private/iam/iam_token_service.proto",
"src/api/client/yc_private/iam/iam_token_service_subject.proto",
"src/api/client/yc_private/iam/oauth_request.proto",
"src/api/client/yc_private/iam/service_account.proto",
"src/api/client/yc_private/iam/service_account_service.proto",
"src/api/client/yc_private/iam/user_account.proto",
"src/api/client/yc_private/iam/user_account_service.proto",
"src/api/client/yc_private/iam/yandex_passport_cookie.proto",
"src/api/client/yc_private/operation/operation.proto",
"src/api/client/yc_public/common/validation.proto",
"src/api/client/yc_public/iam/iam_token_service.proto",
"src/api/grpc/draft/dummy.proto",
"src/api/grpc/draft/fq_v1.proto",
"src/api/grpc/draft/ydb_backup_v1.proto",
"src/api/grpc/draft/ydb_bridge_v1.proto",
"src/api/grpc/draft/ydb_clickhouse_internal_v1.proto",
"src/api/grpc/draft/ydb_datastreams_v1.proto",
"src/api/grpc/draft/ydb_dynamic_config_v1.proto",
"src/api/grpc/draft/ydb_logstore_v1.proto",
"src/api/grpc/draft/ydb_maintenance_v1.proto",
"src/api/grpc/draft/ydb_nbs_v1.proto",
"src/api/grpc/draft/ydb_object_storage_v1.proto",
"src/api/grpc/draft/ydb_persqueue_v1.proto",
"src/api/grpc/draft/ydb_replication_v1.proto",
"src/api/grpc/draft/ydb_sqs_topic_v1.proto",
"src/api/grpc/draft/ydb_tablet_v1.proto",
"src/api/grpc/draft/ydb_test_shard_v1.proto",
"src/api/grpc/draft/ydb_view_v1.proto",
"src/api/grpc/draft/ydb_ymq_v1.proto",
"src/api/grpc/ydb_auth_v1.proto",
"src/api/grpc/ydb_cms_v1.proto",
"src/api/grpc/ydb_config_v1.proto",
"src/api/grpc/ydb_coordination_v1.proto",
"src/api/grpc/ydb_debug_v1.proto",
"src/api/grpc/ydb_discovery_v1.proto",
"src/api/grpc/ydb_export_v1.proto",
"src/api/grpc/ydb_federation_discovery_v1.proto",
"src/api/grpc/ydb_import_v1.proto",
"src/api/grpc/ydb_keyvalue_v1.proto",
"src/api/grpc/ydb_keyvalue_v2.proto",
"src/api/grpc/ydb_monitoring_v1.proto",
"src/api/grpc/ydb_operation_v1.proto",
"src/api/grpc/ydb_query_v1.proto",
"src/api/grpc/ydb_rate_limiter_v1.proto",
"src/api/grpc/ydb_scheme_v1.proto",
"src/api/grpc/ydb_scripting_v1.proto",
"src/api/grpc/ydb_secret_v1.proto",
"src/api/grpc/ydb_table_v1.proto",
"src/api/grpc/ydb_topic_deferred_publish_v1.proto",
"src/api/grpc/ydb_topic_v1.proto",
"src/api/protos/annotations/sensitive.proto",
"src/api/protos/annotations/validation.proto",
"src/api/protos/draft/datastreams.proto",
"src/api/protos/draft/field_transformation.proto",
"src/api/protos/draft/fq.proto",
"src/api/protos/draft/persqueue_common.proto",
"src/api/protos/draft/persqueue_error_codes.proto",
"src/api/protos/draft/ydb_backup.proto",
"src/api/protos/draft/ydb_bridge.proto",
"src/api/protos/draft/ydb_dynamic_config.proto",
"src/api/protos/draft/ydb_logstore.proto",
"src/api/protos/draft/ydb_maintenance.proto",
"src/api/protos/draft/ydb_nbs.proto",
"src/api/protos/draft/ydb_object_storage.proto",
"src/api/protos/draft/ydb_replication.proto",
"src/api/protos/draft/ydb_tablet.proto",
"src/api/protos/draft/ydb_test_shard.proto",
"src/api/protos/draft/ydb_view.proto",
"src/api/protos/draft/ymq.proto",
"src/api/protos/persqueue_error_codes_v1.proto",
"src/api/protos/ydb_auth.proto",
"src/api/protos/ydb_bridge_common.proto",
"src/api/protos/ydb_clickhouse_internal.proto",
"src/api/protos/ydb_cms.proto",
"src/api/protos/ydb_common.proto",
"src/api/protos/ydb_config.proto",
"src/api/protos/ydb_coordination.proto",
"src/api/protos/ydb_debug.proto",
"src/api/protos/ydb_discovery.proto",
"src/api/protos/ydb_export.proto",
"src/api/protos/ydb_federation_discovery.proto",
"src/api/protos/ydb_formats.proto",
"src/api/protos/ydb_import.proto",
"src/api/protos/ydb_issue_message.proto",
"src/api/protos/ydb_keyvalue.proto",
"src/api/protos/ydb_monitoring.proto",
"src/api/protos/ydb_operation.proto",
"src/api/protos/ydb_persqueue_cluster_discovery.proto",
"src/api/protos/ydb_persqueue_v1.proto",
"src/api/protos/ydb_query.proto",
"src/api/protos/ydb_query_stats.proto",
"src/api/protos/ydb_rate_limiter.proto",
"src/api/protos/ydb_scheme.proto",
"src/api/protos/ydb_scripting.proto",
"src/api/protos/ydb_secret.proto",
"src/api/protos/ydb_status_codes.proto",
"src/api/protos/ydb_table.proto",
"src/api/protos/ydb_topic.proto",
"src/api/protos/ydb_topic_deferred_publish.proto",
"src/api/protos/ydb_value.proto",
"src/library/operation_id/protos/operation_id.proto",
"src/library/retry/protos/retry_options.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "library/cpp/blockcodecs/fuzz/proto/case.proto, library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto, library/cpp/monlib/encode/protobuf/protos/samples.proto, src/api/client/yc_private/accessservice/sensitive.proto, src/api/client/yc_private/iam/iam_token.proto, src/api/client/yc_private/iam/iam_token_service.proto, src/api/client/yc_private/iam/iam_token_service_subject.proto, src/api/client/yc_private/iam/oauth_request.proto, src/api/client/yc_private/iam/service_account.proto, src/api/client/yc_private/iam/service_account_service.proto, src/api/client/yc_private/iam/user_account.proto, src/api/client/yc_private/iam/user_account_service.proto, src/api/client/yc_private/iam/yandex_passport_cookie.proto, src/api/client/yc_private/operation/operation.proto, src/api/client/yc_public/common/validation.proto, src/api/client/yc_public/iam/iam_token_service.proto, src/api/grpc/draft/dummy.proto, src/api/grpc/draft/fq_v1.proto, src/api/grpc/draft/ydb_backup_v1.proto, src/api/grpc/draft/ydb_bridge_v1.proto, src/api/grpc/draft/ydb_clickhouse_internal_v1.proto, src/api/grpc/draft/ydb_datastreams_v1.proto, src/api/grpc/draft/ydb_dynamic_config_v1.proto, src/api/grpc/draft/ydb_logstore_v1.proto, src/api/grpc/draft/ydb_maintenance_v1.proto, src/api/grpc/draft/ydb_nbs_v1.proto, src/api/grpc/draft/ydb_object_storage_v1.proto, src/api/grpc/draft/ydb_persqueue_v1.proto, src/api/grpc/draft/ydb_replication_v1.proto, src/api/grpc/draft/ydb_sqs_topic_v1.proto, src/api/grpc/draft/ydb_tablet_v1.proto, src/api/grpc/draft/ydb_test_shard_v1.proto, src/api/grpc/draft/ydb_view_v1.proto, src/api/grpc/draft/ydb_ymq_v1.proto, src/api/grpc/ydb_auth_v1.proto, src/api/grpc/ydb_cms_v1.proto, src/api/grpc/ydb_config_v1.proto, src/api/grpc/ydb_coordination_v1.proto, src/api/grpc/ydb_debug_v1.proto, src/api/grpc/ydb_discovery_v1.proto, src/api/grpc/ydb_export_v1.proto, src/api/grpc/ydb_federation_discovery_v1.proto, src/api/grpc/ydb_import_v1.proto, src/api/grpc/ydb_keyvalue_v1.proto, src/api/grpc/ydb_keyvalue_v2.proto, src/api/grpc/ydb_monitoring_v1.proto, src/api/grpc/ydb_operation_v1.proto, src/api/grpc/ydb_query_v1.proto, src/api/grpc/ydb_rate_limiter_v1.proto, src/api/grpc/ydb_scheme_v1.proto, src/api/grpc/ydb_scripting_v1.proto, src/api/grpc/ydb_secret_v1.proto, src/api/grpc/ydb_table_v1.proto, src/api/grpc/ydb_topic_deferred_publish_v1.proto, src/api/grpc/ydb_topic_v1.proto, src/api/protos/annotations/sensitive.proto, src/api/protos/annotations/validation.proto, src/api/protos/draft/datastreams.proto, src/api/protos/draft/field_transformation.proto, src/api/protos/draft/fq.proto, src/api/protos/draft/persqueue_common.proto, src/api/protos/draft/persqueue_error_codes.proto, src/api/protos/draft/ydb_backup.proto, src/api/protos/draft/ydb_bridge.proto, src/api/protos/draft/ydb_dynamic_config.proto, src/api/protos/draft/ydb_logstore.proto, src/api/protos/draft/ydb_maintenance.proto, src/api/protos/draft/ydb_nbs.proto, src/api/protos/draft/ydb_object_storage.proto, src/api/protos/draft/ydb_replication.proto, src/api/protos/draft/ydb_tablet.proto, src/api/protos/draft/ydb_test_shard.proto, src/api/protos/draft/ydb_view.proto, src/api/protos/draft/ymq.proto, src/api/protos/persqueue_error_codes_v1.proto, src/api/protos/ydb_auth.proto, src/api/protos/ydb_bridge_common.proto, src/api/protos/ydb_clickhouse_internal.proto, src/api/protos/ydb_cms.proto, src/api/protos/ydb_common.proto, src/api/protos/ydb_config.proto, src/api/protos/ydb_coordination.proto, src/api/protos/ydb_debug.proto, src/api/protos/ydb_discovery.proto, src/api/protos/ydb_export.proto, src/api/protos/ydb_federation_discovery.proto, src/api/protos/ydb_formats.proto, src/api/protos/ydb_import.proto, src/api/protos/ydb_issue_message.proto, src/api/protos/ydb_keyvalue.proto, src/api/protos/ydb_monitoring.proto, src/api/protos/ydb_operation.proto, src/api/protos/ydb_persqueue_cluster_discovery.proto, src/api/protos/ydb_persqueue_v1.proto, src/api/protos/ydb_query.proto, src/api/protos/ydb_query_stats.proto, src/api/protos/ydb_rate_limiter.proto, src/api/protos/ydb_scheme.proto, src/api/protos/ydb_scripting.proto, src/api/protos/ydb_secret.proto, src/api/protos/ydb_status_codes.proto, src/api/protos/ydb_table.proto, src/api/protos/ydb_topic.proto, src/api/protos/ydb_topic_deferred_publish.proto, src/api/protos/ydb_value.proto, src/library/operation_id/protos/operation_id.proto, src/library/retry/protos/retry_options.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "library/cpp/blockcodecs/fuzz/proto/case.proto, library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto, library/cpp/monlib/encode/protobuf/protos/samples.proto, src/api/client/yc_private/accessservice/sensitive.proto, src/api/client/yc_private/iam/iam_token.proto, src/api/client/yc_private/iam/iam_token_service.proto, src/api/client/yc_private/iam/iam_token_service_subject.proto, src/api/client/yc_private/iam/oauth_request.proto, src/api/client/yc_private/iam/service_account.proto, src/api/client/yc_private/iam/service_account_service.proto, src/api/client/yc_private/iam/user_account.proto, src/api/client/yc_private/iam/user_account_service.proto, src/api/client/yc_private/iam/yandex_passport_cookie.proto, src/api/client/yc_private/operation/operation.proto, src/api/client/yc_public/common/validation.proto, src/api/client/yc_public/iam/iam_token_service.proto, src/api/grpc/draft/dummy.proto, src/api/grpc/draft/fq_v1.proto, src/api/grpc/draft/ydb_backup_v1.proto, src/api/grpc/draft/ydb_bridge_v1.proto, src/api/grpc/draft/ydb_clickhouse_internal_v1.proto, src/api/grpc/draft/ydb_datastreams_v1.proto, src/api/grpc/draft/ydb_dynamic_config_v1.proto, src/api/grpc/draft/ydb_logstore_v1.proto, src/api/grpc/draft/ydb_maintenance_v1.proto, src/api/grpc/draft/ydb_nbs_v1.proto, src/api/grpc/draft/ydb_object_storage_v1.proto, src/api/grpc/draft/ydb_persqueue_v1.proto, src/api/grpc/draft/ydb_replication_v1.proto, src/api/grpc/draft/ydb_sqs_topic_v1.proto, src/api/grpc/draft/ydb_tablet_v1.proto, src/api/grpc/draft/ydb_test_shard_v1.proto, src/api/grpc/draft/ydb_view_v1.proto, src/api/grpc/draft/ydb_ymq_v1.proto, src/api/grpc/ydb_auth_v1.proto, src/api/grpc/ydb_cms_v1.proto, src/api/grpc/ydb_config_v1.proto, src/api/grpc/ydb_coordination_v1.proto, src/api/grpc/ydb_debug_v1.proto, src/api/grpc/ydb_discovery_v1.proto, src/api/grpc/ydb_export_v1.proto, src/api/grpc/ydb_federation_discovery_v1.proto, src/api/grpc/ydb_import_v1.proto, src/api/grpc/ydb_keyvalue_v1.proto, src/api/grpc/ydb_keyvalue_v2.proto, src/api/grpc/ydb_monitoring_v1.proto, src/api/grpc/ydb_operation_v1.proto, src/api/grpc/ydb_query_v1.proto, src/api/grpc/ydb_rate_limiter_v1.proto, src/api/grpc/ydb_scheme_v1.proto, src/api/grpc/ydb_scripting_v1.proto, src/api/grpc/ydb_secret_v1.proto, src/api/grpc/ydb_table_v1.proto, src/api/grpc/ydb_topic_deferred_publish_v1.proto, src/api/grpc/ydb_topic_v1.proto, src/api/protos/annotations/sensitive.proto, src/api/protos/annotations/validation.proto, src/api/protos/draft/datastreams.proto, src/api/protos/draft/field_transformation.proto, src/api/protos/draft/fq.proto, src/api/protos/draft/persqueue_common.proto, src/api/protos/draft/persqueue_error_codes.proto, src/api/protos/draft/ydb_backup.proto, src/api/protos/draft/ydb_bridge.proto, src/api/protos/draft/ydb_dynamic_config.proto, src/api/protos/draft/ydb_logstore.proto, src/api/protos/draft/ydb_maintenance.proto, src/api/protos/draft/ydb_nbs.proto, src/api/protos/draft/ydb_object_storage.proto, src/api/protos/draft/ydb_replication.proto, src/api/protos/draft/ydb_tablet.proto, src/api/protos/draft/ydb_test_shard.proto, src/api/protos/draft/ydb_view.proto, src/api/protos/draft/ymq.proto, src/api/protos/persqueue_error_codes_v1.proto, src/api/protos/ydb_auth.proto, src/api/protos/ydb_bridge_common.proto, src/api/protos/ydb_clickhouse_internal.proto, src/api/protos/ydb_cms.proto, src/api/protos/ydb_common.proto, src/api/protos/ydb_config.proto, src/api/protos/ydb_coordination.proto, src/api/protos/ydb_debug.proto, src/api/protos/ydb_discovery.proto, src/api/protos/ydb_export.proto, src/api/protos/ydb_federation_discovery.proto, src/api/protos/ydb_formats.proto, src/api/protos/ydb_import.proto, src/api/protos/ydb_issue_message.proto, src/api/protos/ydb_keyvalue.proto, src/api/protos/ydb_monitoring.proto, src/api/protos/ydb_operation.proto, src/api/protos/ydb_persqueue_cluster_discovery.proto, src/api/protos/ydb_persqueue_v1.proto, src/api/protos/ydb_query.proto, src/api/protos/ydb_query_stats.proto, src/api/protos/ydb_rate_limiter.proto, src/api/protos/ydb_scheme.proto, src/api/protos/ydb_scripting.proto, src/api/protos/ydb_secret.proto, src/api/protos/ydb_status_codes.proto, src/api/protos/ydb_table.proto, src/api/protos/ydb_topic.proto, src/api/protos/ydb_topic_deferred_publish.proto, src/api/protos/ydb_value.proto, src/library/operation_id/protos/operation_id.proto, src/library/retry/protos/retry_options.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, sample",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, sample"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {
"sdk": 2,
"network-service": 3
},
"primary": null,
"evidence": [
{
"tier": "structure",
"label": "network-service",
"source": "api_schema",
"weight": 3
},
{
"tier": "description",
"label": "sdk",
"source": "description:sdk",
"weight": 2
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T02:26:18.053621Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/ydb-platform/ydb-cpp-sdk.svg",
"full_name": "ydb-platform/ydb-cpp-sdk",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}