JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"async",
"rust"
],
"is_fork": false,
"size_kb": 74,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 79182
},
"pushed_at": "2026-02-15T08:54:44Z",
"created_at": "2020-07-04T08:40:20Z",
"owner_type": "Organization",
"updated_at": "2026-06-15T09:59:04Z",
"description": "Async networking primitives for TCP/UDP/Unix communication",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "smol-rs",
"type": "Organization",
"login": "smol-rs",
"company": null,
"location": null,
"followers": 428,
"avatar_url": "https://avatars.githubusercontent.com/u/73748432?v=4",
"created_at": "2020-10-31T14:23:38Z",
"is_verified": null,
"public_repos": 32,
"account_age_days": 2094
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-10-29T01:50:49Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2023-09-25T17:27:54Z"
}
],
"recent_commits": [
{
"oid": "b2fea5f9294be19abe108a44a93c4e1b4c07bf9f",
"body": "```\nerror: package `polling v3.11.0` cannot be built because it requires rustc 1.71 or newer, while the currently active rustc version is 1.63.0\n```",
"is_bot": false,
"headline": "Bump MSRV to 1.71",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2026-02-15T08:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d483de23f21e895d091f85bad7470c60c4ba0fb5",
"body": "This respects rust-version field in Cargo.toml, so it removes the need\nto manage MSRV in both the CI file and Cargo.toml.",
"is_bot": false,
"headline": "ci: Use cargo-hack's --rust-version flag for msrv check",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2026-02-15T08:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0cee1c5dab8009900e1eb5e585f9f187a5a1e86",
"body": "https://github.com/taiki-e/checkout-action#why-not-actionscheckout",
"is_bot": false,
"headline": "ci: Use taiki-e/checkout-action action",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2026-02-15T08:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96778e2e8ec8e895f4c69fb98915b571ccd4a67",
"body": null,
"is_bot": false,
"headline": "ci: Use reusable workflows for clippy",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2026-02-15T08:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670e26ab6a11bf74aebccfda9c3469e1646350e2",
"body": null,
"is_bot": false,
"headline": "ci: Use reusable workflows for fmt and security_audit",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-01-19T15:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834240180725ff0031130db186139784c3a79b57",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "ci: Use \"v2.0.0\" branch for security check",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-10-19T22:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b34b162b96c223c4a945fcf15e71c7ef5ed8c84",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.0.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-10-29T01:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d34fe64e8b0ab4dec5add3f515e58415453600",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "deps: Bump to futures-lite v2.0.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-10-25T20:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889521aab9c6628d65403c9224dc0c579e67eec6",
"body": "As async-io is a public dependency of this crate, this is a breaking change.\r\n\r\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "m: Bump to async-io v2.0.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-10-19T03:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0664dd2e446c99ce0d0a76c5b15efc0eff037e7a",
"body": null,
"is_bot": false,
"headline": "Migrate to Rust 2021 (#27)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-10-08T05:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aabce50d346b58d194d122116a6da678eaab1319",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v1.8.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-25T17:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25df9a8ef474bac6961a8886a782b18223fd8a8",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout action to v4",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-09-10T09:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac84e921f04bc0dd579ef828cf20aa372dab9364",
"body": null,
"is_bot": false,
"headline": "Add smol-rs logo (#24)",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-07-17T05:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fcca452dceaaae46850d7e564f5433e5d3b0ae",
"body": null,
"is_bot": false,
"headline": "Bump MSRV to 1.63",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-11T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0185ddf2c077674d3e768a97d7e26cd9f9f80aef",
"body": null,
"is_bot": false,
"headline": "Test Windows and macOS on CI",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-11T13:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c20640da106242921c072562e5afeb0dbe89ad5",
"body": null,
"is_bot": false,
"headline": "Update permissions for security_audit",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-08T15:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc274cb9bea41af825babc0bb84efb13e446caf9",
"body": "async-lock 2.7.0 requires Rust 1.48.\n\n```\nerror[E0658]: use of unstable library feature 'future_readiness_fns'\n --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.7.0/src/once_cell.rs:430:45\n |\n430 | self.initialize_or_wait(move || std::future::ready(closure()), &mut Blocking),\n | ^^^^^^^^^^^^^^^^^^\n |\n```",
"is_bot": false,
"headline": "Bump MSRV to 1.48",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-03-05T16:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8336e231292ff7a0aba74ec6df0961eccdf8ee73",
"body": "Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token",
"is_bot": false,
"headline": "Minimize GITHUB_TOKEN permissions",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-01-21T11:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d1f2c00382cb48d5ff302e11a59223dd46a071",
"body": null,
"is_bot": false,
"headline": "Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-01-21T11:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b2b4860ba1099ae2c6b11e1ec0eef8870a3fe5",
"body": null,
"is_bot": false,
"headline": "Enable dependabot update for Rust",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-12-28T03:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c5a51fe973f28e01bb35ad2bb3f6af5d32663e",
"body": null,
"is_bot": false,
"headline": "Clean up CI config",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-12-28T03:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df5dce0247bf3a48b568740170b67b3f5cd106b",
"body": "Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.\nrust-lang/rust@b776fb8",
"is_bot": false,
"headline": "Remove msrv field from .clippy.toml",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-12-28T03:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221273cda2883cbbe2d037aefe3608209ae91045",
"body": null,
"is_bot": false,
"headline": "Fix changelog",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-08-17T20:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2508358c75910050eaae181efdd9fc276f450c2",
"body": null,
"is_bot": false,
"headline": "Release 1.7.0",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-08-17T20:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54163fc6bc6521fcc74c16f4df4b95009873923",
"body": null,
"is_bot": false,
"headline": "Add I/O-safe traits (#21)",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2022-08-17T19:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cde16963ac3d81683c0723b89dcf4db3ba092f1",
"body": null,
"is_bot": false,
"headline": "Apply clippy to all targets",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-17T12:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d67925c935edf63b995dcb6831578fb84ab39a6c",
"body": "https://github.com/smol-rs/async-task/releases/tag/v4.3.0",
"is_bot": false,
"headline": "Bump MSRV to Rust 1.47",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-07T16:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a7ea06b6e04bdb7233d2d10ca4ca5cc6e0ab75",
"body": null,
"is_bot": false,
"headline": "Update CI config",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-07T16:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b858825b05ce491c10171777b2ee5f842218701",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout action to v3",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-05-01T04:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6904ac9ac3bcfe7ef9004e87d1deafc69343d99",
"body": null,
"is_bot": false,
"headline": "Create GitHub release automatically",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-01-08T12:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f1a5522040ad4cb825c922983624b77400cfb3",
"body": null,
"is_bot": false,
"headline": "Clean up CI config",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-01-08T12:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d5648205015f347b84278261ccbf1e8d2e0aa07",
"body": "Bump to v1.6.1",
"is_bot": false,
"headline": "Merge pull request #19 from smol-rs/next",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-06-30T13:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ee731758595985c704f6520b5d75aaaf7c9dbf",
"body": null,
"is_bot": false,
"headline": "Bump to v1.6.1",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-06-30T13:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3af3edb76cb13148819b2313ade255c2218deae6",
"body": "Remove direct dependency on fastrand",
"is_bot": false,
"headline": "Merge pull request #18 from smol-rs/deps",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-06-30T13:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "164443584b7d5a9678759e25f6a2d7200bade158",
"body": null,
"is_bot": false,
"headline": "Remove direct dependency on fastrand",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-06-30T13:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b175921b440d39a3f516f0eacf2e75ff88855d",
"body": "Use Async::{readable_owned, writable_owned}",
"is_bot": false,
"headline": "Merge pull request #16 from smol-rs/taiki-e/owned",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-06-30T12:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583df1640c1b747cbb77a3a1d58b653b5cca331e",
"body": null,
"is_bot": false,
"headline": "Use Async::{readable_owned, writable_owned}",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-06-30T12:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b199ead8f5456a6f3d8f62f43a47001af6818ef",
"body": "Remove boxed futures from TcpStream and UnixStream",
"is_bot": false,
"headline": "Merge pull request #15 from smol-rs/taiki-e/box",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-05-22T13:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e8799cf4afa592aad81905698cb0a7ec8be9e77",
"body": null,
"is_bot": false,
"headline": "Remove boxed futures from TcpStream and UnixStream",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-05-22T13:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcef0a09692d03e8478fb638e7fa666d3a104e5d",
"body": "Override AsyncWrite::poll_write_vectored for TcpStream since the underlying type supports it.",
"is_bot": false,
"headline": "Merge pull request #14 from Arnavion/tcpstream-writev",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-05-22T10:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7235ced68a66a1f90c3aa68b35c1a60d854f93",
"body": "…rlying type supports it.",
"is_bot": false,
"headline": "Override AsyncWrite::poll_write_vectored for TcpStream since the unde…",
"author_name": "Arnavion",
"author_login": "Arnavion",
"committed_at": "2021-05-22T09:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dae668f82398af4b3ff40db3922866a27b78f77",
"body": "Bump to v1.6.0",
"is_bot": false,
"headline": "Merge pull request #13 from smol-rs/next",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-04-24T09:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "165611170ca92c7ce3eb8438fa0aa1e6de5bd788",
"body": null,
"is_bot": false,
"headline": "Bump to v1.6.0",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-04-24T09:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8888e9ac203584beb1da15059213354b3b2dc000",
"body": "Fix clippy::from_over_into lint",
"is_bot": false,
"headline": "Merge pull request #12 from smol-rs/clippy-from_over_into",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-04-24T09:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "024f737c3e8cedaaefd385b1e9eb3737039575d3",
"body": null,
"is_bot": false,
"headline": "Fix clippy::from_over_into lint",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-04-24T09:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f8b7c92b5281a698328aa2e71891d1b25466035",
"body": "Optimze allocations in Listeners",
"is_bot": false,
"headline": "Merge pull request #11 from erickt/master",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-04-06T01:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6af24d7d202d516f66459a4f90b6578bcd85b639",
"body": "This shrinks the allocations for listener streams from 1 per connection,\nto a single allocation.",
"is_bot": false,
"headline": "Optimze allocations in Listeners",
"author_name": "Erick Tryzelaar",
"author_login": "erickt",
"committed_at": "2021-04-05T22:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837f3334ee891cc54502c8ee27bc67fdd90ff38e",
"body": "Remove readme field from Cargo.toml",
"is_bot": false,
"headline": "Merge pull request #10 from smol-rs/readme",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T10:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e88b1d64496d5d05dea8044071c019c8d29f5ecc",
"body": null,
"is_bot": false,
"headline": "Remove readme field from Cargo.toml",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T10:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d583154aeb9aeaf0fb3677480522b2219897f6be",
"body": "Update license badge to match Cargo.toml",
"is_bot": false,
"headline": "Merge pull request #9 from smol-rs/badge",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T04:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d9cb05319bb78a6582d1045c69e3bff880e6e2d",
"body": null,
"is_bot": false,
"headline": "Update license badge to match Cargo.toml",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T04:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b7e50efb47d25cce3a034e23bd38e8e864708b",
"body": "Update URLs",
"is_bot": false,
"headline": "Merge pull request #8 from taiki-e/url",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-26T14:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1587ddfbd1857baa0e6d4b7b224af1ed1009020",
"body": null,
"is_bot": false,
"headline": "Update URLs",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-26T14:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d6b5eb7d94781b33bbe55924105b372f31f98a",
"body": "Fix CI",
"is_bot": false,
"headline": "Merge pull request #7 from taiki-e/ci",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-24T10:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38c1d41a0c6625f2546f439ae09e8f4582f02496",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-24T10:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b7e9d14d2d8db55ca68b4a38d79e463cc9379b",
"body": null,
"is_bot": false,
"headline": ".",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-11-30T11:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9b019898c861ca03200e989184b19f89c1e42a7",
"body": null,
"is_bot": false,
"headline": "Bump to v1.5.0",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-20T21:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ff938d5c2efbf2d14b8f9e27a2e068cc2f1ec7",
"body": null,
"is_bot": false,
"headline": "Add conversion of networking types into their inner types",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-20T21:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f9bdc3aee7949ddd0acc02b4e968858c1d193b",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.7",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-09T12:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b27e2753285946cf63f556d79b5fd12437a748",
"body": null,
"is_bot": false,
"headline": "Update futures-lite",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-09T12:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476610af6c5970f32f65f7c6d8d65fc9c7a8a4e7",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.6",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-29T17:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257a86e518798f4bb3373ac4cfc89e7f23e11ddf",
"body": null,
"is_bot": false,
"headline": "Remove random yielding",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-29T17:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9db47c2f3475679686ecf624466492aeb42043",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.5",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-28T17:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5f20f1a86923d0e732d82567f2d5fc6d0bf008",
"body": null,
"is_bot": false,
"headline": "Simplify code and handle errors in readiness future",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-28T17:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cab72039527067caa2637542fc25cbc93e83223",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.4",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-27T22:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0912c08909419431c9f029556773c12ddf639579",
"body": null,
"is_bot": false,
"headline": "Store future inside Incoming",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-27T22:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ee8496adb274b75dfe0b8b462a720e4a69508e",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.3",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-21T10:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "575abd163dae5c5f40449354082038cbd5d96746",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.2",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-20T23:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f0310e5a2742cd801a2b81daec75298c817a5a",
"body": null,
"is_bot": false,
"headline": "Make TcpStream and UnixStream unwind-safe",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-20T23:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd62d0354a8a6a6794675e2eb84939447cf5c290",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.1",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-20T00:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85401ab4d65aad9e4df2bdf861c6a84129f2f18",
"body": null,
"is_bot": false,
"headline": "Make TcpStream and UnixStream implement Sync",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-20T00:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560d81a74b62ddae1abbcce8045cc118339c3a23",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.0",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-20T00:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b293cbd23ee518ac37a55b9819b5cee0f70d8a9",
"body": null,
"is_bot": false,
"headline": "Remove impl AsyncRead/AsyncWrite for &TcpStream/&UnixStream",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-20T00:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc2fafc3ad2b9b1c5adc74b08bb218a985f14cf",
"body": null,
"is_bot": false,
"headline": "Bump to v1.3.0",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-14T14:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef2c43da95b62060cb25525d675df7422f6edb7",
"body": null,
"is_bot": false,
"headline": "Add type conversions",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-14T14:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e059c8ca9538c09230c7a3d190f41f5e2c376041",
"body": null,
"is_bot": false,
"headline": "Bump to v1.2.0",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-07T13:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562bf42ae8b1de125a25de84f8a35142d5a9d427",
"body": null,
"is_bot": false,
"headline": "Bump to v1.1.0",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-06T08:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e2468d7b8cc115482f27dfd3bf506a07b04b30",
"body": null,
"is_bot": false,
"headline": "Also reexport AddrParseError",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-09-06T08:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e4f7cbe2eda714d4609c9e2d7cf20e03551f43",
"body": null,
"is_bot": false,
"headline": "Bump to v1.0.0",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-08-26T21:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40800415ad46ee67ce1fac4351e1242212602c95",
"body": "Reexport socket address types",
"is_bot": false,
"headline": "Merge pull request #1 from stjepang/reexports",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-08-26T19:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3b43173b376f59068dec159585adfd6a0223b24",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into reexports",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-08-26T19:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5cfb9a129a3fe507089331c3bded62f909d181a",
"body": "A function to resolve addresses",
"is_bot": false,
"headline": "Merge pull request #2 from stjepang/resolve",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-08-26T19:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f813bce5220b256bbfe474d549feefe1dddda932",
"body": null,
"is_bot": false,
"headline": "A function to resolve addresses",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-08-02T19:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e4e971d5cea8c3d71e07b9b01ae876cfc2cfc70",
"body": null,
"is_bot": false,
"headline": "Reexport socket address types",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-08-02T19:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da86a9c04fbc750aa3d5637d0d2279f273b2f01c",
"body": null,
"is_bot": false,
"headline": "Simplify",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-25T15:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fafecc37d8f2af921e64f549e5530cc8b239982d",
"body": null,
"is_bot": false,
"headline": "Bump to v0.1.2",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-25T15:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1a3d003185a1bcf4fe74f7acbd60a09820f73a",
"body": null,
"is_bot": false,
"headline": "Update blocking to 0.5",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-25T15:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692254adecc066632ea50cc04c10250d6dba28ad",
"body": null,
"is_bot": false,
"headline": "Bump to v0.1.1",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-19T17:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7f674a411b5b12b0303a966cf605d116785002",
"body": null,
"is_bot": false,
"headline": "Fix dependency list",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-19T17:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ce915aab4f7206e557ad63b57b7898e606fc75",
"body": null,
"is_bot": false,
"headline": "Fix failing tests",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-19T17:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c1536b1334d15f62f55da15e2877ed78ddfb4a0",
"body": null,
"is_bot": false,
"headline": "Reduce dependencies",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-19T17:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84021c27bda4e0cd63288af6967c1a071a7c6065",
"body": null,
"is_bot": false,
"headline": "Fix some warnings and forbid unsafe code",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-07T21:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d59d978d838600e1783870e4945fa09bf841df",
"body": null,
"is_bot": false,
"headline": "Rename peer to addr",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-04T08:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "281ce88870c9872c8e6d9300458d87b4133252d5",
"body": null,
"is_bot": false,
"headline": "Fix formatting",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-04T08:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3dfc511b28767e0f2da9c09b976ce1a91b94ac",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-07-04T08:40:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 4,
"latest_release_at": "2023-10-29T01:50:49Z",
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_last_push": 161,
"active_weeks_last_year": 1,
"days_since_latest_release": 1001,
"mean_days_between_releases": 33.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "async-net",
"exists": true,
"license": "Apache-2.0 OR MIT",
"keywords": [
"networking",
"mio",
"uds",
"reactor",
"std",
"network-programming",
"asynchronous",
"os"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/async-net",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/smol-rs/async-net",
"versions_count": 22,
"total_downloads": 29826091,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1537497,
"first_published_at": "2019-05-04T09:21:31.635799Z",
"latest_published_at": "2023-10-29T01:50:56.095276Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1001
}
]
},
"popularity": {
"forks": 23,
"stars": 145,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-10-29",
"count": 2
},
{
"date": "2020-10-31",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-04-05",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": true,
"collected": 22,
"total_forks": 23
},
"star_history": null,
"open_issues_and_prs": 7
},
"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": 23974,
"source_files_sampled": 5,
"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": [
{
"name": "rustix",
"direct": false,
"version": "0.38.10",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-c827-hfw6-qwvm"
],
"fixed_version": "0.38.19",
"advisory_count": 1,
"oldest_advisory_days": 1012
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 48,
"malicious_count": 0,
"assessed_package": "crates:async-net@2.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "async-io",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "blocking",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "futures-lite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "async-io",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "blocking",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-lite",
"direct": true,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 3,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 26,
"open_issues": 6,
"closed_ratio": 0.455,
"closed_issues": 5,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "taiki-e",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/43724913?v=4"
},
{
"type": "User",
"login": "notgull",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/19805233?v=4"
},
{
"type": "User",
"login": "Arnavion",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1096010?v=4"
},
{
"type": "User",
"login": "erickt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/84711?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.836
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 8/24 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 1 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": 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": 10,
"reason": "security policy file 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": "b2fea5f9294be19abe108a44a93c4e1b4c07bf9f",
"ran_at": "2026-07-26T20:38:11Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T05:38:18Z",
"oldest_open_prs": [
{
"number": 35,
"created_at": "2026-01-30T08:57:31Z",
"last_comment_at": "2026-02-26T15:56:11Z",
"last_comment_author": "Hennzau"
}
],
"last_merged_pr_at": "2026-02-15T08:54:42Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2020-09-22T20:31:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2021-09-13T23:35:01Z",
"last_comment_at": "2021-09-14T17:18:02Z",
"last_comment_author": "taiki-e"
},
{
"number": 33,
"created_at": "2025-01-24T15:05:07Z",
"last_comment_at": "2026-01-30T08:51:04Z",
"last_comment_author": "Hennzau"
},
{
"number": 34,
"created_at": "2025-07-31T13:54:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2026-03-23T11:28:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2026-07-20T17:09:07Z",
"last_comment_at": "2026-07-22T10:44:22Z",
"last_comment_author": "taiki-e"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/smol-rs/async-net",
"host": "github.com",
"name": "async-net",
"owner": "smol-rs"
},
"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": 59,
"vitality": 34,
"community": 62,
"governance": 55,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 37,
"weighted_overall_raw": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 34,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 161,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 161 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 161
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 60,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 1001,
"mean_days_between_releases": 33.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1001 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1001
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~33.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 33.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": "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": 170,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 170 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 170
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 23,
"stars": 145,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "145 stars",
"points": 35,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 145
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "23 forks",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 23
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "exceptional",
"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": 100,
"inputs": {
"packages": [
"async-net"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 29826091,
"monthly_downloads": 1537497
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,537,497 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1537497,
"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": 55,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.836
},
"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 84% of commits",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 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": 62,
"inputs": {
"merged_prs": 26,
"open_issues": 6,
"closed_issues": 5,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.455,
"closed_unmerged_prs": 0,
"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": "46% of issues closed",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 46
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/26 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 26
}
}
],
"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 8/24 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 428,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "smol-rs",
"public_repos": 32,
"account_age_days": 2094
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "428 followers of smol-rs",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 428,
"login": "smol-rs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "32 public repos, account ~5 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 32
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"async-net"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1001
},
"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 1001 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1001
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "22 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 22
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "1 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"async",
"rust"
],
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 12 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 8/24 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 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": "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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the crates:async-net@2.0.0 runtime dependency closure — what installing the published package pulls in — 48 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:async-net@2.0.0",
"assessed": 48
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 81,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 48,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"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": "1 affected: rustix 0.38.10 (moderate 6.5)",
"points": 12,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "rustix 0.38.10 (moderate 6.5)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 1012 days ago",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 1012
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 48,
"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": "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": 2
},
"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": 37,
"weight": 0.04,
"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.305,
"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": "29 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 29,
"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"
],
"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": 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 95",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 95
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 23974,
"source_files_sampled": 5,
"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/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-26T20:38:23.873300Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/smol-rs/async-net.svg",
"full_name": "smol-rs/async-net",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}