JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"rust",
"sdp",
"multimedia",
"sdp-parser",
"streaming",
"parsers",
"serializer"
],
"is_fork": false,
"size_kb": 233,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 316663
},
"pushed_at": "2026-07-30T13:01:32Z",
"created_at": "2019-12-23T18:12:44Z",
"owner_type": "User",
"updated_at": "2026-07-30T12:52:44Z",
"description": "SDP (RFC 4566) types and parsers/serializer",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://coaxion.net",
"name": "Sebastian Dröge",
"type": "User",
"login": "sdroege",
"company": "Centricular Ltd @centricular ",
"location": "Thessaloniki, Greece",
"followers": 462,
"avatar_url": "https://avatars.githubusercontent.com/u/301846?v=4",
"created_at": "2010-06-10T13:22:04Z",
"is_verified": null,
"public_repos": 204,
"account_age_days": 5895
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2026-07-30T12:51:10Z"
},
{
"tag": "0.1.8",
"kind": "patch",
"published_at": "2025-03-10T07:44:11Z"
},
{
"tag": "0.1.7",
"kind": "patch",
"published_at": "2024-09-06T07:11:13Z"
},
{
"tag": "0.1.6",
"kind": "patch",
"published_at": "2024-02-14T08:22:59Z"
},
{
"tag": "0.1.5",
"kind": "patch",
"published_at": "2022-10-28T07:50:08Z"
},
{
"tag": "0.1.4",
"kind": "patch",
"published_at": "2022-03-08T17:11:06Z"
},
{
"tag": "0.1.3",
"kind": "patch",
"published_at": "2021-09-09T06:19:29Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2021-06-05T07:40:09Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2020-02-05T06:17:12Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2019-12-23T19:35:59Z"
}
],
"recent_commits": [
{
"oid": "719817f3043dad8cd17e69d2f3d5541c499a70ba",
"body": null,
"is_bot": false,
"headline": "Release 0.2.0",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2026-07-30T12:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e018077fd55bd28a41b60c81e9ca838fba0ac9",
"body": null,
"is_bot": false,
"headline": "Fix a couple of new clippy warnings",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2026-07-30T12:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf1186ff30f53283f70a57fce95eb9f6e6d98a1",
"body": null,
"is_bot": false,
"headline": "Update MSRV to 1.71",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2026-07-30T12:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6a58ad6d436906d625259962a931ee024d0448",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-30T12:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0540e54cb85f04cc52b4ff970f989dc56954ca3",
"body": null,
"is_bot": false,
"headline": "RtcpFb: improve usability",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-28T05:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1538885116ea93e2f1966aa358c43c7c216bd4e1",
"body": null,
"is_bot": false,
"headline": "Direction: add convenience methods",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-28T05:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb89d07eaae9464b518c473448f65453ce65748",
"body": null,
"is_bot": false,
"headline": "HashFunc: harmonise variants case usage with other enums",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-28T05:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411bf00c1fe116bb8cae8e953db91669ee2f9f6d",
"body": "…ebRTC\n\nRegarding transport protocol, the [RFC] mentions:\n\n> The following transport protocols are defined, but may be extended [...]\n\nSo we need to be able to represent unknown values.\n\nThis commit also adds transport protocols which are used by WebRTC.\n\n[RFC]: https://datatracker.ietf.org/doc/html/rfc8866#section-5.14",
"is_bot": false,
"headline": "TransportProto: extend possible values & add some which are used by W…",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-28T05:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44cd7c53a09669298d43b84a92309cd366181113",
"body": null,
"is_bot": false,
"headline": "builders: add missing _if_some setters",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-28T05:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b74ea0dd6cb75350fe2dc424042ccc0985ee84",
"body": null,
"is_bot": false,
"headline": "clock-signalling: add getter to check whether Rate is 1/1",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-16T15:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec8143435ad932fab9e2eed81ea9f9ecbe8cb913",
"body": "... this proved more convenient and flexible that previous API.",
"is_bot": false,
"headline": "Media & Session: rework get_attributes* & get_first_attribute*",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-16T15:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8285b04dea18008c4fae3a3a563940c6f4411ac1",
"body": null,
"is_bot": false,
"headline": "Eui64: implement From<u64> and as_u64",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-16T15:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b549d189ead3e65eeaf1702ee1e8dd63409b1f62",
"body": null,
"is_bot": false,
"headline": "Add clock-signalling builders",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-16T12:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "072457ae558f25a985dc720917ae96cf0a1d54e9",
"body": null,
"is_bot": false,
"headline": "add clock-signalling",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-16T12:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64a5f2f0f2a57ed6067f5b119f9afe4c08b01c23",
"body": "... and use the TypedAttribute::NAME when possible.",
"is_bot": false,
"headline": "add Rtcp as a known SsrcAttribute",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-16T12:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca034f29a4dba309bcd273804adc0795484a37c",
"body": "... similarly to `get_first_attribute_value`.",
"is_bot": false,
"headline": "Session & Media: add get_first_attribute_typed",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-14T13:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364934ce68023a808f4e80d18983c66038b08d62",
"body": null,
"is_bot": false,
"headline": "Remove AttributeNotFoundError in favor of AttributeError::NotFound",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-07-14T13:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8cffe22a6d06bf48d9cd868788451297602974c",
"body": "This commit adds a `TypedAttribute` getter to `Ssrc`.\n\nEx.:\n\n```rust\nlet ssrc_attr = media.attributes_typed::<Ssrc>().next().unwrap().unwrap();\nlet rtcp_attr = ssrc_attr.get_typed::<Rtcp>().unwrap();\n\nprintln!(\n \"{}: rtcp address {}:{}\",\n ssrc_attr.ssrc_id,\n rtcp_attr.connection_address,\n rtcp_attr.port,\n);\n\n```",
"is_bot": false,
"headline": "ssrc: add a TypedAttribute getter",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-06-20T15:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87871a5c5f7390c2b77bda0959604bfc573ed16e",
"body": "Constructors arguments include all non-optionals & non-collections attributes.\n`String` arguments use `impl ToString`.",
"is_bot": false,
"headline": "Add constructors, setters, adders & builders",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-06-20T15:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b8bcdea708f586f5ec19496b850906d7524f3f",
"body": "The specification for `Origin` in the [RFC8866] indicates:\n\n> <addrtype>: Initially, \"IP4\" and \"IP6\" are defined, but other values MAY be\n> registered in the future.\n\nFor this reason, this commit adds an `Other` variant to `AddrType`.\n\nThe grammar for the unicast / multicast addresses specify the\n[…]\nps://datatracker.ietf.org/doc/html/rfc8866#section-5.2\n[section 9]: https://datatracker.ietf.org/doc/html/rfc8866#section-9\n[section 8.2.6]: https://datatracker.ietf.org/doc/html/rfc8866#section-8.2.6",
"is_bot": false,
"headline": "network address related types: allow using non-IpAddr",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-06-20T15:52:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc0752b5b00a005cc51aecec4996a5bc31434a7a",
"body": "This is more common a convention and it doesn't clash with other setters.\nEven if we decided to introduce `impl ToString` setters, using current setters\nshould be preferred since they use a typed argument.",
"is_bot": false,
"headline": "lib: rename set_from_* setters as set_*",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-06-20T15:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd2e59a193de375838a8a117cc990f95e073bc8",
"body": null,
"is_bot": false,
"headline": "lib: move impl blocks after their struct definition",
"author_name": "François Laignel",
"author_login": "fengalin",
"committed_at": "2026-06-20T15:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3448515af2c2a2806b2163e846bfb50f8eda9b0",
"body": "Add enums and structs for various SDP fields and attributes and implement\nmethods to parse the types from strings and serialize them back.",
"is_bot": false,
"headline": "Define types for various string fields and attributes in SDP",
"author_name": "Taruntej Kanakamalla",
"author_login": "tkanakamalla",
"committed_at": "2026-06-15T06:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2dec8c5e9b443e068328f709b5a641ef2bcfb32",
"body": null,
"is_bot": false,
"headline": "Add parse example",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2026-04-27T09:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454eb8c0e7c110f769105992778604c9563f6e87",
"body": null,
"is_bot": false,
"headline": "fuzz: add corpus for parse_session",
"author_name": "Taruntej Kanakamalla",
"author_login": "tkanakamalla",
"committed_at": "2026-04-27T09:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf6621630a9cbb8bd1ff18c1e618a2153558d5a",
"body": null,
"is_bot": false,
"headline": "fuzz: serialize the parsed session",
"author_name": "Taruntej Kanakamalla",
"author_login": "tkanakamalla",
"committed_at": "2026-04-27T09:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae34d5738567febdf6637b39802e3d78953d5c90",
"body": "cargo-fuzz reports a crash due to this",
"is_bot": false,
"headline": "remove the use of assert in media parsing",
"author_name": "Taruntej Kanakamalla",
"author_login": "tkanakamalla",
"committed_at": "2026-04-27T09:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1634c96a447ee0e79e12cf8acca4749cbc3c6cd",
"body": null,
"is_bot": false,
"headline": "add cargo-fuzz to the Github CI",
"author_name": "Taruntej Kanakamalla",
"author_login": "tkanakamalla",
"committed_at": "2026-04-27T09:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b0fd3339ba9a08be44d5aab04f3b5e61b41f91e",
"body": null,
"is_bot": false,
"headline": "Fix various new clippy warnings",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2025-07-08T08:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e37f83eb7e526b5215bd9f13bf8675fe38d2a7",
"body": null,
"is_bot": false,
"headline": "Release 0.1.8",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2025-03-10T07:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f08c43f27534177d4632dc2cc219b4b1905524",
"body": null,
"is_bot": false,
"headline": "Ignore extra trailing spaces in some fields",
"author_name": "bakatrouble",
"author_login": "bakatrouble",
"committed_at": "2025-03-10T07:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d5836921a7c5a044d131d6bdf3280e140cd443",
"body": null,
"is_bot": false,
"headline": "Release 0.1.7",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2024-09-06T07:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f351361d8b994abebaab000fd7c586a0794859",
"body": null,
"is_bot": false,
"headline": "Added serde derived Serializer / Deserializer behind a feature flag",
"author_name": "josephhajduk",
"author_login": null,
"committed_at": "2024-09-06T06:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46985f1d4830b8dd687dfaad96180d25548fab92",
"body": null,
"is_bot": false,
"headline": "Release 0.1.6",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2024-02-14T08:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f81b50765fb5224f629306f8d54283ab1a2656",
"body": null,
"is_bot": false,
"headline": "Run CI for MSRV",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2024-02-14T08:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b6d4b855bd3191e1af7f92502a8335f79d7534",
"body": null,
"is_bot": false,
"headline": "Set MSRV to 1.65",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2024-02-14T08:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98372013d4b1e95747c9dc28d724f1aecc75a7d0",
"body": null,
"is_bot": false,
"headline": "No default features of bstr",
"author_name": "LoveSy",
"author_login": "yujincheng08",
"committed_at": "2024-02-14T07:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e1a863aebc7b91a500771c93d5c94797f1b034",
"body": null,
"is_bot": false,
"headline": "Fix new clippy warning",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2024-01-01T11:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d0a2c4b8b1fc1ddf1c60a01dc717a2f4e2d514",
"body": null,
"is_bot": false,
"headline": "Update CI to run on main branch",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2023-08-15T06:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17ef65c8bbb9dbbac6da49d31126ab786595c96d",
"body": null,
"is_bot": false,
"headline": "Update to fallible-iterator 0.2",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2023-08-15T06:05:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723e08bdf8d0aafc38d5471525889178e1183270",
"body": null,
"is_bot": false,
"headline": "allow session name to be missing",
"author_name": "Nimi Wariboko Jr",
"author_login": "nemosupremo",
"committed_at": "2023-08-15T06:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b94547d33a0336ed72b58319a2ede9d57fb7eb",
"body": null,
"is_bot": false,
"headline": "Ignore unexpected lines",
"author_name": "Chris Spencer",
"author_login": "spencercw",
"committed_at": "2023-08-14T15:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76665fbf053d5b4bbd836cf7547a0c3485321dcb",
"body": null,
"is_bot": false,
"headline": "Release 0.1.5",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2022-10-28T07:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f709d377c20a5f1a8a931f6e321e846aa2797f",
"body": null,
"is_bot": false,
"headline": "Fix some clippy warnings",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2022-10-28T07:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2125df993c62ab50d59e578b67faedd3b9b5801",
"body": null,
"is_bot": false,
"headline": "Update to bstr 1",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2022-10-28T07:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0958e9453f1208553d5eeb233277948e784093",
"body": null,
"is_bot": false,
"headline": "Update version to 0.1.4",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2022-03-08T17:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adcf11ce3fab87a7458069e22507b6259e93700d",
"body": "Fixes #13",
"is_bot": false,
"headline": "allow origin line to be missing",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2022-03-08T17:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a9047b4a33c9f1a5f92bd96b30199a1ec3243b",
"body": null,
"is_bot": false,
"headline": "Update version to 0.1.3",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2021-09-09T06:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c2685f7f6d7eef3df4107b052685b1e04e0475",
"body": null,
"is_bot": false,
"headline": "minor cleanup: reduce tuple usage in favor of Line",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-09-09T06:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88f200ff9326fdfffefa83c2dd7944669cf32550",
"body": "Fixes #10",
"is_bot": false,
"headline": "more permissive parsing",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-09-09T06:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e6ffcf6c8d6019cf8e1ca28fcaed199c20bbffb",
"body": null,
"is_bot": false,
"headline": "use 1-based line numbers as humans expect",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-09-09T06:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04f5871d3cce48fed67bf94865e686892b544768",
"body": null,
"is_bot": false,
"headline": "Release 0.1.2",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2021-06-05T07:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f377228f3e4510a70fad6ddb250bdcb891dbaf8",
"body": null,
"is_bot": false,
"headline": "don't panic on overflowing time zone offset",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-05-25T07:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1faa627342a5416fa17327da07309577faf75099",
"body": null,
"is_bot": false,
"headline": "don't panic on b\"v\\n\"",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-05-25T07:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c903c4d45b9059a397c270a822895476e06c9815",
"body": "This almost immediately finds a panic while parsing `[118, 10]`.",
"is_bot": false,
"headline": "add fuzz tester",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-05-25T07:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71bde335c868e94395bddd40f20fa6883032227a",
"body": "While the RFC does not specify handling of blank lines, various software inserts them and skipping over them would make it possible to parse their SDPs.",
"is_bot": false,
"headline": "Ignore blank lines in the SDP",
"author_name": "Lucas Zanella",
"author_login": "lattice0",
"committed_at": "2021-05-11T18:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57200db82517b55f7d824fdd28031e15426ab566",
"body": null,
"is_bot": false,
"headline": "Fix some more clippy warnings",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2021-05-11T08:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbfcca889a5aba58288f0435e3e161c7c18c4f1",
"body": null,
"is_bot": false,
"headline": "Fix various clippy warnings",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2021-05-11T08:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c4846a40a805d04266f69734be677106e967c7a",
"body": null,
"is_bot": false,
"headline": "Fix various clippy warnings",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2020-11-13T11:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb279971afd43b63af4fa3bb7095c0fb7bd3ba2",
"body": null,
"is_bot": false,
"headline": "Add GitHub actions badge into README.md",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2020-11-13T11:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c84a328c8230bd253c262730170661a0ae48a99",
"body": null,
"is_bot": false,
"headline": "Add GitHub actions CI and remove travis",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2020-11-13T11:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a204d953c7842b8efb61808a66a5b40d42b03e",
"body": null,
"is_bot": false,
"headline": "Add CHANGELOG.md and update to 0.1.1",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2020-02-05T06:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4553fe2e42bb53e0c235cc83e40d0cb5ec1bbac7",
"body": null,
"is_bot": false,
"headline": "Remove unneeded check for trailing data in key lines",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2020-02-05T06:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7ca6e5dee2776777165be193e6f2d47d9f67e3f",
"body": "Everything after the first ':' is the value, even if it includes\nadditional ':'.\n\nFixes https://github.com/sdroege/sdp-types/issues/2",
"is_bot": false,
"headline": "Don't treat attributes/keys with values containing a ':' as invalid",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2020-02-05T06:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5ab36ebf00fb57bf69eed49cf4c3bf23645706",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2019-12-23T19:35:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 27,
"latest_release_at": "2026-07-30T12:51:10Z",
"latest_release_tag": "0.2.0",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 6,
"days_since_latest_release": 1,
"mean_days_between_releases": 267.9
},
"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": "sdp-types",
"exists": true,
"license": "MIT",
"keywords": [
"protocol",
"streaming",
"network",
"sdp",
"multimedia",
"multimedia",
"network-programming"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/sdp-types",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/sdroege/sdp-types",
"versions_count": 11,
"total_downloads": 425167,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 38284,
"first_published_at": "2019-06-30T19:52:16.532384Z",
"latest_published_at": "2026-07-30T13:01:12.309556Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 13,
"stars": 13,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2021-04-30",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 4
},
"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"
],
"largest_source_bytes": 92668,
"source_files_sampled": 9,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"fuzz/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bstr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "fallible-iterator",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "hex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.3"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bstr",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "fallible-iterator",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hex",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 5,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 19,
"open_issues": 3,
"closed_ratio": 0.727,
"closed_issues": 8,
"closed_unmerged_prs": 2
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sdroege",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/301846?v=4"
},
{
"type": "User",
"login": "fengalin",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/28687262?v=4"
},
{
"type": "User",
"login": "scottlamb",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/8949524?v=4"
},
{
"type": "User",
"login": "tkanakamalla",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/38291832?v=4"
},
{
"type": "User",
"login": "spencercw",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/595813?v=4"
},
{
"type": "User",
"login": "yujincheng08",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5022927?v=4"
},
{
"type": "User",
"login": "lattice0",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6632321?v=4"
},
{
"type": "User",
"login": "nemosupremo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/940094?v=4"
},
{
"type": "User",
"login": "bakatrouble",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7340354?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.438
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"rust-fuzz.yml",
"sdp-types.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 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": 6,
"reason": "Found 8/13 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 10,
"reason": "23 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "719817f3043dad8cd17e69d2f3d5541c499a70ba",
"ran_at": "2026-07-31T23:48:29Z",
"aggregate_score": 5.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-30T12:53:05Z",
"oldest_open_prs": [
{
"number": 18,
"created_at": "2023-12-31T18:56:00Z",
"last_comment_at": "2024-02-14T08:02:38Z",
"last_comment_author": "sdroege"
}
],
"last_merged_pr_at": "2026-07-30T12:40:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2020-11-11T21:35:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2023-12-28T15:26:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2026-06-13T13:05:11Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sdroege/sdp-types",
"host": "github.com",
"name": "sdp-types",
"owner": "sdroege"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 59 is calibrated to 63 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 59,
"calibrated": 63,
"calibration": "2026-08-02"
}
}
],
"value": 63,
"inputs": {
"security": 54,
"vitality": 67,
"community": 47,
"governance": 74,
"calibration": "2026-08-02",
"engineering": 50,
"ai_readiness": 33,
"weighted_overall_raw": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 67,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 27,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "27 commits in the last year",
"points": 13,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 27
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 72,
"inputs": {
"releases_count": 10,
"latest_release_tag": "0.2.0",
"releases_from_tags": true,
"days_since_latest_release": 1,
"mean_days_between_releases": 267.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~267.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 267.9
}
}
],
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 47,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 13,
"stars": 13,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"packages": [
"sdp-types"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 425167,
"monthly_downloads": 38284
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "38,284 downloads/month across crates",
"points": 61.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 38284,
"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": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.438
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 44% of commits",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"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": 77,
"inputs": {
"merged_prs": 19,
"open_issues": 3,
"closed_issues": 8,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.727,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 30.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/21 decided PRs merged",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 21
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/13 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"followers": 462,
"owner_type": "User",
"is_verified": null,
"owner_login": "sdroege",
"public_repos": 204,
"account_age_days": 5895
},
"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": "462 followers of sdroege",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 462,
"login": "sdroege"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "204 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 204
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"sdp-types"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "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": "8 out of 8 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": [
"rust",
"sdp",
"multimedia",
"sdp-parser",
"streaming",
"parsers",
"serializer"
],
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 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 8/13 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "23 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"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": 33,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.185,
"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": "12 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 65",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 65
}
}
],
"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": 92668,
"source_files_sampled": 9,
"oversized_source_files": 1
},
"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": "1/9 source files over 60KB",
"points": 48.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 1
}
}
],
"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)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:sdp-types@0.2.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-31T23:48:44.558481Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sdroege/sdp-types.svg",
"full_name": "sdroege/sdp-types",
"license_state": "standard",
"license_spdx": "MIT"
}