Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 1065,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 371934,
"Shell": 1431
},
"pushed_at": "2025-01-31T09:56:46Z",
"created_at": "2019-06-09T07:45:55Z",
"owner_type": "User",
"updated_at": "2026-06-30T18:30:46Z",
"description": "Utilities for working with bytes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Taiki Endo",
"type": "User",
"login": "taiki-e",
"company": null,
"location": "Japan",
"followers": 998,
"avatar_url": "https://avatars.githubusercontent.com/u/43724913?v=4",
"created_at": "2018-09-30T14:12:50Z",
"is_verified": null,
"public_repos": 269,
"account_age_days": 2856
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.12",
"kind": "patch",
"published_at": "2019-03-06T20:42:20Z"
},
{
"tag": "v0.4.11",
"kind": "patch",
"published_at": "2018-11-17T22:33:25Z"
},
{
"tag": "v0.4.10",
"kind": "patch",
"published_at": "2018-09-04T20:31:26Z"
},
{
"tag": "v0.4.9",
"kind": "patch",
"published_at": "2018-07-23T02:30:41Z"
},
{
"tag": "v0.4.8",
"kind": "patch",
"published_at": "2018-05-25T23:50:42Z"
},
{
"tag": "v0.4.7",
"kind": "patch",
"published_at": "2018-04-27T17:51:09Z"
},
{
"tag": "v0.4.6",
"kind": "patch",
"published_at": "2018-01-08T17:11:42Z"
},
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2017-08-12T17:59:31Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2017-05-26T17:09:43Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2017-04-30T23:25:54Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2017-04-05T19:12:05Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2017-03-15T16:36:52Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2017-02-24T18:35:53Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2015-12-04T04:40:52Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-02-10T07:36:43Z"
}
],
"recent_commits": [
{
"oid": "16fd473d5c6ca20787e157ec19afc469438fc66b",
"body": null,
"is_bot": false,
"headline": "Add feature to support platforms without atomic CAS (#467)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-01-31T09:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71824b095c4150b3af0776ac158795c00ff9d53f",
"body": null,
"is_bot": false,
"headline": "ci: test AArch64 and run tests instead of build in cross job (#763)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-01-27T09:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a876609a23eb9c140fffeae625dd9272e4e48e0",
"body": null,
"is_bot": false,
"headline": "Use [lints] to address unexpected_cfgs lint (#762)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-01-27T09:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab876fee66393b064c2adac83d28fca46186075",
"body": null,
"is_bot": false,
"headline": "Try get methods for Buf trait (#753)",
"author_name": "hpenne",
"author_login": "hpenne",
"committed_at": "2025-01-21T12:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1b120812709a5ef88b55871dddcc928279dfa99",
"body": null,
"is_bot": false,
"headline": "Disable test_bytes_vec_alloc test on miri (#755)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2025-01-13T15:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aae4969fde8a3b2bc091c1fbbad51071a3fa542c",
"body": "Co-authored-by: Alice Ryhl <aliceryhl@google.com>\r\nCo-authored-by: Michal 'vorner' Vaner <vorner@vorner.cz>",
"is_bot": false,
"headline": "Add specialized `Buf::chunks_vectored` for `Take` (#617)",
"author_name": "Sam Rijs",
"author_login": "srijs",
"committed_at": "2025-01-13T12:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103d7bf9e030fd4ce009092e8da8f2ff3251e261",
"body": null,
"is_bot": false,
"headline": "Remove incorrect guarantee for `chunks_vectored` (#754)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2025-01-10T22:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16cc574feae9057f9550f7802bb768ab0db759ab",
"body": null,
"is_bot": false,
"headline": "Implement `Buf::chunks_vectored` for `VecDeque<u8>` (#708)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2025-01-10T13:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e9e4fc2f1776b6b052de9e614ac1336c94291e7",
"body": null,
"is_bot": false,
"headline": "Expand `Buf` tests (#747)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2025-01-09T16:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7072c9267f1058f5dd2ef4273e2a91f697a1e12",
"body": null,
"is_bot": false,
"headline": "Run tests under panic=abort (#749)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-12-10T21:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a14deeb5d94839f101a02cc650a3a14949305b",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.9.0 (#748)",
"author_name": "Kyle Barron",
"author_login": "kylebarron",
"committed_at": "2024-11-28T12:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f1c26f694bb24220a846958d6e414e9298cda9",
"body": null,
"is_bot": false,
"headline": "Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)",
"author_name": "Leonid Logvinov",
"author_login": "LogvinovLeon",
"committed_at": "2024-11-08T09:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd8969e850d0a66b181c388ead281c37d360621",
"body": null,
"is_bot": false,
"headline": "Replace `BufMut::put` with `BufMut::put_slice` in Writer impl (#745)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-11-01T18:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d996a2b419ad1a29d65ba6c7e82cfe9c733595c",
"body": null,
"is_bot": false,
"headline": "Fix typo in `Buf::chunk()` comment (#744)",
"author_name": "katelyn martin",
"author_login": "cratelyn",
"committed_at": "2024-11-01T14:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ee8e9cba87c6d31774c100d2c9fd67ff2ad94c",
"body": null,
"is_bot": false,
"headline": "Add `Bytes::from_owner` (#742)",
"author_name": "Adam Cimarosti",
"author_login": "amunra",
"committed_at": "2024-10-29T12:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c45697ce4230777aa8467db7ef91e89f282a539f",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.8.0 (#741)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-10-21T19:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac54ca706dfc039cc738962581bba4793860605",
"body": "Signed-off-by: Alice Ryhl <aliceryhl@google.com>",
"is_bot": false,
"headline": "Guarantee address in split_off/split_to for empty slices (#740)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-10-18T17:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c1d658d90c922eeee1dbc29bc6f6fd9a1a1a66",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.7.2 (#736)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-09-18T05:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac46ebdd464144cecd7463a96ca9eb347458ae94",
"body": null,
"is_bot": false,
"headline": "ci: update nightly to nightly-2024-09-15 (#734)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-09-17T15:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79fb85323cf4cf14d9b85f487b65fc147030cf4b",
"body": "Closes #730",
"is_bot": false,
"headline": "fix: apply sign extension when decoding int (#732)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-08-30T12:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "291df5acc94b82a48765e67eeb1c1a2074539e68",
"body": null,
"is_bot": false,
"headline": "Fix double spaces in comments and doc comments (#731)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-08-19T08:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7d5ff39e39c2802c0fa9e2fc308f6a3e0beda7",
"body": null,
"is_bot": false,
"headline": "test: ensure BytesMut::advance reduces capacity (#728)",
"author_name": "Cameron Bytheway",
"author_login": "camshaft",
"committed_at": "2024-08-02T19:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4fb3e8f45650500187f8cdbad5ac8ffdb7df0a",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.7.1 (#727)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-08-01T20:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f488be48d07d899dc428c5cd7f5c11a95bf7716c",
"body": "…pl\" (#726)\n\nThis reverts commit baa5053572ed9e88ca1058ec2b5a3f08046c5a40.",
"is_bot": false,
"headline": "Revert \"Reuse capacity when possible in <BytesMut as Buf>::advance im…",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-08-01T20:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03fdde9dcfe69caf681ecaa1d97f8105a9c9a6c1",
"body": null,
"is_bot": false,
"headline": "chore: prepare v1.7.0 (#724)",
"author_name": "Motoyuki Kimura",
"author_login": "mox692",
"committed_at": "2024-07-31T11:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c7b574c0ef0c3cb097d29a08e53b15b4e4a522",
"body": null,
"is_bot": false,
"headline": "Merge 'v1.6.1' into 'master' (#721)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-07-13T07:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd13c7dcdb840653bf81294d141da77d3f1f9e1f",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.6.1 (#720)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-07-13T07:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b4b0eda2980f09df18380c80f8ae6109ae70d83",
"body": "The `is_unique` entry in the vtable for `Bytes` created from a shared\r\n`BytesMut` just called the `shared_is_unique` function from the `bytes`\r\nmodule. However, that function dereferences the `data` argument` as\r\n`bytes::Shared`, but the actual underlying type is `bytes_mut::Shared`.",
"is_bot": false,
"headline": "Fix `Bytes::is_unique` when created from shared `BytesMut` (#718)",
"author_name": "Emily Crandall Fleischman",
"author_login": "zyxw59",
"committed_at": "2024-07-12T23:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9965a04b5684079bb614addd750340ffc165a9f5",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary file (#719)",
"author_name": "EXPLOSION",
"author_login": "A5rocks",
"committed_at": "2024-07-10T10:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3443ca5a0be21cdb2424bd20d49746bd622ed195",
"body": null,
"is_bot": false,
"headline": "docs: clarify the behavior of `Buf::chunk` (#717)",
"author_name": "vvvviiv",
"author_login": "vvvviiv",
"committed_at": "2024-07-09T12:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc940779fd6a489a2d7ca53fbbc44f84210083e",
"body": null,
"is_bot": false,
"headline": "Allow reclaiming the current allocation (#686)",
"author_name": "Sebastian Hahn",
"author_login": "shahn",
"committed_at": "2024-06-28T12:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5154ba8b54970b7bb07c4902bc8a7981f4e57c",
"body": "…714)",
"is_bot": false,
"headline": "Clarify how `BytesMut::zeroed` works and advantages to manual impl (#…",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-06-21T12:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa1daac3ae1dcb07dffe3a41a041dffd6edf177b",
"body": "… (#710)\n\n<Arc<T>>::make_mut returns a &mut T, such an API is doable for Bytes too\r\nand thus we should reserve Bytes::make_mut for that.\r\n\r\nFurthermore, it would be helpful to use From<Bytes> as a trait bound\r\nin some cases with other traits such as Hyper's body trait, where Hyper\r\ngives you Bytes values.\r\n\r\nFinally, making it impl From<Bytes> for BytesMut means the API is more\r\neasily discoverable as it appears on both Bytes and BytesMut.",
"is_bot": false,
"headline": "Change Bytes::make_mut to impl From<Bytes> for BytesMut (closes #709)…",
"author_name": "Anthony Ramine",
"author_login": "nox",
"committed_at": "2024-05-28T08:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf520ac7f2c466d26bd88eca33ddc53c408e17e",
"body": null,
"is_bot": false,
"headline": "Fix iter tests to use the actual bytes IntoIter instead of std (#707)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-05-19T19:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4950c503768fcebce6f9ab9dbaac2a7da30b35ba",
"body": null,
"is_bot": false,
"headline": "Offset from (#705)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-05-11T17:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86694b05649c0c1666044b2ba5c386c2328aac18",
"body": null,
"is_bot": false,
"headline": "Add zero-copy make_mut (#695)",
"author_name": "Émile Fugulin",
"author_login": "Sytten",
"committed_at": "2024-05-05T15:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c17e99283185b94ab68cdf0fb62da53cbd765ee",
"body": null,
"is_bot": false,
"headline": "ci: silence unexpected-cfgs warnings due to `#[cfg(loom)]` (#703)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-05-05T12:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7f8449b5efc7022dc592b3a1d7dd33079f4c8f",
"body": null,
"is_bot": false,
"headline": "Tweak clear and truncate length modifications (#700)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-04-26T07:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8806c245700e583134e67b7e0b87f1256b95bfa",
"body": null,
"is_bot": false,
"headline": "Improve BytesMut::split suggestion (#699)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-04-25T08:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baa5053572ed9e88ca1058ec2b5a3f08046c5a40",
"body": null,
"is_bot": false,
"headline": "Reuse capacity when possible in <BytesMut as Buf>::advance impl (#698)",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2024-04-25T07:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce09d7d358ab1d1d31ed9d0b52a747c0a21ea401",
"body": "Follow up to https://github.com/tokio-rs/bytes/pull/689\r\n\r\n* If `at == self.len()`, we already know `at <= self.len()`.\r\n* If `at == 0`, we already know `at <= self.len()`.",
"is_bot": false,
"headline": "Bytes::split_off - check fast path first (#693)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-04-24T12:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3ec1cffb76141b4706bb289beced8b04ecac4a",
"body": "* use checked_sub\r\n\r\n* return when additional == 0\r\n\r\n* move safe operation out of unsafe block\r\n\r\n* use spare_capacity_mut instead of chunk_mut\r\n\r\nWe don't need to check capacity because it's already been reserved\r\nabove.\r\n\r\n* Add safety comments\r\n\r\n* refactor to use guard clauses\r\n\r\nThis would be \n[…]\n >= 1.65.x`.\r\n\r\n* use if-let instead of unwrap\r\n\r\n* reduce scope of unsafe blocks\r\n\r\nCo-authored-by: Alice Ryhl <aliceryhl@google.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Alice Ryhl <aliceryhl@google.com>",
"is_bot": false,
"headline": "Resize refactor (#696)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-04-24T09:49:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e2c9c065a06bf9cb5d7dd46e3b29f62a1c20057",
"body": null,
"is_bot": false,
"headline": "Truncate tweaks (#694)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-04-17T09:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327615e5d4ba27e9647734d83ef9ad88d7dd8a38",
"body": "…s (#691)\n\nCloses #690\r\nWithout it, it seems to me that compiler is able to inline the vtable,\r\nresulting in similar results for `clone_shared` and `clone_arg_vec`.",
"is_bot": false,
"headline": "test(benches): encloses bytes into `test::black_box` for clone benche…",
"author_name": "Joseph Perez",
"author_login": "wyfo",
"committed_at": "2024-04-11T09:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5fbfc3edb35a03ca560d29a0911e0495299575e",
"body": "Signed-off-by: tison <wander4096@gmail.com>",
"is_bot": false,
"headline": "perf: improve Bytes::copy_to_bytes (#688)",
"author_name": "tison",
"author_login": "tisonkun",
"committed_at": "2024-04-10T14:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb62b912a199bef711e7e12243d972f4f0cdca8",
"body": "If `at == self.len()` then we already know `at <= self.len()`. If\r\n`at == 0`, it can't be greater than `self.len()`.",
"is_bot": false,
"headline": "Bytes::split_to - check fast path first (#689)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-04-10T08:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4af48633cec419e8274571d353fe166d5e23a3e",
"body": "A fundamental invariant of `reserve` is that it can extend capacity\r\nwhile the stored data remains the same, even if it's moved to a new\r\nallocation. As a result, `len` can never change during a call to\r\n`reserve`.",
"is_bot": false,
"headline": "Don't set `len` in `BytesMut::reserve` (#682)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-04-09T12:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d4cc7ffed2eadfb2028bade65b9ac0b6d231fc4",
"body": null,
"is_bot": false,
"headline": "Bytes: Use ManuallyDrop instead of mem::forget (#678)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-04-08T15:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce8d8a0a029c0d296ade752ecc8c3e1ce9eee47f",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.6.0 (#681)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-03-22T19:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536db06f168bdef967afbeac0561bf774e9a1315",
"body": null,
"is_bot": false,
"headline": "Use ManuallyDrop instead of mem::forget (#675)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-03-14T13:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca004117f86afccd36148dee7c8413cfaf9de6a4",
"body": "Bytes doesn't have an unsplit method anymore. We can always retrieve\r\nthese from git history if necessary.",
"is_bot": false,
"headline": "Remove commented tests for Bytes::unsplit (#677)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-03-04T08:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7968f6f83d17175683e04ce56aa48e44ed7d0d98",
"body": null,
"is_bot": false,
"headline": "Remove redundant reserve call (#674)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-03-04T08:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5fae00c76dbd1af7ea7b6cde7a9281d82ee7cd2",
"body": "Fixes #454.",
"is_bot": false,
"headline": "copy_to_bytes: Add panic section to docs (#676)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-03-03T13:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99584cc10d66cb6880a20c5ac9b9a960f9c17823",
"body": "CI is [failing][failure] due to unused_imports because Iterator is\r\nalready in the prelude. Removing it fixes things up.\r\n\r\n[failure]: https://github.com/tokio-rs/bytes/actions/runs/8034858583/job/21946873895",
"is_bot": false,
"headline": "Use Iterator from the prelude (#673)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-03-02T15:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46289278f52a26c12298779f4aaebad1dcb26d35",
"body": "* set len a little more concisely\r\n* inline set_end\r\n* remove kind assertions\r\n* remove a duplicate assertion\r\n* remove redundant assertion and min\r\n* rename set_start to advance_unchecked",
"is_bot": false,
"headline": "Refactor split_at/split_to (#663)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-02-23T22:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bcd2129d195a0722d8b5b1a16c7d33698701f2e",
"body": "I can't see any reason that get_vec_pos needs a &mut self.",
"is_bot": false,
"headline": "get_vec_pos: use &self instead of &mut self (#670)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-02-06T22:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f586ffc52589f01be1b4a44d6544b3d0226773d6",
"body": "The second argument to `set_vec_pos` always contains the value of\r\n`self.data`. Let's just use `self.data` and remove the second parameter\r\naltogether.",
"is_bot": false,
"headline": "set_vec_pos does not need a second parameter (#672)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-02-06T19:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6972d61328be113ec8e80c207815a4b84fe616c",
"body": "We don't need the original capacity if the shared data is unique, so\r\nlet's not calculate it until after that check.",
"is_bot": false,
"headline": "Calculate original capacity only if necessary (#666)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-02-06T18:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47e83056f28e15e4ca68056a0136f3920b753783",
"body": "We're always subtracting here, and we already have a usize, so `sub`\r\nseems like a more appropriate usage to me.",
"is_bot": false,
"headline": "Use sub instead of offset (#668)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-02-06T18:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bcac21cb44c112f20e8dd31475033ff448e35ce",
"body": "These seem to have been commented by accident in #298, and are still\r\npassing.",
"is_bot": false,
"headline": "Restore commented tests (#665)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-02-06T18:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e7abdb290e663f025a22a7d9e14e019b6abdb2",
"body": "Instead of re-declaring `vec`, we can just use a mut parameter.",
"is_bot": false,
"headline": "refactor: make parameter mut in From<Vec> (#667)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-01-31T14:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24587dd6197dbc58d6c2b6eb7186df99b04d881",
"body": null,
"is_bot": false,
"headline": "Remove unreachable else branch (#661)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-01-28T12:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9257a6ea0852c03f4672e5f8346d3d614543e270",
"body": null,
"is_bot": false,
"headline": "Remove an unnecessary else branch (#662)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-01-28T10:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba3b4c4cd74a0ad8566277e1a1533fa9e895756",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary namespace qualifier (#660)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-01-28T10:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0864aea9704ac12fa53ee96a7f968e51c9dabba1",
"body": null,
"is_bot": false,
"headline": "add `Bytes::is_unique` (#643)",
"author_name": "Cyborus04",
"author_login": "Cyborus04",
"committed_at": "2024-01-19T22:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb4a2e66cab68a6d1deb3d37377625443794cfd",
"body": "Back in #362, an assertion was added to ensure that the alignment of\r\nbytes::Shared is even so we can use the least significant bit as a flag.\r\nbytes_mut::Shared uses the same technique but has no such assertion so\r\nI've added one here.",
"is_bot": false,
"headline": "BytesMut: Assert alignment of Shared (#652)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2024-01-19T10:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09214ba51bdace6f6cb91740cee9514fc08d55ce",
"body": null,
"is_bot": false,
"headline": "Update CI config (#650)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-01-07T16:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc64bcc6713b51fa1253cf18fc80c904796ddb5",
"body": null,
"is_bot": false,
"headline": "Update loom to 0.7 (#651)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-01-07T16:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf6583b5cece02526b9b225e6ace0552a36ded3",
"body": null,
"is_bot": false,
"headline": "readme: add security policy (#649)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2024-01-03T16:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbdb63d7691066922ac4c7753e6dd95c07f8fbf",
"body": "I was a little confused about these calls using `Self::` instead of\r\n`self.` here. Is there a reason to use the former instead of the latter?",
"is_bot": false,
"headline": "Use `self.` instead of `Self::` (#642)",
"author_name": "Brad Dunbar",
"author_login": "braddunbar",
"committed_at": "2023-12-28T05:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73c6c8e8543ee15741c788d105e2b4235f1bc7b",
"body": "This reworks `UninitSlice::as_uninit_slice_mut()` using equivalent\r\nsimpler logic.",
"is_bot": false,
"headline": "Simplify UninitSlice::as_uninit_slice_mut() logic (#644)",
"author_name": "Luca Bruno",
"author_login": "lucab",
"committed_at": "2023-12-28T05:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72cbb92e0e53680c67c27b56fabbe1f3ed5dbae9",
"body": "Fixed a few broken links and converted a lot of them from the\nhtml-link to intra-doc links.",
"is_bot": false,
"headline": "docs: fix broken links (#639)",
"author_name": "Gabriel Goller",
"author_login": "kaffarell",
"committed_at": "2023-11-16T11:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bde8c50703869f54b905560eb62c2478a0111885",
"body": "Co-authored-by: Daniel Bauman <danielbauman@Daniels-MacBook-Pro.local>",
"is_bot": false,
"headline": "docs: typo fix (#637)",
"author_name": "DanielB",
"author_login": "DanielBauman88",
"committed_at": "2023-10-19T19:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd9243f9e2fe2027243b1a23d518c723c24a17b7",
"body": null,
"is_bot": false,
"headline": "Various cleanup (#635)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2023-10-02T13:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e16a552bf5bee0b75d549a98551d5ab1b074e4",
"body": null,
"is_bot": false,
"headline": "docs: fix some spelling mistakes (#633)",
"author_name": "mxsm",
"author_login": "mxsm",
"committed_at": "2023-09-25T08:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a14ef4617c1d041cd4b479cd7f5453054b8e639a",
"body": null,
"is_bot": false,
"headline": "Move comment to correct constant (#629)",
"author_name": "Lucas Kent",
"author_login": "rukai",
"committed_at": "2023-09-11T09:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd9c164cb65cf9b80436c3229a6753dc9c4e73eb",
"body": null,
"is_bot": false,
"headline": "doc: fix changelog typo (#628)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2023-09-07T12:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e6e200fd671340d4d4a874f83776def04f6c7b",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.5.0 (#627)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2023-09-07T08:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64c4fa286771ad9e522ffbefc576bcf7b76933d0",
"body": "tokio::io::ReadBuf uses names `new` and `uninit` for its constructors.\r\nFor consistency with that, rename recently introduced UninitSlice\r\nconstructors to match those names.",
"is_bot": false,
"headline": "Rename UninitSlice constructors for consistency with ReadBuf (#599)",
"author_name": "Michal Nazarewicz",
"author_login": "mina86",
"committed_at": "2023-06-20T08:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7756c3e5976246926a5c8227c181a97d80cf22b",
"body": null,
"is_bot": false,
"headline": "Fix CI failure (#616)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-04T16:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29112ce4484424a0137173310ec8b9f84db27ae",
"body": null,
"is_bot": false,
"headline": "Implement BufMut for `&mut [MaybeUninit<u8>]` (#597)",
"author_name": "Michal Nazarewicz",
"author_login": "mina86",
"committed_at": "2023-02-10T09:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a27542a0b90653f4ab66076c11a6a9ae706a0d",
"body": "Introduce UninitSlice::from_slice and UninitSlice::from_uninit_slice\r\nmethods which safely create Uninit slice from provided slice of maybe\r\nuninitialised or initialised memory.\r\n\r\nIn addition, add `From<&mut [T]>` implementations (for `T=u8` and\r\n`T=MaybeUninit<u8>`) which do conversion from slice to UninitSlice.\r\n\r\nCloses: #552",
"is_bot": false,
"headline": "Add a safe way to create UninitSlice from slices (#598)",
"author_name": "Michal Nazarewicz",
"author_login": "mina86",
"committed_at": "2023-02-09T16:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b04c7aae5fd7e73f4283774eab0ef72a26a8a7",
"body": "This function can be hot in applications that do a lot of encoding. Ideally would do the same for `<BytesMut as BufMut>::put_slice` and `<BytesMut as BufMut::put_u8`.",
"is_bot": false,
"headline": "Mark BytesMut::extend_from_slice as inline (#595)",
"author_name": "Paa Kojo Samanpa",
"author_login": "samanpa",
"committed_at": "2023-02-04T19:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21ed3328364716fa30a4bf7502c913bbf0a90f45",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.4.0 (#593)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2023-01-31T19:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e9d5cab95e5ce1d57dd498a9567639de50f841",
"body": "When we freeze a BytesMut, we turn it into a Vec, and then convert that\r\nto a Bytes. Currently, this happen using Vec::into_boxed_slice, which\r\nreallocates to a slice of the same length as the Vev if the length and\r\nthe capacity are not equal. This can pose a performance problem if the\r\nVec is lar\n[…]\neparate capacity, the shared\r\nvtable, let's turn our Vec into that kind of Bytes. While this does not\r\navoid allocation altogether, it performs a fixed size allocation and\r\navoids any need to memcpy.",
"is_bot": false,
"headline": "Avoid large reallocations when freezing BytesMut (#592)",
"author_name": "brian m. carlson",
"author_login": "bk2204",
"committed_at": "2023-01-31T19:04:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f15bba3375f7e75f412b085f75b3112cceaa6ef1",
"body": null,
"is_bot": false,
"headline": "Document which functions require `std` (#591)",
"author_name": "0xc0001a2040",
"author_login": "MrGunflame",
"committed_at": "2023-01-31T10:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93a94b974d8c7c926c4e49ed4ce4645fb0e3801",
"body": "Co-authored-by: Nicolae Mihalache <nicolae.mihalache@spaceapplications.com>",
"is_bot": false,
"headline": "Fix duplicate \"the the\" typos (#585)",
"author_name": "Nicolae Mihalache",
"author_login": "xpromache",
"committed_at": "2022-12-20T10:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050d65b2cee8b2272687d798dc209dc03fe92719",
"body": null,
"is_bot": false,
"headline": "make IntoIter constructor public (#581)",
"author_name": "Matthijs van Otterdijk",
"author_login": null,
"committed_at": "2022-11-25T21:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b227220dfeb5d176b807c9bf27e1ee438935f78",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.3.0 (#579)",
"author_name": "Sean Lynch",
"author_login": "Phantomical",
"committed_at": "2022-11-21T07:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8c41f5c215e03d94ab9b38a88f5991b4cf24ab",
"body": "Fixes #549",
"is_bot": false,
"headline": "Implement native-endian get and put functions for Buf and BufMut (#576)",
"author_name": "Sean Lynch",
"author_login": "Phantomical",
"committed_at": "2022-11-14T09:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7b4317e019f9b46dcc11e5a6a18e514ce85ebe",
"body": null,
"is_bot": false,
"headline": "Update nightly snapshot to the current one (#577)",
"author_name": "Sean Lynch",
"author_login": "Phantomical",
"committed_at": "2022-11-14T01:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e4b1f244b15dc486578103ae2db927bedee2d3e",
"body": null,
"is_bot": false,
"headline": "Rename and expose `BytesMut::spare_capacity_mut` (#572)",
"author_name": "Yotam Ofek",
"author_login": "yotamofek",
"committed_at": "2022-10-04T10:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a36f661354a99f8dd14b15acfe69bc16d5505fbe",
"body": null,
"is_bot": false,
"headline": "docs: Bytes::new etc should return Self not Bytes (#568)",
"author_name": "Adam Chalmers",
"author_login": "adamchalmers",
"committed_at": "2022-08-24T11:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b5d4ceb1645d0843729479a04be6c119a04369",
"body": null,
"is_bot": false,
"headline": "Don't have important data in unused capacity when calling reserve (#563)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2022-08-12T10:22:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7249149a926f0d5f9f89897853eb7dc7506d27b",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.2.1 (#561)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2022-07-30T09:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e1999d978a688625441348a81504ccab669aed",
"body": "Fixes calls to `reserve` when the underlying shared buffer was already\r\nbig enough to fit the requested capacity. Previously a new even larger\r\nbuffer was created anyways. This could eventually lead to an OOM\r\ncondition.",
"is_bot": false,
"headline": "Fix reserve over allocating underlying buffer (#560)",
"author_name": "Matt Schulte",
"author_login": "schultetwin1",
"committed_at": "2022-07-30T09:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38fd42acbaced11ff19f0a4ca2af44a308af5063",
"body": null,
"is_bot": false,
"headline": "chore: prepare bytes v1.2.0 (#556)",
"author_name": "Alice Ryhl",
"author_login": "Darksonn",
"committed_at": "2022-07-19T11:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7553a67be2b9d7ef2ac42dbcd38fd8365ee64cb5",
"body": "Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>\r\nCo-authored-by: Frank Steffahn <frank.steffahn@stu.uni-kiel.de>",
"is_bot": false,
"headline": "Fix amortized asymptotics of `BytesMut` (#555)",
"author_name": "Jiahao XU",
"author_login": "NobodyXu",
"committed_at": "2022-07-19T11:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd188cbd67c073128fdc339be8d5d67436d76f36",
"body": "Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>\r\nCo-authored-by: Alice Ryhl <aliceryhl@google.com>",
"is_bot": false,
"headline": "Add conversion from Bytes to Vec<u8> (#547)",
"author_name": "Jiahao XU",
"author_login": "NobodyXu",
"committed_at": "2022-07-13T07:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d1f6ec5c4e878aad9d13140d3479b3ea78ffcf",
"body": "Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>",
"is_bot": false,
"headline": "Fix: `From<BytesMut> fo Vec<u8>` implementation (#554)",
"author_name": "Jiahao XU",
"author_login": "NobodyXu",
"committed_at": "2022-07-13T06:59:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 0,
"latest_release_at": "2019-03-06T20:42:20Z",
"latest_release_tag": "v0.4.12",
"releases_from_tags": true,
"days_since_last_push": 541,
"active_weeks_last_year": 0,
"days_since_latest_release": 2698,
"mean_days_between_releases": 75
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "bytes",
"exists": true,
"license": "MIT",
"keywords": [
"buffers",
"io",
"zero-copy",
"data-structures",
"network-programming"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/bytes",
"is_deprecated": false,
"latest_version": "1.12.1",
"repository_url": "https://github.com/tokio-rs/bytes",
"versions_count": 59,
"total_downloads": 884929906,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 68054965,
"first_published_at": "2015-01-30T08:04:59.453916Z",
"latest_published_at": "2026-07-08T10:01:28.616466Z",
"latest_version_yanked": false,
"days_since_latest_publish": 18
}
]
},
"popularity": {
"forks": 2,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 86548,
"source_files_sampled": 33,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.19",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-xwfj-jgwm-7wp5",
"RUSTSEC-2025-0055"
],
"fixed_version": "0.3.20",
"advisory_count": 2,
"oldest_advisory_days": 331
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 31,
"malicious_count": 0,
"assessed_package": "crates:bytes@1.12.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.60"
},
{
"name": "extra-platforms",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "loom",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_test",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 1,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "carllerche",
"commits": 202,
"avatar_url": "https://avatars.githubusercontent.com/u/6180?v=4"
},
{
"type": "User",
"login": "seanmonstar",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/51479?v=4"
},
{
"type": "User",
"login": "Darksonn",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/928074?v=4"
},
{
"type": "User",
"login": "braddunbar",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/11674?v=4"
},
{
"type": "User",
"login": "taiki-e",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/43724913?v=4"
},
{
"type": "User",
"login": "stepancheg",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/28969?v=4"
},
{
"type": "User",
"login": "fhartwig",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/83271?v=4"
},
{
"type": "User",
"login": "paolobarbolini",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/6215781?v=4"
},
{
"type": "User",
"login": "RalfJung",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/330628?v=4"
},
{
"type": "User",
"login": "danburkert",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/160242?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.393
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 9,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "16fd473d5c6ca20787e157ec19afc469438fc66b",
"ran_at": "2026-07-26T19:58:02Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/taiki-e/bytes",
"host": "github.com",
"name": "bytes",
"owner": "taiki-e"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 28,
"inputs": {
"security": 50,
"vitality": 17,
"community": 12,
"governance": 50,
"engineering": 36,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 33,
"overall_after_abandonment_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 541,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 541 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 541
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 40,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.4.12",
"releases_from_tags": true,
"days_since_latest_release": 2698,
"mean_days_between_releases": 75
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2698 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2698
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~75 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 75
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 541,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 541 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 541,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 2,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 100,
"top_contributor_share": 0.393
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"followers": 998,
"owner_type": "User",
"is_verified": null,
"owner_login": "taiki-e",
"public_repos": 269,
"account_age_days": 2856
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "998 followers of taiki-e",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 998,
"login": "taiki-e"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "269 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 269
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 36,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the crates:bytes@1.12.1 runtime dependency closure — what installing the published package pulls in — 31 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:bytes@1.12.1",
"assessed": 31
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 97,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 31,
"unassessed_packages": 0,
"affected_by_severity": "low 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: tracing-subscriber 0.3.19 (low)",
"points": 23,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "tracing-subscriber 0.3.19 (low)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 331 days ago",
"points": 39,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 331
}
}
],
"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": 31,
"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": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.98,
"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": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"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"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 86548,
"source_files_sampled": 33,
"oversized_source_files": 1
},
"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": "1/33 source files over 60KB",
"points": 53.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"crates package 'bytes' points at a different repository (https://github.com/tokio-rs/bytes); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-26T19:58:18.435868Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/taiki-e/bytes.svg",
"full_name": "taiki-e/bytes",
"license_state": "standard",
"license_spdx": "MIT"
}