Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"acpi",
"aml",
"rust",
"osdev"
],
"is_fork": false,
"size_kb": 1094,
"has_wiki": true,
"homepage": null,
"languages": {
"ASL": 70673,
"Rust": 512912
},
"pushed_at": "2026-07-25T15:52:33Z",
"created_at": "2018-05-03T15:52:19Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T15:52:47Z",
"description": "Rust library for parsing ACPI tables and interpreting AML",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"ASL"
]
},
"owner": {
"blog": "https://rust-osdev.com/",
"name": "Rust OSDev",
"type": "Organization",
"login": "rust-osdev",
"company": null,
"location": null,
"followers": 1128,
"avatar_url": "https://avatars.githubusercontent.com/u/35896598?v=4",
"created_at": "2018-01-28T16:07:49Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 3103
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2019-08-12T16:59:26Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2019-07-16T11:23:53Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-04-19T23:38:03Z"
}
],
"recent_commits": [
{
"oid": "f6e5b14c2f2a5b42a570bf823695f5d635f91763",
"body": "Skip unsupported _CRS resource descriptors instead of panicking. Callers can\nstill consume the MMIO/IRQ descriptors they understand from mixed resource\nbuffers containing GPIO or GenericSerialBus descriptors.",
"is_bot": false,
"headline": "Skip unsupported _CRS resource descriptors",
"author_name": "Arthur Heymans",
"author_login": "ArthurHeymans",
"committed_at": "2026-07-25T15:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8176652ec70d7c05218e5e8f087207a1e04db7d7",
"body": null,
"is_bot": false,
"headline": "Demonstrate that less-than-all features will build",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-07-25T15:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c7a89d479c376c522bf51cf10e98c44f270aead",
"body": "Allow DerefOf to read directly from BufferField objects. This matches AML\npatterns emitted by firmware that creates named fields over buffers and then\nuses DerefOf(field).",
"is_bot": false,
"headline": "Handle DerefOf buffer fields",
"author_name": "Arthur Heymans",
"author_login": "ArthurHeymans",
"committed_at": "2026-07-25T13:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415e577fad845437b77a90ef2fa52b76e7a6cdc1",
"body": "Co-authored-by: Donjuanplatinum <donplat@barrensea.org>",
"is_bot": false,
"headline": "Match Linux's behaviour when validating XSDP checksums",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-07-16T11:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fbf7f8193f604d1086fa5c1d4269fd7c706a04",
"body": "…haviour\n\nCloses #319\n\nThis fixes a misinterpretation of the RSDP revision and whether the address\nof the XSDT or RSDT should be used, which the spec defines fairly poorly.\nIt cleans up downstream interpretation of which table is being used by\ndefining the actual entry size rather than relying on in\n[…]\naviour and use the RSDT regardless of RSDP revision.\nThis does introduce breaking changes to public API, and will require a major\nversion bump.\n\nCo-authored-by: Donjuanplatinum <donplat@barrensea.org>",
"is_bot": false,
"headline": "Fix handling of RSDP revisions and introduce `AcpiQuirks` to alter be…",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-07-16T11:57:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "daf6df93de7a3f03402bdd7e51a2aced5fa48338",
"body": null,
"is_bot": false,
"headline": "Fix pathological RSDT/XSDT mapping causing integer underflow",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-07-05T16:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dfb0ce4c6e30204925501f0f2531121bb48a64b",
"body": null,
"is_bot": false,
"headline": "Bounds-check `Sprc::namespace_string` to avoid arbitrary read",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-07-05T16:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "392cff47b7e5736ee940bfb6b51dcff634f71a5d",
"body": "If a buffer was created with a given size, but a greater number of elements\nwere then specified, we attempted to copy them all, causing a panic. This\nwould only be done by broken/malicious AML. Fix this by capping the copied\nelements at the specified buffer size.",
"is_bot": false,
"headline": "Fix panic if too many elements specified in `DefBuffer`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-07-05T15:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba676e18374a853257a0652b8a75da3514201416",
"body": "A table with an invalid `length` field can in theory cause out-of-bounds\naccesses upon iteration of the table's entries. This will apply to all\nvariable-sized tables, so should be kept in mind for future additions.",
"is_bot": false,
"headline": "Fix potential integer underflow in variable-length table calculations",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-07-05T15:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f45612f7400f8c202c48c66c1628bae7bf7f52",
"body": "Modelling AML strings in Rust is tricky; conversion from integers with\n`String::from_utf8_lossy` keeps trailing null bytes - this is likely fine\nin C because of how string comparisons would work, but trips up comparison\nin Rust's `String` (and `CString` cannot have multiple trailing null bytes).\nThi\n[…]\nng an integer -> string conversion.\n\nIt may be that the correct place to fix this holistically is rather in the\nobject comparsion, but this seems like a reasonable step given the current\nfailing case.",
"is_bot": false,
"headline": "Fix regression in implicit casting from integer -> string",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-05-29T11:42:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20da6375519f53f805c05271baf440a14a954363",
"body": null,
"is_bot": false,
"headline": "Directly test a stream of opcodes (#298)",
"author_name": "Martin",
"author_login": "martin-hughes",
"committed_at": "2026-05-24T13:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8075d878a41a5497481463fff093c2a3c449cfe7",
"body": null,
"is_bot": false,
"headline": "Update uACPI example tests since some now work (#299)",
"author_name": "Martin",
"author_login": "martin-hughes",
"committed_at": "2026-05-24T10:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd48c88a7a6bf1ae31fbd198d05296a1c60b0d8e",
"body": "Closes #297\n\nCompare strings and buffers like uACPI or Windows NT would do. They\ncompare the whole string/buffer - unless doing and/or comparisons of\nbuffers, when they look only at the first 4 bytes.",
"is_bot": false,
"headline": "Compare strings and buffers like uACPI",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-05-24T10:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f349539e15a9aeaf57f0c4428f75b046491572",
"body": "…teger` reads",
"is_bot": false,
"headline": "Unify integer conversion logic, support implicit `BufferField` -> `In…",
"author_name": "Martin",
"author_login": "martin-hughes",
"committed_at": "2026-05-15T09:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e1648ccd63597a8c8abe90ddb9ce2a14dc580f",
"body": null,
"is_bot": false,
"headline": "Unwrap reference in `do_size_of`",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-05-09T12:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37640b3767b61a84b6f84bfbf07ec9d141e5af1",
"body": "Then there's no way for re-entrancy to corrupt the stack.\n\nFixes #292.",
"is_bot": false,
"headline": "Move method context to `do_execute_method`",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-05-09T09:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d42f885eb26b111433de5598d4ba0ed5f80d707",
"body": null,
"is_bot": false,
"headline": "Logical not only requires one arg",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-05-09T09:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1495329f588ac21e1da3e4175358e3f6db48fab",
"body": "This makes our arg contribution code more uniform, and as a benefit gracefully\nhandles incorrect `Zero` and `One` (as well as other, in theory` opcodes at\nthe top-level. This pattern is seen in the wild fairly often.",
"is_bot": false,
"headline": "Use `contribute_arg` to handle `NoCurrentOp` at the top-level",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-05-09T09:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04baa6d905eaccaac3210a29933f1d1308c4a112",
"body": "This is helpful when debugging ACPI dumps with multiple SSDTs...",
"is_bot": false,
"headline": "Trace the table ID better",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-04-29T20:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a91e3fd2af73c718edf7a80588d7e02cd35ca0a",
"body": null,
"is_bot": false,
"headline": "Derive Clone, Debug on useful objects",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-04-23T12:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936e0084727864572714f3f5f805076d71ab194d",
"body": null,
"is_bot": false,
"headline": "Make subtraction of `While` timeouts saturating",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31404fcce2583c941793f4b8de5297f586960cca",
"body": null,
"is_bot": false,
"headline": "Fix `DefIncrement`/`DefDecrement` not contributing an argument",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a0c34525dc31696e261fd79ba5c218e69184b8",
"body": null,
"is_bot": false,
"headline": "Fix formatting issues with `aml_tester` namespace printing",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87612c249bf3b4ea4497cd2a09990e62a966ca8f",
"body": null,
"is_bot": false,
"headline": "Implement `DefCopyObject`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985938bfd51dc7cfbf71f8e1d62b06821a669479",
"body": null,
"is_bot": false,
"headline": "Introduce `Interpreter::integer_size` helper",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00cc67c74320d253fe9dc3f3e701b26b9e72de18",
"body": null,
"is_bot": false,
"headline": "Introduce `extract_args` macro for ergonomics",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24fe4887d06147df644702defd20b757d3514ea",
"body": null,
"is_bot": false,
"headline": "Improve correctness of `DefStore` behaviour",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0200a29226a6b623aa5594fff2b45bcdb89c8f9",
"body": null,
"is_bot": false,
"headline": "Do not terminate on errors while populating namespace from DSDT + SSDTs",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e2ff27c0cc8cf22be868cd261ab27bce9b70bd5",
"body": "- Do not panic by default on fatal errors\n- Do not panic on encountering `DefLoad` or `DefLoadTable`\n- Do not panic on `DefNotify`\n- Add correct object type for `RawDataBuffer`s\n- Correctly handle `AccessField` and `ExtendedAccessField`\n- Partially handle stores to names",
"is_bot": false,
"headline": "Remove some panics in AML interpreter",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7215b948636ae28d9a8287ea3a8abb79172c13c1",
"body": null,
"is_bot": false,
"headline": "Remove panics in GAS handling code",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-04-23T12:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64610c66cf754047fe74c5255714e94adbb04f7e",
"body": null,
"is_bot": false,
"headline": "Add support for running the tests from uACPI. (#285)",
"author_name": "Martin",
"author_login": "martin-hughes",
"committed_at": "2026-04-18T11:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0160255a2aeadd6bfb06743f6573cdf02dab5e",
"body": null,
"is_bot": false,
"headline": "Implement Index and Bank fields",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-04-04T11:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdd54bb50b906a0c357a48bf7e46ca9af1a24a3",
"body": null,
"is_bot": false,
"headline": "Support multiple tables per test in `aml_tester`",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-04-04T11:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e015c318fdba7378fdf4b3fde9a2042c327f89",
"body": null,
"is_bot": false,
"headline": "Apply search rules to lookups (#283)",
"author_name": "Martin",
"author_login": "martin-hughes",
"committed_at": "2026-03-27T22:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a516e3c488bc67f8675c1d46fd681d0bfd0d2937",
"body": null,
"is_bot": false,
"headline": "A more appropriate test failure error",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-22T12:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be78726966353dca16eb95ce2cb1e2977d5ae242",
"body": null,
"is_bot": false,
"headline": "Fix `ToInteger` handling",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-22T12:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ec83f41963d20d041bb0a9e29a48099fc83123",
"body": "This was masking some bugs in `ToHexString` and `ToInteger` because\nthose calls were being folded out by the iasl optimizer.",
"is_bot": false,
"headline": "Disable iasl optimisations for tests",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-22T12:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f0916c2737e60d6be798d67b5bdbca395959a7",
"body": "Fix accidentally broken tests\n\nExit with a failure code if needed\n\nThis makes it easier for any user to see if a test has failed. Which may\nbe useful for example in CI environments.\n\nRemove AML filename replacement\n\n`resolve_and_compile` relies on the current `iasl` way of naming its\noutput, there's no need to duplicate that in `create_script_file`",
"is_bot": false,
"headline": "Allow `aml_tester` to continue after a panic",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-22T12:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c73cdc04eaf32c7add7916dd7f4c02a2e24d2b1",
"body": null,
"is_bot": false,
"headline": "Use correct offset for PCI I/O",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-21T15:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2681cb7dfab3b89f3fe20d1cf2f4a77ee01ecef",
"body": null,
"is_bot": false,
"headline": "Update PCI config location",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-19T22:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e8039d658fb2aa3c6b3ea7fe48d637fc06081a",
"body": "…ets (#269)",
"is_bot": false,
"headline": "Better infrastructure for regression/integration testing of ASL snipp…",
"author_name": "Martin",
"author_login": "martin-hughes",
"committed_at": "2026-03-14T10:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4deb78d6c9ae6556dd4bed5a97d7c891c273a34f",
"body": null,
"is_bot": false,
"headline": "Publish `acpi v6.1.1`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-03-08T23:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12fb0201249c041c28d10fcd28d107192868d162",
"body": null,
"is_bot": false,
"headline": "Infer number of expected args to `OpInFlight` where possible",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-03-08T23:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc14be03c4bf1cb014f22daea9e197d9016676b",
"body": null,
"is_bot": false,
"headline": "Improve handling of top-level names with new `ResolveBehaviour`s",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-03-08T23:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab7c84098edc3303fb6e27f3abe6141009c0007b",
"body": "This was due to a clap downcast error.\n\nAlso a handful of minor tidy-ups.",
"is_bot": false,
"headline": "Fix aml_tester files argument",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-08T16:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d524f6baa2492fa49f2bf23645f36162459c5ffd",
"body": "The library only compiles on nightly anyway, due to the use of\n`#![feature]`",
"is_bot": false,
"headline": "Add a toolchain file",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-03-08T16:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2ac632090af3810c81d895692b70deb2d8d033",
"body": null,
"is_bot": false,
"headline": "Patch operand resolution for `DefStore` in prep for better solution",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-03-07T12:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b69301ea354f6e1baa6005ceeccaab32e9f9e9d0",
"body": "This allows aml_tester to run on Windows. (termion doesn't support\nWindows)",
"is_bot": false,
"headline": "Use colored instead of termion",
"author_name": "Martin Hughes",
"author_login": "martin-hughes",
"committed_at": "2026-02-28T22:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffddf5174bfe46c2559afe60202d021f26c401ac",
"body": null,
"is_bot": false,
"headline": "Publish `acpi v6.1.0`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-02-10T14:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8c83a88c45ef1a4a7aee269bef068f5109eba4",
"body": null,
"is_bot": false,
"headline": "Add higher level `NumaInfo` type in `platform`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-02-10T14:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708e1856867eb0ffe1d949deb976ff08a746b6de",
"body": "Co-authored-by: Zejun Zhao <jelly.zhao.42@gmail.com>",
"is_bot": false,
"headline": "Add SDT definitions for SRAT + SLIT tables",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2026-02-10T14:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc17d3114fd41279db3054706223e8931ab08df6",
"body": null,
"is_bot": false,
"headline": "Make FACS optional",
"author_name": "Jeremy Soller",
"author_login": "jackpot51",
"committed_at": "2025-10-19T16:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90c95e019633659d9d74cfb8504f6487fb7e0bf9",
"body": null,
"is_bot": false,
"headline": "Do not panic on unknown interrupt controllers",
"author_name": "Jeremy Soller",
"author_login": "jackpot51",
"committed_at": "2025-10-19T16:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f1581d8fa49a57854ec2c7a6b70f5f8d62aa314",
"body": null,
"is_bot": false,
"headline": "Fix use of `platform` in no-alloc contexts + dependency issues",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-25T17:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c55b1d6a01639538ef281b045e371afee9b9e8",
"body": null,
"is_bot": false,
"headline": "Publish `acpi v6.0.0`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-22T10:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e1f881898f9cb195bffedbdc43b6e075c604a28",
"body": null,
"is_bot": false,
"headline": "More complete TODO list for AML interpreter",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-22T10:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020eb7bf578a5edf65b2e4735edabc48cb90ac3b",
"body": null,
"is_bot": false,
"headline": "Add mechanism to enter ACPI mode",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-22T09:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68c240ab510d31a61658fbc556b148bca0f312cf",
"body": "…tion",
"is_bot": false,
"headline": "Implement `Wait`, `Signal`, and `Reset` opcodes for event synchroniza…",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-18T19:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "806093c88b297a1bfd16d45462a62a49009229ae",
"body": null,
"is_bot": false,
"headline": "Publish as `v6.0.0-pre.0`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-18T10:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7878c7da2ffd51676ab562d812932a705867287",
"body": null,
"is_bot": false,
"headline": "Improved README",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-18T10:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e43b4888c2fce388747db0c1a2cca23cbd216e",
"body": null,
"is_bot": false,
"headline": "Fix all warnings for now",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-14T17:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02ab2ae8c70c3b946f56e2056c9350c86795646",
"body": null,
"is_bot": false,
"headline": "Fix handling of `VarPackage`s",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-14T16:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f66b8015bcb768c2d103278f362cb3f63d8196a2",
"body": null,
"is_bot": false,
"headline": "Fix AML tester",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-14T12:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccdc286507caceb4fec1301c0a0751281e3d785",
"body": "This requires the AML interpreter to have access to the fixed hardware\nregisters, and so changes the convenience initialization method to take\na `AcpiPlatform` instead of just the tables. I think this is fine in the\nlong run - users can still manually construct an interpreter if needed.",
"is_bot": false,
"headline": "Initial handling of the global lock from AML interpreter",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-10T14:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528e727953bfb1ff4c419cbc005f33cca3fdce81",
"body": null,
"is_bot": false,
"headline": "Add types for the PM1 event + control fixed hardware registers",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-10T14:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3fb274bacf92fe107aae5cdf4046291c08add65",
"body": null,
"is_bot": false,
"headline": "Fix tests that need to wrap objects",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-09T14:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404ab12d14455aae4c5eac9119bfbecfd5388058",
"body": null,
"is_bot": false,
"headline": "Implement basic IO on mapped GASs",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-08-09T14:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "588a6027db0baf8746c6292fb29f04955d50cf4b",
"body": "This was unneeded complexity in the end and came unstuck when we realised\nthe library needs to do I/O port accesses for register accesses. Users can\njust not implement parts of the API they're unable/will not use and deal with\nthe consequences.\n\nAlso catches changes to cache a mapping to the FACS in the AML interpreter.",
"is_bot": false,
"headline": "Re-merge `RegionMapper` and `Handler` into a single trait",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-21T14:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b839d84c8703b8755863fd59763d70fb583de0bc",
"body": null,
"is_bot": false,
"headline": "AML: don't warn if `\\_INI` or `\\_SB._INI` don't exist",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-12T23:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5e376bc01864e10501d97cf279163f89cf6d8f0",
"body": null,
"is_bot": false,
"headline": "Fix easy clippy warnings",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-09T11:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7e47bf49ab9ad0b32b33a70dadf6743fbf9d1e",
"body": "This is required for various special address space types (e.g. the PCC)",
"is_bot": false,
"headline": "Allow non-standard access sizes in Generic Address Structures",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-08T23:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c0a12cd0cd237d2b13aad8d9bb5c874cb72d00",
"body": null,
"is_bot": false,
"headline": "AML: add predefined global lock mutex object to the namespace",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-08T21:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed550f6976bd2902980250d84753fe630e2a7218",
"body": null,
"is_bot": false,
"headline": "Rename `AcpiHandler` to `RegionMapper`, improve docs",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-07T12:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425cd54bbb80135c656e0791d908f59d3023eb01",
"body": null,
"is_bot": false,
"headline": "AML: define `_OS`, `_OSI`, and `_REV` predefined objects",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-05T15:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe62829138141bf877d2701747520c650646ef4",
"body": null,
"is_bot": false,
"headline": "AML: implement support for native methods in the AML namespace",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-07-05T15:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a86ae3190e1806161e0615e4a0a743cb837396",
"body": null,
"is_bot": false,
"headline": "`aml`: fix spelling of `AmlError::MutexAcquireTimeout`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-06-29T01:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "697702d9a91be779293d807af29befebb989f6ee",
"body": null,
"is_bot": false,
"headline": "Fix some warnings",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-06-29T01:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e28f13df13f38c39dd294c14446175e16ab5f7de",
"body": "To match NT's behaviour, we should just evaluate a namestring within a\npackage definition to a string object. Also handles this change in PRT\nhandling.",
"is_bot": false,
"headline": "`aml`: fix handling of names within package definitions",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-06-29T00:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0231822d940b880e608192068739ba3111363d",
"body": null,
"is_bot": false,
"headline": "`aml`: rename `invoke_method` to `evaluate`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-06-29T00:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387ddbb1ca34f3a75e43bbd6658928d89ae9e537",
"body": null,
"is_bot": false,
"headline": "`aml`: specify default `Global` allocator for `PciConfigRegions`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-06-28T12:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fff73567486ff14019efd6f647d2d4a648acf3d",
"body": null,
"is_bot": false,
"headline": "Rename `PlatformInfo` to `AcpiPlatform`, bring `wake_aps` under it",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-10T22:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1998a26214e1ee52346f16806918b7ac0a8a6a69",
"body": null,
"is_bot": false,
"headline": "AML: prepare for correct store result handling",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-10T21:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbceb73928c570af242909912e73e003fe5dcc9d",
"body": null,
"is_bot": false,
"headline": "AML: allow transparent references to be used in more places",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-10T21:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb29508805b7e7d94ad9fcf012a6583bf3ef82c",
"body": "This fixes issues in real tables.",
"is_bot": false,
"headline": "AML: allow use of `Local`/`Arg` transparent references in `OpRegion`s",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-07T18:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e986ac76e770acda5fceb176f7d85b3feb2e2502",
"body": null,
"is_bot": false,
"headline": "AML: don't error on name collisions",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-07T18:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e0c0f6ab209fa9f0bb238f2ec3cc30719ad609",
"body": null,
"is_bot": false,
"headline": "AML: fix bug in string comparisons with strings of less than 4 bytes",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-07T17:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf4306747784ae9ddab3c29c57f38f3287d0404b",
"body": null,
"is_bot": false,
"headline": "AML: fix bug in `ToHexString`, add test for `To*` opcodes from uACPI",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-07T17:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22867c6811c8d4d8c28de76adfedf19a24c333b3",
"body": null,
"is_bot": false,
"headline": "AML: add rudimentary operation tracing for debugging",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-07T17:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a880918c875748fe4fd922fbd345023beadfae8d",
"body": null,
"is_bot": false,
"headline": "AML: improve safety of mutable object handling",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-06T22:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccde4c7bd7dc4763dc54eb7b74b2dba2f9f54eee",
"body": "This necessitated also unwrapping more references for package and buffer\nlengths. This may need to be done elsewhere.",
"is_bot": false,
"headline": "AML: support `DefVarPackage`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-03T01:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d66363b9aa4e0d83068458d7af7e462bd0dea6d",
"body": null,
"is_bot": false,
"headline": "Add `ToInteger` test case from uACPI",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-02T19:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e8148995ce3053a6cdf4939deaf60efbbf1f2ca",
"body": null,
"is_bot": false,
"headline": "AML: fix handling of `If` ops at the end of blocks",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-02T19:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb054b1bba08a3b965bbd08392175d2f0b2921b",
"body": null,
"is_bot": false,
"headline": "AML: attempt implicit integer conversion on stores",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-02T19:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce1dad65b138035e54d7c1c835dc8a80eae7f68",
"body": "…g`, and `ToInteger`",
"is_bot": false,
"headline": "AML: implement `ToString`, `ToBuffer`, `ToDecimalString`, `ToHexStrin…",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-02T19:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3956699875b6c881ef4e1b25e353d34bfe120675",
"body": "This will allow us to add variants without them being breaking changes, and\nI don't think you should be exhaustively matching our errors regardless.",
"is_bot": false,
"headline": "Make error enums `non_exhaustive`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-04-02T19:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fd1346399e155090acfbf01461f7cc19b82f84",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-03-30T16:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35ccb3bd9ab6345c8d985fca335270af82dc7e70",
"body": null,
"is_bot": false,
"headline": "AML: respect the table revision in `DefFindSetLeftBit`",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-03-28T15:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe31c72a27b0fdc0a248ab356f4978cc92d3274b",
"body": null,
"is_bot": false,
"headline": "Add `Interpreter::new_from_tables` helper method",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-03-25T18:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e73ac480ef6cc61a5844c7c12c23cb8aa16112e",
"body": null,
"is_bot": false,
"headline": "Merge `acpi` and `aml` crates into one top-level crate",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-03-25T17:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b266a6a59327d8f549f3e50fdb4b5a0adc7155a7",
"body": null,
"is_bot": false,
"headline": "`aml`: commit some comments/other bits in prep of merging crates",
"author_name": "Isaac Woods",
"author_login": "IsaacWoods",
"committed_at": "2025-03-25T16:37:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 67,
"latest_release_at": "2019-08-12T16:59:26Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_last_push": 3,
"active_weeks_last_year": 22,
"days_since_latest_release": 2542,
"mean_days_between_releases": 57.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "acpi",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [
"hardware-support",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/acpi",
"is_deprecated": false,
"latest_version": "6.1.1",
"repository_url": "https://github.com/rust-osdev/acpi",
"versions_count": 31,
"total_downloads": 934896,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 77967,
"first_published_at": "2018-05-03T17:00:58.408806Z",
"latest_published_at": "2026-03-08T23:06:32.388655Z",
"latest_version_yanked": false,
"days_since_latest_publish": 142
}
]
},
"popularity": {
"forks": 86,
"stars": 239,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-10-16",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-04-24",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-26",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 80,
"total_forks": 86
},
"star_history": null,
"open_issues_and_prs": 43
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"tools/acpi_dumper/Cargo.toml",
"tools/aml_test_tools/Cargo.toml",
"tools/aml_tester/Cargo.toml",
"tools/no_alloc_check/Cargo.toml",
"tools/uacpi_test_adapter/Cargo.toml"
],
"largest_source_bytes": 156617,
"source_files_sampled": 48,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": "crates:acpi@6.1.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bit_field",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.2"
},
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.5.0"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.20"
},
{
"name": "spinning_top",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "pci_types",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.0"
},
{
"name": "byteorder",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bit_field",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "pci_types",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "spinning_top",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "parse_int",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "pico-args",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "pretty_env_logger",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "which",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 6,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 15,
"merged_prs": 137,
"open_issues": 28,
"closed_ratio": 0.785,
"closed_issues": 102,
"closed_unmerged_prs": 30
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "IsaacWoods",
"commits": 622,
"avatar_url": "https://avatars.githubusercontent.com/u/10314464?v=4"
},
{
"type": "User",
"login": "martin-hughes",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/22326753?v=4"
},
{
"type": "User",
"login": "michaelmelanson",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/1318?v=4"
},
{
"type": "User",
"login": "toku-sa-n",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/42336339?v=4"
},
{
"type": "User",
"login": "rw-vanc",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/123669882?v=4"
},
{
"type": "User",
"login": "alnyan",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/3716812?v=4"
},
{
"type": "User",
"login": "Freax13",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/14952658?v=4"
},
{
"type": "User",
"login": "Restioson",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/6688948?v=4"
},
{
"type": "User",
"login": "rcerc",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/88944439?v=4"
},
{
"type": "User",
"login": "ethindp",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/8030501?v=4"
}
],
"contributors_sampled": 36,
"top_contributor_share": 0.794
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "13 out of 15 merged PRs checked by a CI test -- score normalized to 8",
"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": 5,
"reason": "Found 12/21 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "18 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f6e5b14c2f2a5b42a570bf823695f5d635f91763",
"ran_at": "2026-07-29T02:55:07Z",
"aggregate_score": 4.7,
"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-25T15:53:07Z",
"oldest_open_prs": [
{
"number": 181,
"created_at": "2023-04-21T19:48:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 198,
"created_at": "2023-10-03T08:05:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 226,
"created_at": "2024-10-22T13:32:43Z",
"last_comment_at": "2024-11-25T13:44:17Z",
"last_comment_author": "volcaxiao"
},
{
"number": 233,
"created_at": "2024-11-25T09:21:42Z",
"last_comment_at": "2025-03-24T21:23:11Z",
"last_comment_author": "IsaacWoods"
},
{
"number": 242,
"created_at": "2025-02-05T12:21:54Z",
"last_comment_at": "2025-03-23T20:22:59Z",
"last_comment_author": "00xc"
},
{
"number": 244,
"created_at": "2025-02-23T00:53:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 248,
"created_at": "2025-04-13T01:13:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 251,
"created_at": "2025-04-19T18:54:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 252,
"created_at": "2025-05-09T13:02:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 254,
"created_at": "2025-08-02T19:12:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 306,
"created_at": "2026-06-08T21:56:20Z",
"last_comment_at": "2026-06-20T09:27:25Z",
"last_comment_author": "martin-hughes"
},
{
"number": 307,
"created_at": "2026-06-12T19:42:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 310,
"created_at": "2026-06-24T15:04:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 318,
"created_at": "2026-07-12T20:09:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 320,
"created_at": "2026-07-27T09:41:46Z",
"last_comment_at": "2026-07-27T19:11:29Z",
"last_comment_author": "martin-hughes"
}
],
"last_merged_pr_at": "2026-07-25T15:52:33Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 51,
"created_at": "2019-08-07T23:25:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2019-08-07T23:35:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2021-05-26T22:23:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 105,
"created_at": "2021-08-01T11:30:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 106,
"created_at": "2021-08-14T18:35:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2021-08-21T17:23:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 120,
"created_at": "2022-07-21T00:43:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 125,
"created_at": "2022-10-12T10:20:42Z",
"last_comment_at": "2025-09-17T14:34:32Z",
"last_comment_author": "AlulaOneshot"
},
{
"number": 139,
"created_at": "2023-01-26T22:03:06Z",
"last_comment_at": "2023-01-27T19:59:35Z",
"last_comment_author": "IsaacWoods"
},
{
"number": 140,
"created_at": "2023-01-26T22:36:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 142,
"created_at": "2023-02-04T12:57:39Z",
"last_comment_at": "2023-02-09T23:39:59Z",
"last_comment_author": "rw-vanc"
},
{
"number": 163,
"created_at": "2023-03-07T17:16:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 171,
"created_at": "2023-03-29T02:59:46Z",
"last_comment_at": "2023-03-30T22:41:14Z",
"last_comment_author": "rw-vanc"
},
{
"number": 175,
"created_at": "2023-04-09T01:23:54Z",
"last_comment_at": "2023-05-03T14:02:11Z",
"last_comment_author": "kennystrawnmusic"
},
{
"number": 176,
"created_at": "2023-04-09T02:44:07Z",
"last_comment_at": "2023-04-22T22:48:02Z",
"last_comment_author": "IsaacWoods"
},
{
"number": 215,
"created_at": "2024-05-01T21:15:53Z",
"last_comment_at": "2024-05-06T19:40:34Z",
"last_comment_author": "rw-vanc"
},
{
"number": 250,
"created_at": "2025-04-19T18:00:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 253,
"created_at": "2025-08-02T15:56:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 258,
"created_at": "2025-09-05T20:38:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 260,
"created_at": "2025-10-15T01:08:34Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rust-osdev/acpi",
"host": "github.com",
"name": "acpi",
"owner": "rust-osdev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 62 is calibrated to 69 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 62,
"calibrated": 69,
"calibration": "2026-08-02"
}
}
],
"value": 69,
"inputs": {
"security": 58,
"vitality": 63,
"community": 62,
"governance": 69,
"calibration": "2026-08-02",
"engineering": 62,
"ai_readiness": 43,
"weighted_overall_raw": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 67,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "67 commits in the last year",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 67
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "weak",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 2542,
"mean_days_between_releases": 57.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2542 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2542
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~57.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 57.4
}
}
],
"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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"forks": 86,
"stars": 239,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "239 stars",
"points": 38.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 239
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "86 forks",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 86
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": 82,
"inputs": {
"packages": [
"acpi"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 934896,
"monthly_downloads": 77967
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "77,967 downloads/month across crates",
"points": 65.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 77967,
"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": "good",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 36,
"top_contributor_share": 0.794
},
"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 79% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "36 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 36
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"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): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"merged_prs": 137,
"open_issues": 28,
"closed_issues": 102,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.785,
"closed_unmerged_prs": 30,
"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": "78% of issues closed",
"points": 33,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "137/167 decided PRs merged",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 137,
"decided": 167
}
}
],
"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 12/21 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 1128,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "rust-osdev",
"public_repos": 31,
"account_age_days": 3103
},
"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": "1,128 followers of rust-osdev",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1128,
"login": "rust-osdev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~8 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"acpi"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 142
},
"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 142 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 142
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "31 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 31
}
}
],
"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": 62,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 15 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"acpi",
"aml",
"rust",
"osdev"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"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": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"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": "13 out of 15 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"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 12/21 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "18 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:acpi@6.1.1 runtime dependency closure — what installing the published package pulls in — 8 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:acpi@6.1.1",
"assessed": 8
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 8,
"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": 8,
"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": 9
},
"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": 43,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"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": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"tools/acpi_dumper/Cargo.toml",
"tools/aml_test_tools/Cargo.toml",
"tools/aml_tester/Cargo.toml",
"tools/no_alloc_check/Cargo.toml",
"tools/uacpi_test_adapter/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, tools/acpi_dumper/Cargo.toml, tools/aml_test_tools/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, tools/acpi_dumper/Cargo.toml, tools/aml_test_tools/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 156617,
"source_files_sampled": 48,
"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/48 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 48,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"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": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-29T02:55:32.407044Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rust-osdev/acpi.svg",
"full_name": "rust-osdev/acpi",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}