Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 8756,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 4912,
"HTML": 1403,
"Rust": 2530872,
"Shell": 915,
"Cap'n Proto": 194444
},
"pushed_at": "2026-07-24T11:44:24Z",
"created_at": "2013-07-04T15:16:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T11:44:37Z",
"description": "Cap'n Proto for Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://capnproto.org",
"name": "Cap'n Proto",
"type": "Organization",
"login": "capnproto",
"company": null,
"location": null,
"followers": 190,
"avatar_url": "https://avatars.githubusercontent.com/u/29186932?v=4",
"created_at": "2017-06-04T23:51:40Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 3336
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "e3a3a98fc48ecd42d2b4dcc840f40fd6d55b321d",
"body": "* Expose a public broken-capability constructor\n\nAdd capnp_rpc::new_broken_cap, which builds a capability that returns a\nsupplied capnp::Error from every operation (call, new_call, and pipelined\naccess). The broken module already implemented this internally but was\npub(crate), forcing downstream membrane/interposition layers to copy it.\n\nIncludes a test that the returned client errors on method calls and on\npipelined access.\n\n* rpc: cover broken capability error assertions",
"is_bot": false,
"headline": "Expose a public broken-capability constructor (#671)",
"author_name": "Louis Thibault",
"author_login": "lthibault",
"committed_at": "2026-07-24T11:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1616946b6a5f04efd115c291ca3b466182bd581",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-rpc-v0.26.2 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-23T15:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed0d0e5c8c20bf4a6f86dc3413ce63fb44b143b",
"body": "…#672)\n\n* rpc: reuse live wrapper Client on re-import; degrade stale-map write_descriptor\n\nReceiving a senderHosted descriptor for an already-imported cap\nunconditionally constructed a second wrapper `Client` around the shared\ninner `ImportClient`. `Client::new` overwrites the client_downcast_map\nen\n[…]\n so the response re-imports an id the\nclient already holds, drops the duplicate wrapper, then sends the\noriginal again. Panicked at rpc.rs write_descriptor (unreachable!)\nbefore the fix; passes after.",
"is_bot": false,
"headline": "rpc: fix panic when re-sending a capability that was imported twice (…",
"author_name": "Louis Thibault",
"author_login": "lthibault",
"committed_at": "2026-07-23T13:11:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35be2ba6c664f32b1c6a996fa648391f0459369c",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.26.2 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-05T21:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ca513ffd0667643121ca39a996ec360b653bdb",
"body": null,
"is_bot": false,
"headline": "avoid possible desyncing in read_message_no_alloc()",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-05T21:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b64dec6ff5f9691b16b5546d106c0c589e19e4",
"body": null,
"is_bot": false,
"headline": "fix possible panic in BufferSegments::new()",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-05T20:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c8dbe6e8ba7bf6d06deacfcb2e5376588437f1",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-futures and capnp-rpc v0.26.1 releases",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-02T21:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d10f4a3077bddb97e1cd896faee4db84dc8dfdec",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.26.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-02T21:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1391c0ed082f3668f689b15fc4f962f530ff89",
"body": null,
"is_bot": false,
"headline": "fix bugs found by Fable",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-02T21:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa398e918162a050da762cea7e858598c442a604",
"body": "…um_list",
"is_bot": false,
"headline": "[capnp] remove spurious bound from IntoInternalListReader impl for en…",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-02T20:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd936045290f7aaffcb02a89fedcfcfea0709353",
"body": null,
"is_bot": false,
"headline": "[rpc] avoid possible panic on bad question ID in Return message",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-07-02T20:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ac4349793d5f2f73513d10b5ca1950f7e8c5c64",
"body": null,
"is_bot": false,
"headline": "minor cleanup",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-28T13:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30b115de3f327e01653e8a22feb391b1524fac5",
"body": "snake_to_uppercase() was a needless reimplementation of std::to_ascii_uppercase()\n\n'_' maps to itself in to_ascii_uppercase()",
"is_bot": false,
"headline": "snake_to_uppercase() -> std::to_ascii_uppercase()",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-28T13:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec16b64bd46b9dba00b0128e3d8ce9eb44459504",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7 (#670)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T14:12:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8037536be5729c0728d93331aaeb82f27c6aa77f",
"body": null,
"is_bot": false,
"headline": "write_fmt(format_args!()) -> write!()",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-17T02:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49dd33f29b7138dd80cc4b323793fc1ec1ddc746",
"body": null,
"is_bot": false,
"headline": "simplify a match statement",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-17T01:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af939885a9b3d8bb99007f4872335b7acf2c205d",
"body": null,
"is_bot": false,
"headline": "remove dead allow(dead_code) attribute",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-17T01:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e94de3d2889c6436543468319e6032b8160f09ba",
"body": null,
"is_bot": false,
"headline": "avoid pry macro in calculator example",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-17T01:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de193c788399f1fb3d8909cdf930e359bb87fa87",
"body": null,
"is_bot": false,
"headline": "prepare for v0.26.0 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T21:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20bff6357990d7d1d548a56c34b27f5c649b946a",
"body": null,
"is_bot": false,
"headline": "update rand deps in examples",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T21:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9759b10fa212dcddec54b4e4670d067cbd776e39",
"body": null,
"is_bot": false,
"headline": "Use NonNull in Allocator",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-06-16T21:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f96530df695fa7c4451fa225e99d1a2ea290fb",
"body": "…a construction (#668)",
"is_bot": false,
"headline": "Use GeneratedCodeArena to avoid the need for unsafe{} in RawEnumSchem…",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T21:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a431ce518e62a9cd0871c9437d286698a4a8e1c2",
"body": null,
"is_bot": false,
"headline": "bump to version 0.26.0-alpha",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T21:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f9a5b1604b9a64f7e4a5a1dcba63fe882501996",
"body": null,
"is_bot": false,
"headline": "fix formatting",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T04:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55857815f83a94cab620d547cc13cea53e0a1ac5",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T03:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64c1e12cd39e8086cb33b88adb0a81d8179c5c33",
"body": null,
"is_bot": false,
"headline": "fix another possible instance of undefined behavior",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T03:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "648dcabdaadd1bf57ee4c2eeda510e72c366cbb5",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.25.6 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T03:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc5eefb714e332c6c43c9d37cecb21378ca48d4f",
"body": "…llow_fars() (#669)",
"is_bot": false,
"headline": "use wrapping_add() instead of add() to avoid undefined behavior in fo…",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-16T03:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f605b5d21ac4a1705db7185ec9d65448fa4d2f88",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump codecov/codecov-action from 6 to 7 (#664)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T19:17:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a83f9a3152b47b475e62f03cfa17da2258dbca4f",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.25.5 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-06-01T13:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c60a2ec52a382bba6b81b698467d8ed0f568fc",
"body": "Adding to codegen to support client pipelining\n\ncargo fmt",
"is_bot": false,
"headline": "Adding a motivating example for pipelined capabilities",
"author_name": "Adam Schwab",
"author_login": "aschwab-crypto",
"committed_at": "2026-05-29T03:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4aefddb7020b76bc54f2b2e1dec3f5d5c893bc0",
"body": null,
"is_bot": false,
"headline": "tell codecov.io to ignore generated files (#662)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-05-11T00:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f2c7640516f6d74c4b7d6e67257fae4fff9bda",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-rpc-0.25.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-29T23:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68bd6cc4b8693f31ebc1efcbab18901de2ef1257",
"body": "Queue calls on local capabilities while a streaming call is in flight so non-streaming EOF/completion calls cannot overtake pending writes.\n\nAdds a test that fails before this change.\n\n---------\n\nCo-authored-by: Gabi Villalonga Simon <gvillalongasimon@cloudflare.com>",
"is_bot": false,
"headline": "block non-streaming calls while streaming calls are active (#660)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-29T23:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ce93248d1cee2cc933a0b30f4ecbdc6233a3e0",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump codecov/codecov-action from 5 to 6 (#659)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-29T21:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82457032ca2b1b18695a7bebacaedc03053f9eb6",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 6 (#658)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-29T21:37:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3770aa2e12a713426b1d43adc8330650c0efc78a",
"body": null,
"is_bot": false,
"headline": "Pass src as PointerReader in deep_copy_pointee (#656)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-21T02:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ae240eb7f8f5e849f89520d7a6d3bf7e8b19b2",
"body": null,
"is_bot": false,
"headline": "deny(cast_possible_wrap) (#655)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-17T14:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7102d91cc06562888d5041ad44bef017c4b50147",
"body": null,
"is_bot": false,
"headline": "add, checked_sub in set_list_pointer (#652)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-17T11:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523447cd02fba4750e7f9f77c91ae784a4376ca8",
"body": null,
"is_bot": false,
"headline": "Explain WirePointer fields (#654)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-16T03:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aa1fccf11e95e58c1c037cdfd4f0159b76ef20a",
"body": null,
"is_bot": false,
"headline": "factor out WirePointer::offset_in_words() method",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-12T12:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c673d31ece7cf8d9bab51800f1980bdb26763b",
"body": null,
"is_bot": false,
"headline": ".offset() -> .add()",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-12T11:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3866eeefe3e603b08520592594ad306943b73e0c",
"body": null,
"is_bot": false,
"headline": "u32 as usize cast is safe and clippy does not complain",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-12T01:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fde90a76fd3bd0a79000b01c4212d78bfdc39c",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.25.4 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-12T00:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a0d622a94bf56ecb7556e02f64cda0c277e213",
"body": null,
"is_bot": false,
"headline": "add negative_pointer_offset test",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-11T14:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735e82ed386208120513a78b9997b7c6a538969e",
"body": null,
"is_bot": false,
"headline": "avoid possible panic in ReaderArena.check_offset()",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-11T13:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669b537ffa9f9f043d417fbcf0db5a7563f276e8",
"body": null,
"is_bot": false,
"headline": "deny(clippy::cast_possible_truncation)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-11T13:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ba5c3a4ad7aba01a5a12db1c207cba01dc1616",
"body": null,
"is_bot": false,
"headline": "prepare for capnpc-v0.25.3 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-02T22:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4559a5d2729f6930dc5ad7b9fd56b7baff844b17",
"body": null,
"is_bot": false,
"headline": "remove no-longer needed 'allow(unreachable_pub)'",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-04-02T21:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a53aff7600a65e104d444a49ea7e9ea298f58a3",
"body": null,
"is_bot": false,
"headline": "pub(crate) in generated code (#642)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-04-02T21:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4979c6caa43a488faed9a8cbde80bf40094836e5",
"body": null,
"is_bot": false,
"headline": "pub(crate) except generated code (#643)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-31T23:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611f437d7ade679af33a668f47cc9c9858d57412",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.25.3 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-30T15:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e38555171a2305b0240f3de8e48bb6196d258dca",
"body": null,
"is_bot": false,
"headline": "prepare for capnpc-v0.25.2 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-30T15:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8a48b8170d57e0a41e6d68b00f82fd74baab34",
"body": null,
"is_bot": false,
"headline": "update iterator test",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-30T15:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad85dc72d184b067026cc26ff33da17c2839d4b1",
"body": null,
"is_bot": false,
"headline": "Fix iterator size_hint (#645)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-30T15:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ad8781b1c404fe9c60258359ebe1afbf1c1c53",
"body": null,
"is_bot": false,
"headline": "Rename copy_pointer -> deep_copy_pointee (#641)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-30T15:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd03e51089acf186069eb9790a21c6b7221a0a0",
"body": null,
"is_bot": false,
"headline": "Convert qualified Into calls to From (#646)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-30T15:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80a49249191421e480758d2044d96ebe1e589b75",
"body": null,
"is_bot": false,
"headline": "TryInto -> TryFrom for enum accessors (#633)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-30T14:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a280d9c7c30259a2dc2dff28ac7133ce040728a6",
"body": null,
"is_bot": false,
"headline": "Change indent to 4 (#636)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-30T03:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "506ec8f27debf265a239d786f7604d3b8b3e10e9",
"body": null,
"is_bot": false,
"headline": "set_data should check if data size is no longer than u32 (#631)",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-29T21:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d486945824b834f0f0ef1f5aedfada8d2f8d20bf",
"body": null,
"is_bot": false,
"headline": "regenerate code",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-29T02:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8cdb45d79768e89139df26d4b3685bcb55baf0c",
"body": null,
"is_bot": false,
"headline": "prepare for capnpc-v0.25.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-29T02:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267e1cd0b76d73d13eb0347049b4d10c5c35aa2e",
"body": "Change in generated code looks like this:\n\n```\n--- a/capnp/src/schema_capnp.rs\n+++ b/capnp/src/schema_capnp.rs\n@@ -1,6 +1,7 @@\n // @generated by the capnpc-rust plugin to the Cap'n Proto schema compiler.\n // DO NOT EDIT.\n // source: schema.capnp\n+// capnp version: 1.3.0\n\n pub mod node {\n```\n\nAgain, not submitting generated code change because before this PR\ngenerated change is not empty.",
"is_bot": false,
"headline": "Include capnp version in generated files",
"author_name": "Stepan Koltsov",
"author_login": "stepancheg",
"committed_at": "2026-03-29T02:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8786ac7718dbea3ddaa4d2746aaf024e54fc1888",
"body": "Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version.\n- [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...sha2-v0.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: sha2\n dependency-version: 0.11.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update sha2 requirement from 0.10.8 to 0.11.0 (#629)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T18:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47dab73f97a31ff9a974c0f2e340e08fdbf67c92",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.25.2 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-12T22:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac994d677f9b131d15ec2a60a3f7075aca64e390",
"body": "* avoid undefined behavior in zero-sized allocs\n\n* use function that should exist in Rust 1.81",
"is_bot": false,
"headline": "avoid undefined behavior in zero-sized allocs (#627)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-03-12T22:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89d7146c609be93a384d45485d11b625ef20bef7",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-futures-v0.25.2 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-18T14:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b5da65d9b6c9fa9f7768a5cb8c46bda30637dd",
"body": null,
"is_bot": false,
"headline": "add serialize_packed tests for long runs of zeroes",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-18T14:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b703cf598cb78dceffef69eb16b1ef5c7c02cbb",
"body": "* repro silent overflow of run_word_count when casting to 1 byte\n\n* fix overflow of run_word_count",
"is_bot": false,
"headline": "silent overflow of run_word_count when casting to 1 byte (#622)",
"author_name": "Jordan",
"author_login": "jordan-wu-97",
"committed_at": "2026-02-18T14:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae271a12b4d7d86cd05214390fadb1d594b754d",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.25.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-12T00:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370907c7d8c565482e08a3c47666a25a7c28f172",
"body": null,
"is_bot": false,
"headline": "prevent overflow in init_struct_list_pointer",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-12T00:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f6a4ee9fa16e3a4384057adf4f34c487422c6ea",
"body": null,
"is_bot": false,
"headline": "catch some potential overflows on list upgrades",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-12T00:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c1c4e33b9fce8a73fba4b0e5f77d27b6d43d8c",
"body": "We were leaving one word unzeroed.",
"is_bot": false,
"headline": "fix off-by-one bug in list upgrades",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-12T00:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d0f80ad317d425a16eb5600358e338bc4fe0de",
"body": null,
"is_bot": false,
"headline": "prevent overflow on huge text initialization",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-11T23:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7e6c0cd0bf892da0d8e6beffd9c9c2b7f7f28f",
"body": null,
"is_bot": false,
"headline": "be extra sure to avoid underflow in NullArean::check_offset",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-11T23:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d728e610c54b387c18402580f494efe96625e9",
"body": null,
"is_bot": false,
"headline": "avoid quickcheck 1.1.0, which pulls in newer version of rand",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-11T22:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781596246243f401b9e1f1aa66eebff4573d5a5f",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-futures-v0.25.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-11T22:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faea11d86e9d8cb6c4646deceeb9c2b6b1437ea4",
"body": null,
"is_bot": false,
"headline": "[capnp-futures] Error::failed -> PrematureEndOfFile",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-02-11T22:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be956d7477f235d226085ffc7c17ebad6f194293",
"body": null,
"is_bot": false,
"headline": "migrate some straggling tests to the generated_code macro (#617)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-09T15:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb25ae4720c70e24e95862ecef9638dab6b2982",
"body": null,
"is_bot": false,
"headline": "update changelogs for v0.25 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-09T13:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd503fc1bf65755fdcb70cbb12bdb1d1cf437d73",
"body": "* Avoid need for `unsafe` in generated code.\n\nAdds a new `GeneratedCodeArena` that performs bounds checking\nbut does not guard against denial of service attacks. The intent\nis that this arena should never be used for untrusted data;\nthe bounds-checking ensures that no undefined behavior will happen\nin any case.\n\n* deduplicate check_offset() code\n\n* remove unneeded `const` markers\n\n* tag ReaderArena and BuilderArena as unsafe traits\n\n* obey clippy\n\n* bounds_check the root pointer",
"is_bot": false,
"headline": "Avoid need for `unsafe` in generated code. (#616)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-09T13:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e69e13fe06fb60b639aa3afe8f602fc3582aa2cd",
"body": null,
"is_bot": false,
"headline": "bump versions to v0.25.0",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-09T12:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f3297676efc5f90f7266acbacfdd4e96ed993f",
"body": null,
"is_bot": false,
"headline": "prepare for capnpc-v0.24.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-08T16:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2f3f800862aa3894b9326a6738ae0942f89eca",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.24.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-08T16:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47613bdafcb6250cee013711eafbea819dd71f0e",
"body": null,
"is_bot": false,
"headline": "add allow(unsafe_code) annotation in generated code",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-08T16:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0ccb54de38a88317465ad6d49f189ed456c77f",
"body": null,
"is_bot": false,
"headline": "make as_slice() return None on bool lists",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2026-01-08T15:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1058bae93a78798563c2df94de1147fbae3c24",
"body": null,
"is_bot": false,
"headline": "prepare for v0.24.0 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T20:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3aeec213e6d1b30a182bf61682a370f20d8a02c",
"body": "* unsafe RawStructSchema::new()",
"is_bot": false,
"headline": "unsafe RawStructSchema::new() (#607)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T19:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b981f4c75a975c80444cd38729bcdf12bf3eabf",
"body": "* add new const unsafe constructor for constant::Reader\n\n* make fields pub(crate)",
"is_bot": false,
"headline": "add new const unsafe constructor for constant::Reader (#606)",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T19:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240dba17704fd20d058281aff660bc79b89cb3bb",
"body": null,
"is_bot": false,
"headline": "bump versions to v0.24.0-alpha",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T19:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b988b16db0d84de2fab7310362ded80ab48b0baf",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-futures-v0.23.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T18:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64afbeec120cca74c0eedeecaaf264a692e878fe",
"body": null,
"is_bot": false,
"headline": "silence clippy warning",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T18:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42cf935adc8128c9a4a3984f147d824687f9d357",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-rpc-v0.23.3 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T18:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70c03eeab1c123ef5c2563dd0f98602b3398cab",
"body": null,
"is_bot": false,
"headline": "expand tests a bit",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-24T16:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23341e13711d47438674ef01aaab4c817b2d282",
"body": "Fixes #602",
"is_bot": false,
"headline": "fix: function call ambiguity",
"author_name": "Shiroko",
"author_login": "Oyami-Srk",
"committed_at": "2025-12-24T16:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db721fcd3525bb3613fa93249e15b78c38cc31e0",
"body": null,
"is_bot": false,
"headline": "tests: add extends with duplicated method names",
"author_name": "Shiroko",
"author_login": "Oyami-Srk",
"committed_at": "2025-12-24T16:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d17442c66cfee8d04ecfc1e6c2aa424b294ac99",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.23.2 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-22T22:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce845582f9ebaef46a8f2295903f6c6bd4d20745",
"body": null,
"is_bot": false,
"headline": "allow(clippy::all) in generated code",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-22T22:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd3119520a6e2976a4cadfa6a7db549217a20ba0",
"body": null,
"is_bot": false,
"headline": "prepare for capnp-v0.23.1 release",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-16T14:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ff5796c89d25cff2c36074675cf6f383eea8c4",
"body": null,
"is_bot": false,
"headline": "fix impl of size_in_words for ReaderArena",
"author_name": "David Renshaw",
"author_login": "dwrensha",
"committed_at": "2025-12-16T14:08:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 151,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 30,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"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": "capnp",
"exists": true,
"license": "MIT",
"keywords": [
"encoding",
"protocol",
"serialization"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/capnp",
"is_deprecated": false,
"latest_version": "0.26.2",
"repository_url": "https://github.com/capnproto/capnproto-rust",
"versions_count": 204,
"total_downloads": 12981841,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 616419,
"first_published_at": "2014-11-20T19:29:52.135067Z",
"latest_published_at": "2026-07-05T21:13:43.642440Z",
"latest_version_yanked": false,
"days_since_latest_publish": 18
},
{
"name": "capnpc",
"exists": true,
"license": "MIT",
"keywords": [
"encoding",
"protocol",
"serialization"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/capnpc",
"is_deprecated": false,
"latest_version": "0.26.0",
"repository_url": "https://github.com/capnproto/capnproto-rust",
"versions_count": 147,
"total_downloads": 9443403,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 407090,
"first_published_at": "2014-11-20T19:36:41.808607Z",
"latest_published_at": "2026-06-17T00:29:44.472763Z",
"latest_version_yanked": false,
"days_since_latest_publish": 37
},
{
"name": "capnp-rpc",
"exists": true,
"license": "MIT",
"keywords": [
"network-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/capnp-rpc",
"is_deprecated": false,
"latest_version": "0.26.2",
"repository_url": "https://github.com/capnproto/capnproto-rust",
"versions_count": 97,
"total_downloads": 3996130,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 73759,
"first_published_at": "2014-11-20T19:41:48.635605Z",
"latest_published_at": "2026-07-23T15:57:54.066467Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
},
{
"name": "capnp-futures",
"exists": true,
"license": "MIT",
"keywords": [
"async"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/capnp-futures",
"is_deprecated": false,
"latest_version": "0.26.1",
"repository_url": "https://github.com/dwrensha/capnproto-rust",
"versions_count": 42,
"total_downloads": 5611630,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 193305,
"first_published_at": "2016-09-16T14:01:39.470173Z",
"latest_published_at": "2026-07-02T21:35:27.742946Z",
"latest_version_yanked": false,
"days_since_latest_publish": 21
}
]
},
"popularity": {
"forks": 260,
"stars": 2483,
"watchers": 32,
"fork_history": {
"days": [
{
"date": "2013-09-12",
"count": 1
},
{
"date": "2014-02-17",
"count": 2
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-26",
"count": 1
},
{
"date": "2014-09-08",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-11-09",
"count": 1
},
{
"date": "2014-11-10",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2014-12-11",
"count": 1
},
{
"date": "2014-12-31",
"count": 1
},
{
"date": "2015-02-21",
"count": 1
},
{
"date": "2015-03-18",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-23",
"count": 1
},
{
"date": "2015-05-10",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-07-20",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-06-20",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2017-02-24",
"count": 1
},
{
"date": "2017-07-15",
"count": 1
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-09-27",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-23",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-07-27",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-15",
"count": 2
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-05-24",
"count": 2
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-22",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-10-22",
"count": 2
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-10",
"count": 2
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-28",
"count": 2
},
{
"date": "2023-08-03",
"count": 2
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-06",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-06-02",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-28",
"count": 2
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-21",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 248,
"total_forks": 260
},
"star_history": null,
"open_issues_and_prs": 100
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"async-byte-channel/Cargo.toml",
"benchmark/Cargo.toml",
"capnp-futures/Cargo.toml",
"capnp-futures/test/Cargo.toml",
"capnp-rpc/Cargo.toml",
"capnp-rpc/examples/calculator/Cargo.toml",
"capnp-rpc/examples/hello-world/Cargo.toml",
"capnp-rpc/examples/pubsub/Cargo.toml",
"capnp-rpc/examples/reconnect/Cargo.toml",
"capnp-rpc/examples/shared-secret-capability/Cargo.toml",
"capnp-rpc/examples/streaming/Cargo.toml",
"capnp-rpc/test/Cargo.toml",
"capnp/Cargo.toml",
"capnp/fuzz/Cargo.toml",
"capnpc/Cargo.toml",
"capnpc/test-edition-2015/Cargo.toml",
"capnpc/test-edition-2018/Cargo.toml",
"capnpc/test-edition-2021/Cargo.toml",
"capnpc/test/Cargo.toml",
"capnpc/test/external-crate/Cargo.toml",
"example/addressbook/Cargo.toml",
"example/addressbook_send/Cargo.toml",
"example/fill_random_values/Cargo.toml",
"example/wasm-hello-world/Cargo.toml",
"example/wasm-hello-world/wasm-app/Cargo.toml"
],
"largest_source_bytes": 616740,
"source_files_sampled": 147,
"oversized_source_files": 7,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"async-byte-channel/Cargo.toml",
"benchmark/Cargo.toml",
"capnp-futures/Cargo.toml",
"capnp-rpc/Cargo.toml",
"capnp/Cargo.toml",
"capnpc/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 14,
"malicious_count": 0,
"assessed_package": "crates:capnp@0.26.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "futures",
"manifest": "async-byte-channel/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "capnp",
"manifest": "capnp-futures/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26.0"
},
{
"name": "futures-channel",
"manifest": "capnp-futures/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "futures-util",
"manifest": "capnp-futures/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "futures",
"manifest": "capnp-rpc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "capnp-futures",
"manifest": "capnp-rpc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26.0"
},
{
"name": "capnp",
"manifest": "capnp-rpc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26.0"
},
{
"name": "quickcheck",
"manifest": "capnp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "embedded-io",
"manifest": "capnp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7.1"
},
{
"name": "capnp",
"manifest": "capnpc/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "capnp",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "capnp-futures",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "embedded-io",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base16",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasmer",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 7,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 26,
"merged_prs": 264,
"open_issues": 74,
"closed_ratio": 0.741,
"closed_issues": 212,
"closed_unmerged_prs": 78
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "dwrensha",
"commits": 2532,
"avatar_url": "https://avatars.githubusercontent.com/u/495768?v=4"
},
{
"type": "User",
"login": "danieleades",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/33452915?v=4"
},
{
"type": "User",
"login": "kali",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/53657?v=4"
},
{
"type": "User",
"login": "marmeladema",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/1629419?v=4"
},
{
"type": "User",
"login": "ysimonson",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/127386?v=4"
},
{
"type": "User",
"login": "danburkert",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/160242?v=4"
},
{
"type": "User",
"login": "stepancheg",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4"
},
{
"type": "User",
"login": "dzfranklin",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/10361846?v=4"
},
{
"type": "User",
"login": "comath",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/13907187?v=4"
},
{
"type": "User",
"login": "bspeice",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1199853?v=4"
}
],
"contributors_sampled": 89,
"top_contributor_share": 0.883
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"coverage.yml"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 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": 0,
"reason": "Found 2/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 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": 10,
"reason": "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 2 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e3a3a98fc48ecd42d2b4dcc840f40fd6d55b321d",
"ran_at": "2026-07-24T17:22:35Z",
"aggregate_score": 6.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T11:51:00Z",
"oldest_open_prs": [
{
"number": 131,
"created_at": "2019-05-03T18:51:18Z",
"last_comment_at": "2020-05-26T02:24:46Z",
"last_comment_author": "tecywiz121"
},
{
"number": 157,
"created_at": "2020-01-15T17:54:13Z",
"last_comment_at": "2025-03-21T10:59:09Z",
"last_comment_author": "rupert648"
},
{
"number": 196,
"created_at": "2020-07-10T19:55:45Z",
"last_comment_at": "2020-07-10T21:13:38Z",
"last_comment_author": "dwrensha"
},
{
"number": 210,
"created_at": "2020-12-13T21:58:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 268,
"created_at": "2022-05-15T22:41:44Z",
"last_comment_at": "2022-05-15T23:00:48Z",
"last_comment_author": "zenhack"
},
{
"number": 273,
"created_at": "2022-06-23T16:46:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 349,
"created_at": "2022-11-21T20:26:37Z",
"last_comment_at": "2023-01-16T21:38:54Z",
"last_comment_author": "danieleades"
},
{
"number": 351,
"created_at": "2022-11-22T07:59:55Z",
"last_comment_at": "2023-01-16T20:50:45Z",
"last_comment_author": "dwrensha"
},
{
"number": 380,
"created_at": "2023-03-02T20:58:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 436,
"created_at": "2023-10-03T02:11:55Z",
"last_comment_at": "2023-10-03T21:27:59Z",
"last_comment_author": "dwrensha"
},
{
"number": 566,
"created_at": "2025-06-05T12:28:24Z",
"last_comment_at": "2025-06-05T12:30:44Z",
"last_comment_author": "codecov"
},
{
"number": 568,
"created_at": "2025-06-23T08:20:24Z",
"last_comment_at": "2025-07-28T18:30:26Z",
"last_comment_author": "dwrensha"
},
{
"number": 578,
"created_at": "2025-08-11T09:41:06Z",
"last_comment_at": "2025-08-11T16:44:43Z",
"last_comment_author": "griff"
},
{
"number": 581,
"created_at": "2025-08-11T17:24:25Z",
"last_comment_at": "2025-08-11T17:26:40Z",
"last_comment_author": "codecov"
},
{
"number": 599,
"created_at": "2025-11-28T02:09:40Z",
"last_comment_at": "2025-11-28T03:33:07Z",
"last_comment_author": "stevefan1999-personal"
},
{
"number": 600,
"created_at": "2025-12-03T22:29:30Z",
"last_comment_at": "2025-12-03T23:01:37Z",
"last_comment_author": "codecov"
},
{
"number": 621,
"created_at": "2026-02-12T18:23:05Z",
"last_comment_at": "2026-02-13T00:10:16Z",
"last_comment_author": "dwrensha"
},
{
"number": 628,
"created_at": "2026-03-21T20:26:16Z",
"last_comment_at": "2026-03-30T03:06:51Z",
"last_comment_author": "stepancheg"
},
{
"number": 630,
"created_at": "2026-03-28T06:59:59Z",
"last_comment_at": "2026-03-29T00:33:34Z",
"last_comment_author": "stepancheg"
},
{
"number": 634,
"created_at": "2026-03-29T02:32:13Z",
"last_comment_at": "2026-03-30T00:12:08Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": "2026-07-24T11:44:24Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2014-09-06T18:22:01Z",
"last_comment_at": "2017-11-23T14:42:17Z",
"last_comment_author": "dwrensha"
},
{
"number": 15,
"created_at": "2014-11-09T03:29:12Z",
"last_comment_at": "2024-12-13T22:15:32Z",
"last_comment_author": "tv42"
},
{
"number": 50,
"created_at": "2015-09-07T22:26:24Z",
"last_comment_at": "2024-02-17T21:42:55Z",
"last_comment_author": "tv42"
},
{
"number": 51,
"created_at": "2015-09-15T04:58:31Z",
"last_comment_at": "2015-09-15T13:02:47Z",
"last_comment_author": "dwrensha"
},
{
"number": 61,
"created_at": "2016-04-10T00:35:50Z",
"last_comment_at": "2016-04-10T11:55:51Z",
"last_comment_author": "dwrensha"
},
{
"number": 74,
"created_at": "2017-07-24T17:53:49Z",
"last_comment_at": "2017-07-24T23:16:55Z",
"last_comment_author": "dwrensha"
},
{
"number": 75,
"created_at": "2017-07-24T18:02:48Z",
"last_comment_at": "2017-07-24T23:40:34Z",
"last_comment_author": "dwrensha"
},
{
"number": 78,
"created_at": "2017-08-07T00:05:21Z",
"last_comment_at": "2020-09-23T03:02:02Z",
"last_comment_author": "indo-dev-0"
},
{
"number": 98,
"created_at": "2018-07-16T03:04:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2018-11-07T16:50:47Z",
"last_comment_at": "2023-12-29T19:44:36Z",
"last_comment_author": "dwrensha"
},
{
"number": 121,
"created_at": "2019-01-10T22:10:17Z",
"last_comment_at": "2021-12-24T21:48:29Z",
"last_comment_author": "dwrensha"
},
{
"number": 136,
"created_at": "2019-06-21T14:14:18Z",
"last_comment_at": "2025-05-16T21:53:58Z",
"last_comment_author": "0xWOLAND"
},
{
"number": 143,
"created_at": "2019-08-20T08:35:59Z",
"last_comment_at": "2020-10-02T15:57:55Z",
"last_comment_author": "photoszzt"
},
{
"number": 146,
"created_at": "2019-09-17T12:38:50Z",
"last_comment_at": "2024-09-16T21:00:55Z",
"last_comment_author": "tamird"
},
{
"number": 165,
"created_at": "2020-03-05T02:41:38Z",
"last_comment_at": "2023-06-06T05:17:10Z",
"last_comment_author": "dzfranklin"
},
{
"number": 169,
"created_at": "2020-03-26T23:37:12Z",
"last_comment_at": "2024-07-15T21:29:29Z",
"last_comment_author": "dwrensha"
},
{
"number": 180,
"created_at": "2020-05-21T05:38:53Z",
"last_comment_at": "2025-12-07T02:41:26Z",
"last_comment_author": "lenianiva"
},
{
"number": 182,
"created_at": "2020-05-23T07:15:47Z",
"last_comment_at": "2026-06-28T08:32:27Z",
"last_comment_author": "rickardp"
},
{
"number": 197,
"created_at": "2020-07-21T05:59:17Z",
"last_comment_at": "2024-06-02T01:46:47Z",
"last_comment_author": "SteveLauC"
},
{
"number": 198,
"created_at": "2020-08-10T12:03:46Z",
"last_comment_at": "2020-08-11T09:38:50Z",
"last_comment_author": "kabergstrom"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/capnproto/capnproto-rust",
"host": "github.com",
"name": "capnproto-rust",
"owner": "capnproto"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 70,
"vitality": 51,
"community": 76,
"governance": 63,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 51,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"commits_last_year": 151,
"human_commit_share": 0.95,
"days_since_last_push": 0,
"active_weeks_last_year": 30
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "30/52 weeks with commits",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 30
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "151 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 151
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 76,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"forks": 260,
"stars": 2483,
"watchers": 32,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,483 stars",
"points": 55.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2483
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "260 forks",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 260
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "32 watchers",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 32
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"capnp",
"capnpc",
"capnp-rpc"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 26421374,
"monthly_downloads": 1097268
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,097,268 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1097268,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 89,
"top_contributor_share": 0.883
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 88% of commits",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "89 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 89
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 264,
"open_issues": 74,
"closed_issues": 212,
"issue_closed_ratio": 0.741,
"closed_unmerged_prs": 78
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "74% of issues closed",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 74
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "264/342 decided PRs merged",
"points": 29.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 264,
"decided": 342
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 190,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "capnproto",
"public_repos": 13,
"account_age_days": 3336
},
"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": "190 followers of capnproto",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 190,
"login": "capnproto"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~9 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"capnp",
"capnpc",
"capnp-rpc"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "204 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 204
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": "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": 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": "6 out of 6 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": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 70,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.2
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 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": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 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": "update tool detected",
"points": 7.5,
"status": "met",
"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 2 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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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): No advisories left outstanding. Remaining weights renormalized. Matched the crates:capnp@0.26.2 runtime dependency closure — what installing the published package pulls in — 14 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:capnp@0.26.2",
"assessed": 14
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 14,
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 14,
"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": 8
},
"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": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.274,
"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": "26 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"async-byte-channel/Cargo.toml",
"benchmark/Cargo.toml",
"capnp-futures/Cargo.toml",
"capnp-futures/test/Cargo.toml",
"capnp-rpc/Cargo.toml",
"capnp-rpc/examples/calculator/Cargo.toml",
"capnp-rpc/examples/hello-world/Cargo.toml",
"capnp-rpc/examples/pubsub/Cargo.toml",
"capnp-rpc/examples/reconnect/Cargo.toml",
"capnp-rpc/examples/shared-secret-capability/Cargo.toml",
"capnp-rpc/examples/streaming/Cargo.toml",
"capnp-rpc/test/Cargo.toml",
"capnp/Cargo.toml",
"capnp/fuzz/Cargo.toml",
"capnpc/Cargo.toml",
"capnpc/test-edition-2015/Cargo.toml",
"capnpc/test-edition-2018/Cargo.toml",
"capnpc/test-edition-2021/Cargo.toml",
"capnpc/test/Cargo.toml",
"capnpc/test/external-crate/Cargo.toml",
"example/addressbook/Cargo.toml",
"example/addressbook_send/Cargo.toml",
"example/fill_random_values/Cargo.toml",
"example/wasm-hello-world/Cargo.toml",
"example/wasm-hello-world/wasm-app/Cargo.toml"
],
"dependency_bot_commit_share": 0.05
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, async-byte-channel/Cargo.toml, benchmark/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, async-byte-channel/Cargo.toml, benchmark/Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 616740,
"source_files_sampled": 147,
"oversized_source_files": 7
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "7/147 source files over 60KB",
"points": 52.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 147,
"oversized": 7
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"crates package 'capnp-futures' points at a different repository (https://github.com/dwrensha/capnproto-rust); excluded from ecosystem scoring",
"Could not fetch crates package 'async-byte-channel' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-24T17:22:54.921948Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/capnproto/capnproto-rust.svg",
"full_name": "capnproto/capnproto-rust",
"license_state": "standard",
"license_spdx": "MIT"
}