原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 67544,
"has_wiki": false,
"homepage": "https://hermitcore.org",
"languages": {
"Rust": 1145030,
"Shell": 243,
"Python": 12860,
"Assembly": 14696
},
"pushed_at": "2026-07-22T20:38:45Z",
"created_at": "2020-09-14T07:25:06Z",
"owner_type": "User",
"updated_at": "2026-07-15T13:44:16Z",
"description": "libhermit-rs: A Rust-based library operting system",
"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"
]
},
"owner": {
"blog": null,
"name": "Stefan Lankes",
"type": "User",
"login": "stlankes",
"company": "RWTH Aachen University",
"location": "Aachen, Germany",
"followers": 105,
"avatar_url": "https://avatars.githubusercontent.com/u/5888473?v=4",
"created_at": "2013-11-08T12:59:57Z",
"is_verified": null,
"public_repos": 65,
"account_age_days": 4642
},
"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.3.38",
"kind": "patch",
"published_at": "2020-09-08T05:46:28Z"
},
{
"tag": "v0.3.37",
"kind": "patch",
"published_at": "2020-08-31T07:30:46Z"
},
{
"tag": "v0.3.36",
"kind": "patch",
"published_at": "2020-08-12T06:38:56Z"
},
{
"tag": "v0.3.35",
"kind": "patch",
"published_at": "2020-07-05T22:29:25Z"
},
{
"tag": "v0.3.34",
"kind": "patch",
"published_at": "2020-06-14T19:29:44Z"
},
{
"tag": "v0.3.33",
"kind": "patch",
"published_at": "2020-06-02T22:17:50Z"
},
{
"tag": "v0.3.32",
"kind": "patch",
"published_at": "2020-06-01T22:36:07Z"
},
{
"tag": "v0.3.31",
"kind": "patch",
"published_at": "2020-05-20T21:55:58Z"
},
{
"tag": "v0.3.30",
"kind": "patch",
"published_at": "2020-05-17T21:24:29Z"
},
{
"tag": "v0.3.29",
"kind": "patch",
"published_at": "2020-05-16T12:01:57Z"
},
{
"tag": "v0.3.28",
"kind": "patch",
"published_at": "2020-05-14T22:08:36Z"
},
{
"tag": "v0.3.27",
"kind": "patch",
"published_at": "2020-04-30T23:07:31Z"
},
{
"tag": "v0.3.26",
"kind": "patch",
"published_at": "2020-04-26T09:12:03Z"
},
{
"tag": "v0.3.25",
"kind": "patch",
"published_at": "2020-04-15T15:09:21Z"
},
{
"tag": "v0.3.24",
"kind": "patch",
"published_at": "2020-04-14T19:03:01Z"
},
{
"tag": "v0.3.23",
"kind": "patch",
"published_at": "2020-04-08T20:02:14Z"
},
{
"tag": "v0.3.22",
"kind": "patch",
"published_at": "2020-04-04T12:30:02Z"
},
{
"tag": "v0.3.21",
"kind": "patch",
"published_at": "2020-03-28T14:21:44Z"
},
{
"tag": "v0.3.20",
"kind": "patch",
"published_at": "2020-03-24T16:49:53Z"
},
{
"tag": "v0.3.19",
"kind": "patch",
"published_at": "2020-03-18T20:05:50Z"
},
{
"tag": "v0.3.18",
"kind": "patch",
"published_at": "2020-03-08T07:34:45Z"
},
{
"tag": "v0.3.16",
"kind": "patch",
"published_at": "2020-02-17T09:17:05Z"
},
{
"tag": "v0.3.15",
"kind": "patch",
"published_at": "2020-02-16T09:34:35Z"
},
{
"tag": "v0.3.14",
"kind": "patch",
"published_at": "2019-12-17T21:17:22Z"
},
{
"tag": "v0.3.13",
"kind": "patch",
"published_at": "2019-12-17T21:08:11Z"
},
{
"tag": "v0.3.12",
"kind": "patch",
"published_at": "2019-12-16T20:53:42Z"
},
{
"tag": "v0.3.11",
"kind": "patch",
"published_at": "2019-12-16T12:26:21Z"
},
{
"tag": "v0.3.10",
"kind": "patch",
"published_at": "2019-10-06T13:29:18Z"
},
{
"tag": "v0.3.9",
"kind": "patch",
"published_at": "2019-08-26T19:12:08Z"
}
],
"recent_commits": [
{
"oid": "65757d4336199ef4f1767a2f88d8d5c1681a88b6",
"body": "The switch from the physical timer (CNTP_*) to the virtual timer\n(CNTV_*) updated the FDT parsing in init(), which now selects the\nthird interrupt triplet of the \"arm,armv8-timer\" node (Virtual, PPI\n11 / INTID 27). init_cpu() still selected the second triplet\n(Non-secure Phys, PPI 14 / INTID 30), so\n[…]\neight threads only\nthe two scheduled on the boot core finished; the six on the secondary\ncores slept forever.\n\nSkip the same two triplets in init_cpu() so all cores enable the\nvirtual timer interrupt.",
"is_bot": false,
"headline": "enable the virtual timer interrupt on application processors",
"author_name": "Stefan Lankes",
"author_login": "stlankes",
"committed_at": "2026-07-15T13:41:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd6d6776f90f8a439f4865ff92a56b840c4a83f0",
"body": "Allows creating packet capture files in the pcap format.\n\nCo-authored-by: Martin Kröning <mkroening@posteo.net>",
"is_bot": false,
"headline": "feat(network): support packet capture file creation",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-15T13:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57228ff7afc08706ae1c223ae6546542b9282d5b",
"body": "build(deps): Bump sysinfo from 0.39.5 to 0.39.6",
"is_bot": false,
"headline": "Merge pull request #2552 from hermit-os/dependabot/cargo/sysinfo-0.39.6",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-14T10:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189a39a0abbeb0ab12b8b87eeb9819557b86132b",
"body": "Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.39.5 to 0.39.6.\n- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.5...v0.39.6)\n\n---\nupdated-dependencies:\n- dependency-name: sysinfo\n dependency-version: 0.39.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump sysinfo from 0.39.5 to 0.39.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T20:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e239020e60cf03c644987f108a2e00b43a379a3",
"body": "feat(xtask): run AArch64 QEMU with `max` CPU type instead of Cortex-A72",
"is_bot": false,
"headline": "Merge pull request #2544 from hermit-os/aarch64-cpu-max",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-10T12:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ada90aa30732fdaf31039e0436e982b4d3a340",
"body": null,
"is_bot": false,
"headline": "feat(xtask): run AArch64 QEMU with `max` CPU type instead of Cortex-A72",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-10T11:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496a427b869e9df0818b8be7d1c2031fc7e13847",
"body": "fix: feature-gate remaining Uhyve code",
"is_bot": false,
"headline": "Merge pull request #2529 from hermit-os/cfg-uhyve",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-08T10:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda4266edf4d5d86a976682b7c5fdd0878dfbd96",
"body": null,
"is_bot": false,
"headline": "fix(env): feature-gate `is_uhyve()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T17:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6573f518313b5a0a5639d9afb902633230355fcb",
"body": null,
"is_bot": false,
"headline": "fix(env): feature-gate `uhyve_boot_time()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T17:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee0d3d96684b13cf0634244069648b620ce9e59",
"body": null,
"is_bot": false,
"headline": "fix(env): feature-gate `uhyve_num_cpus()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T17:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f456ffe8c148e48c2df29f7c938f22a4535817",
"body": null,
"is_bot": false,
"headline": "fix(env): feature-gate `uhyve_cpu_freq()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T17:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ffb7f353620ff5159386daae3066d889c38012",
"body": null,
"is_bot": false,
"headline": "fix(x86_64/apic): feature-gate `init_next_processor_variables()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50fa0ac0fc9c7307f3ee60199a8d8b4740b0646a",
"body": "When we are on Uhyve, we are trying `detect_from_hypervisor()` earlier anyway.",
"is_bot": false,
"headline": "fix(x86_64/processor): dead_code",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36931c3e7715dabe206b6cf9169ef92408eeb36d",
"body": null,
"is_bot": false,
"headline": "fix(x86_64/processor): dead_code",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b57755d5cd85d2f8113382d866f554deca0e3e",
"body": null,
"is_bot": false,
"headline": "fix: don't print Uhyve and common system",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f774b5f534faf70f5f202f3e74cd4461b28686da",
"body": null,
"is_bot": false,
"headline": "refactor(env): extract `uhyve_cpu_freq()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f36d049cab4720f1e40b8114c284597a5d9d9cd",
"body": null,
"is_bot": false,
"headline": "refactor(env): extract `uhyve_num_cpus()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e40773a15b705c10d9c5473bedc5d0bcc50c711a",
"body": null,
"is_bot": false,
"headline": "refactor(env): extract `uhyve_boot_time()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc097d46fc53283e3d9024434c469fd757d1358",
"body": null,
"is_bot": false,
"headline": "refactor(aarch64/processor): move `is_uhyve()` check inside",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T16:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9c623ccf7babc648625ce306fb3854d3f89179",
"body": null,
"is_bot": false,
"headline": "refactor(x86_64/vga): move `is_uhyve()` check inside",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T15:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "381553f8124b861475be5e8fe4555d9d8807633c",
"body": null,
"is_bot": false,
"headline": "refactor(x86_64/acpi): move `is_uhyve()` check inside",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T15:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "375760064b27596d89e3f047eaeb1530b33e9511",
"body": null,
"is_bot": false,
"headline": "refactor(x86_64): don't import is_uhyve directly",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-07T15:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "274120e1a84cdad6f0efa5ea0c541bd1bc64ae96",
"body": "build(deps): Bump time from 0.3.51 to 0.3.53",
"is_bot": false,
"headline": "Merge pull request #2535 from hermit-os/dependabot/cargo/time-0.3.53",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T21:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6084e5fc3c4bf8f5fdf071f325b8a247f1e19816",
"body": "…ils-0.8.22\n\nbuild(deps): Bump crossbeam-utils from 0.8.21 to 0.8.22",
"is_bot": false,
"headline": "Merge pull request #2534 from hermit-os/dependabot/cargo/crossbeam-ut…",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T21:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83362342dc761eb8b5de8202ab736f2fcded4adf",
"body": "…11.0\n\nbuild(deps): Bump trapframe from 0.10.1 to 0.11.0",
"is_bot": false,
"headline": "Merge pull request #2536 from hermit-os/dependabot/cargo/trapframe-0.…",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T21:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "113a2e55b9973c3e320c9deb31e4ba737d52b167",
"body": "Bumps [trapframe](https://github.com/rcore-os/trapframe-rs) from 0.10.1 to 0.11.0.\n- [Changelog](https://github.com/rcore-os/trapframe-rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rcore-os/trapframe-rs/commits)\n\n---\nupdated-dependencies:\n- dependency-name: trapframe\n dependency-version: 0.11.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump trapframe from 0.10.1 to 0.11.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T20:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c4033f2ec41e0fb4615c0b4cd6d1fd2a6ec427",
"body": "Bumps [time](https://github.com/time-rs/time) from 0.3.51 to 0.3.53.\n- [Release notes](https://github.com/time-rs/time/releases)\n- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/time-rs/time/compare/v0.3.51...v0.3.53)\n\n---\nupdated-dependencies:\n- dependency-name: time\n dependency-version: 0.3.53\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump time from 0.3.51 to 0.3.53",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T20:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3a965e6514c8b3f6898baefb2b4dbd03c5f6d3a",
"body": "Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.21 to 0.8.22.\n- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)\n- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/crossbeam-rs/crossbeam/compar\n[…]\n- dependency-name: crossbeam-utils\n dependency-version: 0.8.22\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump crossbeam-utils from 0.8.21 to 0.8.22",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T20:42:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3883fad0ad8dc495e8e798bb8f49929846a6a64",
"body": "fix: don't special-case Uhyve without PCI",
"is_bot": false,
"headline": "Merge pull request #2530 from hermit-os/is_uhyve_with_pci",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T13:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b678330a46ccb4fe0f5c83bb21a1b3d3923c501e",
"body": null,
"is_bot": false,
"headline": "fix: don't special-case Uhyve without PCI",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T13:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c3a14b47434c4b86146a1ba2c2d508a23fa90f",
"body": "feat: drop support for non-FDT loader boot info",
"is_bot": false,
"headline": "Merge pull request #2425 from hermit-os/fdt",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T09:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27eef2847982b4b91fd8bbc6422dd7d6b76daa65",
"body": null,
"is_bot": false,
"headline": "refactor(env): extract `fdt_addr()`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T08:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eafc38868e387c9b6f523ff8fe0dcdcb0776ec7a",
"body": null,
"is_bot": false,
"headline": "feat(serial): hardcode addresses",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T08:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d76afcff6960e165b5a59fed448e32c271953f",
"body": null,
"is_bot": false,
"headline": "feat(env): drop support for non-FDT bootargs",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-06T08:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b752b32cdae55cf99e665fc3d1eb4ad16442a24",
"body": "fix(aarch64/interrupt): match against the correct exception class",
"is_bot": false,
"headline": "Merge pull request #2524 from cagatay-y/fix-aarch64-exception-class",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-03T21:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5da90d21f674389004b4254bfe5154e753a54f",
"body": "A mix-up seems to have happened in 341a1bf when replacing hardcoded literals\nwith the enum variants.",
"is_bot": false,
"headline": "fix(aarch64/interrupt): match against the correct exception class",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-03T16:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "badd4c42cd28819662d9f407860219887854d17c",
"body": "feat(virtio-net): declare support for TCP receive coalescing offload",
"is_bot": false,
"headline": "Merge pull request #2522 from cagatay-y/feat-guest-tso",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-03T12:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c2111941b676b06c25a7acaba76b87d6c845836",
"body": "fix(virtio-net): discard packets whose checksums we cannot verify",
"is_bot": false,
"headline": "Merge pull request #2521 from cagatay-y/fix-fragmented-packets",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-03T10:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8c62c89dc0812647b86aaf3bb802f1850d61d7",
"body": "The value for the receive buffer size when GUEST_TSO{4,6} is negotiated has been\nupdated in the version 1.4 of the specification in order to allow for larger\npackets on IPv6.\n\nIPv6 headers do not eat away from the range of the 16-bit IP packet length\nfield, which affords 40 additional bytes. The actual increase in the value is 39\ninstead of 40 because the maximum for the header field is 65535 and not 65536,\nwhich I guess was overlooked when the previous version of the specification was\nwritten.",
"is_bot": false,
"headline": "fix(virtio-net): update GUEST_TSO buffer size based on VIRTIO spec v1.4",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-02T17:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faebf25c5c12e29bc784690f3a2f3842d640c5a1",
"body": "Verifying the checksum of fragmented packets would require reassembling them,\nwhich we do not want to do in the kernel because of its complexity. IP\nfragmentation is \"considered fragile\" anyways (see RFC 8900).",
"is_bot": false,
"headline": "fix(virtio-net): discard packets whose checksums we cannot verify",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-02T17:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4f974d874920a5f4184cc01cccfefe8a19b0a5",
"body": null,
"is_bot": false,
"headline": "feat(virtio-net): declare support for TCP receive coalescing offload",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-02T17:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d6ad47c62a9631560b704c5fce747bfc3ef3d1",
"body": "refactor(riscv): use volatile ref for interrupt controller accesses",
"is_bot": false,
"headline": "Merge pull request #2517 from cagatay-y/refactor-riscv-plic",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-02T15:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650ec4ccf99f825d92cd542d5c20f6974a5b7837",
"body": null,
"is_bot": false,
"headline": "refactor(riscv): use volatile ref for interrupt controller accesses",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-02T14:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0662a40d84d700a7b550272bfb24ae54a2735982",
"body": "feat(x86_64): require Uhyve-reported CPU count",
"is_bot": false,
"headline": "Merge pull request #2518 from hermit-os/uhyve-num_cpus",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-02T09:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b48fc0cac745a2d8e7d41b47e1930d134cf65e",
"body": null,
"is_bot": false,
"headline": "feat(x86_64): require Uhyve-reported CPU count",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-02T07:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5418d7fdac8bd704c083094947341d972874f223",
"body": "MSI-X support",
"is_bot": false,
"headline": "Merge pull request #2101 from cagatay-y/cloud-hypervisor",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-01T16:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a17d6a16cedeccbb6b22b00521975cdb2717a38d",
"body": "MSI-X is required to support cloud-hypervisor, as legacy interrupts are\nnot supported. Additionally, it allows us to set separate handlers for\ndevice configuration interrupts and interrupts of each queue (though\ncurrently we only operate on the queue type granularity). It also seems\nto have higher performance.",
"is_bot": false,
"headline": "feature(virtio): add message signaled interrupt (MSI-X) support",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-07-01T15:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30c54a3557df918e5c8fa6d4605689cb2be2c6a",
"body": "build(deps): Update uhyve-interface to 0.3.0",
"is_bot": false,
"headline": "Merge pull request #2503 from hermit-os/uhyve_hypercalls_prep",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-01T13:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46851bf6c9af3180cb34abdccfddcccdb6d12b6c",
"body": null,
"is_bot": false,
"headline": "build(deps): Update uhyve-interface to 0.3.0",
"author_name": "Jonathan Klimt",
"author_login": "jounathaen",
"committed_at": "2026-07-01T13:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02a03cd555fb98a61834962817158e606e2ed86",
"body": "build(deps): upgrade Rust toolchain to nightly-2026-07-01",
"is_bot": false,
"headline": "Merge pull request #2515 from hermit-os/nightly-2026-07-01",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-07-01T07:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9472af4041aa5b85a8eae1b638e72f6950e3321",
"body": "fix: enable alloc_instead_of_core lint",
"is_bot": false,
"headline": "Merge pull request #2516 from hermit-os/alloc_instead_of_core",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T21:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "075336f7a26f0edb42801ff2524516ef79c289dd",
"body": null,
"is_bot": false,
"headline": "build(deps): upgrade Rust toolchain to nightly-2026-07-01",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T17:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8fcb0515d4a1804412f875ed1b6fa1be7c9059",
"body": null,
"is_bot": false,
"headline": "fix: alloc_instead_of_core",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T16:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d6c22ef23d8d80018636f96fd22aa7496a37a5",
"body": null,
"is_bot": false,
"headline": "chore: enable alloc_instead_of_core",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T15:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a096385a75070b9236a55b447d556eb220382f05",
"body": "fix: Clippy",
"is_bot": false,
"headline": "Merge pull request #2514 from hermit-os/clippy",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T12:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baa37850675834c7f9f74d96147aea35020119cf",
"body": null,
"is_bot": false,
"headline": "fix: clippy::needless_late_init",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T10:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "659d65f0e7dd8a3e6dbcc4828a1311a392ecb523",
"body": null,
"is_bot": false,
"headline": "fix(tests): suspicious_runtime_symbol_definitions",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T10:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58cd286b65b532332b8940ac39955ced4b0f6f40",
"body": null,
"is_bot": false,
"headline": "ci: run Clippy on integration tests",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T10:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a7da7b2715af6f43775f1f92aa2e345aa25cdb",
"body": null,
"is_bot": false,
"headline": "ci: run Clippy for hermit-builtins",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T10:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5307530c6be3ed97718e66229908ff04930fce",
"body": null,
"is_bot": false,
"headline": "ci: don't specify kernel package",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-30T10:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af26e0a54038b56ed5da4b1766d8e9cd381b5590",
"body": "build(deps): Bump talc from 5.0.3 to 5.0.4",
"is_bot": false,
"headline": "Merge pull request #2510 from hermit-os/dependabot/cargo/talc-5.0.4",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-29T16:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bfa2b3a625e19448029a708f258ad8ebb82f5cf",
"body": "build(deps): Bump anyhow from 1.0.102 to 1.0.103",
"is_bot": false,
"headline": "Merge pull request #2511 from hermit-os/dependabot/cargo/anyhow-1.0.103",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-29T16:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff82324d07c358f98367d3063c6da107224c2f4",
"body": "Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.102 to 1.0.103.\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103)\n\n---\nupdated-dependencies:\n- dependency-name: anyhow\n dependency-version: 1.0.103\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump anyhow from 1.0.102 to 1.0.103",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T16:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96328be3329e9c9632d07afbe1437a7f0f4ceec4",
"body": "Bumps [talc](https://github.com/SFBdragon/talc) from 5.0.3 to 5.0.4.\n- [Release notes](https://github.com/SFBdragon/talc/releases)\n- [Commits](https://github.com/SFBdragon/talc/commits)\n\n---\nupdated-dependencies:\n- dependency-name: talc\n dependency-version: 5.0.4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump talc from 5.0.3 to 5.0.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T16:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005d94100d5db17d67f0b6c293208fa384826dc5",
"body": "feat(logging): add extended log filtering",
"is_bot": false,
"headline": "Merge pull request #2342 from cagatay-y/logging",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-29T15:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc2c0df994ebee56321e5d0a0661da62ff9a593",
"body": "Allows log filters of different levels to be applied on a per module\nbasis.",
"is_bot": false,
"headline": "feat(logging): add extended log filtering",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-06-29T14:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3211ee61755dcbc88f593453774caf726401602",
"body": "fix(getdents): return `EINVAL` when buffer too small",
"is_bot": false,
"headline": "Merge pull request #2509 from hermit-os/readdir_fix",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-29T12:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f2f26556edd70f90a65e4c1b5e81bc0c0ce83a",
"body": null,
"is_bot": false,
"headline": "fix(mem-fs/getdents): return `EINVAL` when buffer too small",
"author_name": "Jonathan Klimt",
"author_login": "jounathaen",
"committed_at": "2026-06-26T16:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0cad2940a9145be398cdbcbfa6c47c4c095266d",
"body": "refactor(interrupts): construct handler mappings during device init",
"is_bot": false,
"headline": "Merge pull request #2473 from cagatay-y/refactor-int-at-init",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-26T15:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c30df6376eff0fb3d5e48d6375636e8cd0902b84",
"body": null,
"is_bot": false,
"headline": "fix(virtio-fs/getdents): return `EINVAL` when buffer too small",
"author_name": "Jonathan Klimt",
"author_login": "jounathaen",
"committed_at": "2026-06-26T15:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2838e57c3a440dd43a606f647a30645a10c9549",
"body": "MSI-X will require support for more than one interrupt vector per driver\nand more information from the driver side to decide how to handle the\ninterrupts correctly. Revise how the mappings are constructed to make\nthe construction more flexible and prepare for that use case.",
"is_bot": false,
"headline": "refactor(interrupts): construct handler mappings during device init",
"author_name": "Çağatay Yiğit Şahin",
"author_login": "cagatay-y",
"committed_at": "2026-06-26T00:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fddec85673a2eef1dfb701a4f1e3e9fc032a3c4",
"body": "fix: work around `cfg_select!` module detection issue",
"is_bot": false,
"headline": "Merge pull request #2507 from hermit-os/fmt-cfg_select",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-25T15:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda4ca9becae68b56f3bb40ab6e5e1cfd71f9c3f",
"body": null,
"is_bot": false,
"headline": "fix(arch): redundant_imports",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-25T14:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e120723cbcfcf5a637a581b6598a5edcb78a834",
"body": null,
"is_bot": false,
"headline": "style: rustfmt",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-25T14:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac3336c963fef0065e1f58d3ee3b6d2d8e8784d7",
"body": null,
"is_bot": false,
"headline": "fix: work around `cfg_select` module detection issue",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-25T14:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e91d7806c61419dfa2b2e3db0d941756fc634534",
"body": "fix(socket): use smoltcp's Socket::recv_slice",
"is_bot": false,
"headline": "Merge pull request #2456 from zyuiop/fix/ip-use-native-func",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T13:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043628093de1e424a3321067e73ac42e754ce708",
"body": "fix(fs): remove no-op slice conversion in File::read",
"is_bot": false,
"headline": "Merge pull request #2506 from hermit-os/read-no-op",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T12:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06450af2a3ea5c9b0e103d16d5720db5204128f",
"body": "fix(readv): initialize read buffers",
"is_bot": false,
"headline": "Merge pull request #2505 from hermit-os/readv-init",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T12:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a75107c724cade818806709a11cf52dcb8c9efe",
"body": "refactor: use `RawFd` instead of `i32` in more places",
"is_bot": false,
"headline": "Merge pull request #2504 from hermit-os/raw-fd",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T12:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8fbe77dc66f0768533ac82cccf39a72a7663046",
"body": "Co-authored-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>",
"is_bot": false,
"headline": "fix(socket): use smoltcp's Socket::recv_slice",
"author_name": "Louis Vialar",
"author_login": "zyuiop",
"committed_at": "2026-06-24T12:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f31e4a787e621e07579a1a2866616ac6b634eb9",
"body": null,
"is_bot": false,
"headline": "fix(fs): remove no-op slice conversion in File::read",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T12:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609e69497537eacd543e684c703c162590f1c212",
"body": null,
"is_bot": false,
"headline": "refactor: use `RawFd` instead of `i32` in more places",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T12:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9695e1497cb5b2afe81b78c15e509e8a43fa8a15",
"body": null,
"is_bot": false,
"headline": "fix(readv): initialize read buffers",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T12:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825f0765d36bf99c5ac71d1bdfd26b0758da0ed9",
"body": "feat(env): drop support for non-FDT-based RAM boot info",
"is_bot": false,
"headline": "Merge pull request #2501 from hermit-os/fdt-ram",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-24T08:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801367ea62a373567b187c41e3ec136bdfeb6fe5",
"body": null,
"is_bot": false,
"headline": "feat(env): use FDT for `get_ram_address`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T12:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf1cb6c5e15e01b9a7cf968d3f5ba58819d90e21",
"body": null,
"is_bot": false,
"headline": "feat(physicalmem): drop support for non-FDT memory",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T12:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6e7b5261055e51e2c6cfdcd92e30ef9e0a85ca",
"body": "It is part of the printed start info",
"is_bot": false,
"headline": "fix(aarch64): don't print RAM start explicitly",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T12:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8534f1dffea31b6e4a07504c0e2611e0c0f42f1b",
"body": null,
"is_bot": false,
"headline": "refactor(env): centralize `get_ram_address` implementation",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T12:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d3b9a58b1a74456bd24041e0ac5ddd048e54602",
"body": null,
"is_bot": false,
"headline": "refactor(aarch64): don't import `get_ram_address` directly",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T12:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80adf9113ebc2bfa822b060c28382de6895abb1",
"body": null,
"is_bot": false,
"headline": "refactor(physicalmem): use `get_ram_address` through `env`",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T12:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ddb419e4115d133fdaa12a9ac0a07c5859a57f",
"body": "build(deps): Bump quote from 1.0.45 to 1.0.46",
"is_bot": false,
"headline": "Merge pull request #2498 from hermit-os/dependabot/cargo/quote-1.0.46",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T10:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b465482e8590d9f425b5281697a3fe723a0b1e",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.45 to 1.0.46.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.45...1.0.46)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.46\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump quote from 1.0.45 to 1.0.46",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-23T09:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e5a7d89c572eb512c2ac0c45a4fee34279128a9",
"body": "build(deps): Bump log from 0.4.32 to 0.4.33",
"is_bot": false,
"headline": "Merge pull request #2497 from hermit-os/dependabot/cargo/log-0.4.33",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T08:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82fd1bda67ba2cafc2bb9f30914b2287ff980af",
"body": "build(deps): Bump syn from 2.0.117 to 2.0.118",
"is_bot": false,
"headline": "Merge pull request #2499 from hermit-os/dependabot/cargo/syn-2.0.118",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T07:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ab0025a4850fa4064bb8717aa55fa82e6a2c142",
"body": "build(deps): Bump sysinfo from 0.39.3 to 0.39.5",
"is_bot": false,
"headline": "Merge pull request #2495 from hermit-os/dependabot/cargo/sysinfo-0.39.5",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T07:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e52a9f81f07b84af2d3fe378bfc8ddb91f35600",
"body": "build(deps): Bump time from 0.3.49 to 0.3.51",
"is_bot": false,
"headline": "Merge pull request #2496 from hermit-os/dependabot/cargo/time-0.3.51",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T07:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4c1c458dc1feef7ba161a2571ab83371c257a2",
"body": "…ions/checkout-7\n\nbuild(deps): Bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #2494 from hermit-os/dependabot/github_actions/act…",
"author_name": "Martin Kröning",
"author_login": "mkroening",
"committed_at": "2026-06-23T07:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f140152c7d6e41df249dac7d3a4cc9425eb23c",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.117 to 2.0.118.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.117...2.0.118)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.118\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump syn from 2.0.117 to 2.0.118",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T20:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5164293388798f4d55ae4349d577c59eec299dc",
"body": "Bumps [log](https://github.com/rust-lang/log) from 0.4.32 to 0.4.33.\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.32...0.4.33)\n\n---\nupdated-dependencies:\n- dependency-name: log\n dependency-version: 0.4.33\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump log from 0.4.32 to 0.4.33",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T20:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ec233d2e0b22520886b2d017274f2e5c991243",
"body": "Bumps [time](https://github.com/time-rs/time) from 0.3.49 to 0.3.51.\n- [Release notes](https://github.com/time-rs/time/releases)\n- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/time-rs/time/compare/v0.3.49...v0.3.51)\n\n---\nupdated-dependencies:\n- dependency-name: time\n dependency-version: 0.3.51\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): Bump time from 0.3.49 to 0.3.51",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T20:43:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 29,
"commits_last_year": 1360,
"latest_release_at": "2020-09-08T05:46:28Z",
"latest_release_tag": "v0.3.38",
"releases_from_tags": true,
"days_since_last_push": 2,
"active_weeks_last_year": 51,
"days_since_latest_release": 2146,
"mean_days_between_releases": 12.7
},
"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": "hermit-kernel",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"libos",
"unikernel",
"os"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/hermit-kernel",
"is_deprecated": false,
"latest_version": "0.13.0",
"repository_url": "https://github.com/hermit-os/kernel",
"versions_count": 3,
"total_downloads": 1564,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 15,
"first_published_at": "2025-03-21T22:15:14.018316Z",
"latest_published_at": "2026-02-25T18:03:52.303439Z",
"latest_version_yanked": false,
"days_since_latest_publish": 149
},
{
"name": "xtask",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"automation",
"codesign",
"macos",
"release",
"xtask",
"command-line-utilities",
"development-tools::build-utils"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/xtask",
"is_deprecated": false,
"latest_version": "0.1.4",
"repository_url": "https://github.com/arcboxlabs/xtask",
"versions_count": 5,
"total_downloads": 577,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 192,
"first_published_at": "2026-06-24T11:01:25.012607Z",
"latest_published_at": "2026-06-30T09:55:36.509458Z",
"latest_version_yanked": false,
"days_since_latest_publish": 25
},
{
"name": "hermit-macro",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/hermit-macro",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 1012,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 8,
"first_published_at": "2025-03-21T22:10:25.412035Z",
"latest_published_at": "2025-03-21T22:10:25.412035Z",
"latest_version_yanked": false,
"days_since_latest_publish": 490
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"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": 10
},
"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",
"hermit-builtins/Cargo.toml",
"hermit-macro/Cargo.toml",
"xtask/Cargo.toml"
],
"largest_source_bytes": 38639,
"source_files_sampled": 172,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"hermit-builtins/Cargo.toml",
"hermit-macro/Cargo.toml",
"xtask/Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "hermit-macro",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.1.0"
},
{
"name": "virtio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "ahash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "align-address",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "anstyle",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "async-executor",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-lock",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.4.2"
},
{
"name": "bit_field",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "build-time",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.3"
},
{
"name": "crossbeam-utils",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "delegate",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "document-features",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "elf",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "elf-symbols",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "embedded-io",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "endian-num",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "enum_dispatch",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "env_filter",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "fdt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "free-list",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "fuse-abi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "hashbrown",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17"
},
{
"name": "heapless",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "hermit-entry",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.10"
},
{
"name": "hermit-sync",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "mem-barrier",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "num_enum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "pci-ids",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "pci_types",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "rand_chacha",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "shell-words",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1"
},
{
"name": "simple-shell",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.1"
},
{
"name": "smallvec",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "take-static",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "talc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "time",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "volatile",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "uhyve-interface",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "smoltcp",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "libm",
"manifest": "hermit-builtins/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "proc-macro2",
"manifest": "hermit-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "quote",
"manifest": "hermit-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "syn",
"manifest": "hermit-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "anyhow",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "clap",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "goblin",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "home",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "libc",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "ovmf-prebuilt",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "sysinfo",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.39"
},
{
"name": "ureq",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "vsock",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "wait-timeout",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "xshell",
"manifest": "xtask/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
}
],
"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": 10,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 119
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "mkroening",
"commits": 3391,
"avatar_url": "https://avatars.githubusercontent.com/u/28776973?v=4"
},
{
"type": "User",
"login": "stlankes",
"commits": 3246,
"avatar_url": "https://avatars.githubusercontent.com/u/5888473?v=4"
},
{
"type": "User",
"login": "ColinFinck",
"commits": 166,
"avatar_url": "https://avatars.githubusercontent.com/u/8110912?v=4"
},
{
"type": "User",
"login": "cagatay-y",
"commits": 138,
"avatar_url": "https://avatars.githubusercontent.com/u/14873091?v=4"
},
{
"type": "User",
"login": "daniel-k",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/224128?v=4"
},
{
"type": "User",
"login": "jschwe",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/55576758?v=4"
},
{
"type": "User",
"login": "jounathaen",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/16337548?v=4"
},
{
"type": "User",
"login": "Gelbpunkt",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/38864617?v=4"
},
{
"type": "User",
"login": "tlambertz",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/58152939?v=4"
},
{
"type": "User",
"login": "fogti",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/1618343?v=4"
}
],
"contributors_sampled": 48,
"top_contributor_share": 0.459
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmark.yml",
"ci.yml",
"deploy_docs.yml",
"publish_benchmark.yml",
"security_audit.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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 42 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "65757d4336199ef4f1767a2f88d8d5c1681a88b6",
"ran_at": "2026-07-25T16:38:40Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T01:52:56Z",
"oldest_open_prs": [
{
"number": 82,
"created_at": "2023-03-05T23:57:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2023-09-10T22:10:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2023-09-24T22:57:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2023-10-08T22:43:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 112,
"created_at": "2023-10-08T22:59:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 115,
"created_at": "2025-09-07T22:02:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 123,
"created_at": "2025-10-19T22:03:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 130,
"created_at": "2025-11-23T23:00:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2025-12-14T23:00:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2025-12-14T23:07:27Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2023-01-03T17:42:54Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/stlankes/kernel",
"host": "github.com",
"name": "kernel",
"owner": "stlankes"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 48,
"vitality": 79,
"community": 13,
"governance": 47,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 1360,
"human_commit_share": 0.9,
"days_since_last_push": 2,
"active_weeks_last_year": 51
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "51/52 weeks with commits",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 51
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1360 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1360
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 29,
"latest_release_tag": "v0.3.38",
"releases_from_tags": true,
"days_since_latest_release": 2146,
"mean_days_between_releases": 12.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "29 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 29
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2146 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2146
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~12.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 13,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "critical",
"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": 16,
"inputs": {
"packages": [
"hermit-macro"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1012,
"monthly_downloads": 8
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8 downloads/month across crates",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 48,
"top_contributor_share": 0.459
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "48 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 48
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 42 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 3,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 119
},
"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": "6/125 decided PRs merged",
"points": 1.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 125
}
}
],
"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": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 105,
"owner_type": "User",
"is_verified": null,
"owner_login": "stlankes",
"public_repos": 65,
"account_age_days": 4642
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "105 followers of stlankes",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 105,
"login": "stlankes"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "65 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 65
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"packages": [
"hermit-macro"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 490
},
"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 490 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 490
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": "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": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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://hermitcore.org",
"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://hermitcore.org",
"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": 48,
"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": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 42 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 21
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "90 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"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",
"hermit-builtins/Cargo.toml",
"hermit-macro/Cargo.toml",
"xtask/Cargo.toml"
],
"dependency_bot_commit_share": 0.1
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, hermit-builtins/Cargo.toml, hermit-macro/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, hermit-builtins/Cargo.toml, hermit-macro/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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "10 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 38639,
"source_files_sampled": 172,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/172 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 172,
"oversized": 0
}
}
],
"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 'hermit-kernel' points at a different repository (https://github.com/hermit-os/kernel); excluded from ecosystem scoring",
"crates package 'xtask' points at a different repository (https://github.com/arcboxlabs/xtask); excluded from ecosystem scoring",
"Could not fetch crates package 'hermit-builtins' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T16:38:56.425641Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/stlankes/kernel.svg",
"full_name": "stlankes/kernel",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}