Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 5086,
"has_wiki": false,
"homepage": "https://docs.rs/x86_64",
"languages": {
"Rust": 316831,
"Python": 1212
},
"pushed_at": "2022-06-08T19:00:38Z",
"created_at": "2017-11-16T20:51:53Z",
"owner_type": "Organization",
"updated_at": "2023-01-28T00:07:16Z",
"description": "Library to program x86_64 hardware.",
"is_archived": true,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "theseus-os.com",
"name": "Theseus OS",
"type": "Organization",
"login": "theseus-os",
"company": null,
"location": "Bellevue, WA",
"followers": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/42755277?v=4",
"created_at": "2018-08-27T23:01:51Z",
"is_verified": null,
"public_repos": 52,
"account_age_days": 2889
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2017-03-30T10:21:05Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2017-03-19T12:31:55Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-03-19T11:55:34Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2017-03-14T15:01:27Z"
}
],
"recent_commits": [
{
"oid": "4bf10e25afa0658a82f66c71114cc41b46f13a74",
"body": null,
"is_bot": false,
"headline": "This fork is now archived and unused.",
"author_name": "Kevin Boos",
"author_login": "kevinaboos",
"committed_at": "2022-06-08T19:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36e62f78b2dade20c9d27e2a22a43d6a8c368025",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:rust-osdev/x86_64",
"author_name": "Kevin Boos",
"author_login": "kevinaboos",
"committed_at": "2022-03-24T01:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7883e5bdac46793830568a6163c07a0546f435e9",
"body": null,
"is_bot": false,
"headline": "Update to latest `asm!()` syntax, as `llvm_asm!()` has been removed.",
"author_name": "Kevin Boos",
"author_login": "kevinaboos",
"committed_at": "2022-03-22T18:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bec7be4912a879dda13aa4d4d7f416bd0588bb0",
"body": "User CET Register",
"is_bot": false,
"headline": "Merge pull request #349 from jarkkojs/feat/ucet",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-19T14:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d0615f59397e0a7efed1006544f9ad78ca1de1",
"body": "Add support for IA32_U_CET and IA32_S_CET, which are used for Control flow\nExecution Technology (CET) configuration.\n\nSigned-off-by: Jarkko Sakkinen <jarkko@profian.com>",
"is_bot": false,
"headline": "feat: support for IA32_U_CET and IA32_S_CET",
"author_name": "Jarkko Sakkinen",
"author_login": null,
"committed_at": "2022-03-19T14:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac2487af3692e22dae4927cc3fd0e9da510aa87",
"body": "Fixed overflow bug in PageRangeInclusive",
"is_bot": false,
"headline": "Merge pull request #351 from drzewiec/pagerangeinclusive_fix",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-18T23:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75d170e8aa83bc27378447bd0e12faa57d6afe1",
"body": null,
"is_bot": false,
"headline": "Updated name of PageRangeInclusive overflow test",
"author_name": "Chris Drzewiecki",
"author_login": "drzewiec",
"committed_at": "2022-03-18T23:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1d77935921e527c36d9baf5cd2031b26a37806",
"body": null,
"is_bot": false,
"headline": "Added test to cover ranges ending in the max page",
"author_name": "Chris Drzewiecki",
"author_login": "drzewiec",
"committed_at": "2022-03-18T22:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd7f00b3362362a1c882340cabad192485ad372",
"body": null,
"is_bot": false,
"headline": "Fixed overflow bug in PageRangeInclusive",
"author_name": "Chris Drzewiecki",
"author_login": "drzewiec",
"committed_at": "2022-03-18T22:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b4c2d394ca93445dc1f77a0a66c57cdc1a7661",
"body": "implement `core::iter::Step` for `VirtAddr` and `Page`",
"is_bot": false,
"headline": "Merge pull request #342 from Freax13/step-virt-addr-and-page",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-01T11:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91122514a8c58bf96a96f6cad5ef996710ce8dd3",
"body": "Fix: `VirtAddrNotValid` and `PhysAddrNotValid` should contain the whole address",
"is_bot": false,
"headline": "Merge pull request #347 from rust-osdev/fix-virtaddrnotvalid",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T11:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8f2f1dd7d1c0b8742365e6ae53f69589a088f9",
"body": null,
"is_bot": false,
"headline": "fix warning",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-01T11:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bef8f0defb5c27d10ad39b77403b776fc72ff6c",
"body": null,
"is_bot": false,
"headline": "fix overflow/underflow checks",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-01T11:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b644c2c103d52e5a1a832efda0134627a5bde2ca",
"body": null,
"is_bot": false,
"headline": "Format addresses as hexadecimal for VirtAddr/PhysAddr error types",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T10:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40eac1cd6228aa151668737923acf27074b4876",
"body": "…le address\n\nNot just the invalid higher bits. We made the internal fields public in #340, but fortunately we didn't release this change yet, so this fix is still non-breaking.",
"is_bot": false,
"headline": "Fix: `VirtAddrNotValid` and `PhysAddrNotValid` should contain the who…",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T10:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29094875426d415e8edd1390117f1b8f8a32ff54",
"body": null,
"is_bot": false,
"headline": "Fix formatting",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T10:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1602cfd7b57b427c9bdb736e74184b0d95e0a5d2",
"body": "This ensures that we never return a non-canonical address from these methods, even if there is a bug in the address calculation. This is important because the `VirtAddr` type guarantees that all addresses are canoncial.",
"is_bot": false,
"headline": "Use `Self::new` in `Step` methods as a safeguard",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T10:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2b5d0136fa5aa1a676478279c442608114f4172",
"body": "An overflow should not be possible since `VirtAddr` ise guarenteed to be a canoncial address, but it's better to be safe.",
"is_bot": false,
"headline": "Use `checked_sub` for `steps_between` implementation",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T10:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1ed63e5d2b5d5f9ec876ce3d19cc6ad651ab5e",
"body": null,
"is_bot": false,
"headline": "Add some more test cases",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-03-01T10:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7916566d1d4518b4bc05572214fc8d7112cc6e62",
"body": null,
"is_bot": false,
"headline": "fix very large steps",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-01T09:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f891df1b3c6cf0c3b824ce263f57fd982ea8921",
"body": null,
"is_bot": false,
"headline": "impl `Step` for `Page`",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-01T08:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36809076b7144fe0d40b22110ace132c330c2a99",
"body": null,
"is_bot": false,
"headline": "implement `Step` for `VirtAddr`",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-03-01T08:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a143355627240bd58f97c4a881b79e86b3ea07cc",
"body": null,
"is_bot": false,
"headline": "Remove external assembly (#343)",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-02-25T12:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d326787039af3a15d5bc037c2d23dcdabc3d9b7",
"body": "make fields public",
"is_bot": false,
"headline": "Merge pull request #340 from Freax13/expose-fields-in-errors",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-02-05T15:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760fa3d0b61e013d25281bf8db5ea17e5b8072b7",
"body": null,
"is_bot": false,
"headline": "make fields public",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-02-05T11:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc356f8f276fc5e30b6dcb2eec6779fcf68fbed2",
"body": "Bump version to 0.14.8",
"is_bot": false,
"headline": "Merge pull request #339 from rust-osdev/release",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-02-03T12:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4f5ee63115ed46dfef6ec97215d03163ed1eb3",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.14.8",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-02-03T12:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "204e6e33c89b197c94b25a34ba42b2b9f2f333c0",
"body": null,
"is_bot": false,
"headline": "Update changelog for #334 and #336",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2022-02-03T12:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7306862406e5b231766061dcbd89fea53fd11d0",
"body": "registers: MXCSR",
"is_bot": false,
"headline": "Merge pull request #336 from jarkkojs/master",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-01-28T12:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ad56aa2e636db82700567655f34ac4308b9d1c",
"body": "Add MxCsr register derived from MxCsr type in enarx/xsave.\n\nProvide two unit tests:\n- mxcsr_default(): Check that the constant matches the value read from\n the CPU when the process has not yet written anything else to it.\n- mxcsr_write(): Check that the write operation does not corrupt values.\n\nCo-authored-by: Tom Dohrmann <Erbse.13@gmx.de>\nSigned-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>",
"is_bot": false,
"headline": "registers: MXCSR",
"author_name": "Jarkko Sakkinen",
"author_login": "jarkkojs",
"committed_at": "2022-01-28T12:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50141132a79eb4b4395b12ed4598d59e11e0681e",
"body": "add `Cr2::read_raw`",
"is_bot": false,
"headline": "Merge pull request #334 from Freax13/cr2-read-raw",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-01-17T10:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38537d12a01e90f0219797fa4b3780a3eb5966f4",
"body": "Co-authored-by: Philipp Oppermann <dev@phil-opp.com>",
"is_bot": false,
"headline": "improve doc comment",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-01-17T10:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b525bb1ee15739291845798bd8d733d01fb7563",
"body": null,
"is_bot": false,
"headline": "add `Cr2::read_raw`",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2022-01-16T13:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb82677fbd2659334f9d2471ac22da84f1d99475",
"body": "Release version 0.14.7",
"is_bot": false,
"headline": "Merge pull request #331 from rust-osdev/release",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-12-18T17:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680d09859d1fc3e98450e2ffd4bb51805e1b9182",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.14.7",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-12-18T17:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e94d694f68912f1d30f785dfc7b80ad8a2ce4416",
"body": "enable `unsafe_block_in_unsafe_fn` lint",
"is_bot": false,
"headline": "Merge pull request #328 from Freax13/unsafe_block_in_unsafe_fn",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-12-18T17:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c69380602aaf93eb718ee96eab711449be2f8a07",
"body": "Based on GitHub's autogenerated release notes",
"is_bot": false,
"headline": "Update changelog",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-12-18T17:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "575de31eb5b42ddc1a9b988588acfa6334ab3b6b",
"body": "fix: build error on the latest nightly",
"is_bot": false,
"headline": "Merge pull request #329 from toku-sa-n/fix_asm",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-12-18T17:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449f6b93fab3f9d6cf14adc612e602c960f85275",
"body": null,
"is_bot": false,
"headline": "Merge PR #330",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-12-18T16:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae44fab9c1c9f5b668db3881398fbb771cd64abf",
"body": "We should not make this test part of the manditory test suite because the bootloader crate depends on x86_64 itself. Thus, some breaking changes require a two-phase update.",
"is_bot": false,
"headline": "Move bootloader integration test to separate CI job",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-12-18T16:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3efa4109f724357e88321d7eb0644c35d4ba50a7",
"body": null,
"is_bot": false,
"headline": "refactor: import inside the `x86_64` module",
"author_name": "Hiroki Tokunaga",
"author_login": "toku-sa-n",
"committed_at": "2021-12-17T02:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af206afff879426948aded4a388f8ecfd6d077ea",
"body": "`asm!` is excluded from Prelude.",
"is_bot": false,
"headline": "fix: build error on the latest nightly",
"author_name": "Hiroki Tokunaga",
"author_login": "toku-sa-n",
"committed_at": "2021-12-16T02:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a719f8df000d72c9423f6ddbf09a3f0dd37795d",
"body": null,
"is_bot": false,
"headline": "remove `allow(unused_unsafe)`",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-12-13T10:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a8344b67c3b9ec7c78c4acecb6b287152e109c",
"body": null,
"is_bot": false,
"headline": "enable `unsafe_block_in_unsafe_fn` lint",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-12-13T10:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d5fadb2ddc9dfea1da6cc1df3563f89afb6fdd",
"body": "remove `const_assert!` in favor of std's `assert!`",
"is_bot": false,
"headline": "Merge pull request #326 from Freax13/const-panic",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-12-05T15:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a9243efa67a37b5a690e44234f0ccca74e8209",
"body": null,
"is_bot": false,
"headline": "remove `const_assert!` in favor of std's `assert!`",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-12-02T20:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498fa5c534ba81d6867e2d6b0c4c3f4552cad670",
"body": "Signed-off-by: Harald Hoyer <harald@profian.com>",
"is_bot": false,
"headline": "fix(idt): fix panic messages for `index` and #VC (#321)",
"author_name": "Harald Hoyer",
"author_login": "haraldh",
"committed_at": "2021-11-14T16:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "129fa956c32287ffd2f66ac64e62d69e37605e0f",
"body": "Derive common traits for number, range and enum types",
"is_bot": false,
"headline": "Merge pull request #315 from Freax13/add-derives",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-11-08T09:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c2e266f48e930b8f045f496418817f1fa8e678",
"body": "add set_general_handler macro",
"is_bot": false,
"headline": "Merge pull request #285 from Freax13/default-irq-handler",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-11-07T18:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e447d88793460d87cae2299aca8a17303dea3a79",
"body": null,
"is_bot": false,
"headline": "skip `set_general_handler` in doctests on windows",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T17:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0065de1f963e6ec689e5b11285a3275d7521ae",
"body": null,
"is_bot": false,
"headline": "don't run `default_handlers` test on windows",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T17:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6332936d1e8511f940dca7d4423beb6a3705e84",
"body": null,
"is_bot": false,
"headline": "fix clippy warning in test",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T13:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be14601f56d695986cfd76b78a1b6dad1e8b4d35",
"body": null,
"is_bot": false,
"headline": "support `vmm_communication_exception`",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T13:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba1dd681742e119195f906b862de83e710895e0",
"body": null,
"is_bot": false,
"headline": "put `set_general_handler` behind feature gate",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T13:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43233b6fb34b2907b09bb356967079a5654bcf92",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T12:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41756a0a2a767f22180c8179db6d90fb5a7dd21",
"body": null,
"is_bot": false,
"headline": "use `u8` instead of `usize`",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T12:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8695b39fb9254c515a0daa236041b9a72db2600b",
"body": null,
"is_bot": false,
"headline": "add `GeneralHandlerFunc` for `set_general_handler`",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T12:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b134e85ffa0a017d5f9ba8a46d7572275c98ec",
"body": null,
"is_bot": false,
"headline": "add set_general_handler macro",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-11-07T12:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "640d425b2a52640c6b5a49794d8b10a001679abe",
"body": null,
"is_bot": false,
"headline": "remove some `PartialOrd`, `Ord` derives",
"author_name": "Tom Dohrmann",
"author_login": null,
"committed_at": "2021-11-07T11:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8aee524f4ec2a14d52ea03e64e725a79dd1323a",
"body": null,
"is_bot": false,
"headline": "Remove redundant alignment check (#314)",
"author_name": "Marcin Pajkowski",
"author_login": "mpajkowski",
"committed_at": "2021-11-06T13:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c9d4cae0c6fda262f39c40fe9d8d84e540377fb",
"body": "Add the VMM Communication Exception (#VC) to the InterruptDescriptorTable",
"is_bot": false,
"headline": "Merge pull request #313 from haraldh/vmm_communication_exception",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-11-06T13:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8071100b3f981123b6fe8efe78c2e45b84c2b6",
"body": null,
"is_bot": false,
"headline": "Adjust vector number range in docs",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-11-06T13:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e89bbb1214a0a401b8ebea7a3ef2383ec7c87a4e",
"body": "fix docs for `page_table_index`",
"is_bot": false,
"headline": "Merge pull request #318 from Freax13/fix-docs",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-10-30T00:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31b3d1c21a2b80a0f6bf6a07748a99c7620bf7db",
"body": null,
"is_bot": false,
"headline": "fix docs for `page_table_index`",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-10-27T18:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1560137dd7e060497430576560b280ef3291d61",
"body": null,
"is_bot": false,
"headline": "add derives to enum types",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-10-25T12:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf3c5ca78465f33184e7883665fc0d6023a18d44",
"body": null,
"is_bot": false,
"headline": "add derives to number and range types",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-10-25T12:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1fd7c3e73e929c85a57b3711159d3df5af27f59",
"body": "…able\n\nFor AMD SEV-ES and SEV-SNP, handling this exception is crucial for\nfunctionality.\n\nSigned-off-by: Harald Hoyer <harald@profian.com>\nCo-authored-by: Philipp Oppermann <dev@phil-opp.com>",
"is_bot": false,
"headline": "Add the VMM Communication Exception (#VC) to the InterruptDescriptorT…",
"author_name": "Harald Hoyer",
"author_login": "haraldh",
"committed_at": "2021-10-18T15:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646174539a7ca8f2c294857afc03f0b73f18a5a3",
"body": "fix: enable manipulation of `InterruptStackFrame`",
"is_bot": false,
"headline": "Merge pull request #312 from haraldh/isr_frame",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-10-15T03:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad778942e42f971deeac7dc2d3acc2dba356e63",
"body": "Derive `Copy` for `InterruptStackFrameValue` or otherwise\n```\nerror[E0277]: the trait bound `InterruptStackFrameValue: core::marker::Copy` is not satisfied\n```\n\nSigned-off-by: Harald Hoyer <harald@profian.com>",
"is_bot": false,
"headline": "fix: enable manipulation of `InterruptStackFrame`",
"author_name": "Harald Hoyer",
"author_login": "haraldh",
"committed_at": "2021-10-14T11:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31172ac2fb14eac2d0cb5c79dbacaf52bc98bb1d",
"body": "Release version 0.14.6",
"is_bot": false,
"headline": "Merge pull request #310 from rust-osdev/patch-release",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-09-21T08:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd711becce3c79f9e932473053f3c92617dd227",
"body": "Signed-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "Update version to 0.14.6",
"author_name": "Joe Richey",
"author_login": "josephlr",
"committed_at": "2021-09-20T19:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f79eec820597b8defa518f565dbeeee35bec22e",
"body": "Signed-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "Update Changelog to include #309",
"author_name": "Joe Richey",
"author_login": "josephlr",
"committed_at": "2021-09-20T19:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022598abeca0e53e1c519cb336c3bf6e919cc2c2",
"body": "Move segment types into a new `registers::segmentation` module",
"is_bot": false,
"headline": "Merge pull request #309 from rust-osdev/fix-307",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-09-20T18:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a280bbe1d6728e1c29c49cf4e1f46cf08e4e509d",
"body": "The segment types themselves do not require the `instructions` feature, so it makes sense to move them to the top-level `registers` module. The `instructions::segmentation` module still re-exports all the types, so this change should not break any code.\n\nFixes #307",
"is_bot": false,
"headline": "Move segment types into a new `registers::segmentation` module",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-09-17T13:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05b5f4fcd46d2fded5220595c58e2bfd30e9f074",
"body": "Release version 0.14.5",
"is_bot": false,
"headline": "Merge pull request #304 from rust-osdev/patch-release",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-09-13T07:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0edc4aa99f6121b2e4cb8de7d9bd53032af864b9",
"body": "Signed-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "Update changelog for #264, #303, #306",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-09-13T07:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "633abc35483fb21ef8bb4f9dc9bb34d708761ef4",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.14.5",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-09-13T07:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be29ff36d657d710747848f7e980226527ff413",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-09-13T07:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ce148a7d373bd73aae877ae834507874eef258",
"body": "Add exception vector type",
"is_bot": false,
"headline": "Merge pull request #303 from npmccallum/errors",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-09-13T06:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "137f55571334e16bbe3e2b15eec2cb325817beef",
"body": "Signed-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "Add the ExceptionVector type",
"author_name": "Nathaniel McCallum",
"author_login": "npmccallum",
"committed_at": "2021-09-12T05:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611d7d9cc7fa2c91032a254c4e4a6c8fc153256b",
"body": "Bump bit_field to 0.10.1",
"is_bot": false,
"headline": "Merge pull request #306 from mkroening/bit_field-upgrade",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-09-12T05:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c83f36c104e306082fafa053df8de141ed6d16e8",
"body": null,
"is_bot": false,
"headline": "Add missing flags to PageFaultErrorCode",
"author_name": "Nathaniel McCallum",
"author_login": "npmccallum",
"committed_at": "2021-09-07T13:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c4a5d739472f6ef9909268a7e7b189550611f0",
"body": null,
"is_bot": false,
"headline": "Bump bit_field to 0.10.1",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2021-09-06T11:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4d3c2f895a0282ec920b2b3be051e22ed87fca",
"body": null,
"is_bot": false,
"headline": "Add `clean_up` and `clean_up_with_filter` (#264)",
"author_name": "Tom Dohrmann",
"author_login": "Freax13",
"committed_at": "2021-09-05T11:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27ab5056a302d6e8db3071de1eb5704c3d7ab852",
"body": "fix(gdt): typo",
"is_bot": false,
"headline": "Merge pull request #302 from toku-sa-n/fix_typo",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-09-01T04:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5efe5b557d3d20c5fe93138b52271582dc1328",
"body": "docs(idt): remove a panic note",
"is_bot": false,
"headline": "Merge pull request #300 from toku-sa-n/fix_doc",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-09-01T04:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09dc4301a4d6c3bc3ba8e514210a3fa342050a10",
"body": "We also fix the formating slightly for consistancy with the rest of the\ncodebase.\n\nSigned-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "docs: Fix links by importing Segment trait",
"author_name": "Joe Richey",
"author_login": "josephlr",
"committed_at": "2021-09-01T04:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f99df3e0bfe70e5fadcba91d66bb3666bce56f",
"body": null,
"is_bot": false,
"headline": "fix(gdt): typo",
"author_name": "Hiroki Tokunaga",
"author_login": "toku-sa-n",
"committed_at": "2021-08-30T01:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4f8c491f826d35867a79ae769d32e2c5f952b8",
"body": "…references-in-gdt-load-docs\n\ndocs: Update segment register references in GDT::load* method to non-deprecated methods",
"is_bot": false,
"headline": "Merge pull request #301 from ncatelli/documentation/fix-load-segment-…",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-08-29T18:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0290fa1aa1e6c31c9a6bf0193a61452e268a907d",
"body": null,
"is_bot": false,
"headline": "fix gdt load docs to cover deprecation",
"author_name": "Nate Catelli",
"author_login": null,
"committed_at": "2021-08-29T17:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ced28122f0ed3c7482e2813e5405bb4e45ba631",
"body": "feat(mapper): expose `MapperFlush(All)?::new`",
"is_bot": false,
"headline": "Merge pull request #296 from toku-sa-n/flush_new",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-08-29T02:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278e1fee9d8a639076091efeed48b179bde7aa6b",
"body": "It looks like there is no way to create an instance of these types.\n\nFixes: #295",
"is_bot": false,
"headline": "feat(mapper): expose `MapperFlush(All)?::new`",
"author_name": "Hiroki Tokunaga",
"author_login": "toku-sa-n",
"committed_at": "2021-08-29T02:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6dbd9706ad88cdd1e91a3f1ecda4d28794e6cbd",
"body": "This method never panics.",
"is_bot": false,
"headline": "docs(idt): remove a panic info",
"author_name": "Hiroki Tokunaga",
"author_login": "toku-sa-n",
"committed_at": "2021-08-29T02:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9cbf1471d38b18dcfe22bf399082a445341c3e5",
"body": "Use `#[cfg(doc)]` instead of docs.rs-specific cfg flag",
"is_bot": false,
"headline": "Merge pull request #287 from rust-osdev/fix-cargo-doc-warnings",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-08-18T09:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5354b0243510a5f01138ad1c6b408d1d755f0c39",
"body": "Signed-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "CI: add cargo doc run using stable features",
"author_name": "Joe Richey",
"author_login": "josephlr",
"committed_at": "2021-08-18T09:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17ca2b07cdee30daf9ea4c5c7d271f2cb998b00b",
"body": "Signed-off-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "Add doc_cfg for annotations on nightly",
"author_name": "Joe Richey",
"author_login": "josephlr",
"committed_at": "2021-08-18T09:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acfa59c6b7bf1ec6b6c4165cd536e3ff1f5bbfc6",
"body": "The documentation can also be built locally using `cargo doc --open`. Doc links should be working there as well.",
"is_bot": false,
"headline": "Use `#[cfg(doc)]` instead of docs.rs-specific cfg flag",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-08-18T09:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a3a34a1a38be80b73bea2eb5202ed81a2b0bbe",
"body": null,
"is_bot": false,
"headline": "Run `cargo doc` in our CI job",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-08-18T09:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b789585189b139e2fec61a9e802b95c677ad29",
"body": "* ci: Use choco to install qemu\r\n* Version 6.0.0 corresponds to release on 2021.5.5\r\n\r\nCo-authored-by: Joe Richey <joerichey@google.com>",
"is_bot": false,
"headline": "Fix CI tests on Windows (#297)",
"author_name": "Philipp Oppermann",
"author_login": "phil-opp",
"committed_at": "2021-08-18T09:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a3d70a28f0ae41fe912d34060a30d0176d1541",
"body": "Rename XCr0 and CR4 flags",
"is_bot": false,
"headline": "Merge pull request #275 from rust-osdev/flags-breaking",
"author_name": "Joseph Richey",
"author_login": "josephlr",
"committed_at": "2021-08-02T10:10:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2017-03-30T10:21:05Z",
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_last_push": 1509,
"active_weeks_last_year": 0,
"days_since_latest_release": 3405,
"mean_days_between_releases": 5.3
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "x86_64",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [
"amd64",
"no_std",
"x86",
"x86_64",
"no-std"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/x86_64",
"is_deprecated": false,
"latest_version": "0.15.5",
"repository_url": "https://github.com/rust-osdev/x86_64",
"versions_count": 134,
"total_downloads": 4718064,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 260054,
"first_published_at": "2016-12-27T23:03:49.101020Z",
"latest_published_at": "2026-07-11T07:55:24.919406Z",
"latest_version_yanked": false,
"days_since_latest_publish": 15
},
{
"name": "testing",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/testing",
"is_deprecated": false,
"latest_version": "25.0.0",
"repository_url": "https://github.com/swc-project/swc.git",
"versions_count": 208,
"total_downloads": 4421116,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 249049,
"first_published_at": "2018-11-18T03:40:44.528204Z",
"latest_published_at": "2026-07-18T01:01:48.224011Z",
"latest_version_yanked": false,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"testing/Cargo.toml"
],
"largest_source_bytes": 60471,
"source_files_sampled": 39,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"scripts/requirements.txt",
"testing/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": 5,
"malicious_count": 0,
"assessed_package": "crates:x86_64@0.15.5",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"pypi"
],
"dependencies": [
{
"name": "bit_field",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.1"
},
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.4"
},
{
"name": "volatile",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.4"
},
{
"name": "irq_safety",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bootloader",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.10"
},
{
"name": "uart_16550",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.8"
},
{
"name": "spin",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.0"
},
{
"name": "x86_64",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lazy_static",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "phil-opp",
"commits": 583,
"avatar_url": "https://avatars.githubusercontent.com/u/1131315?v=4"
},
{
"type": "User",
"login": "gz",
"commits": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/127654?v=4"
},
{
"type": "User",
"login": "josephlr",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/5506060?v=4"
},
{
"type": "User",
"login": "Ericson2314",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1055245?v=4"
},
{
"type": "User",
"login": "Tobba",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/1667853?v=4"
},
{
"type": "User",
"login": "Freax13",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/14952658?v=4"
},
{
"type": "User",
"login": "m-ou-se",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/783247?v=4"
},
{
"type": "User",
"login": "toku-sa-n",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/42336339?v=4"
},
{
"type": "User",
"login": "AntoineSebert",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/14963156?v=4"
},
{
"type": "User",
"login": "haraldh",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/427825?v=4"
}
],
"contributors_sampled": 56,
"top_contributor_share": 0.577
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 47 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project is archived",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": "4bf10e25afa0658a82f66c71114cc41b46f13a74",
"ran_at": "2026-07-26T19:50:21Z",
"aggregate_score": 3.3,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2019-06-01T00:43:43Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/theseus-os/x86_64",
"host": "github.com",
"name": "x86_64",
"owner": "theseus-os"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 40% multiplier to weighted overall health and gives it a ceiling of 29.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 29,
"pct": 40
}
}
],
"value": 15,
"inputs": {
"security": 46,
"vitality": 20,
"community": 12,
"governance": 60,
"engineering": 42,
"abandonment_cap": 29,
"abandonment_state": "declared",
"abandonment_multiplier": 40,
"weighted_overall_before_abandonment": 37,
"overall_after_abandonment_multiplier": 15
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1509,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1509 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1509
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project is archived",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_latest_release": 3405,
"mean_days_between_releases": 5.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3405 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3405
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "at_risk",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"cap": 29,
"state": "declared",
"guards": [],
"signals": [],
"red_flag": true,
"multiplier_pct": 40,
"declared_reason": "archived",
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "the repository is archived on GitHub",
"points": 40,
"status": "partial",
"details": [
{
"code": "abandonment_archived",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 56,
"top_contributor_share": 0.577
},
"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 58% of commits",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "56 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 56
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 47 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): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 77,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "theseus-os",
"public_repos": 52,
"account_age_days": 2889
},
"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": "77 followers of theseus-os",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 77,
"login": "theseus-os"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "52 public repos, account ~7 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 52
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://docs.rs/x86_64",
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://docs.rs/x86_64",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 47 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": "project is archived",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:x86_64@0.15.5 runtime dependency closure — what installing the published package pulls in — 5 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:x86_64@0.15.5",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.53,
"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": "53 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"testing/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, testing/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, testing/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 60471,
"source_files_sampled": 39,
"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/39 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 39,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"crates package 'x86_64' points at a different repository (https://github.com/rust-osdev/x86_64); excluded from ecosystem scoring",
"crates package 'testing' points at a different repository (https://github.com/swc-project/swc.git); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T19:50:37.831009Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/theseus-os/x86_64.svg",
"full_name": "theseus-os/x86_64",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}