Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 471,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 325040
},
"pushed_at": "2026-08-01T20:13:38Z",
"created_at": "2023-06-03T21:35:00Z",
"owner_type": "User",
"updated_at": "2026-07-31T21:33:29Z",
"description": "A crate for working with buffers of audio samples without having to deal with buffer layout and sample format",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Henrik Enquist",
"type": "User",
"login": "HEnquist",
"company": "Novo Nordisk",
"location": "Denmark",
"followers": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/6504678?v=4",
"created_at": "2014-01-26T05:26:00Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 4570
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "release6",
"kind": "other",
"published_at": "2026-07-31T21:34:19Z"
},
{
"tag": "release5",
"kind": "other",
"published_at": "2026-06-17T19:28:25Z"
},
{
"tag": "release4",
"kind": "other",
"published_at": "2026-03-30T22:21:37Z"
},
{
"tag": "release3",
"kind": "other",
"published_at": "2026-03-24T20:43:51Z"
},
{
"tag": "release2",
"kind": "other",
"published_at": "2025-12-08T21:20:51Z"
},
{
"tag": "release1",
"kind": "other",
"published_at": "2025-10-24T19:52:20Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-04-04T18:40:18Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-03-18T20:55:02Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-03-17T19:40:31Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-10-27T20:53:13Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-10-25T20:40:28Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-10-16T20:09:53Z"
}
],
"recent_commits": [
{
"oid": "99dd68158d6febc588bb495e393d94505459279a",
"body": "v5.0: Split buffer-crate integrations into separate compat crates",
"is_bot": false,
"headline": "Merge pull request #48 from HEnquist/feature/compat-integrations",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-07-31T21:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793f6ac223ee9c2beee8a125bc1624050fb2ba6a",
"body": "`nice-plug-core` 0.2.0 was released the day after the compat crate was\nwritten. The `Buffer` API this crate uses is unchanged, so only the\nversion requirement needed updating, but 0.2 requires Rust 1.87.\n\nSince the crates are unpublished, this lands before the first release\ninstead of costing a majo\n[…]\n Add a CI job that builds with the oldest declared `rust-version`.\n It uses the lowest value found in the manifests, so a crate that\n declares an older version than its dependencies need also fails.",
"is_bot": false,
"headline": "Target nice-plug-core 0.2 and raise MSRV to 1.87",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-07-31T21:31:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90d8ee9b883553956dd3c34d4e711fb277ab4563",
"body": "The `audioadapter-stats` crate only existed to keep `num-traits` out of\nthe core crate. Replacing the num-traits bounds with a small local\n`StatsSample` trait removes that reason, so the module moves back and the\ncore crate still builds with no dependencies. Nothing was published under\nthe `audioada\n[…]\neries of buffers.\n- Fix min/max and peak-to-peak for signals that never cross zero, by\n seeding from the first sample instead of from zero.\n- Document the statistics helpers in the core crate README.",
"is_bot": false,
"headline": "Move stats back into the core crate and extend it",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-07-31T21:10:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c0670370a8307ac30f38f0341660b2d19efc38c",
"body": null,
"is_bot": false,
"headline": "Add changelog and link it from crate READMEs",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-07-23T21:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709c41246781941d6cc41cc447364f4d787a08ad",
"body": "Move the statistics helpers out of `audioadapter` into a new\n`audioadapter-stats` crate. `num-traits` was the core crate's only\ndependency and was used solely by `stats`, so the core crate now builds\nwith no dependencies at all (it is pulled in only by the `test-utils`\nfeature).\n\nAlso settle the flo\n[…]\n_scaled_float`.\n\n- New `audioadapter-stats` crate (versioned with the core family).\n- Drop the unused `fon` entry from workspace dependencies.\n- CI dry-run and publish workflows cover the stats crate.",
"is_bot": false,
"headline": "Extract stats into its own crate and make core dependency-free",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-07-23T20:03:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b30854ed5385038a4a30cde5011b17c15f16a53",
"body": "Move the `audio` integration out of the core crate and add integrations\nfor symphonia, dasp, ndarray and nice-plug/nih-plug, each as its own\n`audioadapter-compat-*` crate under `compat/`. Core `audioadapter` and\n`audioadapter-sample` no longer depend on any integration crate.\n\n- Bump audioadapter, -\n[…]\nudio` feature from audioadapter-sample.\n- Each compat crate documents which audioadapter and upstream major\n versions it targets.\n- Extend CI dry-run and publish workflows to cover the compat crates.",
"is_bot": false,
"headline": "Split buffer-crate integrations into separate compat crates",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-07-23T19:34:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2793d44bd3e2d13aa15b4b97917f0cfee3998bb",
"body": "Release 4.0: byte-slice soundness, lifetime removal, overflow hardening, copy helpers",
"is_bot": false,
"headline": "Merge pull request #47 from HEnquist/release/4.0",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-06-17T19:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b7a979c46d0d9b9eb829a9afcb80bf8ac42a80",
"body": "- 'allocaing' -> 'allocating' in the InterleavedOwned/SequentialOwned\n constructor docs.\n- custom_adapter example: use PhantomData<fn() -> T> instead of\n PhantomData<T>, since the struct produces T but never owns one.\n\nFrom the Copilot review on the 4.0 release PR.",
"is_bot": false,
"headline": "Fix doc typos and example PhantomData marker from review",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T19:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "051666ed0fddaaf9fe70ec808880ffe861512132",
"body": "Add copy_from_other and a utils module of slice-copy helpers",
"is_bot": false,
"headline": "Merge pull request #46 from HEnquist/add-copy-from-other",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-06-05T18:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdf1bad5fe3cff631dde9c9fd4dbdf605eebaa5",
"body": "Newer clippy (1.96) flags the manual `channels == 0` divide guard. Use\nchecked_div with unwrap_or(0), which is behaviorally identical.",
"is_bot": false,
"headline": "Use checked_div in slice_frames for clippy::manual_checked_ops",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T18:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47884f6065db49611848ac8b899126560c3d0a91",
"body": "Add a copy_from_other default method to AdapterMut that copies all\nchannels from another adapter, delegating to copy_from_other_to_channel\nper channel. The up-front bounds check uses the overflow-safe form\nalready used elsewhere in the trait, so large take/skip values are\nrejected rather than wrappi\n[…]\n from_* helpers skip them. Tests\ncover both directions and layouts, the does-not-fit and overflow cases,\nthe skip boundary, a non-zero clip count via a converting destination,\nand the sparse behavior.",
"is_bot": false,
"headline": "Add copy_from_other and a utils module of slice-copy helpers",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T18:36:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be4d4d6978d5428df516a317ed446d1096c3e3f9",
"body": "Remove vestigial 'a lifetime from Adapter and AdapterMut",
"is_bot": false,
"headline": "Merge pull request #45 from HEnquist/remove-adapter-lifetime",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-06-05T11:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ac4611062d0b68361ced1584622e5b6bf767b0",
"body": "These bounds are implied by the well-formedness of the &'a dyn Adapter<U>\nreference each signature already holds, so the compiler knows them without\nbeing told. Removing them also lets the three ConvertNumbers trait impls\nelide 'a entirely, since it then appears only in the stored reference type.\n\nThe 'a on the constructor impls stays, it is the real borrow lifetime of\nthe wrapped buffer.",
"is_bot": false,
"headline": "Drop redundant T: 'a and U: 'a bounds in the float converters",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T11:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf0b3a32f71c2c1bf288069220cdd67b4f6537c",
"body": "The lifetime parameter on the core traits was only needed back when reads\nreturned references into the buffer. Since reads became value-returning,\nnothing borrows the buffer through the trait, so 'a was dead weight carried\nalong through renames and the crate split.\n\nDrop it: Adapter<'a, T: 'a> becom\n[…]\nrrowed buffers stays; clippy elided it where it became single-use.\n\nBump audioadapter to 4.0.0 (breaking trait change) and the buffers\ndependency requirement to 4.0, so all three crates ship at 4.0.0.",
"is_bot": false,
"headline": "Remove vestigial 'a lifetime from Adapter and AdapterMut",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T11:46:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d5b896f12d3b7125df0f9d25a756fb971e33301",
"body": "Soundness: overflow in Adapter bounds checks, and read_sample without mem::zeroed",
"is_bot": false,
"headline": "Merge pull request #44 from HEnquist/overflow-and-zeroed-fixes",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-06-05T11:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1befb72d36a317eb26186878f4fb2e297c314f31",
"body": "Make byte slice constructors sound, bump buffers to 4.0",
"is_bot": false,
"headline": "Merge pull request #43 from HEnquist/fix-bytes-soundness",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-06-05T11:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc464df335766b41539993615ee215b51800893",
"body": "read_sample built the sample with mem::zeroed::<T>(), which is\nundefined behavior for any BytesSample type that is not valid when\nzero-filled (e.g. one wrapping a NonZero or reference).\n\nAdd a safe `zero()` constructor to the BytesSample trait and read\nstraight into its bytes via as_mut_slice. This \n[…]\nzes the buffer exactly to the type with no hard cap.\n\nAdding a required trait method is breaking, so audioadapter-sample goes\nto 4.0.0. audioadapter-buffers' dependency requirement is bumped to\nmatch.",
"is_bot": false,
"headline": "Replace mem::zeroed in read_sample with a BytesSample::zero method",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T09:37:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ba16d80fbe72ea6e5c22764a324a88176b3c5f5",
"body": "The default trait methods checked bounds with unchecked additions on\nuser-supplied usize values, which wrap in release builds and let the\nchecks pass before indexing out of bounds via the unchecked accessors:\n\n- copy_frames_within: src + count / dest + count\n- copy_from_other_to_channel: take + self\n[…]\n_frames_with had the\nsame overflow plus an off-by-one (>= rather than >) that wrongly\nrejected a fill ending exactly at the last frame; both fixed.\n\nAdds regression tests. Bumps audioadapter to 3.0.1.",
"is_bot": false,
"headline": "Reject integer overflow in Adapter bounds checks",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-05T09:25:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c17829f2e8bed1f0e07b677fd9d492ab484f9aa",
"body": "The buffer-length checks multiplied frames * channels (and a per-sample\nbyte factor) unchecked, and the copy_frames_within guards added\nsrc + count, all on user-supplied usize values. In release builds these\nwrap, so the checks could pass with a too-small buffer and later index\nout of bounds via get\n[…]\ned/SequentialOwned::new use checked_mul\n and panic instead of wrapping to a small allocation.\n- copy_frames_within guards are rewritten in an overflow-safe form.\n\nAdds regression tests for all three.",
"is_bot": false,
"headline": "Reject integer overflow in size and copy bounds checks",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-04T18:18:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d2d9ed905332d3a411aa193eaeb2c0ffcb4cddc8",
"body": "The byte-based constructors relied on U: BytesSample plus a const\nalignment assert. But BytesSample is a safe trait, so a downstream\nimpl on a non-POD type (e.g. a packed struct holding a reference)\ncould still make the &[u8] -> &[U] transmute unsound, and the assert\nonly covered alignment, not vali\n[…]\nted for the byte-wrapper sample types, and bound the\nbyte constructors on it. The unsafe obligation now lives where the\ntransmute happens, BytesSample stays safe, and audioadapter-sample is\nunchanged.",
"is_bot": false,
"headline": "Replace BytesSample byte bound with an unsafe PlainBytes trait",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-04T16:44:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29f3b596784b8329c6e9a7aaf1e82bd31c185584",
"body": "Defends the &[u8] -> &[U] casts against any U with alignment > 1,\nindependent of the BytesSample bound. Fires at const-eval time.",
"is_bot": false,
"headline": "Add compile-time alignment assert to byte transmutes",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-03T20:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cac41a8f54dc7ef0ee8bf7da3301665154757a",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-03T19:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576ed817afa61ef64d0badf783d4605c93b64e9c",
"body": "Add a BytesSample bound to new_from_bytes/new_from_bytes_mut and\nun-export the byte_slice_as_type macros so arbitrary types can no\nlonger be transmuted from bytes. Also fix doc bugs, re-export the\nsample types, and expand the README.",
"is_bot": false,
"headline": "Make byte slice constructors sound, bump buffers to 4.0",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-06-03T18:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c2b29526763c76c11abbfb298c426016322bbd",
"body": "No libm",
"is_bot": false,
"headline": "Merge pull request #38 from HEnquist/no_libm",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-03-30T22:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62150f62ba0f5e747ff49db49d9824e2db4348a6",
"body": null,
"is_bot": false,
"headline": "Typo",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-30T22:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdcd60f4ba485c271448598b8b3fcf7fb18f8823",
"body": null,
"is_bot": false,
"headline": "Add development section in readme",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-28T20:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304a7194a596bda8b684f732fbda01987c5849d5",
"body": null,
"is_bot": false,
"headline": "Update to latest checkout action",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-28T20:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c954e032faac1e557cc5b336a34a998b9144c1",
"body": null,
"is_bot": false,
"headline": "Better ci logs",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-28T20:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e6ebf22c672d4ec757bb3c22a3ce0fc93b9da8",
"body": null,
"is_bot": false,
"headline": "Better ci",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-28T20:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e59970aaff8dd6bccc37b4894be0592e1fcf9e",
"body": null,
"is_bot": false,
"headline": "Improved error types, tests for errors",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-28T17:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272c3fd82277670f65fc309952a4e24687491823",
"body": null,
"is_bot": false,
"headline": "Remove sqrt from public api",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-27T23:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80217901a1196b5655e65bd34bb7e79e70f5974",
"body": null,
"is_bot": false,
"headline": "fix review findings",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-27T23:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eceee0d55ee36a453a41f1a90b2666023218d08",
"body": null,
"is_bot": false,
"headline": "fix lints from latest rust",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-27T22:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ad6a64c50f4bb004a5ed70fb3d2593d411fec4",
"body": null,
"is_bot": false,
"headline": "Update msrv and edition",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-27T22:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "690ab2cd93b3d8db19a54e0e1da40627eaf93ba8",
"body": null,
"is_bot": false,
"headline": "Fix typos",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-27T22:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4385c70b776a73729d5cc635c227f7bff9c1f8",
"body": "add SequentialSliceOfSlices, fix realtime safety",
"is_bot": false,
"headline": "Merge pull request #40 from BillyDM/no_libm",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-03-27T21:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d79cc570589693a043afdc74055cef5750d985",
"body": null,
"is_bot": false,
"headline": "remove unecessary lifetimes",
"author_name": "Billy Messenger",
"author_login": "BillyDM",
"committed_at": "2026-03-26T21:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a36beef56cc4e8bfaa1427114e732f9aff37f8",
"body": "…liceOfVecs",
"is_bot": false,
"headline": "add SequentialSliceOfSlices, fix realtime safety of SparseSequentialS…",
"author_name": "Billy Messenger",
"author_login": "BillyDM",
"committed_at": "2026-03-26T21:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc006452c4ac753cf030502c580d2f115ad59a7d",
"body": null,
"is_bot": false,
"headline": "Fix clippy warnings",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-26T21:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b196fbae90a8a5929e6992390f5b52c3a344384",
"body": null,
"is_bot": false,
"headline": "Add some comments for sqrt method",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-26T20:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c483ee530c2df4667917769397700aa5b71c6dde",
"body": null,
"is_bot": false,
"headline": "Fix lint issue",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-26T20:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7834b3040cfd8316c46d38b11a330c63653b8678",
"body": null,
"is_bot": false,
"headline": "Better checks in ci",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-26T20:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9567dc86092bdaf829f68380ba79aa0b41f82ddb",
"body": null,
"is_bot": false,
"headline": "Switch to dual license",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-26T20:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca13eabe5be67aa4c75c28f31315f8c09e6cb6c6",
"body": null,
"is_bot": false,
"headline": "Mark traits as unsafe",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-26T20:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "298728c59a00071f26f2f1d16f262f2d95a674cc",
"body": null,
"is_bot": false,
"headline": "Format, remove not needed Float bound",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-25T22:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a036a4aafa1e5dc51bc41f458ea99d30e5868a4",
"body": null,
"is_bot": false,
"headline": "Remove libm",
"author_name": "Henrik",
"author_login": "HEnquist",
"committed_at": "2026-03-25T22:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37e8a65f3858826a13fbab509a629c5a7acab28",
"body": "…er-buffers",
"is_bot": false,
"headline": "fix and improve no_std support for audioadapter-sample and audioadapt…",
"author_name": "Billy Messenger",
"author_login": "BillyDM",
"committed_at": "2026-03-24T23:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680178bb1fe1cf73aeb7c5ea4112971ca3420df8",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Billy Messenger",
"author_login": "BillyDM",
"committed_at": "2026-03-24T22:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1443047d0c6ae4c9fe0cdac8769d4c44f515b4c",
"body": null,
"is_bot": false,
"headline": "remove libm as a hard dependency",
"author_name": "Billy Messenger",
"author_login": "BillyDM",
"committed_at": "2026-03-24T22:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9089588724e3c94e6a59bae8283a20dd1b3bb8af",
"body": "Fix float math for no-std",
"is_bot": false,
"headline": "Merge pull request #36 from HEnquist/add_floatcore",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-03-24T20:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c33ab2dc3f97312d5832e41055beffb2b81552b0",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update audioadapter/Cargo.toml",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-03-24T20:38:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "739b05dacda78a95c3c32b44c65d0ca7b7ff4583",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update audioadapter/src/lib.rs",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-03-24T20:37:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd1f7a9085644b3baf307cd0456f2af88b62fa27",
"body": null,
"is_bot": false,
"headline": "Fix frame rms calc, add test",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2026-03-24T20:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2fc2f262484cfff770edd7b2e5dd187a233f5cf",
"body": null,
"is_bot": false,
"headline": "Fix float math for no-std",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2026-03-24T20:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0021475b4e16c1e0cc6e9be9420a0b7f1819c10c",
"body": "fix no_std support",
"is_bot": false,
"headline": "Merge pull request #35 from BillyDM/fix_no_std",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2026-03-24T18:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a775269666e0235a943ee9dda1de3be88d6352d8",
"body": null,
"is_bot": false,
"headline": "fix no_std support",
"author_name": "Billy Messenger",
"author_login": "BillyDM",
"committed_at": "2026-03-19T23:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83cc079bedc3f906a0281f4ba1af8e799d328473",
"body": "New naming convention for sample formats, support left justified 24-bit",
"is_bot": false,
"headline": "Merge pull request #30 from HEnquist/improved_i24",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2025-12-08T21:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "167a9acffed0ba5ef1962c38ea9d83b197c151bd",
"body": null,
"is_bot": false,
"headline": "Typo",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-12-08T21:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7755a553fb8bb55d546a80e6d2a00cbd2fa3fbd",
"body": null,
"is_bot": false,
"headline": "Add basic trait methods, improve tests",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-11-09T17:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef8709f704e752454da49e88d79c13858f32b13",
"body": null,
"is_bot": false,
"headline": "New naming convention for sample formats, support left justified 24-bit",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-11-07T21:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89401cb253431809b6320245e82c6a912cbd1e6",
"body": "Publish order",
"is_bot": false,
"headline": "Merge pull request #29 from HEnquist/publish_order",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432d2de090b8191eab57a3c47bfa351cdb6f2064",
"body": null,
"is_bot": false,
"headline": "Change publish order",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a765a5ba2fb5f0233277bea391c6c233f3fb6a61",
"body": null,
"is_bot": false,
"headline": "Change publish order",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b3e7f90c2dc77b61a5b2f1c74ebbc0e00065ba",
"body": "Workspace",
"is_bot": false,
"headline": "Merge pull request #28 from HEnquist/workspace",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400f83f8d46fe4096f8836a0fd05f42a4b9cc65f",
"body": null,
"is_bot": false,
"headline": "Add root readme and license",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df34c1d37917e0830bdcbef36684017994931e7",
"body": null,
"is_bot": false,
"headline": "Add missing buffers src",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501c51aa4499e96d393bacdbedbaf0bd46450b92",
"body": null,
"is_bot": false,
"headline": "Merge audioadapter crates in workspace",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-10-24T19:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d309fbffb901d415c26393045078a2d30aff4bfe",
"body": null,
"is_bot": false,
"headline": "More intuitive method names",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-10-13T19:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f221f186c1db0082c46c8e2e397bc47fd2cd5b",
"body": null,
"is_bot": false,
"headline": "Mention no_std in readme",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-05-31T11:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e261733305b61546b86a164dc6148484d7192d",
"body": null,
"is_bot": false,
"headline": "Remove unused std",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-05-31T10:10:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "697954757b8e7764e0effc7024eca41d62b2fa76",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-05-30T20:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c916bd83f232af2d3faea65fa7ebb3aad3dbe97d",
"body": null,
"is_bot": false,
"headline": "Small clean up of readme",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-05-30T18:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa17874a086b429c6723d864354571bd686011ab",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-05-30T18:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e2e280643c03f55ea3ea9cd194b07ee6d10e90f",
"body": null,
"is_bot": false,
"headline": "Split to separate crates",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-05-30T17:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd963c07c540e53ee1443597a46ae5a6bdc616f0",
"body": "Add a dummy adapter",
"is_bot": false,
"headline": "Merge pull request #24 from HEnquist/dummy_adapter",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2025-04-04T18:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0f11a046ecad89a173c1c99e35a2d58ce66843",
"body": null,
"is_bot": false,
"headline": "Add a dummy adapter",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-04-04T18:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eddfbec1a0f0205d975dad38f5dd140a77a4d980",
"body": "Improved read methods in readwrite module",
"is_bot": false,
"headline": "Merge pull request #23 from HEnquist/better_read",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2025-03-18T20:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "385ccba809145c88fcb615f6a7dab0c2bc3f1cb0",
"body": null,
"is_bot": false,
"headline": "Improved read methods in readwrite module",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-18T20:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "817cde147704a4ff4b6c5f8d7fa049c834765286",
"body": "Add read and write methods for extending Read and Write",
"is_bot": false,
"headline": "Merge pull request #22 from HEnquist/readwrite",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2025-03-17T19:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e90eab53d7e81d2d0e2fafcc2c839d66ea81494f",
"body": null,
"is_bot": false,
"headline": "Bump version, improve intro of readme",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-17T19:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc1c58fd5c09ea34d01467ab26506eebc87a68c",
"body": null,
"is_bot": false,
"headline": "Add trait methods for reading and writing raw samples",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-17T08:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "019c92e47d59387b5af7d31059951b9759fb670a",
"body": null,
"is_bot": false,
"headline": "Mention readwrite in readme",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-16T21:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f52ebe857b00d47af1dd5c9606dbb9245d8609ee",
"body": null,
"is_bot": false,
"headline": "Typo in readme",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-16T21:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4233a05256cadd481f7c4071f44c6a2fff6b14a",
"body": null,
"is_bot": false,
"headline": "Simplify",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-16T21:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cd95dfb49a5c67a28d028e3e391f1867937a775",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-16T21:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69af5800744b19b1c5b36ac6690b82457cf2e8c1",
"body": null,
"is_bot": false,
"headline": "Fix no_std",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-16T21:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0834d6d09e6a4302e356fc91d085c83527901023",
"body": null,
"is_bot": false,
"headline": "Add read and write methods for extending Read and Write",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2025-03-16T20:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d4a96cbcbd1c471761ae1f57514a525e4c95b26",
"body": "Remove unmaintained paste crate",
"is_bot": false,
"headline": "Merge pull request #20 from HEnquist/no_paste",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2024-10-27T20:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9974990ea1e6afecb1a4fe383d9cb5a7e21a3a6",
"body": null,
"is_bot": false,
"headline": "Only bump patch number",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-27T20:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a5de2f3aaae874a5c04bfa538e4f874c4babb12",
"body": null,
"is_bot": false,
"headline": "Remove unmaintained paste crate",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-27T20:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e808e981a7ab1a3361d9dae08f60f693568d066",
"body": "Copy within",
"is_bot": false,
"headline": "Merge pull request #19 from HEnquist/copy_within",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2024-10-25T20:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0fa3669591a4d26f6319fac9ec146ded4b40b1",
"body": null,
"is_bot": false,
"headline": "Bump version 0.2.0",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-25T20:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476e2dabe93ab47b0bda9f3c1bf58ac816ed4c02",
"body": null,
"is_bot": false,
"headline": "Tests for copy_within",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-25T20:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f70215303d3e70c682d8c24fbe9bdcaa06248b37",
"body": null,
"is_bot": false,
"headline": "Add fill_frames_with method, bugfix for sparse wrapper",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-25T14:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb51f438eb99f81bb9bd36384a5507389345ad9",
"body": null,
"is_bot": false,
"headline": "Clippy",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-23T20:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c130c7febe447e82f179f1f62186eafebeed1e38",
"body": null,
"is_bot": false,
"headline": "Implement copy wihout requiring Copy",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-23T20:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c20fef284961024ba8613fa840151a3a62d98f9f",
"body": null,
"is_bot": false,
"headline": "WIP add copy_within",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-19T19:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6616352b92582bf2d7454ecd09bdd5ca2297f6ac",
"body": "Clean up manifest",
"is_bot": false,
"headline": "Merge pull request #18 from HEnquist/manifest_cleanup",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2024-10-16T20:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f76fa58bfd75c0f7f94da9cefa2016b2356fb2f",
"body": null,
"is_bot": false,
"headline": "Clean up manifest",
"author_name": "HEnquist",
"author_login": "HEnquist",
"committed_at": "2024-10-16T20:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3bc86de61432a966e433a1837aab5828e618a1",
"body": "Prepare release",
"is_bot": false,
"headline": "Merge pull request #17 from HEnquist/prepare_release",
"author_name": "Henrik Enquist",
"author_login": "HEnquist",
"committed_at": "2024-10-16T20:00:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 68,
"latest_release_at": "2026-07-31T21:34:19Z",
"latest_release_tag": "release6",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 12,
"days_since_latest_release": 1,
"mean_days_between_releases": 71.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "audioadapter",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"audio",
"buffer",
"dsp",
"pcm",
"sample",
"multimedia::audio"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/audioadapter",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/HEnquist/audioadapter-rs",
"versions_count": 12,
"total_downloads": 1465258,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 178723,
"first_published_at": "2024-10-16T20:10:33.573247Z",
"latest_published_at": "2026-07-31T21:34:42.851303Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
},
{
"name": "audioadapter-sample",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"audio",
"dsp",
"pcm",
"sample",
"multimedia::audio"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/audioadapter-sample",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/HEnquist/audioadapter-sample-rs",
"versions_count": 5,
"total_downloads": 1454315,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 177967,
"first_published_at": "2025-10-24T19:58:20.357025Z",
"latest_published_at": "2026-07-31T21:34:49.681167Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
},
{
"name": "audioadapter-buffers",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"audio",
"buffer",
"dsp",
"pcm",
"sample",
"multimedia::audio"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/audioadapter-buffers",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/HEnquist/audioadapter-buffers-rs",
"versions_count": 5,
"total_downloads": 1453485,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 177843,
"first_published_at": "2025-10-24T19:58:38.353856Z",
"latest_published_at": "2026-07-31T21:34:52.443751Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 2,
"stars": 19,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"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",
"audioadapter-buffers/Cargo.toml",
"audioadapter-sample/Cargo.toml",
"audioadapter/Cargo.toml",
"compat/audioadapter-compat-audio/Cargo.toml",
"compat/audioadapter-compat-dasp/Cargo.toml",
"compat/audioadapter-compat-ndarray/Cargo.toml",
"compat/audioadapter-compat-nice-plug/Cargo.toml",
"compat/audioadapter-compat-symphonia/Cargo.toml"
],
"largest_source_bytes": 67254,
"source_files_sampled": 23,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"audioadapter-buffers/Cargo.toml",
"audioadapter-sample/Cargo.toml",
"audioadapter/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": 40,
"malicious_count": 0,
"assessed_package": "crates:audioadapter@5.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "num-traits",
"manifest": "audioadapter-buffers/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "audioadapter",
"manifest": "audioadapter-buffers/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "audioadapter-sample",
"manifest": "audioadapter-buffers/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5.0.0"
},
{
"name": "num-traits",
"manifest": "audioadapter-sample/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "num-traits",
"manifest": "audioadapter/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "audioadapter",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "audioadapter-sample",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "audio",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "nice-plug-core",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 2,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 37,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 7,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "HEnquist",
"commits": 200,
"avatar_url": "https://avatars.githubusercontent.com/u/6504678?v=4"
},
{
"type": "User",
"login": "BillyDM",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/60663878?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.971
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci-test.yml",
"publish.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": "7 out of 7 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 0/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "23 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "99dd68158d6febc588bb495e393d94505459279a",
"ran_at": "2026-08-01T22:56:49Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T21:35:19Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-31T21:33:24Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/HEnquist/audioadapter-rs",
"host": "github.com",
"name": "audioadapter-rs",
"owner": "HEnquist"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 57 is calibrated to 60 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 57,
"calibrated": 60,
"calibration": "2026-08-02"
}
}
],
"value": 60,
"inputs": {
"security": 59,
"vitality": 79,
"community": 45,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 42,
"ai_readiness": 38,
"weighted_overall_raw": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 68,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 12
},
"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": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "68 commits in the last year",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 68
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 12,
"latest_release_tag": "release6",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 71.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~71.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 71.3
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 45,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 2,
"stars": 19,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "weak",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 88,
"inputs": {
"packages": [
"audioadapter"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1465258,
"monthly_downloads": 178723
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "178,723 downloads/month across crates",
"points": 70,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 178723,
"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": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.971
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"merged_prs": 37,
"open_issues": 0,
"closed_issues": 7,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "37/41 decided PRs merged",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 37,
"decided": 41
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 62,
"inputs": {
"followers": 104,
"owner_type": "User",
"is_verified": null,
"owner_login": "HEnquist",
"public_repos": 59,
"account_age_days": 4570
},
"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": "104 followers of HEnquist",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 104,
"login": "HEnquist"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~12 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"audioadapter"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"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": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 42,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"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": "7 out of 7 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 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "23 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:audioadapter@5.0.0 runtime dependency closure — what installing the published package pulls in — 40 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:audioadapter@5.0.0",
"assessed": 40
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 40,
"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": "exceptional",
"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": 40,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 3
},
"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": "weak",
"name": "AI Readiness",
"value": 38,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [
"Cargo.toml",
"audioadapter-buffers/Cargo.toml",
"audioadapter-sample/Cargo.toml",
"audioadapter/Cargo.toml",
"compat/audioadapter-compat-audio/Cargo.toml",
"compat/audioadapter-compat-dasp/Cargo.toml",
"compat/audioadapter-compat-ndarray/Cargo.toml",
"compat/audioadapter-compat-nice-plug/Cargo.toml",
"compat/audioadapter-compat-symphonia/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, audioadapter-buffers/Cargo.toml, audioadapter-sample/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, audioadapter-buffers/Cargo.toml, audioadapter-sample/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 67254,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 52.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"crates package 'audioadapter-sample' points at a different repository (https://github.com/HEnquist/audioadapter-sample-rs); excluded from ecosystem scoring",
"crates package 'audioadapter-buffers' points at a different repository (https://github.com/HEnquist/audioadapter-buffers-rs); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-08-01T22:57:03.470664Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/HEnquist/audioadapter-rs.svg",
"full_name": "HEnquist/audioadapter-rs",
"license_state": "custom",
"license_spdx": null
}