JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 44276,
"has_wiki": false,
"homepage": "https://littledivy.com/sui",
"languages": {
"Rust": 179713,
"Shell": 197,
"Batchfile": 181
},
"pushed_at": "2026-07-22T13:56:48Z",
"created_at": "2024-04-29T16:36:13Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T13:58:23Z",
"description": "Embed custom RO data into precompiled executables",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://deno.land",
"name": "Deno",
"type": "Organization",
"login": "denoland",
"company": null,
"location": null,
"followers": 5938,
"avatar_url": "https://avatars.githubusercontent.com/u/42048915?v=4",
"created_at": "2018-08-02T22:47:41Z",
"is_verified": null,
"public_repos": 233,
"account_age_days": 2911
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.0.3",
"kind": "patch",
"published_at": "2024-07-17T09:27:02Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2024-07-16T09:27:20Z"
},
{
"tag": "0.0.1",
"kind": "patch",
"published_at": "2024-05-26T11:33:51Z"
},
{
"tag": "0.0.0",
"kind": "major",
"published_at": "2024-05-26T10:13:12Z"
}
],
"recent_commits": [
{
"oid": "debe4bb02092f21eb0f948534e74eb88a6a24ae0",
"body": null,
"is_bot": false,
"headline": "libsui 0.16.4",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-07-22T13:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7484cba547d9a4acbb7a5811b5baa240376cdb28",
"body": null,
"is_bot": false,
"headline": "fix(pe): correct SizeOfImage when appending a resource section (#79)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-07-22T13:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd459496c9e9a0e097219117349b2e58f3913623",
"body": null,
"is_bot": false,
"headline": "libsui 0.16.3",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-07-02T06:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27caac2a87b3df43805da0c7d350383628c6bf64",
"body": "…DR (#78)\n\n`append` moves the program header table into a new PT_LOAD past EOF and packed\nit right above the highest existing vaddr, giving that segment a different\nfile-offset-to-vaddr bias than the first PT_LOAD. Loaders that recompute\n`AT_PHDR` from the segment table (the kernel, ld.so via an exp\n[…]\ned under gVisor for PIE (+RELR), non-PIE, large\n.bss, and section-header-stripped inputs; the fix also composes with the\neu-strip section cover. Adds a regression test asserting the AT_PHDR invariant.",
"is_bot": false,
"headline": "fix(elf): keep the relocated program header table reachable via AT_PH…",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-07-02T06:32:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "433a918006fd580673079dd21b6fb0f062677b76",
"body": null,
"is_bot": false,
"headline": "libsui 0.16.2",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-07-02T05:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ecf93dcd58a7627a18ac18459f9da9482277a6b",
"body": "… (#74)\n\nOn x86_64 macOS, write_section appends the payload past __LINKEDIT\nbehind a <~sui-data~> sentinel instead of creating a real Mach-O\nsection, so getsectiondata cannot find it. The previous\nfind_section_in_current_image stub returned Ok(None), breaking embedded\ndata lookups from dylibs (e.g. \n[…]\n:find_section into a path-taking helper and resolve\nthe current image's file via dladdr, mirroring how the aarch64 branch\nalready locates its own image.\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(macho): support intel mac dylibs in find_section_in_current_image…",
"author_name": "John L. Armstrong IV",
"author_login": "jlarmstrongiv",
"committed_at": "2026-07-02T05:54:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2815a01196f2cce67410eac887fc49418f332158",
"body": null,
"is_bot": false,
"headline": "fix(elf): keep program header table intact through eu-strip (#75)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-07-02T05:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307b58c1a32bcf58ecbc9794b120cc4337022f01",
"body": null,
"is_bot": false,
"headline": "libsui 0.16.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-06-24T07:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6302745565c9d280feb56787c8b62f4cb11980",
"body": "…#72)\n\n* fix(elf): preserve relative relocations by appending notes in-place\n\nThe ELF `append` path rebuilt the whole binary through\n`object::build::elf::Builder`, which reconstructs the file purely from its\nsection table. That is lossy for modern relocatable executables:\n\n * `object` 0.36 has no `\n[…]\n alone, which is all that is possible there and all the\nruntime needs.\n\nUpdates test_elf_append_preserves_original_bytes for the relocated section\ntable (e_shoff moves past EOF, e_shnum grows by one).",
"is_bot": false,
"headline": "fix(elf): preserve relative relocations by appending notes in-place (…",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-06-24T07:36:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90a74ce0e938a49e3d66a2e6858090b51bc5f2d6",
"body": "Run `cargo update` in both the root crate and `fuzz/` to pick up safe\ncompatible dependency drift. Notable bumps:\n\n- root: bitflags 2.12.1 -> 2.13.0, memchr 2.8.1 -> 2.8.2,\n zerocopy 0.8.50 -> 0.8.52, zerocopy-derive 0.8.50 -> 0.8.52\n- fuzz: same set, plus cc 1.2.63 -> 1.2.64 and\n wasip2 1.0.3 -> \n[…]\n` (34 tests + 1 doctest pass) and\n`cargo clippy --all-features --locked -- -D warnings`.\n\nCo-authored-by: divybot <divybot@users.noreply.github.com>\nCo-authored-by: Divy Srivastava <me@littledivy.com>",
"is_bot": false,
"headline": "chore(deps): refresh root and fuzz Cargo.lock files (#71)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-06-16T14:49:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc8922e4b8160f3dad2c3ed1c1506d37535415c2",
"body": "…tup (#70)\n\n`Elf::append` placed the `.note.sui` section at a virtual address derived\nfrom its file offset:\n\n sh_offset = align_up(max_file_end, align);\n sh_addr = seg.p_vaddr + (sh_offset - seg.p_offset);\n\nThat is only valid when the carrier PT_LOAD's file image and memory image\ncoincide. A\n[…]\nder is unaffected.\n\nAdds a regression test that inflates the fixture's .bss and asserts the\nappended note's mapped range doesn't overlap any allocated section (it\nfails before this fix, passes after).",
"is_bot": false,
"headline": "fix(elf): place appended note past .bss so it isn't clobbered at star…",
"author_name": "Antonio Sarosi",
"author_login": "antoniosarosi",
"committed_at": "2026-06-14T12:21:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74033732e1744f5192bad69f5e70b77df5dcbe1d",
"body": "`patch_macho_executable` subtracted 8 from a load command's `cmdsize`\nbefore validating it. A malformed Mach-O whose `cmdsize` is less than the\n8-byte load command header (`cmd` + `cmdsize`) caused the subtraction to\nunderflow, panicking in debug builds and wrapping to a huge value in\nrelease builds\n[…]\ny length. Adds a regression test for\nthe malformed `cmdsize` case.\n\nRefs denoland/sui#59\n\nCo-authored-by: divybot <divybot@users.noreply.github.com>\nCo-authored-by: Divy Srivastava <me@littledivy.com>",
"is_bot": false,
"headline": "fix(macho): reject load commands with cmdsize smaller than header (#69)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-06-06T03:46:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b63cbca34f8993272b87ff60d1a15d68554947e7",
"body": "Run `cargo update` in both the root crate and `fuzz/` to pick up safe\ncompatible dependency drift. Notable bumps:\n\n- root: image 0.25.6 -> 0.25.10, flate2 1.1.1 -> 1.1.9, libc 0.2.155 ->\n 0.2.186, png 0.17.16 -> 0.18.1, zerocopy 0.8.39 -> 0.8.50\n- fuzz: libfuzzer-sys 0.4.7 -> 0.4.13, plus the same \n[…]\nres --locked -- -D warnings`. Fuzz crate\nre-checked via `cargo +nightly check --locked`.\n\nCo-authored-by: divybot <divybot@users.noreply.github.com>\nCo-authored-by: Divy Srivastava <me@littledivy.com>",
"is_bot": false,
"headline": "chore(deps): refresh root and fuzz Cargo.lock files (#68)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-06-05T04:05:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ceb2be5b23d5f359df8b0c62b85e34778f7ca34",
"body": null,
"is_bot": false,
"headline": "libsui 0.15.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-06-03T12:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc267c8df3525049bb8b1fcf47690cf07c74f423",
"body": null,
"is_bot": false,
"headline": "pe: add find_section_in_current_image for Windows (#67)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-06-03T12:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c213a12b5f582cd87552cf20411657dfb3a2cdd2",
"body": "Co-authored-by: divybot <divybot@users.noreply.github.com>\nCo-authored-by: Divy Srivastava <me@littledivy.com>",
"is_bot": false,
"headline": "ci: bump actions/checkout to v5 (Node 24) (#66)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-05-26T17:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60257ee331da5896ac0c1031061661a6b3e80d58",
"body": "Replace raw `windows-sys` FFI in `pe::find_section` with the\nstrongly-typed `windows` crate. The new wrappers return `Result`s and\ntyped `HRSRC` / `HGLOBAL` handles, so we replace ad-hoc `== 0` handle\nchecks with `Result` matching and add a null check on `LockResource`'s\npointer return.\n\nBehaviour i\n[…]\nlure to load the\nresource is surfaced as an `Err`. Closes denoland/sui#28 (Orchid #157).\n\nCo-authored-by: divybot <divybot@users.noreply.github.com>\nCo-authored-by: Divy Srivastava <me@littledivy.com>",
"is_bot": false,
"headline": "pe: migrate to safe windows crate wrappers (#65)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-05-20T14:36:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f1f669a82d3e6de630a992d99ee4a3603f430b4",
"body": "Mach-O stores section names in a fixed 16-byte field, so passing a name\nlonger than 16 bytes to `Macho::write_section` previously panicked while\ncopying into the `sectname` buffer. Return `Error::InvalidObject` instead,\nand document the limit on the `write_section` method and module-level\ndocs.\n\nFixes denoland/sui#42, denoland/orchid#155.\n\nCo-authored-by: divybot <divybot@users.noreply.github.com>\nCo-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>",
"is_bot": false,
"headline": "macho: validate section name length and document the 16-byte limit (#64)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-05-20T13:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30832ce88a2956485cc146c67790a5afe6f878d2",
"body": null,
"is_bot": false,
"headline": "Shift LC_FUNCTION_VARIANTS / LC_FUNCTION_VARIANT_FIXUPS (#63)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-05-20T09:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7efb40babbe8f2d23e482d04bfdb68ffbd9f7bf",
"body": null,
"is_bot": false,
"headline": "docs: explain libsui's behavior with executable packers (UPX) (#62)",
"author_name": "em",
"author_login": "divybot",
"committed_at": "2026-05-20T09:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f691a5ddde317ef40b5ef9f57b0ec3d584787b",
"body": null,
"is_bot": false,
"headline": "0.14.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-03-28T05:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448b5805a1e2cbe29a54dff6ecfaa4caab999dd7",
"body": null,
"is_bot": false,
"headline": "feat: shared library support (#60)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2026-03-28T05:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971f5d27208a28ecc399d717bceba3da3b6ee700",
"body": null,
"is_bot": false,
"headline": "0.13.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-02-09T11:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373979d22398637366fc89bd9d4b120e3a11abf2",
"body": null,
"is_bot": false,
"headline": "elf: embed data as SHT_NOTE section (#58)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2026-02-09T11:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64e1720591245ec95cc72e0bad89340149ea63d",
"body": null,
"is_bot": false,
"headline": "0.12.6",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2026-01-05T12:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8898026f63a03c2ddd2e1a4996806875b3db016d",
"body": "…tel mac binaries (#57)",
"is_bot": false,
"headline": "fix: do not shell out to codesign for cross-platform injection for in…",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2025-12-24T13:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1d489e1edcede5f9c0ee39677d8b8bb50505d94",
"body": null,
"is_bot": false,
"headline": "0.12.5",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-12-19T11:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f642be3ea714620da25d961435a66c942627b73",
"body": null,
"is_bot": false,
"headline": "fix: ensure temp dir exists during x64 codesign (#56)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2025-12-19T11:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77f0105e8a058b03be8cda918aaad345ceaf0d08",
"body": null,
"is_bot": false,
"headline": "0.12.4",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-12-12T17:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4dc5f3e7bf5f6fcf24cb8730a2b06f65c670d4",
"body": null,
"is_bot": false,
"headline": "fix: sentinal conflicts in string table on intel mac (#54)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2025-12-12T17:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8458ab4bcb5f57eb1d16d76e2861ff627e5bb32",
"body": null,
"is_bot": false,
"headline": "0.12.3",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-12-11T20:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edbc676554464d4a4c031a69fb7458e9dde7bfef",
"body": "* avoid having sentinel in string table\n\n* add a comment\n\n* quiet clippy",
"is_bot": false,
"headline": "fix: avoid having the sentinel literal in the binary (#53)",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-12-11T20:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2fb71d897ba727058218cce90b6f439780bbe4e",
"body": null,
"is_bot": false,
"headline": "fix: handle intel mac find_section when data is split across chunks",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-12-11T03:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "231840ec02925f0177fdda707e109c652bb43eea",
"body": null,
"is_bot": false,
"headline": "0.12.2",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-12-08T17:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97bde275069ec3df86c3ad9f89c803a12a24669b",
"body": null,
"is_bot": false,
"headline": "fix: expand search area for find_section on intel mac (#51)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2025-11-28T05:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47c6d140d2507eaab275943649be60f2ee5bdd5",
"body": null,
"is_bot": false,
"headline": "0.12.1",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-11-27T06:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcca9dcadb26b20d64054b35fc554616e38ebef",
"body": null,
"is_bot": false,
"headline": "Fix writing mach-o for patched intel binaries",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-11-27T06:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab61a0ea66ee159d3598eac5d0487ed29b90108",
"body": null,
"is_bot": false,
"headline": "Update Mach-O readme section",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-11-27T05:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47dc99953e380daf4c0bc824f13bd9b2c588a1d0",
"body": "Fixes https://github.com/denoland/sui/issues/45",
"is_bot": false,
"headline": "Shift LC_ATOM_INFO",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-11-27T03:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73068bbd89f10143368d563cf8e890c89258cb5d",
"body": null,
"is_bot": false,
"headline": "0.12.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-11-26T07:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c954eb04ec7ec28de17844537c25714579073409",
"body": null,
"is_bot": false,
"headline": "fix: run official signer on intel mac (#48)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2025-11-26T07:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e229ef18a616e76bee0f225807bc71f8376c3c9b",
"body": null,
"is_bot": false,
"headline": "fix: use new trick to embed data on intel mach-o binaries (#46)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2025-11-26T05:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aae82378ee439b64cf0e080ad68299d25d5d3f2",
"body": null,
"is_bot": false,
"headline": "0.11.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-11-24T01:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc278bdb7388a7abb439ca6fb51d4e068e160caa",
"body": null,
"is_bot": false,
"headline": "fix: bounds check utils functions (#47)",
"author_name": "David Sherret",
"author_login": "dsherret",
"committed_at": "2025-11-22T04:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa95e714ec1d469d0445922f5dc975d41621e94f",
"body": null,
"is_bot": false,
"headline": "0.10.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-04-23T09:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9bbd1fa16e57d32d6fcc668bdf2ba87d44b824",
"body": null,
"is_bot": false,
"headline": "fix: read section name as uppercase on Windows (#40)",
"author_name": "David Sherret",
"author_login": "dsherret",
"committed_at": "2025-04-23T09:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99065f1fcbe6e64992f3eeeca5626c6cd0a17765",
"body": null,
"is_bot": false,
"headline": "feat: surface errors in find_section (#37)",
"author_name": "David Sherret",
"author_login": "dsherret",
"committed_at": "2025-04-22T13:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee6cf92b47d989eb3b98fb728c22d85ef7b377a",
"body": null,
"is_bot": false,
"headline": "0.7.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-04-06T12:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696156ce01935c0178117cfaf98add5a5a78136e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:littledivy/sui",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-04-06T12:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d64c0773714ed57774f9e97f85c9c8d893f6526",
"body": null,
"is_bot": false,
"headline": "apple_codesign: `div_ceil`",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-04-06T12:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf318ea9c847810b79d6a34a4e744b7b09630ddb",
"body": null,
"is_bot": false,
"headline": "fix: multiple icons in PE (#36)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2025-04-06T12:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31fd3731c20867890b0d64ef62e8fc917e632e97",
"body": null,
"is_bot": false,
"headline": "linux: larger artifact support (#32)",
"author_name": "Bernhard Schuster",
"author_login": "drahnr",
"committed_at": "2024-11-19T17:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f241ef330e3907d886f66c2eda591af28e0a5614",
"body": null,
"is_bot": false,
"headline": "feat: allow to pass <sectionname> as first argument (#31)",
"author_name": "Bernhard Schuster",
"author_login": "drahnr",
"committed_at": "2024-11-19T17:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea77f1772d6885f5cdeb506dc1b06e3b56935a9a",
"body": null,
"is_bot": false,
"headline": "0.5.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-11-05T05:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e491353fb82ce15a861376ee8dc68f183e0486",
"body": null,
"is_bot": false,
"headline": "fix: don't panic `find_section` without procfs",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-11-05T05:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b827f5e639bf51bc26855512a8b4399076521aec",
"body": null,
"is_bot": false,
"headline": "0.4.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-09-30T08:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b3a33bb6e1afbb04e2e1d345547e5686894e7f0",
"body": "Fixes https://github.com/denoland/sui/issues/29",
"is_bot": false,
"headline": "Fix `LC_DYLD_EXPORTS_TRIE` offset fixup",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-09-30T08:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31723066b64d7951c22a2b2e454d98ee2e9a40e3",
"body": null,
"is_bot": false,
"headline": "0.3.1",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-09-20T06:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d85999ce5b28791fa64c95f98f27ca2d7b8b79",
"body": null,
"is_bot": false,
"headline": "Support more targets (#27)",
"author_name": "cions",
"author_login": "cions",
"committed_at": "2024-08-25T07:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6d863f2cc037905de4220f7e8b9cefd3a8da35",
"body": null,
"is_bot": false,
"headline": "0.3.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-08-14T17:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873f32674574db9ed559d9e6c460c559da941688",
"body": "Closes https://github.com/denoland/sui/issues/23",
"is_bot": false,
"headline": "Add `PortableExecutable::set_icon` (#24)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-08-14T14:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7b8363bc8456177870838a20958e83d12c741f",
"body": null,
"is_bot": false,
"headline": "0.2.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-08-13T11:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59e9a78e05cd7482feeb3d85ad88dffc0f9d13ad",
"body": null,
"is_bot": false,
"headline": "elf: use resource name in `find_section`",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-08-13T11:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bbfbcc12b6111daf99cd9c4ffe04bbecf9be8f8",
"body": null,
"is_bot": false,
"headline": "chore: setup codecov (#20)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-29T11:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f00c9c6d64d01ea6016154f7b38d40237ad9e08",
"body": null,
"is_bot": false,
"headline": "Update README.md (#19)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-29T02:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda0560b08c5c54e62ab0ae0bfc621979215029a",
"body": null,
"is_bot": false,
"headline": "chore: add integration tests (#18)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-27T07:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd52d7a5070dac52bbda1370ecfcb6aef37d1dc",
"body": null,
"is_bot": false,
"headline": "chore: update docs (#16)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-25T12:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0cf2a93b5c6ceafd0e2cbafe8cfae7262ac9b7b",
"body": null,
"is_bot": false,
"headline": "0.1.0",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-24T16:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69a76759950ed18b002f174c1a1f06752d41a51b",
"body": null,
"is_bot": false,
"headline": "pe: force consistent resource name casing (#14)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-24T11:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f827f82887f91211c01c577cdab819acdfdbf0",
"body": null,
"is_bot": false,
"headline": "pe: fix resource name casing (#13)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-24T11:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f046f8c2edb19d4365235a916a6203bb10574361",
"body": null,
"is_bot": false,
"headline": "mach-o: Fix `cputype` type (#12)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-24T03:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35ce0e00fbb50d7d92ffe2eb1653e010a45e3247",
"body": null,
"is_bot": false,
"headline": "mach-o: disable MachoSigner for non-Arm (#11)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-23T14:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b652480a1dfa41878392861af3a5c315baf74768",
"body": null,
"is_bot": false,
"headline": "mach-o: add `MachO::build_and_sign` (#10)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-23T12:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ae6c7c9e761921487d6332959d0e5f42e77c09",
"body": "…\" (#9)\n\nThis reverts commit 638e452efe94ebef928fee595464d74f85bf4ed7.",
"is_bot": false,
"headline": "Revert \"mach-o: add `MachO::build_and_sign` using apple_codesign (#6)…",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-22T12:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "638e452efe94ebef928fee595464d74f85bf4ed7",
"body": null,
"is_bot": false,
"headline": "mach-o: add `MachO::build_and_sign` using apple_codesign (#6)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-22T12:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e56b8d7324e5ebf9c5b81c0e95d9a0e8f610227",
"body": null,
"is_bot": false,
"headline": "pe: always create new ResourceDirectory (#8)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-22T11:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3746eba46245a81e49805e398756963ab1f1b66c",
"body": "Fixes https://github.com/littledivy/sui/issues/4",
"is_bot": false,
"headline": "mach-o: fix load command alignment on Arm",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-21T17:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1269c361f03680f84b9d25f7e77e9020b9ba1c03",
"body": null,
"is_bot": false,
"headline": "Add fuzzing",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-21T15:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9df0e9559b43042104020de84b15c1528d0d25d",
"body": null,
"is_bot": false,
"headline": "Update dep",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-21T10:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea336dafd61be5aaa2c8a6c9803b8f503006c68c",
"body": null,
"is_bot": false,
"headline": "Fix test",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-21T08:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c805b1ab11487d8bea493555d6da712c7cd2448",
"body": null,
"is_bot": false,
"headline": "Add doc",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-21T08:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e106164524683b89a8f394b0e464ddac3f5f5c39",
"body": null,
"is_bot": false,
"headline": "Rewrite without LIEF (#3)",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-21T07:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1af1b29faa074be46e60fdbfa21c9b542c92873",
"body": null,
"is_bot": false,
"headline": "Only apply __libc_single_threaded stub on Linux",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T13:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1946d89ac253d89a25003d6cfe106acb6bd32c5",
"body": null,
"is_bot": false,
"headline": "Stub __libc_single_threaded",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T13:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5130212ea8531e78413a8db204a13a76236428e",
"body": null,
"is_bot": false,
"headline": "Revert",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T13:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396017d6e8bb86536e6149bf9b9b00e2edf7d933",
"body": null,
"is_bot": false,
"headline": "Hmm",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T13:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01807df3ea9a90cf6bd47045fbaa8507a4e4f319",
"body": null,
"is_bot": false,
"headline": "x",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T10:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c621521abe9f253cf01b32d95c8dd1831be942e8",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T10:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea8150fc3644c93f0a068acdbdd8112f052908cf",
"body": null,
"is_bot": false,
"headline": "Hm",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T10:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e912e70470e73f6d5cfda564e4ca0b9aec4363af",
"body": null,
"is_bot": false,
"headline": "Hmm",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T10:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fc5a4cb82b4c7f636a97ab22def3ae33c57d720",
"body": null,
"is_bot": false,
"headline": "Fox",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T09:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde3fc51f2e7476449792e3af323644cbb9c64e2",
"body": null,
"is_bot": false,
"headline": "Fix CMakeLists",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T09:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677120f3edb4530880e6a820ea0d9301e50c65e7",
"body": null,
"is_bot": false,
"headline": "CMONM PLS",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T08:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78de50e38cd946ef3c7bf713074193b3420edd16",
"body": null,
"is_bot": false,
"headline": "Hold up",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T08:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83ba85c6e65eada7338c48b2efc47ad4c48a36c",
"body": null,
"is_bot": false,
"headline": "huh",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T07:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fadbade180d648a8b61200c6dce51bb5b2060465",
"body": null,
"is_bot": false,
"headline": "x",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T07:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ccf5fc063e187fd059f30ccd6f78a4213be8d10",
"body": null,
"is_bot": false,
"headline": "Setup debugging sessions on Windows CI",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T07:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95fa7edcf39f2880e414cb532563c382c1743347",
"body": null,
"is_bot": false,
"headline": "hmm/",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T07:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59c0263d1d8496640034b5813aec264a6e887a9",
"body": null,
"is_bot": false,
"headline": "hmm",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T07:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1bc27035addfba4471b961f0e03ff8ffed2934a",
"body": null,
"is_bot": false,
"headline": "x",
"author_name": "Divy Srivastava",
"author_login": "littledivy",
"committed_at": "2024-07-18T06:55:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 44,
"latest_release_at": "2024-07-17T09:27:02Z",
"latest_release_tag": "0.0.3",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 16,
"days_since_latest_release": 736,
"mean_days_between_releases": 17.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "libsui",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/libsui",
"is_deprecated": false,
"latest_version": "0.16.4",
"repository_url": "https://github.com/denoland/sui",
"versions_count": 30,
"total_downloads": 423191,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 61047,
"first_published_at": "2024-05-19T14:53:12.800093Z",
"latest_published_at": "2026-07-22T14:08:03.889490Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 11,
"stars": 142,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": null,
"open_issues_and_prs": 4
},
"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",
"fuzz/Cargo.toml"
],
"largest_source_bytes": 68898,
"source_files_sampled": 10,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"fuzz/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 72,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "image",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.25"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "indexmap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "zerocopy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "object",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.36.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "image",
"direct": true,
"version": "0.25.10",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": true,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": true,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "object",
"direct": true,
"version": "0.36.3",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": true,
"version": "0.7.35",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": true,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "ahash",
"direct": false,
"version": "0.8.12",
"ecosystem": "crates"
},
{
"name": "arbitrary",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": false,
"version": "1.25.0",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "byteorder-lite",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.64",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "debug-ignore",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "editpe",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "fdeflate",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": false,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.1",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.34",
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.32",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.2",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "moxcms",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "png",
"direct": false,
"version": "0.18.1",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "pxfm",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.4+wasi-0.2.12",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.7.35",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 72,
"direct_count": 8,
"indirect_count": 64
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 51,
"open_issues": 1,
"closed_ratio": 0.947,
"closed_issues": 18,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "littledivy",
"commits": 139,
"avatar_url": "https://avatars.githubusercontent.com/u/34997667?v=4"
},
{
"type": "User",
"login": "divybot",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/279198639?v=4"
},
{
"type": "User",
"login": "dsherret",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1609021?v=4"
},
{
"type": "User",
"login": "nathanwhit",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/17734409?v=4"
},
{
"type": "User",
"login": "bartlomieju",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/13602871?v=4"
},
{
"type": "User",
"login": "drahnr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/667047?v=4"
},
{
"type": "User",
"login": "antoniosarosi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/54243067?v=4"
},
{
"type": "User",
"login": "jlarmstrongiv",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20903247?v=4"
},
{
"type": "User",
"login": "cions",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10268343?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.869
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 6,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 11/30 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 10,
"reason": "project is 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": "20 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "debe4bb02092f21eb0f948534e74eb88a6a24ae0",
"ran_at": "2026-07-23T16:50:19Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T13:58:48Z",
"oldest_open_prs": [
{
"number": 41,
"created_at": "2025-04-23T13:59:40Z",
"last_comment_at": "2025-04-23T14:54:24Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 61,
"created_at": "2026-05-20T00:06:45Z",
"last_comment_at": "2026-05-20T00:15:50Z",
"last_comment_author": "codecov-commenter"
},
{
"number": 77,
"created_at": "2026-07-02T06:05:45Z",
"last_comment_at": "2026-07-02T06:23:44Z",
"last_comment_author": "codecov-commenter"
}
],
"last_merged_pr_at": "2026-07-22T13:55:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 33,
"created_at": "2024-12-13T06:45:35Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/denoland/sui",
"host": "github.com",
"name": "sui",
"owner": "denoland"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 55,
"vitality": 65,
"community": 57,
"governance": 71,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 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": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 4,
"latest_release_tag": "0.0.3",
"releases_from_tags": false,
"days_since_latest_release": 736,
"mean_days_between_releases": 17.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 736 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 736
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 11,
"stars": 142,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "142 stars",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 142
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": "good",
"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": 80,
"inputs": {
"packages": [
"libsui"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 423191,
"monthly_downloads": 61047
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "61,047 downloads/month across crates",
"points": 63.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 61047,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.869
},
"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 87% of commits",
"points": 2.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 51,
"open_issues": 1,
"closed_issues": 18,
"issue_closed_ratio": 0.947,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "51/57 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 51,
"decided": 57
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/30 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 5938,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "denoland",
"public_repos": 233,
"account_age_days": 2911
},
"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": "5,938 followers of denoland",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5938,
"login": "denoland"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "233 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 233
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"libsui"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://littledivy.com/sui",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://littledivy.com/sui",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 4.5,
"status": "partial",
"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": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 11/30 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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 fuzzed",
"points": 5,
"status": "met",
"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": "20 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 72 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 72
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 72,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 72,
"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": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"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.01,
"toolchain_manifests": [
"Cargo.toml",
"fuzz/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, fuzz/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, fuzz/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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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": 94,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 68898,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 49.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:libsui@0.16.4; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T16:50:37.567820Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/denoland/sui.svg",
"full_name": "denoland/sui",
"license_state": "standard",
"license_spdx": "MIT"
}