Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 1683,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 270850
},
"pushed_at": "2018-02-22T22:35:27Z",
"created_at": "2016-05-08T05:02:13Z",
"owner_type": "User",
"updated_at": "2023-07-25T14:01:42Z",
"description": "Metal IO library for 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://seanmonstar.com",
"name": "Sean McArthur",
"type": "User",
"login": "seanmonstar",
"company": null,
"location": null,
"followers": 3351,
"avatar_url": "https://avatars.githubusercontent.com/u/51479?v=4",
"created_at": "2009-02-03T18:09:59Z",
"is_verified": null,
"public_repos": 133,
"account_age_days": 6379
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2016-04-27T21:51:27Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2015-12-04T04:57:28Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2015-07-21T20:43:37Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2015-07-16T21:49:53Z"
}
],
"recent_commits": [
{
"oid": "7d4778f226e3f2479e802ccb0934e1e8db3b31a1",
"body": null,
"is_bot": false,
"headline": "Fix Clippy warnings",
"author_name": "mcarton",
"author_login": "mcarton",
"committed_at": "2016-04-28T21:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d54772f19199c8888876df1194b75eb72c6c53",
"body": null,
"is_bot": false,
"headline": "Choose kqueue for OpenBSD family",
"author_name": "Vasily Kolobkov",
"author_login": null,
"committed_at": "2016-04-28T21:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ec249378e5ee690baa8fa9d3c0499047788b10",
"body": null,
"is_bot": false,
"headline": "Fix travis.yml doc deploy",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-04-27T20:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14b04cff8045a3791cb93e36b9c0c2f3cb1e0c8",
"body": "Should fix issues where mio encounters a \"Too many open files\" error\nwhen using kqueue.\n\nFixes #372",
"is_bot": false,
"headline": "Implement Drop for kqueue Selector",
"author_name": "Herman J. Radtke III",
"author_login": "hjr3",
"committed_at": "2016-04-26T22:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51e51734af6d63cafa09b43e5071e64b018b1d53",
"body": null,
"is_bot": false,
"headline": "Bump Rust min supported version",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-04-26T22:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46fffa2af6af69b25a415dc42bd33ff0554975ca",
"body": null,
"is_bot": false,
"headline": "Fix spuriously failing tests",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-04-26T21:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47873d2cca59a4410e5755e89b5d5bc9364c1d6",
"body": null,
"is_bot": false,
"headline": "impl IntoRawFd for types that impl AsRawFd",
"author_name": "Andrew Cann",
"author_login": "canndrew",
"committed_at": "2016-04-26T21:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118c14d1a87cf9d357642ba6d13ee02e5d439e86",
"body": null,
"is_bot": false,
"headline": "Fix documentation deploy",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-04-26T21:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fb660291e2bfc309e1b42c710b9842d1587076c",
"body": null,
"is_bot": false,
"headline": "Test Mio against stable Rust",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-04-26T21:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ab2178ff8fe3109edd3a1fba7fd1efe31dd3aa",
"body": "'sudo: false' is now the default on Travis CI",
"is_bot": false,
"headline": "Remove now default 'sudo: false'",
"author_name": "Corey Farwell",
"author_login": "frewsxcv",
"committed_at": "2016-04-26T21:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a8089422d3bdf5ecb02593b4f68f25f8e985490",
"body": null,
"is_bot": false,
"headline": "Fix oneshot on windows",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-02-24T05:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd5dd356d9aa7670285f10baf237a27103155dd",
"body": null,
"is_bot": false,
"headline": "Update to libc 0.2.4",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-19T05:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8f2e614c59c1b2ff2700912b696d6ba8735896",
"body": null,
"is_bot": false,
"headline": "Remove commented out code",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-12T20:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920c7e9079025880b181661ce414420831e5a1cd",
"body": "Evented now takes `&mut Poll` as the first argument. Users of Mio may\nimplement Evented on their types by proxying to an Mio type.",
"is_bot": false,
"headline": "Do not expose Selector in public API",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-12T20:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503c1ba2845d5b1e160a808146486704cabf4beb",
"body": "It only contained a re-export of `Slab`. Instead, users can use Slab directly.",
"is_bot": false,
"headline": "Remove `mio::util`",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-12T20:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2beecb49ca4eebe509174b83c22c17e4c06a529b",
"body": null,
"is_bot": false,
"headline": "Remove `mio::prelude`",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-12T20:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864d0f87c25ae8d2c2ea3b8fc23fa43cb8d9607e",
"body": "This future proofs `Timeout`. There is no reason API wise that `Timeout`\nshould implement `Copy`. Removing the `Copy` implementation now will allow\nchanging Timeout internals later.",
"is_bot": false,
"headline": "Remove `Copy` impl for `Timeout`",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-12T20:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4908ae55eb7718c0bf25633988861052370d99",
"body": null,
"is_bot": false,
"headline": "Make `Event` fields private",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-12T20:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6f52450fc5f44f039cf62e5d2bb69613305d06",
"body": null,
"is_bot": false,
"headline": "Start changelog for 0.6.0",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-11T17:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ae8f4e7bf45309419bdbc75477e88e91fe2e66",
"body": "With Rust 1.3, `std::time::Duration` became stable. This is now the favored\nway for referencing time durations. This commit changes the Mio API to accept\n`Duration` values vs. milliseconds specified by `usize`.",
"is_bot": false,
"headline": "Use `std::time::Duration` instead of `_ms` fns.",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2016-01-11T17:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8a9a2e5cd5f4c5359caf147ec175c254372b15",
"body": null,
"is_bot": false,
"headline": "Implement error::Error for TimerError",
"author_name": "mnussbaum",
"author_login": "mnussbaum",
"committed_at": "2015-12-28T19:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb2ef6a16a4db07f2f5c314c7f614bcd4a994ea",
"body": null,
"is_bot": false,
"headline": "Address suggestions made by rust-clippy",
"author_name": "Corey Farwell",
"author_login": "frewsxcv",
"committed_at": "2015-12-28T19:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "504b376cccf2d23c3ceb31a11b0a5bb12e3b719f",
"body": "With the relaxed bound, all types can be used as notify messages, but only if\nthe notify message type is Send will Senders be Send or Sync (and then notify\nmessages can actually travel between threads).",
"is_bot": false,
"headline": "Relax the Send bound on notify messages.",
"author_name": "Jonathan Reem",
"author_login": "reem",
"committed_at": "2015-12-28T18:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2528a44db6aed4b2122d390f67aeb63688a2cb49",
"body": "Add `Events` as event iterator. Move `get` to `Events`.",
"is_bot": false,
"headline": "Cleanup `Poll` API",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-28T18:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20bbb01da2ddd3b82cbe03e9c1e4dc2827690ee",
"body": null,
"is_bot": false,
"headline": "Rename `IoEvent` -> `Event`",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-23T00:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd276d0639d3345d80a5f5af1524c8ed192d8a9",
"body": "Instead of constructing a configured `EventLoop` with `EventLoop::configured`,\nuse the builder pattern. `EventLoopBuilder::build()` consumes the builder and\nconstructs a configured `EventLoop` using the builder's values.",
"is_bot": false,
"headline": "Rename `EventLoopConfig` -> `EventLoopBuilder`",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-23T00:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8462f49e8718d327a148af1974bee64320661dbc",
"body": null,
"is_bot": false,
"headline": "Cleanup test directory",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-22T23:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ab4774e7b8bb02b42a8ba9f59d506706a75565",
"body": "Primarily replace uses of the deprecated ::std::thread::sleep_ms with the util\ntest function sleep_ms.\n\nAlso did some small cleanup of imports.",
"is_bot": false,
"headline": "Remove all warnings during cargo test.",
"author_name": "Jonathan Reem",
"author_login": "reem",
"committed_at": "2015-12-22T23:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c993abded9992649fd8d1dc68721424da4f5e07",
"body": null,
"is_bot": false,
"headline": "Bump min Rust version to v1.3.0",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-22T23:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2add803b1a1ec9e947f59166d8f11c5efe80759",
"body": null,
"is_bot": false,
"headline": "Fix the Changelog",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T17:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168fcb5938897eadc9f57e5bc52ae148108e1778",
"body": null,
"is_bot": false,
"headline": "Update README for release",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T05:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbb93d450eaaf3fd45fc6bd3896bee99d293643",
"body": null,
"is_bot": false,
"headline": "Update documentation link",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T05:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72393b9bfcbac174d120b82cdeaf4d936d324536",
"body": null,
"is_bot": false,
"headline": "Deploy docs from v0.5.x",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T05:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318bc03306948369d469f47c16384aeb77e56a0b",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T05:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ecc11e39af506402fb0562d5f2999f4d795a56",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.5.0",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T04:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ee9f229bcefa7862775d3389e0516924d55d35",
"body": null,
"is_bot": false,
"headline": "NetBSD tweaks",
"author_name": "Zachary Tong",
"author_login": "polyfractal",
"committed_at": "2015-12-04T04:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33faa4c0cff109c674d7dc4fe256599109493380",
"body": null,
"is_bot": false,
"headline": "Bump bytes dependency version",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T04:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49625aa9a0ca98df93a1543a4d29bc0c55d088b3",
"body": null,
"is_bot": false,
"headline": "Bump net2 version",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T04:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9556b196fe20ca166e3cd0c64e7c837dd13a4083",
"body": null,
"is_bot": false,
"headline": "Bump miow to v0.1.1",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T04:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77c676ab6958e2d8c8e10c4fb2e4737f482bb98",
"body": null,
"is_bot": false,
"headline": "Bump bytes dependency",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T04:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4783cba1b296846de1cc1ea4be868d6d18504b",
"body": null,
"is_bot": false,
"headline": "Bump nix version to v0.4.2",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-04T03:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b73ce83d12d01a09d1d0d67102f071d1ea2f9dd",
"body": "Based on #280 by luca-barbieri\n\nCurrently run() results in the process waking up every second or every timer\ntick if set lower because a timeout is passed to the OS wait function.\n\nThis changes the code so that run_once() still uses the timeout, but\nrun() will instruct the OS to wait forever when th\n[…]\nuncated from u64 to usize\n * It requires carllerche/nix-rust#192 to allow specifying no timeout to kevent()\n * The public API of Poll::poll is changed, but that can be avoided if desired.\n\nCloses #289",
"is_bot": false,
"headline": "Reduce unnecessary poll wakeups",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-03T20:38:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c6b41aac56709278b42949b1524ad2b013d880a",
"body": "The windows selector uses a linked list of currently active level-triggered\nevents. When an event arrives and the socket is registered with\nlevel-triggered, the event is tracked in this linked list. Every call to\nselect events will include all elements in this list. When an operation is\nperformed on the socket such that the socket is no longer ready, the event is\nremoved from the linked list.\n\nCloses #241",
"is_bot": false,
"headline": "Implement level triggering for windows",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-03T19:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b4ec97c92d2c317e2036481a8988cb3f5845cfa",
"body": "Closes #284",
"is_bot": false,
"headline": "Implement Default for EventLoopConfig",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-03T00:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8edff5828ea7e554128bcdea7f565589f0df5ce9",
"body": null,
"is_bot": false,
"headline": "Ignore all dirs starting with target",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-02T23:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bedcfd0cd2c73ebcd5c7675aa6b9aea55102de1c",
"body": null,
"is_bot": false,
"headline": "Update platform support info in Readme",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-02T17:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d3c4df3b3bdc5e422b56c1b96a281616c49b33",
"body": null,
"is_bot": false,
"headline": "Add a quick blurb on contributing",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-02T17:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da9f2c756193ca224165ed8725ec3336d04df26",
"body": null,
"is_bot": false,
"headline": "Include Appveyor build status in README",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-01T19:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7275409ba720f1397893caf7dec002a7931e8051",
"body": "Closes #292\n\nThe implementations are thread safe however since they use `UnsafeCell`, they\nneed to explicitly implement `Send`.",
"is_bot": false,
"headline": "Mark socket impl types on Windows as Send",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-12-01T18:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010445b53baced885b535320515896fb5c9f89a0",
"body": "Closes #308\n\nWindows requires that sockets are used exclusively with a single IOCP handle.\nUnix platforms do not have this requirement. In order to provide a cross\nplatform API, Mio's network types artificially impose this limitations on Unix\nplatforms.\n\nIf a user of Mio would like to use a single socket with multiple event loops\non Unix platforms, this is possible by using `std::net` types and the\n`EventedFd` wrapper.",
"is_bot": false,
"headline": "Associate sockets with a `Selector`",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-11-26T01:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac165e089337b3ff43730ce49c516a86496a25f2",
"body": null,
"is_bot": false,
"headline": "Update miow dependency, to fix build",
"author_name": "David Hotham",
"author_login": null,
"committed_at": "2015-11-10T17:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70298b27e29743845b15e35244c110b46eb7d3f3",
"body": null,
"is_bot": false,
"headline": "Rename wio -> miow",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-11-05T20:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c187af50a14fe87459d38172efa7aa9c84f15f7",
"body": null,
"is_bot": false,
"headline": "Use time, not clock ticks",
"author_name": "David Hotham",
"author_login": null,
"committed_at": "2015-11-04T20:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b3298d242970442f47b2e1ecded65b7580fb48",
"body": null,
"is_bot": false,
"headline": "Implement Error trait for NotifyError",
"author_name": "Nikita Baksalyar",
"author_login": "nbaksalyar",
"committed_at": "2015-10-31T11:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b3c3570c54472ff79127d1290f4762c1849f99",
"body": "Add UnixStream::read_recv_fd and write_send_fd, which can read and\nwrite a RawFd that is passed over the socket. The file descriptor is\nduplicated as if with dup(), except that it can be passed across\nprocesses.\n\nAlso add try_read_recv_fd, try_read_buf_recv_fd, try_write_send_fd, and\ntry_write_buf_send_fd, analogous to the functions on the TryRead and\nTryWrite traits.\n\nSince this functionality is unique to UNIX domain sockets, the new\nfunctions are directly on UnixStream and not part of a trait.",
"is_bot": false,
"headline": "Support sending/receiving FDs over UNIX sockets",
"author_name": "Geoffrey Thomas",
"author_login": "geofft",
"committed_at": "2015-10-28T17:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be924178ed90c8ad19c53364fc96b361575e0b1c",
"body": null,
"is_bot": false,
"headline": "Turn to_non_block into map_non_block",
"author_name": "Geoffrey Thomas",
"author_login": "geofft",
"committed_at": "2015-10-28T17:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5088aeaae7e4be0f5690013a68467599995e929",
"body": "Compiled the tests in rustc-1.4-beta with gcc targeting Android API 9.\nAll the tests (mio, test, smoke and tcp) passed in an ARM Android 4.2.2.",
"is_bot": false,
"headline": "epoll: should also work with Android.",
"author_name": "Overmind JIANG",
"author_login": "overminder",
"committed_at": "2015-10-28T17:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff95185f95f1cb278458ba2896d95b0ce18232a",
"body": null,
"is_bot": false,
"headline": "Bump nix dependency",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-10-23T21:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0a5580bb8837218b100991a736c2ea710ec14a",
"body": null,
"is_bot": false,
"headline": "Bump wio dependency",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-10-22T22:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ad1ae5feffd7b09f15bfc7258ac475f93a4615",
"body": null,
"is_bot": false,
"headline": "Track external changes",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-10-22T21:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "629141abde2b8bafcd5f89e67a9e426f442983c6",
"body": null,
"is_bot": false,
"headline": "Latest mio is 0.4",
"author_name": "Johannes Hoff",
"author_login": "johshoff",
"committed_at": "2015-10-02T21:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ac615bc4dce781a73d58345e934c8d046eb41a",
"body": "The Getting Started guide admonishes us, \"Even if we just received a\nready notification, there is no guarantee that a read from the socket\nwill succeed and not return `Ok(None)` so we must handle that case as\nwell.\" Fix these two test cases to heed that advice and reregister the\nsocket instead of panicking.",
"is_bot": false,
"headline": "test/test_*echo_server.rs: Handle Ok(None)",
"author_name": "Geoffrey Thomas",
"author_login": "geofft",
"committed_at": "2015-09-28T22:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70952070c7a0c091167e2b96b40e6b1250b56840",
"body": "This was accidentally removed in #262\n\nCloses #279",
"is_bot": false,
"headline": "Re-add Tcp{Stream,Listener}::take_socket_error",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-28T22:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0772d421715977dde0c916dbc45383499e23246e",
"body": "Please consider linking to this WebSocket RFC6455 implementation that uses Mio.",
"is_bot": false,
"headline": "Add link to \"ws\" crate in README.md",
"author_name": "Jason Housley",
"author_login": "housleyjk",
"committed_at": "2015-09-28T22:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d249d850b5b6957f7d6ad7fcb541e55e3063b897",
"body": "…st from getting flushed.",
"is_bot": false,
"headline": "kqueue: fix bug where an error on registration prevented the changeli…",
"author_name": "David Renshaw",
"author_login": null,
"committed_at": "2015-09-28T22:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a63f9699cdbd26cd2509a0e7a85cc3ed3e839d1",
"body": "Bring these methods in line with the `std::net` equivalents by having the same\nsignatures, but returning `Option<T>` instead of `T` to represent the \"would\nblock\" case via `None`.\n\nCloses #255",
"is_bot": false,
"headline": "Don't take Buf/MutBuf for UDP",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-28T22:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c87253824f306bfe8d11028d88ab885818c2eff",
"body": "I've set link text to something different from article title because I feel the original title is too generic to be useful in this list. Feel free to change this.",
"is_bot": false,
"headline": "Add a link to an article about \"rotor\" library",
"author_name": "Paul Colomiets",
"author_login": "tailhook",
"committed_at": "2015-09-28T22:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c04408535feaea28ec9273bd877504395309d40",
"body": null,
"is_bot": false,
"headline": "Handle kevent's EV_ERROR case.",
"author_name": "David Renshaw",
"author_login": null,
"committed_at": "2015-09-28T22:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b05993bd0761ddf7a1a22396d545908dd3a0a3",
"body": "This brings the API more in line with the `std::net::TcpListener`'s signature by\nreturning a pair of both the accepted connection and the remote socket address\nif successful.\n\nCloses #258",
"is_bot": false,
"headline": "Return remote peer address in TcpListener::accept",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-16T16:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c3435c248df53324b955b34aa841c17253ff4f2",
"body": "kevent() allows the user to register interest in events (via the changelist\nargument) in the same system call as requesting triggered events (via the\neventlist argument). mio attempts to take advantage of this by batching kevent()\ncalls; if there are no more than 1024 registrations, they are deferre\n[…]\nid!) file descriptor is ready. I think kevent() actually reports\nan error (via EV_ERROR) for these bad descriptors and mio ignores it --- that's\nanother bug, and somewhat orthogonal.\n\nThis fixes #267.",
"is_bot": false,
"headline": "Flush kqueue changelist more frequently",
"author_name": "David Renshaw",
"author_login": null,
"committed_at": "2015-09-15T00:04:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "860eb7929338d8f9b21a465d3a40be0ca7e678c1",
"body": null,
"is_bot": false,
"headline": "Token now derives PartialOrd, Ord. Closes #263.",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2015-09-14T17:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b359a188d802162a69020f0624a4884848e7c3",
"body": "This commit removes `mio::tcp::TcpSocket` as a public type, only exposing the\n`TcpStream` and `TcpListener` types. This change is motivated for a few reasons:\n\n1. This mirrors the design of `std::net` more closely by having a static\n distinction between types and statically ruling out cases like c\n[…]\nr` type to configure a socket before it's bound/listened/etc. Methods\nare provided on mio's `TcpStream` and `TcpListener` to be constructed from these\nbare types so they can be passed in.\n\nCloses #249",
"is_bot": false,
"headline": "Remove TcpSocket from the public API",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-14T17:21:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "330fecc5c6f3b469f920c3d0c3de51f32d10ece4",
"body": null,
"is_bot": false,
"headline": "Fixes for FreeBSD and DragonFly",
"author_name": "Michael Neumann",
"author_login": "mneumann",
"committed_at": "2015-09-10T19:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1f555b9895dbf161a91a60db6c267727d50e64",
"body": null,
"is_bot": false,
"headline": "Bump nix dependency",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-09-10T19:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b84f3307a94ddf9e5e2aca6a39663e00705f3af",
"body": "This allows it to be extensible in the future without breaking backwards\ncompatibility, as well being idiomatic in terms of configuration with a builder.\nThe `Copy` trait has also been removed as it one day may not contain `Copy`\nconfiguration values (e.g. strings/vectors).\n\nCloses #247",
"is_bot": false,
"headline": "Move EventLoopConfig to the builder pattern",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-04T19:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38b985a234ab676384f3a703f6bf680ddde840e",
"body": "* Hold onto mutexes instead of releasing and then immediately re-locking\n* Don't move in and out of state so often in `read_done` for TCP",
"is_bot": false,
"headline": "Various Windows optimizations",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-04T18:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07dedac87b6926480628867cd7e4c20c2fe5685",
"body": "Closes #248",
"is_bot": false,
"headline": "Replace EventLoop::register with register_opt",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-03T22:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42904eb02b80b736c9c14d552af5de25e68279e0",
"body": "This commit removes the last `HashMap` storage in the `Selector` on Windows,\nmeaning that I/O scheduling and completion no longer has a `HashMap` lookup on\neither side. This was starting to show up in the profiles I was making and this\nbasically erases that overhead.",
"is_bot": false,
"headline": "windows: Remove the last HashMap in Selector",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-09-03T17:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ee9841c6dc051d4ead4f9cb9618c0fac732155",
"body": null,
"is_bot": false,
"headline": "Add link to \"rotor\" crate to README.rst",
"author_name": "Paul Colomiets",
"author_login": "tailhook",
"committed_at": "2015-08-31T22:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d5fc9e11bbe96f1e4b9593645766dcf8e5a4d4",
"body": "This adds a cache of buffers to be stored locally on the selector for new\nrequests to use for both reads and writes. The cache has a maximum size of the\nnumber of buffers it can store and new buffers are allocated if the cache is\nempty at the time.\n\nCloses #245",
"is_bot": false,
"headline": "windows: Pool buffers on the selector",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-08-31T21:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f128177ba889d100e38f295db12a7d7260a13e",
"body": "This commit removes the internal hash map from Windows' Selector implementation\nkeeping track of what to do after any I/O completes. The \"completion callback\"\nis now stored right after the OVERLAPPED structure in memory, and unsafe casting\nis done to get back to the original `Arc<T>` and process the\n[…]\nt.\n\nCurrently this involves vendoring a small copy of `Arc<T>` to ensure that the\nmemory layout is guaranteed, but this guarantee could in theory be added to the\nstandard library one day.\n\nCloses #243",
"is_bot": false,
"headline": "windows: Remove Selector::io",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-08-31T21:12:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54276bb9cec6fe19488a8db2d64dc532a17dbd8b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-31T03:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4cdb1edfe4c0d70754b78b78b58ee09f1285bf",
"body": "The `Handler::tick()` method is called at the end of each event\nloop tick.\n\nFixes #219",
"is_bot": false,
"headline": "Implement Handler::tick()",
"author_name": "Herman J. Radtke III",
"author_login": "hjr3",
"committed_at": "2015-08-31T03:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3537a6980ae718d40f53e422f7a88ec7bc50299e",
"body": null,
"is_bot": false,
"headline": "Introduce EventedFd",
"author_name": "David Hotham",
"author_login": "dimbleby",
"committed_at": "2015-08-26T17:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c45b02826d6a20e594445290f2444946c0966300",
"body": "These commits add preliminary support for the TCP/UDP API of mio, built on top\nof IOCP using some raw Rust bindings plus some networking extensions as the\nfoundational support. This support is definitely still experimental as there are\nlikely to be a number of bugs and kinks to work out.\n\nI haven't \n[…]\nts were added, but all tests (other than those using unix\nsockets) are passing on Windows and an appveyor.yml file was also added to\nenable AppVeyor CI support to ensure this doesn't regress.\n\ncc #155",
"is_bot": false,
"headline": "Preliminary Windows TCP/UDP support",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-08-25T22:30:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a579803b305b8fcb2491be94a9043490d27bc5da",
"body": "The `Handler::tick()` method is called at the end of each event\nloop tick.\n\nFixes #219",
"is_bot": false,
"headline": "Implement Handler::tick()",
"author_name": "Herman J. Radtke III",
"author_login": "hjr3",
"committed_at": "2015-08-21T13:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4912fe3cc398994c78425aca039e79cdfbe63901",
"body": null,
"is_bot": false,
"headline": "Add two coroutine schedulers",
"author_name": "Y. T. CHUNG",
"author_login": "zonyitoo",
"committed_at": "2015-08-20T23:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "782f38b9c9d8a4aff5461695ac2ec17a1041343f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'v0.4.x'",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-20T23:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736d7320c90403969c7b5ef02c03e829061444b6",
"body": "Warnings about these started appearning on nightly and they'll eventually turn\ninto hard errors, so may as well fix them now!",
"is_bot": false,
"headline": "Add missing trait annotations for rust nightly",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-08-20T22:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dadf21d381d29c02820bdc62d8200ec1b50f109",
"body": "Add some impls of Read/Write for `&T` (like the stdlib does) to express that a\nmutable borrow isn't needed, allowing removal of the unsafe cells in the\nawakener.",
"is_bot": false,
"headline": "Remove UnsafeCell from Unix Awakener",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2015-08-20T21:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80dc73f9fb3106d6541b4e4d970c44dc7a629cc2",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.4.2",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-17T19:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcec179737411ac105f8b27d38cb7ceee8c5c5d7",
"body": null,
"is_bot": false,
"headline": "Add a link to the Rustcamp talk",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-14T21:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77775a151d5fb9cedcb6b298f06198aec2c8e62a",
"body": null,
"is_bot": false,
"headline": "Update bytes dependency",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-12T22:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ab105a3eec7d5597c55325c1f9a857786cb90e",
"body": null,
"is_bot": false,
"headline": "Bump bytes dependency",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-10T17:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "029a92a8fe076ec8e552c5105fad33bf73b39498",
"body": null,
"is_bot": false,
"headline": "Add Eventual IO to the readme",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-08-07T04:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18fc66c3ca3aeab65101ec51c668d1471f8ba369",
"body": null,
"is_bot": false,
"headline": "Link to the current getting started guide",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-07-29T22:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa5fa5a87c853741d2a9f2795bc7241cb8fe9c2",
"body": null,
"is_bot": false,
"headline": "Depend on a specific commit of bytes",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-07-29T17:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94113ff13d44055cfead673ff58ddda5883e9200",
"body": "Fixes #191.",
"is_bot": false,
"headline": "Link to `mioco` in README.",
"author_name": "Dawid Ciężarkiewicz",
"author_login": "dpc",
"committed_at": "2015-07-27T17:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272fb3d06e8f7134c9611e1877b3ff71642ced67",
"body": null,
"is_bot": false,
"headline": "Track bytes master",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-07-26T18:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78722e909b332cd6397b62a697499e8e3d6f7430",
"body": null,
"is_bot": false,
"headline": "Don't re-export bytes types",
"author_name": "Carl Lerche",
"author_login": "carllerche",
"committed_at": "2015-07-24T23:47:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2016-04-27T21:51:27Z",
"latest_release_tag": "v0.5.1",
"releases_from_tags": true,
"days_since_last_push": 3073,
"active_weeks_last_year": 0,
"days_since_latest_release": 3739,
"mean_days_between_releases": 95.3
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mio",
"exists": true,
"license": "MIT",
"keywords": [
"io",
"async",
"non-blocking",
"asynchronous"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/mio",
"is_deprecated": false,
"latest_version": "1.2.2",
"repository_url": "https://github.com/tokio-rs/mio",
"versions_count": 79,
"total_downloads": 877007018,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 69019114,
"first_published_at": "2014-11-11T23:52:39.666778Z",
"latest_published_at": "2026-07-13T15:39:09.471139Z",
"latest_version_yanked": false,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 20491,
"source_files_sampled": 55,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": "crates:mio@1.2.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.1"
},
{
"name": "nix",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.4"
},
{
"name": "slab",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "time",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.33"
},
{
"name": "bytes",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "winapi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.1"
},
{
"name": "miow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.1"
},
{
"name": "net2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.19"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "carllerche",
"commits": 221,
"avatar_url": "https://avatars.githubusercontent.com/u/6180?v=4"
},
{
"type": "User",
"login": "alexcrichton",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/64996?v=4"
},
{
"type": "User",
"login": "fhartwig",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/83271?v=4"
},
{
"type": "User",
"login": "reem",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/4745181?v=4"
},
{
"type": "User",
"login": "rozaliev",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/120809?v=4"
},
{
"type": "User",
"login": "vhbit",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/140199?v=4"
},
{
"type": "User",
"login": "elinorbgr",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3009227?v=4"
},
{
"type": "User",
"login": "wycats",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/4?v=4"
},
{
"type": "User",
"login": "hoxnox",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/468881?v=4"
},
{
"type": "User",
"login": "thijsc",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/9794?v=4"
}
],
"contributors_sampled": 45,
"top_contributor_share": 0.654
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "7d4778f226e3f2479e802ccb0934e1e8db3b31a1",
"ran_at": "2026-07-24T09:51:16Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/seanmonstar/mio",
"host": "github.com",
"name": "mio",
"owner": "seanmonstar"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"security": 44,
"vitality": 17,
"community": 12,
"governance": 39,
"engineering": 18
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 3073,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3073 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 3073
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.5.1",
"releases_from_tags": true,
"days_since_latest_release": 3739,
"mean_days_between_releases": 95.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3739 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3739
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~95.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 95.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand",
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3738,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3738 days, with nothing left unanswered; held at dormant by nothing open to answer, no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 3738
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer, no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 39,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 45,
"top_contributor_share": 0.654
},
"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 65% of commits",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 65
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "45 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 45
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "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": 75,
"inputs": {
"followers": 3351,
"owner_type": "User",
"is_verified": null,
"owner_login": "seanmonstar",
"public_repos": 133,
"account_age_days": 6379
},
"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": "3,351 followers of seanmonstar",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3351,
"login": "seanmonstar"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "133 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 133
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:mio@1.2.2 runtime dependency closure — what installing the published package pulls in — 9 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:mio@1.2.2",
"assessed": 9
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 9,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 9,
"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": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.31,
"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": "31 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 20491,
"source_files_sampled": 55,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/55 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 55,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"crates package 'mio' points at a different repository (https://github.com/tokio-rs/mio); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T09:51:31.958298Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/seanmonstar/mio.svg",
"full_name": "seanmonstar/mio",
"license_state": "standard",
"license_spdx": "MIT"
}