Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"aarch64",
"rust",
"rust-crate"
],
"is_fork": false,
"size_kb": 137,
"has_wiki": false,
"homepage": "https://crates.io/crates/percore",
"languages": {
"Rust": 34072
},
"pushed_at": "2026-07-27T13:59:44Z",
"created_at": "2024-06-20T14:46:57Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T14:01:19Z",
"description": "Safe per-CPU core mutable state on no_std Rust platforms through exception masking.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://opensource.google/",
"name": "Google",
"type": "Organization",
"login": "google",
"company": null,
"location": "United States of America",
"followers": 76040,
"avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
"created_at": "2012-01-18T01:30:18Z",
"is_verified": null,
"public_repos": 2888,
"account_age_days": 5304
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.2.5",
"kind": "patch",
"published_at": "2026-07-27T14:01:09Z"
},
{
"tag": "0.2.4",
"kind": "patch",
"published_at": "2026-04-07T15:35:21Z"
},
{
"tag": "0.2.3",
"kind": "patch",
"published_at": "2026-02-27T09:25:10Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2026-01-26T14:12:57Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2025-08-08T11:11:46Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2025-07-14T18:30:33Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2024-07-22T11:03:56Z"
}
],
"recent_commits": [
{
"oid": "4bd00d258eead3f3f0d7811c4829efe08a1a3fd6",
"body": "This breaks cargo publish.",
"is_bot": false,
"headline": "Remove the version requirement from the dev-dependency on percore.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6bbba9bce58257e208e98e000e091c78aa0c523",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.2.5 release.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2974a331e9887a85f3cfcedae2e1fbbc1cc403",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.3.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.119...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 3.0.3\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.119 to 3.0.3 (#45)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-27T13:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0368e2360c26177fdb1fc98f03baa8e7592fa2b",
"body": "Cleanups, improvements and documentation for percore derive",
"is_bot": false,
"headline": "Merge pull request #44 from google/percore-derive",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161c91344c894aabd496d74ceed6f90ffe5d4c66",
"body": null,
"is_bot": false,
"headline": "Add more details to changelog.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "621c25be3f2aac3ec9322ed81292f735272ae255",
"body": "…ample.",
"is_bot": false,
"headline": "Use AtomicBool to satisfy safety requirements of initialisation in ex…",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6808529fb51a63dbb961cc38b686ab0c2a04fde2",
"body": null,
"is_bot": false,
"headline": "Check that offset pointer is aligned.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91654995520b2c05b6516f7048c7f491a121e842",
"body": null,
"is_bot": false,
"headline": "No need for percore_local_offset function to be public.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662e18d19ebcd6c3cddbe68ce120d5da9d75da93",
"body": null,
"is_bot": false,
"headline": "More documentation, and add links.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0fe0641dd04bf13f4dddc5caa3da21a3e3f19d",
"body": "…ures.\n\nAlso added percore_size function, and made aarch64 module public rather\nthan re-exporting its contents.",
"is_bot": false,
"headline": "Provide Rust version of percore_copy_secondary_data for all architect…",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2279b3de238e2fb98f545e4bef6d149e3960ee8b",
"body": null,
"is_bot": false,
"headline": "Move percore macro reexport to derive submodule.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88facc125729266799ee128efe3e039e7064e2d0",
"body": "proc macro.\n\nThis lets it be separately from the type definition if desired (e.g. for\na type provided by another library), and also fixes some namespace\nissues with how it refers to the percore crate.\n\nAlso removed the #[inline(always)] attribute, as it doesn't work for\nexported functions and causes a warning.",
"is_bot": false,
"headline": "Make percore_local_offset a declarative macro rather than an attribute",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ff77ae8042508192ef3eb2546ca5bba145b55b",
"body": "It must not be called after any access to a percore variable",
"is_bot": false,
"headline": "percore_copy_secondary_data should be unsafe",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "201f8689849b101d9e4b8b276c407b6fca11b7e5",
"body": "This allows the secondary copies to be before the .percore section rather\nthan immediately after it, which may be useful if it they are dynamically\nallocated.",
"is_bot": false,
"headline": "Use isize for local offset.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b160b704d4912c384482e6e72dafdac549dd9bc2",
"body": null,
"is_bot": false,
"headline": "Stricter lints for unsafe.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8616ce33312e54bbe254e0288543a57cde43d37",
"body": null,
"is_bot": false,
"headline": "Test derive feature in CI.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d254ff4fdd5ce9b5b38c2025ca243e01043cc158",
"body": null,
"is_bot": false,
"headline": "Note that PerCoreWrapper shouldn't be created directly.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa35358b3da982058e4d2ae6b9d4aeeae76fe1e",
"body": "Add example using percore macro",
"is_bot": false,
"headline": "Merge pull request #43 from google/example",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-27T13:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1478ace36621beeb5e60f47b066906befff5bb11",
"body": null,
"is_bot": false,
"headline": "Add example using percore macro.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-24T13:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89e4af95eff623c086d3123379803211221cc6a",
"body": null,
"is_bot": false,
"headline": "Cleanups for examples.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-24T13:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "767e76b16f1400c80c0fb407b51232281c64b859",
"body": "Add percore attribute macro feature",
"is_bot": false,
"headline": "Merge pull request #37 from imre-kis-arm/percore-derive",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-24T13:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04272af96a2aae5cc71d1c43dc5e6ba5f7bd5352",
"body": "Signed-off-by: Imre Kis <imre.kis@arm.com>\nChange-Id: I862dd933a36083ebcbd542773283cb002e6ca714",
"is_bot": false,
"headline": "Rename variable to static_item",
"author_name": "Imre Kis",
"author_login": "imre-kis-arm",
"committed_at": "2026-07-24T13:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f779187ab971c162561305646e0222ffa88954b",
"body": "* Merged the variable and it's wrapper\n* Renamed PerCoreWrapper to LinkedPerCore\n* Added documentation\n\nSigned-off-by: Imre Kis <imre.kis@arm.com>\nChange-Id: Ibcca7429e64cb84629acd3f96e733e0b80606cc9",
"is_bot": false,
"headline": "Simplifying percore proc-macro",
"author_name": "Imre Kis",
"author_login": "imre-kis-arm",
"committed_at": "2026-07-24T12:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c09a0dbe990eb4eb2652c91f0bf4f93bc4a9667",
"body": "Bump zerocopy from 0.8.54 to 0.8.55",
"is_bot": true,
"headline": "Merge pull request #41 from google/dependabot/cargo/zerocopy-0.8.55",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-23T09:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7738e4831349f54ef517f5dc8df66ceffb1b0bf",
"body": "Bumps arm-sysregs from 0.3.1 to 0.3.2.\n\n---\nupdated-dependencies:\n- dependency-name: arm-sysregs\n dependency-version: 0.3.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump arm-sysregs from 0.3.1 to 0.3.2 (#42)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-23T09:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d59fcbc1ea60168ddc4c99f9b81b3a88ff7c58c",
"body": "* Documentation fixes\n* Added PerCoreWrapper\n* percore_local_offset_hook -> PercoreLocalOffsetImpl\n* Require using ExceptionLock\n* Fixed BTI use case\n\nSigned-off-by: Imre Kis <imre.kis@arm.com>\nChange-Id: I7bf8fa841f152e87d3a7b8a18e7d1d00dd9b19d3",
"is_bot": false,
"headline": "derive follow-up",
"author_name": "Imre Kis",
"author_login": "imre-kis-arm",
"committed_at": "2026-07-20T12:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95602326f4af574da01bb8ac74dc03d741784db",
"body": "Add a new `derive` feature backed by the `percore-derive` proc-macro\ncrate. The `#[percore::percore]` attribute places statics in the\n`.percore` section, generates a wrapper type, and exposes per-core\naccess through the runtime offset hook.\n\nSigned-off-by: Imre Kis <imre.kis@arm.com>\nChange-Id: I6acca7a5d5b835b92592174aeed303bc5e57dcb4",
"is_bot": false,
"headline": "Add percore attribute macro feature",
"author_name": "Imre Kis",
"author_login": "imre-kis-arm",
"committed_at": "2026-07-20T12:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fbecb64607c5c1df6358d1c6233722d4aa2190c",
"body": null,
"is_bot": false,
"headline": "Update readme to include second example.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-17T16:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439245b0649815517d5422ed0b5878f87dd12987",
"body": "Add example for aarch64 qemu",
"is_bot": false,
"headline": "Merge pull request #40 from google/example",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-17T16:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f101c94c6566bacf61d3447b92acdc3e94e416",
"body": null,
"is_bot": false,
"headline": "Add example of using PerCore with boxed slice too.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-17T16:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1c7e4ab2c80a346359de3d93beed4a51766087",
"body": null,
"is_bot": false,
"headline": "Build examples in CI.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-17T16:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "330aa0540127149ee4b7b8e81e665746393e5b0b",
"body": null,
"is_bot": false,
"headline": "Add example to workspace.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-17T16:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee3f71f223e0819810b1c7a3cf60c18c2f01766",
"body": null,
"is_bot": false,
"headline": "Add example for aarch64 qemu.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-17T16:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8600271801e06f545fea2fcfb9120c6bd9c3aa5c",
"body": "Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.12.1 to 0.12.2.\n- [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mvdnes/spin-rs/commits)\n\n---\nupdated-dependencies:\n- dependency-name: spin\n dependency-version: 0.12.2\n dependency-type:\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump spin from 0.12.1 to 0.12.2 (#39)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-16T11:19:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eea81316168954acef995a72bb1cc6fc998d4df0",
"body": "Bump zerocopy from 0.8.52 to 0.8.54",
"is_bot": true,
"headline": "Merge pull request #38 from google/dependabot/cargo/zerocopy-0.8.54",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-09T10:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df75a1c9369b080c0c8ae4af31d3b677721d0fe4",
"body": "test: use LazyLock in boxed slice tests",
"is_bot": false,
"headline": "Merge pull request #36 from imre-kis-arm/clippy-fix",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-07-07T15:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1606932f2093e27251faedb2fddb7c02397f84",
"body": "spin 0.11 renamed Lazy to LazyLock and deprecated the old alias. Update\nthe boxed slice tests to use LazyLock. Also introduce BoxedSlice a type\nalias to avoid the Clippy type_complexity warning from the nested type.\n\nSigned-off-by: Imre Kis <imre.kis@arm.com>",
"is_bot": false,
"headline": "test: use LazyLock in boxed slice tests",
"author_name": "Imre Kis",
"author_login": "imre-kis-arm",
"committed_at": "2026-07-07T15:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f47831bc50a7b3bf669435cb0eaabd0dc6f39f1",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7 (#34)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T09:33:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7898f5147d480d07d5e8b49e00e2b494c911e103",
"body": "Bumps spin from 0.12.0 to 0.12.1.\n\n---\nupdated-dependencies:\n- dependency-name: spin\n dependency-version: 0.12.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump spin from 0.12.0 to 0.12.1 (#35)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T09:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d931b2ac27b716d2848fbe5341d921320e935f",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.50 to 0.8.52.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.50...v0.8.52)\n\n---\nupdated-dependencies:\n- dependency-name: zerocopy\n dependency-version: 0.8.52\n d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.50 to 0.8.52 (#33)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-11T08:31:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79e8c9f7eb9fd4af10c0e6e6955d9ac33e642362",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.49 to 0.8.50.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.49...v0.8.50)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.49 to 0.8.50 (#32)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-04T08:09:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a603ea97a2b0c5c9842cef4cc92e788cd39fe175",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.48 to 0.8.49.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.48...v0.8.49)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.48 to 0.8.49 (#31)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-28T08:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e517b53f572baf09c0f2d546a2f9b683d37181fd",
"body": "Bump spin from 0.10.0 to 0.12.0",
"is_bot": true,
"headline": "Merge pull request #30 from google/dependabot/cargo/spin-0.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-22T09:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e5d31c66e98aa666cf692bb73e768179917e95",
"body": null,
"is_bot": false,
"headline": "Add missing heading to changelog.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-04-07T15:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20588089c466486d3cfef04f739205edd43c1010",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.2.4 release.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-04-07T15:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abba89240100f5b6b038c3840a6dae18d7324aba",
"body": null,
"is_bot": false,
"headline": "Add PerCore::into_inner too.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-04-07T15:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6654681b9de9cc10d558a82daca5eb75d0dc2b6a",
"body": "Expose ExceptionLock::into_inner() for value extraction",
"is_bot": false,
"headline": "Merge pull request #27 from InboraStudio/main",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-04-07T14:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8ab86783e0cca5db8fcb0a03d14c7719804157",
"body": null,
"is_bot": false,
"headline": "Add entry to changelog.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-04-07T14:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e3137f0994d830c36fe40e6720a11858461c4c7",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.47 to 0.8.48.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.47...v0.8.48)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.47 to 0.8.48 (#26)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-02T08:03:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b46674eef4d6d075a13fbe5407f8aa8d187df4ee",
"body": "This mirrors the standard RefCell API and allows consumers to extract\nthe wrapped value when they have unique ownership of the ExceptionLock.\nUseful for initialization patterns and compile-time statics that need\nto be consumed.",
"is_bot": false,
"headline": "Add ExceptionLock::into_inner() to extract wrapped value",
"author_name": "InboraStudio",
"author_login": "InboraStudio",
"committed_at": "2026-04-02T07:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cae80a8317a74beaa1a9a2aeb961dc8512c906",
"body": null,
"is_bot": false,
"headline": "Fix copyright header typo in aarch32",
"author_name": "InboraStudio",
"author_login": "InboraStudio",
"committed_at": "2026-04-02T07:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fba6d2251001b13624d039bf65a10bbbdb7bb2c",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.42 to 0.8.47.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.42...v0.8.47)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.42 to 0.8.47 (#25)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-26T10:27:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "726ac3add089ab9d031e2140b7509e75a3505d4f",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.41 to 0.8.42.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.41...v0.8.42)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.41 to 0.8.42 (#24)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-16T11:28:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24cd6d1f1a3a712ccdff73dc01c6dcf730f25999",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.39 to 0.8.41.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.39...v0.8.41)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.39 to 0.8.41 (#23)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-09T10:44:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7d5def0c41c19af9116525429fbe10d0aaf627a",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.2.3 release.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-02-27T09:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b83c6b2103ee62d4d48cbe50d9933cebc8c10b",
"body": "* Fix aarch32 build.\n\n* Test aarch32 in CI.\n\n* Use newtype for mask.\n\nFunctions can then be methods.\n\n* Rename type to avoid clippy warning.",
"is_bot": false,
"headline": "Fix arm32 build (#20)",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-02-27T09:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12d770965d398d300b56fb514ea0afc1b5671eab",
"body": null,
"is_bot": false,
"headline": "Rename type to avoid clippy warning.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-02-27T09:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8387f3502297b0301a9378d6ab6913ee169f572",
"body": "Functions can then be methods.",
"is_bot": false,
"headline": "Use newtype for mask.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-02-27T09:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce2581ddb0cb5cab00b71387b82fe7742437f25a",
"body": null,
"is_bot": false,
"headline": "Test aarch32 in CI.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-02-27T09:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d24b92ba7c63f217a68e91137780c73d5a78f8e",
"body": null,
"is_bot": false,
"headline": "Fix aarch32 build.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-02-27T09:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de099fc6a92cc2903cf703d2df140263dd7ad4f",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.37 to 0.8.39.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.37...v0.8.39)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.37 to 0.8.39 (#19)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-15T20:52:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e0c44f63a107095dc50962a708cf44a02e47ac7",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.34 to 0.8.37.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.34...v0.8.37)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.34 to 0.8.37 (#18)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T22:21:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a47d8fb5ff8477f9a7637da36f104af7113d5494",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.2.2 release.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T14:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e03a199d572efa0e0243b0268b691d6e6d25bb8",
"body": "Use doc_cfg feature for docs.rs.",
"is_bot": false,
"headline": "Merge pull request #17 from google/docs",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T14:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d121984881bcba1405f6bc4284f0789dcd0f4d1e",
"body": "This will document what features things depend on.",
"is_bot": false,
"headline": "Use doc_cfg feature for docs.rs.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T14:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50bd9dd107acb4a4de497f46e8c20ba5b7d2f90",
"body": "Add support for aarch32.",
"is_bot": false,
"headline": "Merge pull request #2 from google/aarch32",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T14:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c3d6750d4405297e10621949b3c69e37ac8560f",
"body": null,
"is_bot": false,
"headline": "Add support for aarch32.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T14:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ebc0a1d43323c3b475d452c834449f9b445005",
"body": null,
"is_bot": false,
"headline": "Add PerCore::get_mut. (#15)",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T13:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd1749ef2c925033ffb479b0601aed6cdf4792bc",
"body": null,
"is_bot": false,
"headline": "Add PerCore::get_mut.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2026-01-26T13:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ecd2ec6f011d2052061f8239b72af3c74fc95d",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.33 to 0.8.34.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.33...v0.8.34)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.33 to 0.8.34 (#14)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-26T10:55:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1dbeefa21c7c2fe3fbf5c495818dd07eea270843",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.31 to 0.8.33.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.31...v0.8.33)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.31 to 0.8.33 (#13)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T12:26:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08522b01fb06b3e20ab3df49561efd7bedbae750",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.28 to 0.8.31.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.28...v0.8.31)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.28 to 0.8.31 (#12)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-01T11:37:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac903a1f034ccc6507b0a7dbbabbad3d85c1cc9c",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.27 to 0.8.28.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.27...v0.8.28)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.27 to 0.8.28 (#10)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T11:37:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a0f17bbdef4ce4f58ff31b755721351f28085a8",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6 (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T11:37:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d2519f0607a6e066dcfa6a15edea0745cbc1a4ce",
"body": "Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.26 to 0.8.27.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/zerocopy/compare/v0.8.26...v0.8.27)\n\n---\nupdated-d\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zerocopy from 0.8.26 to 0.8.27 (#9)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-08T10:28:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "369a283b2cb934ff29ea68e2e89439dc37fd942a",
"body": "…heckout-5\n\nBump actions/checkout from 4 to 5",
"is_bot": true,
"headline": "Merge pull request #8 from google/dependabot/github_actions/actions/c…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-18T11:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f13f7a2d04167501d694b25b8ba0721b1435073",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.2.1 release.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-08-08T11:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e06353786dafc12fa8b85e51ffae5147797cae9",
"body": "Derive zerocopy traits",
"is_bot": false,
"headline": "Merge pull request #6 from google/zerocopy",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-08-08T11:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d76fe90cac10a9a859b0b5868ed9fc65d0f85e",
"body": null,
"is_bot": false,
"headline": "Derive zerocopy traits.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-08-08T11:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8f0deff3a4a81341e0256d82e2dedbe659ec9a8",
"body": null,
"is_bot": false,
"headline": "Fix doc comment on `ExceptionLock::borrow`.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-08-08T11:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b6e45c831862fbf0d3347e5f12b98c576c505a",
"body": null,
"is_bot": false,
"headline": "Prepare for 0.2.0 release.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6277b480eebcf8f3251a9740d7f53c192a5a1248",
"body": null,
"is_bot": false,
"headline": "Update to Rust 2024 edition.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6430ac942ab008b1b6d6494f7ee0d6003a79b75d",
"body": null,
"is_bot": false,
"headline": "Fix permissions for clippy workflow.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0971eb353ce307d77009ca1766debc791721c3e",
"body": null,
"is_bot": false,
"headline": "Fix example in readme.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e335f551340fab68fd15f6c1363ba73125ade6d",
"body": "Add support for PerCore to wrap a boxed slice",
"is_bot": false,
"headline": "Merge pull request #4 from google/box",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1548b686e98cbba7c7c05e9d34fa993313e6a2",
"body": null,
"is_bot": false,
"headline": "Mention Default implementation in changelog.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27037ed101054965d8de54443a9b6de5808bec16",
"body": null,
"is_bot": false,
"headline": "Add tests for PerCore of a boxed slice.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf529e750c34f348c702e4d6d0669d02c883fa9a",
"body": "This allows the number of cores to be determined at runtime.",
"is_bot": false,
"headline": "Add support for PerCore of a boxed slice.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T18:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3cb78a335dcf59a773d7a62d2025a6819f29b82",
"body": null,
"is_bot": false,
"headline": "Move array out of PerCore type.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T17:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5379f70f82474fed46d1810917b10ac565e612c5",
"body": null,
"is_bot": false,
"headline": "Derive Default for ExceptionLock.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T17:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ef14550a3154a75aac55c87a4bdc129e099a1a",
"body": null,
"is_bot": false,
"headline": "Add test for PerCore.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2025-07-14T17:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3566199270f10d93d8c1556d76cdd5aa925345ee",
"body": "Use scope guard to ensure that exceptions are unmasked even if function panics.",
"is_bot": false,
"headline": "Merge pull request #3 from google/scopeguard",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-08-01T13:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb08c2a890a0cc79f43b924affa0efbf1b21474b",
"body": "…on panics.",
"is_bot": false,
"headline": "Use scope guard to ensure that exceptions are unmasked even if functi…",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-07-31T11:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea0c085d89dd0f2209e1cddeafa32ad409fc910",
"body": null,
"is_bot": false,
"headline": "Add changelog.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-07-22T10:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3b6b7e8062feb7cc1f389bc705f309d4669c59",
"body": "Somebody else published a crate called percpu in the meantime.",
"is_bot": false,
"headline": "Rename to percore.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-07-22T10:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b04933da255fb1c26faa08eaef4a2683b627c2",
"body": null,
"is_bot": false,
"headline": "Fix typo.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-06-21T14:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78fe9159c48fd795a5179873aa510558f3c7fec2",
"body": null,
"is_bot": false,
"headline": "Add more details to Cargo.toml.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-06-21T14:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d6bc38598771cff1bfacd728e710b0b67fb6f0",
"body": null,
"is_bot": false,
"headline": "Rename Platform to Cores.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-06-21T14:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e999d07a5cec17e28d4c9d26501ea64cc2c123c6",
"body": null,
"is_bot": false,
"headline": "Build and test for host.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-06-21T14:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f18c2806e7041790afc42e20a1ae93df789c45",
"body": null,
"is_bot": false,
"headline": "Add readme and top-level documentation.",
"author_name": "Andrew Walbran",
"author_login": "qwandor",
"committed_at": "2024-06-21T13:59:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 73,
"latest_release_at": "2026-07-27T14:01:09Z",
"latest_release_tag": "0.2.5",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 23,
"days_since_latest_release": 0,
"mean_days_between_releases": 122.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "percore",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"aarch64",
"exceptions",
"no-std",
"embedded",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/percore",
"is_deprecated": false,
"latest_version": "0.2.5",
"repository_url": "https://github.com/google/percore",
"versions_count": 7,
"total_downloads": 95974,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6736,
"first_published_at": "2024-07-22T11:03:31.790412Z",
"latest_published_at": "2026-07-27T14:00:12.372420Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "percore-derive",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"aarch64",
"exceptions",
"no-std",
"embedded",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/percore-derive",
"is_deprecated": false,
"latest_version": "0.2.5",
"repository_url": "https://github.com/google/percore",
"versions_count": 1,
"total_downloads": 10,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3,
"first_published_at": "2026-07-27T13:59:18.118476Z",
"latest_published_at": "2026-07-27T13:59:18.118476Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 5,
"stars": 21,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"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": [
"examples/aarch64_qemu/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"examples/aarch64_qemu/Cargo.toml",
"percore-derive/Cargo.toml"
],
"largest_source_bytes": 10847,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"percore-derive/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0436"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 658
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 27,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 9,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "percore-derive",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.2.5"
},
{
"name": "zerocopy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.50"
},
{
"name": "quote",
"manifest": "percore-derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.45"
},
{
"name": "syn",
"manifest": "percore-derive/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "quote",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quote",
"direct": true,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "2.0.119",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": true,
"version": "0.8.55",
"ecosystem": "crates"
},
{
"name": "aarch64-paging",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "aarch64-paging",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "aarch64-rt",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "aarch64-rt",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "arm-pl011-uart",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "arm-pl011-uart",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "arm-sysregs",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "arm-sysregs",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.1",
"ecosystem": "crates"
},
{
"name": "buddy_system_allocator",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "buddy_system_allocator",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "embedded-hal",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "embedded-hal-nb",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "embedded-io",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "nb",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "num_enum",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "num_enum_derive",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.95",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "safe-mmio",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "smccc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "smccc",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": "0.12.2",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.55",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 36,
"direct_count": 6,
"indirect_count": 30
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 44,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "qwandor",
"commits": 81,
"avatar_url": "https://avatars.githubusercontent.com/u/103097?v=4"
},
{
"type": "User",
"login": "imre-kis-arm",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/50944609?v=4"
},
{
"type": "User",
"login": "InboraStudio",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/96738915?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.92
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"rust.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": 10,
"reason": "8 out of 8 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": 1,
"reason": "Found 1/7 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"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": "4bd00d258eead3f3f0d7811c4829efe08a1a3fd6",
"ran_at": "2026-07-27T21:16:16Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T14:00:47Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T13:51:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/google/percore",
"host": "github.com",
"name": "percore",
"owner": "google"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 63 is calibrated to 71 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 63,
"calibrated": 71,
"calibration": "2026-08-02"
}
}
],
"value": 71,
"inputs": {
"security": 66,
"vitality": 81,
"community": 55,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 52,
"ai_readiness": 44,
"weighted_overall_raw": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 81,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 73,
"human_commit_share": 0.76,
"days_since_last_push": 0,
"active_weeks_last_year": 23
},
"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": "23/52 weeks with commits",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 23
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "73 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 73
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 7,
"latest_release_tag": "0.2.5",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 122.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~122.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 122.5
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 5,
"stars": 21,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "21 stars",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 21
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "moderate",
"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": 64,
"inputs": {
"packages": [
"percore",
"percore-derive"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 95984,
"monthly_downloads": 6739
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,739 downloads/month across crates",
"points": 51,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6739,
"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": 64,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.92
},
"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 92% of commits",
"points": 1.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 44,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2,
"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": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "44/46 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 44,
"decided": 46
}
}
],
"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 1/7 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 76040,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "google",
"public_repos": 2888,
"account_age_days": 5304
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "76,040 followers of google",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 76040,
"login": "google"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2888 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 2888
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"percore",
"percore-derive"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"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": "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": 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": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"aarch64",
"rust",
"rust-crate"
],
"has_wiki": false,
"homepage": "https://crates.io/crates/percore",
"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": "https://crates.io/crates/percore",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.6
},
"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": "8 out of 8 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 1/7 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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 detected",
"points": 5,
"status": "met",
"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": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 27 resolved dependencies against OSV; 9 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 27
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 27,
"unassessed_packages": 9,
"affected_by_severity": "unknown 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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 27,
"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": 7
},
"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": 44,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.289,
"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": "22 of 76 human commits state their intent (structured subject or explanatory body)",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 76
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"examples/aarch64_qemu/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"examples/aarch64_qemu/Cargo.toml",
"percore-derive/Cargo.toml"
],
"dependency_bot_commit_share": 0.24
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/aarch64_qemu/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/aarch64_qemu/Makefile"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "24 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 24,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 10847,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"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": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"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",
"deps.dev does not index crates:percore@0.2.5; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-27T21:16:32.947220Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/google/percore.svg",
"full_name": "google/percore",
"license_state": "custom",
"license_spdx": null
}