JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 519,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 482089,
"Jinja": 15247,
"Shell": 1025
},
"pushed_at": "2026-07-30T03:32:46Z",
"created_at": "2023-05-18T20:26:18Z",
"owner_type": "User",
"updated_at": "2026-07-30T03:33:11Z",
"description": "Emulated input for Wayland, in Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://iandouglasscott.com",
"name": "Ian Douglas Scott",
"type": "User",
"login": "ids1024",
"company": "@System76",
"location": "California",
"followers": 415,
"avatar_url": "https://avatars.githubusercontent.com/u/2263150?v=4",
"created_at": "2012-09-02T00:33:15Z",
"is_verified": null,
"public_repos": 198,
"account_age_days": 5079
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "02bc1b52aca10231d380c0cf236d69ec3c56cae4",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.7.1",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-07-30T03:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69da47a7472d77935a4a1b25a39b54b91ce993a7",
"body": "…ator",
"is_bot": false,
"headline": "fix: return drained events before poll_readable in EiConvertEventIter…",
"author_name": "Jonas",
"author_login": "jonas73x",
"committed_at": "2026-07-30T03:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a09eff79e1e592b4536b51256ffcfc8829e2c6fc",
"body": null,
"is_bot": false,
"headline": "event,request: queue pending events per device",
"author_name": "Hojjat",
"author_login": "hojjatabdollahi",
"committed_at": "2026-07-30T03:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0766d22f75048e2a554d1e669c4d8e44765e84f",
"body": "This prevents (or strictly speaking, reduces) collisions between objects\non different connections with the same ID.\n\nThis isn't really necessary as a bug fix because `PartialEq` already did\nthe same pointer comparisons, and probably isn't meaningfully more\nefficient in reasonable use cases, but seems more correct.",
"is_bot": false,
"headline": "In `Hash` impls, hash the `Arc` ptr instead of the ID",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-16T21:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a659683fa24eb540680fdf01a890f1a023edd05f",
"body": "I think https://github.com/ids1024/reis/pull/21 /\nhttps://github.com/ids1024/reis/issues/15 and any extra checks can be\nconsidered a non-breaking change added in a 0.7.x version, even if it\ncauses errors for invalid uses of the protocol.",
"is_bot": false,
"headline": "Bump version to 0.7.0",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-16T03:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7603152f69cdcb596db0cb80ea3ff359ac3400f7",
"body": "Adds a separate type-text-ei example that binds ei_text (libei 1.6.0) and\nsends a UTF-8 string in a single text.utf8() call, instead of reverse-mapping\ncharacters to keycodes. The existing type-text example is kept unchanged as a\ndemonstration and test case for the ei_keyboard protocol; xkbcommon stays a\ndev-dependency for it.",
"is_bot": false,
"headline": "example: add type-text-ei demonstrating the ei_text interface",
"author_name": "Greg Lamberson",
"author_login": "glamberson",
"committed_at": "2026-06-16T01:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c9bef28919b4a0fa47cb8c120b05a3704b8cc43",
"body": "The ei_text interface (added in libei 1.6.0) had its high-level\nconverters stubbed out with panics on both the receiver and sender\nsides. Replace those stubs with real high-level events and requests,\nfollowing the existing keyboard, button, and touchscreen patterns.\n\nClient side (event.rs): ei_text.\n[…]\nlidated against the\nprotocol bounds (non-empty, at most 254 bytes), returning the new\nInvalidTextLength error otherwise. ei_text.release removes the interface\nand sends destroyed with the next serial.",
"is_bot": false,
"headline": "event,request: Add high-level ei_text keysym and utf8 events",
"author_name": "Greg Lamberson",
"author_login": "glamberson",
"committed_at": "2026-06-15T17:08:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae976b45457d0fad3ceff7dbdafd9116dcf0754b",
"body": "When an interface (keyboard, pointer, etc.) is destroyed, remove it from\nthe device's interface map so that interface() and has_capability()\nreflect the current state. Previously, destroyed interfaces remained in\nthe map, causing has_capability() to return true for capabilities the\nserver had alread\n[…]\nor interior mutability\n- Remove interface from device on each interface Destroyed event\n- Clean up device_for_interface entries on device destruction\n- Drain interfaces on server-side Device::remove()",
"is_bot": false,
"headline": "remove destroyed interfaces from device",
"author_name": "lamco-office",
"author_login": "lamco-office",
"committed_at": "2026-06-12T21:40:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66ada766ce9e0575accb68d77d82297865719dc0",
"body": "This name seems more consistent (all the requests are by the client, but\ndon't have that expressed in the name), and it matches `libei`.",
"is_bot": false,
"headline": "request: Rename `DeviceClosedByClient` to `DeviceClosed`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-12T21:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e8ad40af08b3df7940ff7f60caba7835b1b3250",
"body": "Rework the device Release handler to follow the libei two-step\npattern: emit a DeviceClosedByClient request so the server\napplication can do its own cleanup, then call device.remove()\nwhen ready. This matches the libeis separation between\neis_device_closed_by_client() (state transition + event) and\neis_device_remove() (actual teardown).\n\nInterface Release handlers remain as immediate cleanup since\nlibei does not have a two-step close for individual interfaces.",
"is_bot": false,
"headline": "Emit DeviceClosedByClient event instead of immediate remove",
"author_name": "lamco-office",
"author_login": "lamco-office",
"committed_at": "2026-06-12T21:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1645ea642d7b26db5a661c0f70a71945818bd6c9",
"body": "When a client sends Release on a device or interface, the server\nshould acknowledge by sending destroyed and cleaning up tracking\nstate. This matches the existing seat Release behavior and follows\nthe ei protocol specification.\n\nFor device Release, this delegates to Device::remove() which already\nha\n[…]\nap and sends destroyed.\n\nAlso extracts keyboard, pointer, pointer_absolute, and button request\nhandlers into separate methods, consistent with the existing pattern\nfor scroll and touchscreen handlers.",
"is_bot": false,
"headline": "Handle Release requests for devices and interfaces",
"author_name": "lamco-office",
"author_login": "lamco-office",
"committed_at": "2026-06-12T21:28:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09524f43aa8fe29201ddccbde8ab395712a60c19",
"body": "Matches `libei` and fixes a libei unit test.",
"is_bot": false,
"headline": "wire: Check for maximum message length",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-12T21:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1feb597bcd83d315b41aa36cb0b2340ef1d488",
"body": null,
"is_bot": false,
"headline": "example/reis-demo-server: Add device with `Text` capability",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-12T21:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0256702c448a8fdeb5cf2dd53f695c5b96a91bb",
"body": "Add \"Text\" interface and capability.\n\nrequest: Handle new `RequestDevice` and `Ready` requests",
"is_bot": false,
"headline": "handshake,event,request: Update for libei 1.6.0",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-12T21:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aee4d698f45a46711eeefe3060f5bb6bd9febed",
"body": null,
"is_bot": false,
"headline": "Update bindings for `libei` 1.6.0",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-06-12T21:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e9a75ae8ff9ff5bff6de2dad8377f7837b9b785",
"body": null,
"is_bot": false,
"headline": "Clippy lints",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-05-22T20:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b7b4a7085878596067fa85064a08393dce6ad8",
"body": "…ator\n\nFixes #24\r\n\r\n`handshake_blocking` can leave events (e.g. ping) in the ring buffer.\r\n`next()` was calling `poll_readable` before draining the buffer, causing\r\na deadlock: we block on the socket while the compositor waits for\r\n`ping.done(0)`.\r\n\r\nFix: drain `context.pending_event()` before calling `poll_readable`.",
"is_bot": false,
"headline": "fix: drain buffered events before poll_readable in EiConvertEventIter…",
"author_name": "Jonas",
"author_login": "jonas73x",
"committed_at": "2026-04-15T19:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb4aa7f4f7becd968a426cfc9933dc4d426426bd",
"body": "On `libei` git, this allows generating bindings for the `ei_text`\nprotocol.",
"is_bot": false,
"headline": "eiproto.rs.jinja: Support args with enums from other interfaces",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-04-15T18:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6598d8857e5ff3432a410aac2778315ce917058a",
"body": null,
"is_bot": false,
"headline": "Use `futures-util` instead of `futures`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-03-06T23:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c8c4eb9ac9aa4e72c707aa5980e4a93b5b9800",
"body": null,
"is_bot": false,
"headline": "Share code between `tokio`/`async_io`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-03-06T23:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a24d0db6493397faddfea04ed6a6346de0c47a",
"body": null,
"is_bot": false,
"headline": "Add an `async_io` event stream, as alternative to `tokio`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-03-06T23:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1073e11b27b9edfb6f8bd90362911b4d1680efa5",
"body": "Fixes runtime error since we execute futures outside a tokio context.",
"is_bot": false,
"headline": "Use `async-io` feature of `ashpd` instead of default `tokio`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-03-02T20:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552885e1465051ad53517c0f55fc3ef083a493d6",
"body": null,
"is_bot": false,
"headline": "Update examples to `ashpd` 0.13",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-03-02T20:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2cf5d65e91a60b7d439770cfb559957c6f34fe",
"body": null,
"is_bot": false,
"headline": "Bump version to `0.6.1`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-17T03:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e837163981180431c1ebd733a57f564d5d4e22b",
"body": null,
"is_bot": false,
"headline": "Bump MSRV to `1.17.1`, matching `calloop`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-17T03:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d946df76ab2b6e1e6e6aabf18412d42230f52aa4",
"body": "If we call `UnlinkOnDrop::new` before securing an `flock` lock, we can\nend up unlinking a lock file owned by a different process.",
"is_bot": false,
"headline": "eis: Fix locking of socket `.lock` files",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-17T03:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657f99c2fca5bd31e8c73bb4d8a16a1a4dc97ffa",
"body": null,
"is_bot": false,
"headline": "Bump version to `0.6.0`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdcf41f1266132393fc3148739137a82dd9bde48",
"body": null,
"is_bot": false,
"headline": "Enable `doc_cfg` feature on docs.rs",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c58cfbbedd9e34e347bf0c916a490e1e1bb9df5",
"body": null,
"is_bot": false,
"headline": "Re-export `enumflags2` crate",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462fee6e52c7ee2cd4ce45b024fb7c191ecab961",
"body": "This allows the reading thread to cleanly exit without waiting for the\nclient.",
"is_bot": false,
"headline": "request: Shutdown socket when server sends `disconnected`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7451589281a740f0e8a51b43aaf6007c86f570e1",
"body": null,
"is_bot": false,
"headline": "Bump Rust MSRV to 1.71",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e194202756c8359c5d5fac6195ba1c8375b6d562",
"body": null,
"is_bot": false,
"headline": "ci: Downgrade `unicode-ident` for MSRV test",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dced6e14494b7302ba34c5fa06507bb04e143e7c",
"body": null,
"is_bot": false,
"headline": "calloop: Always `PostAction::Remove` after client requests disconnect",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-12T03:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851c796bc668c6e6cacdfc06bda5c2a772af0db6",
"body": null,
"is_bot": false,
"headline": "Fix `clippy` lint",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-04T17:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278252127a65a47000999cdfd40622e1dd451057",
"body": null,
"is_bot": false,
"headline": "request: Allow nullable disconnect `explaination`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-02T22:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a3006a90f089f0bf1a11c802198d8de98b3708",
"body": null,
"is_bot": false,
"headline": "wire: Add support for nullable strings in parsing",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-02T22:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1394fafbd3e163023a680eee9844737fa098fd",
"body": "Instead of `Result` of `Option`.",
"is_bot": false,
"headline": "eis: Custom error type for `Listener::bind_auto()`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-02-01T03:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "144099b9a0af6056c8865e0257ae37a8f6695e85",
"body": "This should match the protocol spec. No impact on libei tests.",
"is_bot": false,
"headline": "handshake: Don't error if no context type is set",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-16T22:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6aea674975b97d2f16629a898de7dcf3434c888",
"body": null,
"is_bot": false,
"headline": "reis-demo-server: Use `request.seat`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-15T21:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fceae9eb5f100175ff7f0018e051182edb42f8",
"body": null,
"is_bot": false,
"headline": "request: Implement `SeatEvent` for `Bind`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-15T21:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f48d4600a3803a72a36f4c18a14e10b529a1054",
"body": "`reis-demo-server` no longer needs code for this.",
"is_bot": false,
"headline": "calloop: Send error on missing `ei_seat`/`ei_device`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-15T21:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3cee10e7b199d9bd793e8ea25faae5392822822",
"body": null,
"is_bot": false,
"headline": "calloop: Send protocol error, instead caller sending it",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-15T21:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985e0ad41bcc79358cf310b79e5af88ead2dcdf5",
"body": "This isn't currently used, but may as well be updated.",
"is_bot": false,
"headline": "reis-scanner: Update dependency",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T22:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c56a8eb64f83faf783023000a3b01b894dc63c7",
"body": null,
"is_bot": false,
"headline": "reis-demo-server: Share some device adding code",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T22:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c35113accb8e5b4265113d30b22b2811bb0730",
"body": "Same as `eis-demo-server`.\n\nNot sending `resumed` should make our backend error, and libei tests\nshould check this?",
"is_bot": false,
"headline": "reis-demo-server: Call `resumed` and `start_emulating`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T22:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47866960438b6ef56ca36731607337d4a8ed8ff5",
"body": null,
"is_bot": false,
"headline": "reis-demo-server: Advertise button and scroll capabilities",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T22:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf23b01f105b72d51ff95f56c2f5dbaca8fdfb7",
"body": null,
"is_bot": false,
"headline": "request: In `add_device()`, ignore capabilities not advertised on seat",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T22:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a1b9005308a16880e17f571953c2f5a8a2da42",
"body": "Should also add button/scroll capabilities. But only if interface\nadvertised?",
"is_bot": false,
"headline": "reis-demo-server: Add devices on bind only if they aren't added",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T22:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849bea92e6df8a407d30715e6f009a3eb8e622dd",
"body": "`Connection::add_seat()` only advertises capabilities that have\ninterface, and bind of invalid capability errors.\n\nSo this check is redundant.",
"is_bot": false,
"headline": "reis-demo-server: Don't test for interfaces when adding devices",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T21:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d99cea385dc9e27bbbdc90d9747361cc7dd284d",
"body": null,
"is_bot": false,
"headline": "Document panic case",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T21:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a14798e130fb2158dffa26f024860e8ea88c69",
"body": "Same logic used for interfaces.",
"is_bot": false,
"headline": "request: Advertise seat/device with negotiated version",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T21:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47415c313f4304ff616d3408457000e2324e6ecb",
"body": null,
"is_bot": false,
"headline": "Fix `clippy` lint",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T21:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53df7854fe4fb29e8cd8984d5da6d69d61eeff9e",
"body": null,
"is_bot": false,
"headline": "Update `README.md` to be a bit more accurate about current state",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T21:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067f65c3544b67cac92c0ed6bbf0892cdc97717f",
"body": "Similar to `lookup_object()` in `libei`.",
"is_bot": false,
"headline": "calloop: Debug log on invalid object",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T21:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c196e8288edc536e705e298a4faf690eff507f",
"body": null,
"is_bot": false,
"headline": "calloop: Send `invalid_object` internally",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T20:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c295e3ede7006dcae9e6afd76a47a634019dd124",
"body": "Required to pass libei tests in latest master.\n\nBased on\nhttps://gitlab.freedesktop.org/libinput/libei/-/merge_requests/368.\n\nShould also track current state.",
"is_bot": false,
"headline": "request: Track down touch IDs",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-12T20:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6258b88ef9704f7eb05dc0bd37aa9ac8017d142f",
"body": null,
"is_bot": false,
"headline": "wire: Don't check for `MessageLength` if parsing failed early",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T20:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0579843dea822b49fc4e0def3708f6c422c265c9",
"body": "Need to match `Ok(0)` first, or this is caught by `Ok(count)` branch.",
"is_bot": false,
"headline": "wire: Fix handling of `0` return from `recv`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T20:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97eb62a77030fe0a8c02cf4eac10f42c76412663",
"body": null,
"is_bot": false,
"headline": "Use a `LIBEI_VERSION` file to indicate what libei to use for CI tests",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T20:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa968a63068abae2cfe3d362379be85968c47ead",
"body": "Otherwise, binding errors.",
"is_bot": false,
"headline": "eis: Remove socket if lock acquired, but path exists",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T17:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8b819d34bd656a8e89bfec815cbc2e6e245345",
"body": "Seems to match `libei`.",
"is_bot": false,
"headline": "eis: In `bind_auto()`, start at `eis-0`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T17:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3b5cda491eb1ba86bbad2a6b7a085b05c8c119",
"body": null,
"is_bot": false,
"headline": "Update outdated `dev-dependencies`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T17:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b579d0217161d145dc3fc69dd70e32a94d7d62f4",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::must_use_candidate` lint",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T16:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82e9b63da2dd6a22b3fa34004d5102c9b50a613",
"body": "Clients should use `connect_to_env()`, and servers should use\n`bind_auto()`.\n\nIf anyone actually wants this, they can do it manually.\n\nThis is a breaking API change.",
"is_bot": false,
"headline": "Remove `default_socket_path()`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T03:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d34d4cbf3be0ddddb96295878e576cbdf6acdf3a",
"body": null,
"is_bot": false,
"headline": "examples: Use `bind_auto()` in `reis-demo-server`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T03:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8bb3ed0908dd646c23f965a8ff28d6db9b3a1f2",
"body": null,
"is_bot": false,
"headline": "eis: Add `path()` accessor to `Listener`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T03:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d61006e029c30e7117734f240cf6c8734247359",
"body": "We don't really care if the examples work on an old Rust version.\n\nOnly that the library does.\n\nWe don't want to bump MSRV just for examples, and it seems best to give\nas examples whatever is the best way to do things in recent compilers.",
"is_bot": false,
"headline": "examples: Supress `clippy::incompatible-msrv`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T02:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997f610c3442ab99d337414f283df8d455067e8c",
"body": null,
"is_bot": false,
"headline": "ci: Downgrade some dependencies for MSRV test",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2026-01-08T02:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ca1970bf76287c6e1571b1261c2a2e6088873f",
"body": null,
"is_bot": false,
"headline": "Generate bindings from libei 1.5.0",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-10-22T16:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f10af9eb85f4b5f3f51be8ccabc858755bf3dca",
"body": null,
"is_bot": false,
"headline": "Update `rustix` to 1.0",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-08-06T18:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f0c1fb10419e0363b20c1e2a0537c7f58342cc",
"body": null,
"is_bot": false,
"headline": "fix: warnings in examples after linting them got enabled",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0263c95b421e56694b0c88808e088f2ea2fab19",
"body": null,
"is_bot": false,
"headline": "fix: libei test by hardcoding error message",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1fa936da93eede07c74dab2022ab386a27174b1",
"body": null,
"is_bot": false,
"headline": "ci: check documentation",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0ea997b0e07f29a35269b75a3f89263c5bf417",
"body": null,
"is_bot": false,
"headline": "docs: update old documentation to match",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9656f64960f78fbdd72e5b0824c24e214410426",
"body": null,
"is_bot": false,
"headline": "fix: Fix failing doc-test",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc9fa05bec9ae29bd0671967e789e34b01af0f80",
"body": null,
"is_bot": false,
"headline": "fix(demo-server): libei tests expect DisconnectReason::Value",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bbc4449d221c9f0e0119171d8338c3679d9e0e",
"body": "Not literally everything, but almost; some things aren't perfect and\na couple of enums are ignored.",
"is_bot": false,
"headline": "docs: Document everything",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14e9a578d74bce5bc6dd82ecafc41a400863b9a",
"body": null,
"is_bot": false,
"headline": "Warn on clippy::pedantic by default",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b03987386c96d509ebb08bcd773b6135f9263d",
"body": "Notes:\n- Exact command done: `cargo clippy --fix --features calloop,tokio -- -W clippy::pedantic`\n- Undid fixes for auto-generated files, for now\n- Ran `cargo fmt`",
"is_bot": false,
"headline": "Auto-fixed clippy::pedantic lints",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "023abf1f7a163e35a6b640c990403575d9688b44",
"body": "This removes the need for slices and `Vec`s, and makes client and server\ncode a lot simpler to implement with `BitFlags::contains` and friends.",
"is_bot": false,
"headline": "Add enumflags2 for DeviceCapability enum",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-08-06T17:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c32abc3a544f880b7667e1213866e1bf0b9cee",
"body": null,
"is_bot": false,
"headline": "run-libei-pytest.sh: Fix test for argument count",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-08-01T01:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a531810cde0dab8040dd332d85c97ae2a4b07e50",
"body": null,
"is_bot": false,
"headline": "Fix clippy lints",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-07-12T03:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918fc9a6c8bbdda8a0c6ea2335d1ea943a859544",
"body": null,
"is_bot": false,
"headline": "docs: Regenerate protocol documentation based on libei main branch",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-07-12T03:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59004a35f29abcbeaa2e1bfec76f1f31d7ebc3a",
"body": "- Documented parameters, context type restrictions and destructors of interface proxies\n- Documented summaries everywhere\n- Made shebang of `update-protocol-bindings.sh` more compatible",
"is_bot": false,
"headline": "docs: Add more info to auto-generated protocol documentation",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-07-12T03:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee297e8e9db35d78882719bf80215f02a43bbd2",
"body": "The protocol files haven't been regenerated.",
"is_bot": false,
"headline": "docs: Document protocol better",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-07-12T03:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceeb070911fb3190a16e0ad03d3c2d0faa4d70a7",
"body": null,
"is_bot": false,
"headline": "docs: Fully document reis::{event,request}",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-07-12T03:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec28110ecf14f4e47a42b4e4b41cc1127bb7030",
"body": "A guide on how to use protocol bindings has not yet been written",
"is_bot": false,
"headline": "docs: Document many user-facing Rust structs",
"author_name": "Axel Karjalainen",
"author_login": "axelkar",
"committed_at": "2025-07-12T03:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c882cfe0bbb4d7af2a793f1390b5493ec5095127",
"body": null,
"is_bot": false,
"headline": "fix(request): Implement `Device` for `TouchCancel`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-31T19:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e086be40353e5387c7bfacf786e758be6df5f2",
"body": "`EisRequest::TouchCancel` and and `EiEvent::TouchCancel` are new\nvariants on enums not marked `#[non_exhastive]`, so this is a semver\nbreak, although easy to update for.\n\nI released 0.4.1 before releasing this, but have yanked it now.\n\nIn the future, `cargo semver-checks` can help with this.",
"is_bot": false,
"headline": "Bump version to 0.5.0",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-31T19:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228c70d813f7fc6128c280c79730ac80a38d0c5c",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.1",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-31T02:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19f17465d85febd3e1a1d53e32ce42bdceed7d4",
"body": "Prevents possibly outdated version, or typo in protocol name.\n\nThis assumes a commit adding a new interface will also update the\nrequest/event code to handle it. Which is reasonable.\n\nPerhaps the list of interfaces could also be generated.",
"is_bot": false,
"headline": "Use interface types to generate name and version for handshake",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-31T01:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5b9532a8f0f760d4224e6159b3116d8e67bd7c8",
"body": "https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/327",
"is_bot": false,
"headline": "Fix generated `VERSION` for touchscreen protocol",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-31T01:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea1e6ea37a603994539744415188bb304807af90",
"body": null,
"is_bot": false,
"headline": "Move code for adding interface with right version to a function",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-28T17:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3280ad8b333999a0bb87d7078c15dd5084a04701",
"body": null,
"is_bot": false,
"headline": "request: Fix advertised version of `ei_touchscreen`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-28T17:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d04947d8d2c0599d988da78a3e23eb3a71dca52",
"body": "Not sure why this was failing, but this action seems to be more widely\nused, and actively maintained. And is what Smithay in particular uses.\n\nhttps://github.com/dtolnay/rust-toolchain says to use `@master` when\nspecifying the Rust version with `toolchain:`, so this does that.",
"is_bot": false,
"headline": "ci: Use `dtolnay/rust-toolchain@master`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-28T17:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe10eb763a09149d6ba1c3508179f8ad5dab87f",
"body": null,
"is_bot": false,
"headline": "Advertise `ei_touchscreen` version 2",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-21T19:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e43f8417bb58a149d019bd9e4502f4c87f49d38",
"body": "Makes it easier to try locally.",
"is_bot": false,
"headline": "Add helper script for running libei pytest",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-21T18:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f67dfdf963f7d07a1361d3547ffcbb601e1361",
"body": "`event.rs` needs this too.",
"is_bot": false,
"headline": "request: Queue frame event in same case `libeis` does",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-21T18:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498b6c5a192f5e1fe3e2cbc3b5c70f2bd8597f82",
"body": "`EisEvent` also should have this.",
"is_bot": false,
"headline": "Add a `.device()` method of `EisRequest`",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-21T18:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970163f649266db23a67b985364b8fa9835cf63d",
"body": "Maybe a variadic macro could handle trait impls, and methods like this.\nWithout redundancy that needs to be kept in sync.",
"is_bot": false,
"headline": "Use exhastive matching",
"author_name": "Ian Douglas Scott",
"author_login": "ids1024",
"committed_at": "2025-03-21T18:25:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 75,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "reis",
"exists": true,
"license": "MIT",
"keywords": [
"libei",
"libeis",
"wayland"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/reis",
"is_deprecated": false,
"latest_version": "0.7.1",
"repository_url": "https://github.com/ids1024/reis",
"versions_count": 10,
"total_downloads": 99910,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 11165,
"first_published_at": "2023-08-13T05:46:58.293857Z",
"latest_published_at": "2026-07-30T03:33:09.632044Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 11,
"stars": 35,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2024-04-20",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-29",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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",
"reis-scanner/Cargo.toml"
],
"largest_source_bytes": 144415,
"source_files_sampled": 27,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"reis-scanner/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"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": 15,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "calloop",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14.0"
},
{
"name": "rustix",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.7"
},
{
"name": "futures-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.28"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.31.0"
},
{
"name": "enumflags2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7.12"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.29"
},
{
"name": "async-io",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.6.0"
},
{
"name": "quick-xml",
"manifest": "reis-scanner/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.39.0"
},
{
"name": "serde",
"manifest": "reis-scanner/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.193"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "async-io",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "calloop",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "enumflags2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quick-xml",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ashpd",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "pollster",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "signal-hook",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "xkbcommon",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 15,
"direct_count": 9,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 18,
"open_issues": 5,
"closed_ratio": 0.545,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ids1024",
"commits": 338,
"avatar_url": "https://avatars.githubusercontent.com/u/2263150?v=4"
},
{
"type": "User",
"login": "axelkar",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/120189068?v=4"
},
{
"type": "User",
"login": "lamco-office",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/218818487?v=4"
},
{
"type": "User",
"login": "glamberson",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/700962?v=4"
},
{
"type": "User",
"login": "jonas73x",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/42889511?v=4"
},
{
"type": "User",
"login": "szabgab",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48833?v=4"
},
{
"type": "User",
"login": "hojjatabdollahi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2222199?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.934
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "10 out of 11 merged PRs checked by a CI test -- score normalized to 9",
"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": 2,
"reason": "Found 5/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "16 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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "02bc1b52aca10231d380c0cf236d69ec3c56cae4",
"ran_at": "2026-07-30T11:11:46Z",
"aggregate_score": 4.5,
"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-30T03:35:15Z",
"oldest_open_prs": [
{
"number": 18,
"created_at": "2026-02-28T04:39:03Z",
"last_comment_at": "2026-03-02T20:39:32Z",
"last_comment_author": "ids1024"
},
{
"number": 21,
"created_at": "2026-03-10T01:13:24Z",
"last_comment_at": "2026-06-16T12:20:26Z",
"last_comment_author": "glamberson"
}
],
"last_merged_pr_at": "2026-07-30T03:31:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2023-05-19T04:01:05Z",
"last_comment_at": "2023-05-22T01:22:32Z",
"last_comment_author": "ids1024"
},
{
"number": 4,
"created_at": "2023-11-05T00:25:37Z",
"last_comment_at": "2023-12-04T16:21:12Z",
"last_comment_author": "ids1024"
},
{
"number": 15,
"created_at": "2026-02-02T21:35:06Z",
"last_comment_at": "2026-06-16T12:20:37Z",
"last_comment_author": "glamberson"
},
{
"number": 16,
"created_at": "2026-02-02T21:37:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2026-07-25T05:28:20Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ids1024/reis",
"host": "github.com",
"name": "reis",
"owner": "ids1024"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 48 is calibrated to 47 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 48,
"calibrated": 47,
"calibration": "2026-08-02"
}
}
],
"value": 47,
"inputs": {
"security": 45,
"vitality": 44,
"community": 48,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 41,
"ai_readiness": 40,
"weighted_overall_raw": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 44,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 75,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "75 commits in the last year",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 75
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "16 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": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 48,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 11,
"stars": 35,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "35 stars",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 35
}
}
],
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 68,
"inputs": {
"packages": [
"reis"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 99910,
"monthly_downloads": 11165
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "11,165 downloads/month across crates",
"points": 54,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 11165,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.934
},
"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 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"merged_prs": 18,
"open_issues": 5,
"closed_issues": 6,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.545,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "55% of issues closed",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 55
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/20 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 20
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 67,
"inputs": {
"followers": 415,
"owner_type": "User",
"is_verified": null,
"owner_login": "ids1024",
"public_repos": 198,
"account_age_days": 5079
},
"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": "415 followers of ids1024",
"points": 18.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 415,
"login": "ids1024"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "198 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 198
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"reis"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 41,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 11 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"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": "10 out of 11 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "16 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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 40,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.6,
"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": "60 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 32,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"reis-scanner/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, reis-scanner/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, reis-scanner/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 144415,
"source_files_sampled": 27,
"oversized_source_files": 2
},
"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": "2/27 source files over 60KB",
"points": 50.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 27,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'reis-scanner' from its registry",
"deps.dev does not index crates:reis@0.7.1; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-30T11:12:01.164501Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/ids1024/reis.svg",
"full_name": "ids1024/reis",
"license_state": "standard",
"license_spdx": "MIT"
}