Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"sans-io",
"stun"
],
"is_fork": false,
"size_kb": 571,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 573727
},
"pushed_at": "2026-07-31T06:59:15Z",
"created_at": "2024-06-16T12:17:15Z",
"owner_type": "User",
"updated_at": "2026-07-31T06:57:02Z",
"description": "A (sans-IO) implementation of the STUN (RFC5389/RFC8489) protocol written in Rust",
"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": null,
"name": "Matthew Waters",
"type": "User",
"login": "ystreet",
"company": "@centricular",
"location": "Australia",
"followers": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/1631425?v=4",
"created_at": "2012-04-11T01:05:14Z",
"is_verified": null,
"public_repos": 48,
"account_age_days": 5224
},
"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.2",
"kind": "patch",
"published_at": "2026-07-31T06:59:40Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-03-30T01:10:16Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-03-15T00:58:27Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-12-08T01:43:15Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-10-20T04:24:01Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-10-09T11:05:30Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-08-21T12:26:55Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-07-16T05:14:28Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2025-06-26T04:07:55Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-05-29T16:59:49Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-05-28T14:06:26Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-05-28T14:06:10Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-07-14T01:07:52Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-06-26T10:55:58Z"
}
],
"recent_commits": [
{
"oid": "6eafcd5d6a3cf7699ec34fc31d917bb366e995ee",
"body": null,
"is_bot": false,
"headline": "Release 2.0.2",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-07-31T06:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c45db01c19800b3a3e8b99a61a1713a0cf6ef65d",
"body": "If a request is outstanding and retrieved through\nStunAgent::mut_request_transaction(), then using mut_agent() could\nremove the underlying request state. Then calling peer_address() or\nintegrity() would panic attempting to access a request that does not\nexist.\n\nWe were already ignoring any configuration changes in this state, in\naddition copy the peer address and integrity values into StunRequest so\nthey are always available.",
"is_bot": false,
"headline": "agent: remove possibility of panic when handling responses",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-07-31T06:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3bf95ddbb5337633fe48ba1c9fca689cff6e676",
"body": null,
"is_bot": false,
"headline": "deny: allow both versions of syn",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-07-31T06:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531fe20b6750c54ca9bd0d4aefb0c3bde057326e",
"body": null,
"is_bot": false,
"headline": "build: update dependencies",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-07-31T06:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946f4405c57e4d596a6bdbc58823c52c126299f1",
"body": "Fixes https://rustsec.org/advisories/RUSTSEC-2026-0204\n\nOnly used for benchmarks and not used in regular code.",
"is_bot": false,
"headline": "build: update crossbeam-epoch to 0.9.20",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-07-31T06:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929acc7ddd55ea13ce57c6db91f0f9c628ad713d",
"body": null,
"is_bot": false,
"headline": "fix some 1.97 cippy warnings",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-07-31T05:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb20064221a685ff02056fb8551860addc52d0ff",
"body": "Counts the number of requests, responses, and indications that are sent\nand received along with the round trip time of requests that do not\nrequire a retransmission.\n\nFixes https://github.com/ystreet/stun-proto/issues/67",
"is_bot": false,
"headline": "proto/agent: add support for per-agent statistics",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-05-20T04:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3de4dc5897559af9882656592300d389d75cbce9",
"body": "Fixes https://rustsec.org/advisories/RUSTSEC-2026-0097",
"is_bot": false,
"headline": "build: update rand to 0.9.3",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-05-05T06:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e8d4e34c3f8b6f41741ae8f2c200695c446dc30",
"body": "Fixes:\n\nerror: attributes starting with `rustc` are reserved for use by the `rustc` compiler\n --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.36.5/src/backend/linux_raw/io/errno.rs:28:25\n |\n28 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_start(0xf001))]\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
"is_bot": false,
"headline": "ci/fuzz: don't use Cargo.lock for cargo-fuzz with nightly toolchain",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-05-05T06:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f4cc25ea7756e7d501f263130830791ab7386f",
"body": null,
"is_bot": false,
"headline": "proto/tests: silence some unused variables in some destructuring",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-05-05T06:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa45b0920cbce6ed941595f52204317d4389d198",
"body": null,
"is_bot": false,
"headline": "Release 2.0.1",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T23:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9faa3c29d49370ce4aa827b1761764d3ff03efbc",
"body": "Saves having to modify each request when added to the agent.",
"is_bot": false,
"headline": "agent: support configuring the rto on the agent",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T22:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b2d3c64f983dd9514ba8c65338218c4d745cfe",
"body": null,
"is_bot": false,
"headline": "build: ensure tracing-subsriber is >= 0.3.20 to avoid a security issue",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T22:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5efbb5e67524ab3490ba907b6abee79e4daae1d",
"body": null,
"is_bot": false,
"headline": "attribute: add some more display tests",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T11:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1290de85be5149506b0b07c8e11a4c4d78692c87",
"body": null,
"is_bot": false,
"headline": "attribute: add test for too short destination buffer",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T11:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654c5bd5cf72646066597577a381ab6f974f6a39",
"body": null,
"is_bot": false,
"headline": "docs: some small grammar updates",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T11:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e320fe422645c621c5f409b621356a9080c9347e",
"body": null,
"is_bot": false,
"headline": "message: add test for missing integrity attributes",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T11:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d66ce2dd2c94f805087bfbf2ca862c6ae3904e",
"body": "Was unusable on non-std anyway",
"is_bot": false,
"headline": "types: mark attribute_display as only available on \"std\"",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-29T06:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e9148b3d334865508e6d4ad9d2251df2d82552",
"body": null,
"is_bot": false,
"headline": "agent: support a maximum retransmission time for a request",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-27T06:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7e288e27ad28ad25fabc790ef64fe66e7fe3cb",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-14T23:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c9a087d13b9e8b68907e42fe9962134d5ee276d",
"body": "Allows users to only deal with the relevant return values rather than\nrequiring matching on unused values.",
"is_bot": false,
"headline": "auth/long-term: provide separate types for client/server return",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-14T23:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ac20bfcf19ba893258706be8e2f3391b6d688b",
"body": null,
"is_bot": false,
"headline": "build: add clippy lint for std instead of core/alloc",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-13T02:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e235b705be82559f704fee59c5a8bd60b1b76ad",
"body": "For backwards compatibility",
"is_bot": false,
"headline": "auth/long-term: missing both password-algorith/s means sha1 integrity",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-13T01:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0ec42a6c20278ee9f1046624947e8269281a77",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0-rc.3",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-13T00:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecbd13350e6a4acedf26da9cb23d13c85bd2162b",
"body": null,
"is_bot": false,
"headline": "auth/long-term: add support for removing clients from the server",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-12T23:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dd25e15f2db9e2f911e549c3616b996e71c6ca1",
"body": null,
"is_bot": false,
"headline": "auth/long-term: remove unneeded user argument when server signing",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-12T23:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b86f0923fa4bc855cf812dc327478d25da22c8",
"body": null,
"is_bot": false,
"headline": "auth/long-term: add support for SHA-256 integrity",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-12T22:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba77fc20761bfefb68470c4b3051da9cc8960bb",
"body": null,
"is_bot": false,
"headline": "types: add support for displaying Userhash attributes",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-12T22:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d7c22e89cb94983d4df616972c7904300c5aa5",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0.rc.2",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-06T05:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93427bffedab3bc66342cc25a8e50ee77987cf1d",
"body": "…abled",
"is_bot": false,
"headline": "proto: add dep on sans-io-time std feature when our std feature is en…",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-06T04:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501a5beca4b9ed1d7553d0626baa064765d2875d",
"body": "Also slightly cleanup client errors.",
"is_bot": false,
"headline": "auth/long-term: add more tests for error cases",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-06T04:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eacbd90ce5362123b1a3ebc14c0b961b9dc25990",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-06T02:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdddfab122703059e1092d6628943b523717b7ab",
"body": null,
"is_bot": false,
"headline": "auth: add some benchmarks",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-06T02:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af35ed1b450554cd76710cf1673b9cba413d7f02",
"body": "sha1 already had a version that used constant time equality",
"is_bot": false,
"headline": "types: implement constant time equality for sha256 comparison",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-03T06:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44560f7881be6f9515185640707866c7fae9656",
"body": null,
"is_bot": false,
"headline": "auth/long-term: fix handling of server sent requests",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-03T05:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6b202589296c7b414415f3663f7bafb30d2317",
"body": null,
"is_bot": false,
"headline": "auth/long-term/auth: don't double validate integrity for requests",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-03T05:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6971676c43ec86f2ce83ca209617bf24be9a0277",
"body": "…ng username\n\nPrevents timing attacks from being able to glean whether a username can\naccess the server.",
"is_bot": false,
"headline": "auth/long-term/server: always run an integrity check for every incomi…",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-03T05:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801cadd5b6b1aba4420bb4a1204150d3ba274837",
"body": "Increases the likelihood of a constant-time username retrieval avoiding\nsome cases of timing attacks.",
"is_bot": false,
"headline": "auth: use a hash table for username/nonce lookup",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-03-03T05:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc4e825a62ca35a7e3b3ec56320432f4fd976d3",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0-rc.1",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T03:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81901484057e5aa00d4c445947664728fe5ec4fc",
"body": "local/remote credentials is a ICE thing and not actually relevant to the\nSTUN-specific layer.",
"is_bot": false,
"headline": "auth/short: only keep track of a single set of credentials",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T03:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a479438b46af064311843d2299c7696488d936e",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0-rc.0",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T00:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0fb53aedd7a9790f084b1a2a23609f18b410204",
"body": "Implement short term and long term STUN authentication.\n\nRemoves all auth/integrity handling from StunAgent and must now be done\nexternally.",
"is_bot": false,
"headline": "proto: add separate message auth implementation",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T00:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ab633673199a46d933a262f0b4c1e7be061581",
"body": null,
"is_bot": false,
"headline": "types/integrity: add dedicated integrity error",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T00:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22736c9b5bab9e2eea9293936bca27188c1ca35",
"body": null,
"is_bot": false,
"headline": "types/password: add conversion into a IntegrityAlgorithm",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T00:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a35589ac2d0bf1b4e33b55e56f4549516c13cc",
"body": "…ssages",
"is_bot": false,
"headline": "agent: return the integrity algorithm used for validating incoming me…",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-12T00:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d0c1dffcd06b0246ce2d6d574f28f429933f59",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-02-06T00:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649f0f07e229a2e91e78cb4c542aa7d0bc839c51",
"body": null,
"is_bot": false,
"headline": "Add SPDX-License-Identifier",
"author_name": "Tim-Philipp Müller",
"author_login": "tp-m",
"committed_at": "2026-02-05T22:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19647009ad0e9137fe7c60595a76f17fe8cae45",
"body": null,
"is_bot": false,
"headline": "fix clippy warning about used import",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-01-22T03:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffa9d4aa43114fb71fb5de28118e05ddc0f42159",
"body": null,
"is_bot": false,
"headline": "add SECURITY.md",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2026-01-22T03:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90fdf470e606d98bdb21e3ba3b1b31975f50a11e",
"body": null,
"is_bot": false,
"headline": "Release 1.0.2",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-08T01:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1790777caf68f58a7a26b4137308c34eb5f05132",
"body": null,
"is_bot": false,
"headline": "msg: add AsRef<[u8]> implementation",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T04:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f238565a19bffd26ad683cd563c4fc0a9b8ab4b",
"body": null,
"is_bot": false,
"headline": "attributes/*: add tests for write_into_unchecked()",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T02:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b3ddafc52914ede93cd3b343e6ccebdc0d6468",
"body": "…rint\n\nAll of the 'ending' attributes should be possible to write and parse.",
"is_bot": false,
"headline": "message: add test for message integrity (sha1 and sha256) and fingerp…",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T02:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b0d9a47e3d7b25415592a82f008b2d7ea2c4754",
"body": null,
"is_bot": false,
"headline": "message: add test for integrity key equality",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T02:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4066326100e8b0169038942c1d0995b5a1603051",
"body": null,
"is_bot": false,
"headline": "message: add additional checks for class/method in tests",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T02:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d112bda1325b5b263ba2d7254d69bda29778001",
"body": null,
"is_bot": false,
"headline": "message: some docs clarifications",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T02:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de87df026242a67f860b60bbf1062232bd977f37",
"body": null,
"is_bot": false,
"headline": "ci: actually build test the MSRV Cargo.lock",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-12-05T01:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680f80709004dcc1d3b6256cbd6c358d004874d0",
"body": null,
"is_bot": false,
"headline": "Release 1.0.1",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-10-20T03:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e4741a6f8203a73a925bdcaea8244d341e25e0b",
"body": null,
"is_bot": false,
"headline": "update some READMEs",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-10-20T03:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35b62cc87a1e54c071cbaef11f53326936a857f",
"body": null,
"is_bot": false,
"headline": "agent: tweak some debug logging",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-10-20T03:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88ff98b64a5a78284556682f5c2009d4dbc4c51f",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-10-20T02:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be51a2c131510f9faf65346995c69032c25b1aa",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-10-09T11:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887af9b7a1668949d4590b6a18a80cdd1eb2f0ae",
"body": null,
"is_bot": false,
"headline": "transport: Allow lower-case values",
"author_name": "Philippe Normand",
"author_login": "philn",
"committed_at": "2025-10-06T02:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "097f5b68103db4c6a613cf1e1f7a163715b8f12f",
"body": "https://github.com/rust-lang/rust/pull/138907",
"is_bot": false,
"headline": "docs: update doc auto cfg feature for new name",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-10-02T00:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6190286b200bf163e10213e46543688318160278",
"body": null,
"is_bot": false,
"headline": "docs: add automatic cfg documentation",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-29T23:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19eca6ce5ae27e1bf40d2fdf8f4892fc99dfec8d",
"body": null,
"is_bot": false,
"headline": "Commit Cargo.lock",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-23T01:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0daf3d7d7963c812df4f6fdf1229d43676f93bc2",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0-alpha4",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-23T01:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb4006eaed25a87a1cd38356dfd0dfc2e5303768",
"body": null,
"is_bot": false,
"headline": "feat: Message::as_bytes returns underlying data",
"author_name": "Julius Lehmann",
"author_login": "lehmanju",
"committed_at": "2025-09-21T23:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e48497fa04329a1c91700c6cceb1ec244f4a41",
"body": null,
"is_bot": false,
"headline": "feat: HandleStunReply::Drop returns msg",
"author_name": "Julius Lehmann",
"author_login": "lehmanju",
"committed_at": "2025-09-21T23:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd796a5c9e64e23866e61decba08054954124c3",
"body": "Saves roughly 30% CPU time parsing and 30% writing integrity attributes.",
"is_bot": false,
"headline": "integrity: also cache the hashing algorithm on first use",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-15T00:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d5d0c3d8ab744b8db4c5591c86fd6e44d54a8d0",
"body": "Allows further optimisation to precompute the digest key.",
"is_bot": false,
"headline": "integrity: take IntegrityKey directly",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-15T00:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9a7b8750cf569c77ce609502e337eb4a7a4327",
"body": null,
"is_bot": false,
"headline": "Release v1.0.0-alpha3",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-10T10:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239d8144fbf057a1e92e67f14c73728a2b2370bb",
"body": "Avoids a copy of the message data for the purposes of writing the\nintegrity or fingerprint attributes. Will be much more pronounced with\nlarger message sized.",
"is_bot": false,
"headline": "message: slightly improve performance integrity and fingerprint writing",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-10T08:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e412c3ea35d97124ce70a4ed597f20c054de86b0",
"body": "Improves LongTermCredentials throughput by roughly 25% by avoiding a\nMD5 over 3 pieces of data.",
"is_bot": false,
"headline": "message: add support for caching integrity keys",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-10T08:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa5ca3943d1f33335500e37b2b0d293dd93c36c",
"body": "Improves throughput by roughly 15% for integrity heavy workloads.",
"is_bot": false,
"headline": "message/integrity: update hmac as we go for long term credentials",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-10T08:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adef81d90b96f498e490e1b4f15cf266750d1b99",
"body": null,
"is_bot": false,
"headline": "types: add long term credentials benchmark",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-10T08:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d9f415c41cfbe37690758a7556722c57aace4c",
"body": null,
"is_bot": false,
"headline": "benches: fix build and ensure CI builds benchmarks",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-09T12:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2886afc55f76c533c809c331e882e434643f1cf7",
"body": null,
"is_bot": false,
"headline": "fix no_std rand dependency",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-03T01:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e398d20eca2d58b5fd9e391533062a5566a869c5",
"body": null,
"is_bot": false,
"headline": "ci: run build and test on macos and windows",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-02T02:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2404b65f3662946f0f1e1a01ea4f562731fbf1",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0-alpha2",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T01:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc45fd1b48efabf4b5626a04dab0c2370286a79",
"body": null,
"is_bot": false,
"headline": "types: remove ICE-specific types",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T01:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0394a2c34e7fbd57b44da72c03d35be52374c805",
"body": null,
"is_bot": false,
"headline": "agent: add test for Display implementation of Transmit",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T01:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01b3d947a594422ad3681c629e80376846ca6c5f",
"body": "When sending the wrong message type with the wrong function.",
"is_bot": false,
"headline": "proto: add some documentation on a couple of panic conditions",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T01:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ae6709262f803bc244877fc6c7542fba5646e2",
"body": null,
"is_bot": false,
"headline": "message: add function to create an indication",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T01:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f98365ad297d66bfca403ae5805ffb52ab26da",
"body": "It's only useful for ICE and not STUN. Implementation should be moved to\nICE implementations.",
"is_bot": false,
"headline": "proto: remove TcpBuffer",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T01:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8a0a79291b94455e5f20d230b20d4ee6cda211",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0-alpha1",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-09-01T00:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81ee36d53728413d069aedf1152dff9aae4e7d6b",
"body": "It is required for Agent use and this way we do not need to require\nusers to match the same version of the sans-io-time crate.",
"is_bot": false,
"headline": "proto: expose Instant type as public API",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-29T03:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c0c299e3e068de7bf4e5780657ed12bf3c37ab",
"body": "Just never produce them.",
"is_bot": false,
"headline": "message: allow attributes after integrity/fingerprint",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-28T07:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0420ae520632e6aa1ab0a08d8b03570aa55d3a",
"body": "It is not an attribute but a value that can be used to implement other\nattributes.",
"is_bot": false,
"headline": "address: move AddressFamily to the crate root",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-28T04:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68f7aeeae7c56707871b94a55a09951283faa4c",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0-alpha",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T06:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23efdb1d72a68b23a79d54a178a6e72553a67d65",
"body": "…ature=std\n\nIt is faster than asking the OS for random data.",
"is_bot": false,
"headline": "types: rand based random number generator for transaction ids with fe…",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T05:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888393f694550fbf29330a9e4f4b0adb9b698fc4",
"body": "It is slow and implementors should implement a faster implementation\noneself.",
"is_bot": false,
"headline": "message/write: remove default implementation of has{,_any}_attribute()",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T02:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4664cdbad90fcd0e1edb96d7008170a63707481",
"body": null,
"is_bot": false,
"headline": "update MSRV to 1.77 for net addresses in core",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T02:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd901733ea4f0b9d77772f41921dd45704afa1dc",
"body": "And make all dependencies not use std when necessary.",
"is_bot": false,
"headline": "proto: add support for no_std",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T02:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d54d6ffc2e249f9cda8294acbc166d8e88fa881a",
"body": "Allows fine tuning the behaviour of time tracking by the caller.",
"is_bot": false,
"headline": "proto: use sans-io-time for Instant",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T02:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8a3697eed57681d575f821eda1ad6182d2598a",
"body": "Some prettyfying debug information still requires std.",
"is_bot": false,
"headline": "types: make code no_std compatible",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-26T02:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b72fddeb1c1f658f1de0c655bb8eab3a9dd1b01b",
"body": null,
"is_bot": false,
"headline": "ci: add cargo-deny job",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-25T02:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47e595b16f365ff66fe59b799737448e3e71d05d",
"body": null,
"is_bot": false,
"headline": "types/error: use the correct value for the TRY_ALTERNATE error code",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-22T05:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b12059cea6c2cae6dc53266756261c2b079cce2",
"body": "RFC 8656 (TURN) requires multiple attributes of the same type.",
"is_bot": false,
"headline": "message: relax restriction of only a single attribute per message",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-22T02:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64788137bc5c0d470b11e109996847401df51131",
"body": null,
"is_bot": false,
"headline": "update READMEs slightly",
"author_name": "Matthew Waters",
"author_login": "ystreet",
"committed_at": "2025-08-21T12:55:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 108,
"latest_release_at": "2026-07-31T06:59:40Z",
"latest_release_tag": "v2.0.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": 0,
"mean_days_between_releases": 47.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "stun-proto",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"stun",
"network-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/stun-proto",
"is_deprecated": false,
"latest_version": "2.0.2",
"repository_url": "https://github.com/ystreet/stun-proto",
"versions_count": 24,
"total_downloads": 34035,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4194,
"first_published_at": "2024-06-16T12:19:38.753809Z",
"latest_published_at": "2026-07-31T06:59:00.329801Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "stun-types",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"stun",
"network-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/stun-types",
"is_deprecated": false,
"latest_version": "2.0.2",
"repository_url": "https://github.com/ystreet/stun-proto",
"versions_count": 23,
"total_downloads": 35270,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4329,
"first_published_at": "2024-06-16T12:19:15.825045Z",
"latest_published_at": "2026-07-31T06:58:57.011990Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 4,
"stars": 15,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"fuzz/Cargo.toml",
"stun-proto/Cargo.toml",
"stun-types/Cargo.toml"
],
"largest_source_bytes": 150167,
"source_files_sampled": 29,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"fuzz/Cargo.toml",
"stun-proto/Cargo.toml",
"stun-types/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": 128,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 12,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "stun-types",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.1"
},
{
"name": "hashbrown",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "base64",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "byteorder",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rand",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "sans-io-time",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "siphasher",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "smallvec",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "stun-proto/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "byteorder",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "crc",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "hmac",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "md-5",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "rand",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "sha1",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "sha2",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "subtle",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "arbitrary",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "smallvec",
"manifest": "stun-types/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "arbitrary",
"direct": true,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": true,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "crc",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "crc",
"direct": true,
"version": "3.4.0",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": true,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": true,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "md-5",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "md-5",
"direct": true,
"version": "0.10.6",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "sans-io-time",
"direct": true,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "sha1",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha1",
"direct": true,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": true,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": true,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "stun-types",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": true,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "anes",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "ciborium",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-io",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-ll",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "crc-catalog",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "criterion-plot",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.20",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.22",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "derive_arbitrary",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.17.0",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": false,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.35",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.189",
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.3",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "oorandom",
"direct": false,
"version": "11.1.5",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "plotters",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-backend",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-svg",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "precis-core",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "precis-profiles",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "precis-profiles",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "precis-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.107",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.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": "rayon",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.16",
"ecosystem": "crates"
},
{
"name": "regex-lite",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": "1.0.151",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "stringprep",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "stringprep",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.119",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.10",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "tracing-log",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "ucd-parse",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "unicode-bidi",
"direct": false,
"version": "0.3.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.25",
"ecosystem": "crates"
},
{
"name": "unicode-properties",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.4+wasi-0.2.12",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.55",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.55",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 140,
"direct_count": 24,
"indirect_count": 116
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 135,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 5,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ystreet",
"commits": 263,
"avatar_url": "https://avatars.githubusercontent.com/u/1631425?v=4"
},
{
"type": "User",
"login": "lehmanju",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6310133?v=4"
},
{
"type": "User",
"login": "dmitry-sobinov-sc",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/186894253?v=4"
},
{
"type": "User",
"login": "philn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34114?v=4"
},
{
"type": "User",
"login": "tp-m",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3854464?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.981
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"deny.yml",
"rust-coverage.yml",
"rust-doc.yml",
"rust-fmt.yml",
"rust-fuzz.yml",
"rust.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 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": "22 out of 22 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": 0,
"reason": "Found 0/22 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"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": "6eafcd5d6a3cf7699ec34fc31d917bb366e995ee",
"ran_at": "2026-07-31T18:32:46Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T06:57:27Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-31T06:56:06Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ystreet/stun-proto",
"host": "github.com",
"name": "stun-proto",
"owner": "ystreet"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 60,
"calibrated": 65,
"calibration": "2026-08-02"
}
}
],
"value": 65,
"inputs": {
"security": 64,
"vitality": 82,
"community": 43,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 50,
"ai_readiness": 43,
"weighted_overall_raw": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 82,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"commits_last_year": 108,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 19
},
"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": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "108 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 108
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v2.0.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 47.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~47.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 47.5
}
}
],
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 4,
"stars": 15,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "15 stars",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 15
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"packages": [
"stun-proto",
"stun-types"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 69305,
"monthly_downloads": 8523
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8,523 downloads/month across crates",
"points": 52.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8523,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.981
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"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": 83,
"inputs": {
"merged_prs": 135,
"open_issues": 0,
"closed_issues": 5,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1,
"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": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "135/136 decided PRs merged",
"points": 29.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 135,
"decided": 136
}
}
],
"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 0/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 57,
"inputs": {
"followers": 34,
"owner_type": "User",
"is_verified": null,
"owner_login": "ystreet",
"public_repos": 48,
"account_age_days": 5224
},
"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": "34 followers of ystreet",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 34,
"login": "ystreet"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "48 public repos, account ~14 yr old",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 48
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"stun-proto",
"stun-types"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"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": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 50,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"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": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"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": "22 out of 22 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": 60,
"inputs": {
"topics": [
"sans-io",
"stun"
],
"has_wiki": true,
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 64,
"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": 55,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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": "22 out of 22 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 0/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"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 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": "exceptional",
"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 128 resolved dependencies against OSV; 12 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": 128
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 12
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 128,
"unassessed_packages": 12,
"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": "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": 128,
"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": 5
},
"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": 43,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.59,
"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": "59 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 59,
"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",
"stun-proto/Cargo.toml",
"stun-types/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, fuzz/Cargo.toml, stun-proto/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, fuzz/Cargo.toml, stun-proto/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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 150167,
"source_files_sampled": 29,
"oversized_source_files": 3
},
"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": "3/29 source files over 60KB",
"points": 49.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 3
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"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.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:stun-proto@2.0.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-31T18:33:03.242377Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/ystreet/stun-proto.svg",
"full_name": "ystreet/stun-proto",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}