Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 758,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 614233
},
"pushed_at": "2026-07-22T16:24:21Z",
"created_at": "2023-01-11T20:54:34Z",
"owner_type": "User",
"updated_at": "2026-07-22T16:26:01Z",
"description": "SCTP in Rust with Sans-IO",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://dulc.es/@martin",
"name": "Martin Algesten",
"type": "User",
"login": "algesten",
"company": null,
"location": null,
"followers": 121,
"avatar_url": "https://avatars.githubusercontent.com/u/227204?v=4",
"created_at": "2010-03-21T08:02:22Z",
"is_verified": null,
"public_repos": 118,
"account_age_days": 5968
},
"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": "v0.6.0",
"kind": "minor",
"published_at": "2025-12-10T21:39:06Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-09-24T23:57:21Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-09-22T03:41:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-08-07T15:08:19Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2024-05-02T00:34:32Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-04-28T17:38:57Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-03-16T05:01:20Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2024-02-02T16:45:18Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2023-08-24T04:26:08Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2023-06-27T03:34:22Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2023-02-11T06:09:51Z"
}
],
"recent_commits": [
{
"oid": "2dbc66188af75f365ea36a40ea0fe70cc1090253",
"body": null,
"is_bot": false,
"headline": "0.10.2",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-07-22T16:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66c3038f956a4a92fa57353e44866b4f301a0013",
"body": "The following commit fixes how the peer was reacting to a Reset request.\nNow it behaves correctly and:\n\n- reset_streams_if_any now queues the reciprocal reset correctly\n- In Progress responses are now sent only when needed,\n\tno wasted idempotent messages\n- a new event ResetComplete is emitted once the reset handshake\n\tcompletes, allowing open_stream to be called on the same id\n\twithout failures",
"is_bot": false,
"headline": "fix: stream reset handshake (#53)",
"author_name": "gab",
"author_login": "gab8i",
"committed_at": "2026-07-22T09:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4afd2b4418e59fd4b59de943bfbc7292aea1d1ba",
"body": "* Calculate unordered message length in the reassembly queue more accurately\n* use wrapping arithmetic functions for incrementing and decrementing TSNs",
"is_bot": false,
"headline": "Calculate message length in the reassembly queue (#50)",
"author_name": "Woodrow Douglass",
"author_login": "wdouglass",
"committed_at": "2026-07-07T16:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b08948959d53a675a2bf0eea507407b2e7640706",
"body": null,
"is_bot": false,
"headline": "0.10.1",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-07-05T10:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f19f2caf5489a860da7b34e00c834e987a75a9",
"body": null,
"is_bot": false,
"headline": "Add Association::is_closing (#52)",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-07-05T09:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbba2d9f9b7f91b8e3520a012bb4b84fc9bcb532",
"body": null,
"is_bot": false,
"headline": "0.10.0",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-06-26T14:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011ae462beb1dae75ba948dc637857210bc022b3",
"body": "* fix: differentiate Association and Stream loss\n\nPreviously it was impossible to differentiate an SCTP abort\nfrom all the streams simply being closed and unregistered.\n\nThe code is now explicit: if an abort occurs, all streams\nare unregistered and a single general `AssociationLost` event\nis emitted\n[…]\nl unregistered streams can still emit events that\ndescribe the end of that stream.\n\n* Fix formatting and changelog for association loss\n\n---------\n\nCo-authored-by: Martin Algesten <martin@algesten.se>",
"is_bot": false,
"headline": "fix: differentiate Association and Stream loss (#49)",
"author_name": "gab",
"author_login": "gab8i",
"committed_at": "2026-06-26T14:20:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "faef167e4f1f64652b2ad46bd9feca46d3598405",
"body": null,
"is_bot": false,
"headline": "0.9.1",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-05-29T16:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000430953679a01dccd80fb27e66c9e571870ac9",
"body": null,
"is_bot": false,
"headline": "Fix cwnd computation for small MTU sizes",
"author_name": "tyhik",
"author_login": "tyhik",
"committed_at": "2026-05-29T15:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5060b96ced5c4ff3ca5c71c8c11c6e2ae47c4d3e",
"body": null,
"is_bot": false,
"headline": "Bump rand to 0.9.4 (RUSTSEC-2026-0097)",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-05-29T15:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888891d85f4b42624491399fcc267aaed26fd922",
"body": null,
"is_bot": false,
"headline": "0.9.0",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2026-03-24T16:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a28896687a5d94d42a1a81195685bc657add8b7",
"body": "Implements SCTP Negotiation Acceleration Protocol (draft-hancke-tsvwg-snap-01), allowing associations to skip the SCTP 4-way handshake by exchanging INIT chunks out-of-band via a signaling channel (e.g., SDP a=sctp-init).\n\nBased on pion/sctp#449.",
"is_bot": false,
"headline": "Add support for out of band negotiation for SNAP",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2026-03-22T20:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b2b12ba4c45170579c0f5c2c5c98691bbdec4a",
"body": null,
"is_bot": false,
"headline": "Fix RFC number typo: 4690 -> 4960",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2026-03-21T21:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b7786dc5e6be84f7f61cc9750e91a436f11910",
"body": "Thanks",
"is_bot": false,
"headline": "Prevent stream ID reuse while outgoing RE-CONFIG is pending",
"author_name": "Timothy Wu",
"author_login": "timwu20",
"committed_at": "2026-03-21T21:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f48487d0a6142b611b1714993160e8b8598ef73",
"body": "The fuzzer found that a malicious peer can crash the SCTP parser by\nsending chunks with a small length field in the header. All 12\nunmarshal functions validated raw.len() (the total buffer) instead\nof header.value_length() (the declared chunk size). When a packet\ncontains multiple chunks, the buffer\n[…]\nnit, chunk_selective_ack,\nchunk_forward_tsn, chunk_i_forward_tsn, chunk_reconfig,\nchunk_heartbeat, chunk_heartbeat_ack, chunk_error, chunk_abort,\nparam_outgoing_reset_request, param_reconfig_response.",
"is_bot": false,
"headline": "Add fuzz testing for packet unmarshal",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2026-03-21T19:53:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9c770dce601bbb6f25410139fded9a9a686e0b2",
"body": null,
"is_bot": false,
"headline": "Align CI with other str0m projects",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2026-03-21T19:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f44f23a52335343888b4fca0e09b3e0cd79297b2",
"body": "…tion",
"is_bot": false,
"headline": "Deduplicate incoming RE-CONFIG requests to prevent new stream destruc…",
"author_name": "Timothy Wu",
"author_login": "timwu20",
"committed_at": "2026-03-17T21:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcbff3205813c99b2f5c09b0c08d8c8741f1d2a6",
"body": null,
"is_bot": false,
"headline": "Replace lazy_static with LazyLock in tests",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-03-13T08:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebd7a1b88de4b140b326f31c35fb408af6f58db",
"body": null,
"is_bot": false,
"headline": "Add #![no_std] and replace std imports with core/alloc equivalents",
"author_name": "John R. Bradley",
"author_login": "kc5nra",
"committed_at": "2026-03-13T08:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200abf0aac521a08c57eb9ac6c378ffd3002d459",
"body": null,
"is_bot": false,
"headline": "0.8.1",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-03-07T17:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c249ab0d70ec7dc4497e7017e168637c36786ff",
"body": null,
"is_bot": false,
"headline": "Downgrade rand to 0.9",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-03-07T17:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bafc5bbd0301b2af3e30534d6187345dde9f89cc",
"body": null,
"is_bot": false,
"headline": "0.8.0",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-03-07T17:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51db60643a1bfbc3d244025b8e7ef7d3a2caf2a",
"body": null,
"is_bot": false,
"headline": "Add I-FORWARD-TSN (RFC 8260) chunk support",
"author_name": "Denis Tsai",
"author_login": "dt665m",
"committed_at": "2026-03-07T16:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15323a93c9ad71275451a4d3a12a6a77d1eefdf",
"body": null,
"is_bot": false,
"headline": "MSRV 1.85, Edition 2024 and bump deps",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-03-07T15:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2a9b4eea3407d54111e85761b48e05deef9c5c",
"body": null,
"is_bot": false,
"headline": "Set and enforce receive-side max message size",
"author_name": "Haiko Schol",
"author_login": "haikoschol",
"committed_at": "2026-02-08T09:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7b8ce88c658d0a16224df2c2e365e6e0332d99",
"body": null,
"is_bot": false,
"headline": "0.7.1",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-02-08T08:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a671152ab4c5c96eda57a0dd098af7f0e75ca33d",
"body": "Initialize server-side rwnd from peer INIT advertised_receiver_window_credit\n\nThe server-side Association's rwnd field was never initialized from the\npeer's INIT chunk advertised_receiver_window_credit. It stayed at the\ndefault value of 0 until the first SACK was received.\n\nThis caused all server DA\n[…]\nlient side:\n self.rwnd = i.advertised_receiver_window_credit;\n self.ssthresh = self.rwnd;\n\nAlso adds assertions to the existing handle_init test to verify rwnd\nand ssthresh are properly initialized.",
"is_bot": false,
"headline": "Fix server-side rwnd initialization from INIT",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2026-02-08T07:11:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "defcfa33d3189178785e7a8e0b61d1901ce0bc86",
"body": null,
"is_bot": false,
"headline": "0.7.0",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-20T11:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0e689e47e7e1cb0e1604cd1720fd24f1bef204",
"body": null,
"is_bot": false,
"headline": "Introduce CHANGELOG.md",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-20T11:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6dff79d0615af7e4ec34fbcae1214d002f7c5d",
"body": null,
"is_bot": false,
"headline": "Mark some types non_exhaustive",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-19T20:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb4870e45dceb0c1e8a380bfc85a8d70ccdaaa3",
"body": null,
"is_bot": false,
"headline": "Sync sctp-proto with rtc-sctp",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-19T17:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0bea24c1e12939258aaca772a4fd220a88cef3",
"body": null,
"is_bot": false,
"headline": "Fix copyright",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-19T17:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efaab14d07bbd9f95dc011cd877d8efc4205f1d",
"body": null,
"is_bot": false,
"headline": "Ensure deps are fresh and check in Cargo.lock",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-19T17:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9ba155958fdcde5261be7f90896697e1ff17a2a",
"body": null,
"is_bot": false,
"headline": "Change README.md crate doc and Cargo.toml",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2026-01-19T17:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3be0800602d934c84f4e86e903187ea3ae5708",
"body": null,
"is_bot": false,
"headline": "bump version to v0.6.0",
"author_name": "rainliu",
"author_login": "rainliu",
"committed_at": "2025-12-10T21:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644455894c68da2b52152c4c8464e24880d03066",
"body": "* Configurable SCTP retransmission limits and RTO values\n\nAdd new configuration options to TransportConfig:\n\n- max_init_retransmits: Option<usize> - Maximum retransmissions for\n INIT/COOKIE chunks during handshake. Set to None for unlimited.\n Default: Some(8)\n\n- max_data_retransmits: Option<usize>\n[…]\n for max_retrans (None = unlimited)\n- RtoManager stores configurable RTO values instead of using constants\n- Association plumbs config values to TimerTable and RtoManager\n\n* Lock crc to 3.2.1 for MSRV",
"is_bot": false,
"headline": "Configurable SCTP retransmission limits and RTO values (#22)",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2025-12-10T17:59:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "585fab995239938619ef836e7767b4934d2d9383",
"body": null,
"is_bot": false,
"headline": "bump version to v0.5.0",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2025-09-24T23:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d0e47445dc7cd336d71cb386bcdb3e9ecbdb387",
"body": null,
"is_bot": false,
"headline": "Switch to maintained version of rustc-hash (#21)",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2025-09-24T23:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f95c66c2046ea4d1a42ae422b92637153b70fb",
"body": null,
"is_bot": false,
"headline": "bump version to v0.4.0",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2025-09-22T03:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da0fa79495625696d08e393184680ac23e12dc52",
"body": null,
"is_bot": false,
"headline": "Update rand crate to 0.9.1 (#19)",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2025-09-22T01:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "129fefd60813467a61d14413fe8e1d9219186353",
"body": null,
"is_bot": false,
"headline": "Clippy (#18)",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2025-09-22T01:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f9941b2df96fbdaa699643bb6f1fb6e441b9eb6",
"body": null,
"is_bot": false,
"headline": "Update thiserror to 2.0.16 (#17)",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2025-09-22T01:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454f3c31a4fda360975b5fbe06985e100808ea32",
"body": "* New clippys\n\n* Update cache",
"is_bot": false,
"headline": "New clippys (#16)",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2025-05-31T23:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fcb22a27ec4804fda17be5056ff3829e507b158",
"body": null,
"is_bot": false,
"headline": "bump version to v0.3.0",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2024-08-07T15:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82781f1ad027cc2ddb1c301fefbdce3a2e08ed88",
"body": null,
"is_bot": false,
"headline": "Ignore unknown parameters (#14)",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2024-08-07T15:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bfd178dc2ef8e84bc82083555be602e5f68616c",
"body": "Port CRC optimizations from webrtc-rs/sctp made by @KillingSpark",
"is_bot": false,
"headline": "Merge pull request #13 from xnorpx/dev/crc_opt",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2024-08-07T15:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3605e223e978c13979b0473684f5344be8a1bbdf",
"body": "Changes from https://github.com/webrtc-rs/webrtc/pull/569\nand https://github.com/webrtc-rs/webrtc/pull/364",
"is_bot": false,
"headline": "Port CRC optimizations from webrtc-rs/sctp made by @KillingSpark",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-05-16T14:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2295ae331d2c513d5f48ffc327285bb5e646f7a1",
"body": null,
"is_bot": false,
"headline": "bump version to v0.2.2",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2024-05-02T00:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c787e588bcfddea4f8cce06239d971fc001b185d",
"body": "Move per packet log from debug to trace",
"is_bot": false,
"headline": "Merge pull request #12 from xnorpx/dev/tune_tracing",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2024-05-01T01:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "977bc59de0b78b2d0d4f45ef458b02036b16f8fa",
"body": null,
"is_bot": false,
"headline": "Move per packet log from debug to trace",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-04-30T16:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7534d10693ee937d07e357f91ef538f4de5a4bab",
"body": null,
"is_bot": false,
"headline": "bump version to v0.2.1",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2024-04-28T17:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c4cd5746e9a2c65313d5eb6f1f565f15b917ea",
"body": "Don't log user initiated abort as err",
"is_bot": false,
"headline": "Merge pull request #11 from xnorpx/dev/noterror",
"author_name": "yngrtc",
"author_login": "yapprtc",
"committed_at": "2024-04-28T17:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50197b0b93f20e8d2444fb82e24e72808c14f84",
"body": null,
"is_bot": false,
"headline": "Don't log user initiated abort as err",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-04-28T03:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ebca669300caa8c4aed75a4c157a760ea9b749f",
"body": null,
"is_bot": false,
"headline": "bump version to v0.2.0",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2024-03-16T04:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777bae9781d05a0ca1fcc981613a19e824a1a2f7",
"body": "Clippys and rust analyzer warnings.",
"is_bot": false,
"headline": "Merge pull request #10 from xnorpx/xnorpx/clippy",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2024-03-16T04:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17dab22f841e6828ada61b7f7aed93510e11b06d",
"body": null,
"is_bot": false,
"headline": "Update cargo.yml",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2024-03-16T04:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d04475649768c3223b315fdbd182558aa251ba1",
"body": "Wrap around ssn to 0 and avoid panic",
"is_bot": false,
"headline": "Merge pull request #9 from xnorpx/xnorpx/8",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2024-03-16T04:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d70d29341ac64d01888f109be6c899d3403e5c7",
"body": null,
"is_bot": false,
"headline": "Remove unused imports",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-03-16T00:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb120a639971f4d591dd87ac7a9cbe9f3eedca96",
"body": null,
"is_bot": false,
"headline": "Test clippy",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-03-16T00:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc23c772488e33f181447ab6c8690604b5c291c",
"body": null,
"is_bot": false,
"headline": "Dev clippy",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-03-15T23:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e85fbd13fb3aefe9d710f0d71d46f6618dbfd0b",
"body": null,
"is_bot": false,
"headline": "Wrap around ssn to 0 and avoid panic",
"author_name": "Marcus Asteborg",
"author_login": "xnorpx",
"committed_at": "2024-03-15T23:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d154eb0c227c8401a9410e4ab5ce332edafceee7",
"body": null,
"is_bot": false,
"headline": "bump version to v0.1.7",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2024-02-02T16:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbefad6711569e95a4dc390cdde557ed83ff1f18",
"body": "Fix T3RTX timer starvation",
"is_bot": false,
"headline": "Merge pull request #7 from davibe/fix/T3RTX-starvation",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2024-02-02T16:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42aba09c18de145d364777179fcfd76bfb8c1ba6",
"body": "When recovering from temporary network loss, regular traffic can result\nin repeated acks, which keep re-scheduling T3RTX without it ever firing.\nThis leads old-retransmissions never being fulfilled.\n\nThe fix is to avoid re-scheduling an already valid timer.",
"is_bot": false,
"headline": "Fix T3RTX timer starvation",
"author_name": "Davide Bertola",
"author_login": "davibe",
"committed_at": "2024-02-02T10:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d07e1a34a2a2e1ca1a7c76542fb20211d3478a6",
"body": null,
"is_bot": false,
"headline": "bump version to v0.1.6",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2023-08-24T04:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8edab017e09013259d247153d88aba613fd660d",
"body": "Respond with ParamOutgoingResetRequest",
"is_bot": false,
"headline": "Merge pull request #6 from algesten/fix/respond-reset",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2023-08-24T04:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac26f740b94c8ee77324290845c11440f55172b3",
"body": null,
"is_bot": false,
"headline": "Respond with ParamOutgoingResetRequest",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-08-17T17:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93d256be0f56886860a8cf083f42e530968c0d1",
"body": null,
"is_bot": false,
"headline": "Update cargo.yml",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2023-06-27T03:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96d667da031628a66ad5ab9cf507d0c4fc9417e",
"body": null,
"is_bot": false,
"headline": "bump version to v0.1.5",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2023-06-27T03:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5c1fd67d8d73e94bf418bb10b4ae75529f33ad",
"body": null,
"is_bot": false,
"headline": "fix sequence_number.wrapping_add",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2023-06-27T03:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2431f6853d4d23ca81172c8c0f91067c98028c0a",
"body": null,
"is_bot": false,
"headline": "bump version to v0.1.4",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2023-02-11T06:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c49eadcb2ed78969f3fa8947b742963ad8d61cca",
"body": null,
"is_bot": false,
"headline": "remove unused deps and update deps",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2023-02-11T05:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa70a57797fefeb59bc1a5b0c4f62ac144dc8d2",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "yngrtc",
"author_login": null,
"committed_at": "2023-02-11T04:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3ade35e1943d3ca641a813eb27d90c86bd6e18",
"body": null,
"is_bot": false,
"headline": "write_with_ppi() for other than default PPI",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-13T14:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2462ded9153ca47a891b43c071bd4024da6da9",
"body": null,
"is_bot": false,
"headline": "Ensure API is Send + Sync",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-13T14:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "418a384d234ec2827e95cbb1f0c1cac0cabdae39",
"body": null,
"is_bot": false,
"headline": "Make AssociationIdGenerator: Send + Sync",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-13T14:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6235333749dd422873ebaa0fe957bbb06380c40e",
"body": null,
"is_bot": false,
"headline": "Fix clippy",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-12T20:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f914a2ae1710f461f5e9464e6b34bd7d76d7c4b",
"body": null,
"is_bot": false,
"headline": "Remove unused dependencies",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-12T20:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276027199fcff30fee489449a1dc60eee0dc2390",
"body": null,
"is_bot": false,
"headline": "Bump crc dep",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-12T20:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b4ace3a78df68f02b15c41dbe35ec035f23754",
"body": null,
"is_bot": false,
"headline": "Enure max_payload_size is configurable through Association",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-12T19:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b82b85b4cc54d7d3a2e812a0ba6c4bb89872b9",
"body": null,
"is_bot": false,
"headline": "Adjust Cargo.toml for 0.1.3",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-12T19:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1b0741f383d04c6b433974ee2cc9aced776450",
"body": null,
"is_bot": false,
"headline": "Fix build",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-12T18:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "300018e45adf0ce67b2326f81ccee40f44babde9",
"body": null,
"is_bot": false,
"headline": "Adjust readme",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-11T21:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9eafdb90288c4d9391d9d3ed9acb75db351faf",
"body": null,
"is_bot": false,
"headline": "Move things for sctp-proto crate",
"author_name": "Martin Algesten",
"author_login": "algesten",
"committed_at": "2023-01-11T21:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5535cba564a610f62bbcf1518c656610dc0945c",
"body": null,
"is_bot": false,
"headline": "refactoring stream's stop/finish",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2022-01-16T00:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89bf3a622e411667a77780a70dfd66154d15ad71",
"body": null,
"is_bot": false,
"headline": "use finish for send_stream",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2022-01-15T18:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86717a36c61ebddaa4b654b2ca5dc85ac0a3f701",
"body": null,
"is_bot": false,
"headline": "split stream to recv/send_stream",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2022-01-15T18:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de6224346b59216d543206f1e7e671d664a2df86",
"body": null,
"is_bot": false,
"headline": "fix stream readable poll",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2022-01-01T00:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162260b92f7efd17ac37b9b875a3dbbf1012be2f",
"body": null,
"is_bot": false,
"headline": "fix stream even for opened",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-31T22:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c510cb2ac9fb13c4a2d70d37094ff23aaca93e7",
"body": null,
"is_bot": false,
"headline": "switch from tracing back to log crate",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-31T19:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aed9fe1f7b994a329b9e222fb3e65176e0e9d7c",
"body": null,
"is_bot": false,
"headline": "fix reassembly_queue",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-31T19:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3f609b21c7bb5a9d019c3773ed500e9d7dd257",
"body": null,
"is_bot": false,
"headline": "add examples (WIP)",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-31T19:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7794d31b5d9df7e876f3543d6994bec0d6806402",
"body": null,
"is_bot": false,
"headline": "refactoring doc",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-31T07:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee0dfe79af6074cae56326b66a5c99e82af108cd",
"body": null,
"is_bot": false,
"headline": "refactoring naming",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-31T07:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1166532c17f98498f3de2131a8144becd9265ce3",
"body": null,
"is_bot": false,
"headline": "refactoring stream get_default_payload_type",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-30T23:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc5b8f4c20be17ae4ca7fa7779f563441533c9d",
"body": null,
"is_bot": false,
"headline": "complete send stream",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-30T22:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a86f202e4ab6cbc8884005e510878037dbbe7f",
"body": null,
"is_bot": false,
"headline": "complete recv stream",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-30T00:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc95fea695c5dc359574ef8ff53626cc8adb360",
"body": null,
"is_bot": false,
"headline": "complete sctp-async::endpoint",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-29T19:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ae3f905946a48164ef2cf864c2659650e5be2c",
"body": null,
"is_bot": false,
"headline": "complete sctp-async::association",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-29T18:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6381bba3ab368cb3c9cab13d7185ab08edc4b7df",
"body": null,
"is_bot": false,
"headline": "refactoring proto association's handle_transmit to handle_event",
"author_name": "Rusty Rain",
"author_login": "rainliu",
"committed_at": "2021-12-29T17:10:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 42,
"latest_release_at": "2025-12-10T21:39:06Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 11,
"days_since_latest_release": 224,
"mean_days_between_releases": 99.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "sctp-proto",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"sctp",
"asynchronous",
"network-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/sctp-proto",
"is_deprecated": false,
"latest_version": "0.10.2",
"repository_url": "https://github.com/algesten/sctp-proto",
"versions_count": 25,
"total_downloads": 2226396,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 129440,
"first_published_at": "2021-11-26T17:36:29.437336Z",
"latest_published_at": "2026-07-22T16:28:32.313172Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 15,
"stars": 10,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 15
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"fuzz/Cargo.toml"
],
"largest_source_bytes": 124307,
"source_files_sampled": 53,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"fuzz/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 25,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bytes",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.0"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "rustc-hash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1.1"
},
{
"name": "slab",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.9"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.18"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.21"
},
{
"name": "crc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bytes",
"direct": true,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "crc",
"direct": true,
"version": "3.4.0",
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": "0.4.29",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": true,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": true,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "assert_matches",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "crc-catalog",
"direct": false,
"version": "2.4.0",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.182",
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.1+wasi-0.2.4",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.46.0",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.40",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.40",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 26,
"direct_count": 7,
"indirect_count": 19
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 40,
"open_issues": 5,
"closed_ratio": 0.545,
"closed_issues": 6,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rainliu",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/2069201?v=4"
},
{
"type": "User",
"login": "algesten",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/227204?v=4"
},
{
"type": "User",
"login": "xnorpx",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/302709?v=4"
},
{
"type": "User",
"login": "gab8i",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/79002163?v=4"
},
{
"type": "User",
"login": "timwu20",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1837045?v=4"
},
{
"type": "User",
"login": "davibe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/123929?v=4"
},
{
"type": "User",
"login": "dt665m",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11184257?v=4"
},
{
"type": "User",
"login": "haikoschol",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/539509?v=4"
},
{
"type": "User",
"login": "kc5nra",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/231018?v=4"
},
{
"type": "User",
"login": "wdouglass",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2169467?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.585
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"cargo.yml",
"fuzz.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 10,
"reason": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 17/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 9,
"reason": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "2dbc66188af75f365ea36a40ea0fe70cc1090253",
"ran_at": "2026-07-23T16:08:56Z",
"aggregate_score": 6.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T16:25:18Z",
"oldest_open_prs": [
{
"number": 40,
"created_at": "2026-03-09T10:43:42Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T09:22:34Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 31,
"created_at": "2026-03-01T23:04:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2026-03-01T23:05:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2026-03-01T23:06:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2026-03-21T15:40:42Z",
"last_comment_at": "2026-04-30T22:56:54Z",
"last_comment_author": "ValorZard"
},
{
"number": 45,
"created_at": "2026-03-21T20:45:13Z",
"last_comment_at": "2026-05-26T01:30:11Z",
"last_comment_author": "ValorZard"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/algesten/sctp-proto",
"host": "github.com",
"name": "sctp-proto",
"owner": "algesten"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 71,
"vitality": 68,
"community": 50,
"governance": 64,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 70,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 224,
"mean_days_between_releases": 99.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 224 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 224
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~99.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 99.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 15,
"stars": 10,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10 stars",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 10
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "excellent",
"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": 85,
"inputs": {
"packages": [
"sctp-proto"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 2226396,
"monthly_downloads": 129440
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "129,440 downloads/month across crates",
"points": 68.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 129440,
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.585
},
"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 58% of commits",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 40,
"open_issues": 5,
"closed_issues": 6,
"issue_closed_ratio": 0.545,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "55% of issues closed",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 55
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "40/41 decided PRs merged",
"points": 37.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 40,
"decided": 41
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/30 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 121,
"owner_type": "User",
"is_verified": null,
"owner_login": "algesten",
"public_repos": 118,
"account_age_days": 5968
},
"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": "121 followers of algesten",
"points": 15,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 121,
"login": "algesten"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "118 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 118
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"sctp-proto"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"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": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 71,
"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": 64,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.4
},
"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": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 17/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 25 resolved dependencies against OSV; 1 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 25
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 25,
"unassessed_packages": 1,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 25,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.23,
"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": "23 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"fuzz/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, fuzz/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, fuzz/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 124307,
"source_files_sampled": 53,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/53 source files over 60KB",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 53,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:sctp-proto@0.10.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T16:09:14.725610Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/algesten/sctp-proto.svg",
"full_name": "algesten/sctp-proto",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}