JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"jwt",
"rust",
"jsonwebtoken"
],
"is_fork": false,
"size_kb": 434,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 202950
},
"pushed_at": "2026-07-24T10:59:44Z",
"created_at": "2015-11-01T22:35:34Z",
"owner_type": "User",
"updated_at": "2026-07-24T10:59:18Z",
"description": "JWT lib in rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "http://www.vincentprouillet.com",
"name": "Vincent Prouillet",
"type": "User",
"login": "Keats",
"company": null,
"location": "EU",
"followers": 862,
"avatar_url": "https://avatars.githubusercontent.com/u/680355?v=4",
"created_at": "2011-03-20T19:17:59Z",
"is_verified": null,
"public_repos": 173,
"account_age_days": 5604
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v11.0.0",
"kind": "major",
"published_at": "2026-07-24T10:58:56Z"
},
{
"tag": "v10.4.0",
"kind": "minor",
"published_at": "2026-05-11T08:55:48Z"
},
{
"tag": "v10.3.0",
"kind": "minor",
"published_at": "2026-01-27T10:15:05Z"
},
{
"tag": "v10.2.0",
"kind": "minor",
"published_at": "2025-11-06T19:36:32Z"
},
{
"tag": "v10.1.0",
"kind": "minor",
"published_at": "2025-10-18T18:07:21Z"
},
{
"tag": "v10.0.0",
"kind": "major",
"published_at": "2025-09-29T19:37:12Z"
},
{
"tag": "v9.3.1",
"kind": "patch",
"published_at": "2025-02-06T20:04:36Z"
},
{
"tag": "v9.3.0",
"kind": "minor",
"published_at": "2024-03-21T22:20:35Z"
},
{
"tag": "v9.2.0",
"kind": "minor",
"published_at": "2023-12-01T10:33:40Z"
},
{
"tag": "v9.1.0",
"kind": "minor",
"published_at": "2023-10-21T21:26:54Z"
},
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2023-10-16T10:54:01Z"
},
{
"tag": "v8.3.0",
"kind": "minor",
"published_at": "2023-03-15T19:12:37Z"
},
{
"tag": "v8.2.0",
"kind": "minor",
"published_at": "2022-12-03T21:45:36Z"
},
{
"tag": "v8.1.1",
"kind": "patch",
"published_at": "2022-06-17T19:32:03Z"
},
{
"tag": "v8.1.0",
"kind": "minor",
"published_at": "2022-04-12T18:44:30Z"
},
{
"tag": "v8.0.1",
"kind": "patch",
"published_at": "2022-02-03T19:50:31Z"
},
{
"tag": "v8.0.0",
"kind": "major",
"published_at": "2022-02-02T21:10:11Z"
},
{
"tag": "v7.2.0",
"kind": "minor",
"published_at": "2020-06-30T19:26:50Z"
},
{
"tag": "v7.1.2",
"kind": "patch",
"published_at": "2020-06-16T10:07:08Z"
},
{
"tag": "v7.1.1",
"kind": "patch",
"published_at": "2020-06-09T20:00:37Z"
},
{
"tag": "v7.0.1",
"kind": "patch",
"published_at": "2020-01-31T05:28:00Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2017-04-23T05:16:38Z"
}
],
"recent_commits": [
{
"oid": "900010fb1be550ec2cfa8c32038eb154f9ef56d7",
"body": null,
"is_bot": false,
"headline": "Bump v11",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-07-24T10:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aac5ae389808b237788faef4afb454ff4538097",
"body": null,
"is_bot": false,
"headline": "Allow deserializing unknown key type JWKs (#530)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-07-24T10:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ea8f0efd1b102342db6de34e2e43592e2c02e5",
"body": "This allows others to use JwkSet in their types and #derive(Default).\n\nFixes: Keats/jsonwebtoken#526",
"is_bot": false,
"headline": "Implement Default on JwkSet (#527)",
"author_name": "Chris Bandy",
"author_login": "cbandy",
"committed_at": "2026-07-13T02:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249f5f7d84a91f7302c278306c98148fe56d03e9",
"body": null,
"is_bot": false,
"headline": "Don't panic when computing thumbprint (#524)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-07-06T12:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d9c38ed39a5c3883f9084ac1da87c61ed782a1",
"body": "* Fix readme crate version\n\n* Fix some imports\n\n* Update changelog for v11",
"is_bot": false,
"headline": "Prepare for v11 release (#522)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-06-30T11:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6086da74f433abf495601c4e6e6e96f600d13819",
"body": null,
"is_bot": false,
"headline": "Unify encoding and decoding key APIs (#515)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-06-20T22:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474728f9198037f2bc86a883918ccac6d8ebb2a2",
"body": null,
"is_bot": false,
"headline": "Remove deprecated `insecure_disable_signature_validation` (#521)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-06-20T22:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a1dc64d93735a3951480f01435620f4444ef90",
"body": "* Feat: Added support for JWK decoding Ed25519 keys\n\n* added some basis for ed488\n\n* wasm test import fix\n\n* resolved more of the merge issues\n\n* correction\n\n* Review changes\n\n* Non-exhasutive curves\n\n* Added ans1 as a dep\n\n* review changes\n\n* Removed the ability to extract Ed448 from a PEM\n\n* Added a warning to the decode method\n\n* Removed all Ed448 references",
"is_bot": false,
"headline": "Feat: Added support for JWK decoding Ed25519 keys (#506)",
"author_name": "Richard Paterson",
"author_login": "richy1623",
"committed_at": "2026-06-20T16:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e681247d61f5dc3a0f6e5138094f1b15a5aebdb0",
"body": "Allow for constructing a Jwk from a decoding key.\nThis allows it to be created from a DER encoded file, for example.\n\nThis patch renames JwkUtils to KeyUtils.",
"is_bot": false,
"headline": "feat: add Jwk::from_decoding_key (#475)",
"author_name": "Eugene Yakubovich",
"author_login": "eyakubovich",
"committed_at": "2026-06-09T20:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba16eb4e77230cd759879ff8bffa144afb1a82b",
"body": null,
"is_bot": false,
"headline": "Allow conversion between Algorithm and KeyAlgorithm (#516)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-05-29T14:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ccfe655aad3c7511cb5dcd920a8d14bd4d5ad3",
"body": "* Fix some pedantic clippy complaints\n\n* Add some doc, more consistent style\n\n* Update readme",
"is_bot": false,
"headline": "Small clippy and documentation fixes (#514)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-05-29T12:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89c743d222aee5ae1c21d3c3197dabdf25f7f77",
"body": null,
"is_bot": false,
"headline": "Make header extras a dedicated struct (#512)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-05-17T14:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa89018753f61d128fc79e7cc6f6721b2d953816",
"body": "…ail (#494)",
"is_bot": false,
"headline": "Make Algorithm enum non_exhaustive, allow thumbprint computation to f…",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-05-12T13:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f108f82cdad0c4cd9a5aed5e3dad652fe1c772b6",
"body": null,
"is_bot": false,
"headline": "Remove implicit feature flags (#453)",
"author_name": "bouzuya",
"author_login": "bouzuya",
"committed_at": "2026-05-12T12:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69a8fbf40a83c3d87301e75148e02b2090e4feed",
"body": null,
"is_bot": false,
"headline": "v10.4.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-05-11T08:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18e40f5ff78939ffab88b5e44ee4d0199696e38",
"body": null,
"is_bot": false,
"headline": "Update changelog for 10.4.0 (#507)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-05-07T13:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd238956b39b507e715b4b0bb4ca99328e75cbc",
"body": "Addresses #337\n\n`PemEncodedKey` is still not zeroized and may contain sensistive data.\nCurrently, it uses simple_asn1 which does not support zeroize and also\ndoes not support parsing without taking ownership of the data.",
"is_bot": false,
"headline": "security: zeroize encoding and decoding keys (#483)",
"author_name": "boxdot",
"author_login": "boxdot",
"committed_at": "2026-04-18T19:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "991e89a6e62857a48270764385382e26d780e90a",
"body": null,
"is_bot": false,
"headline": "Fix more clippy complaints (#503)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-04-17T21:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f21132105b4e2220d71e5ef50fee8ed07c9662",
"body": "* algorithms: expose `Algorithm::family`\n\nIt is available on `DecodingKey`. Since `Validation` ends up masking out\nkeys based on a single family, allow crates to create a list of\nsupported algorithms based on the family in use.\n\nSee: #297\n\n* validation: support constructing for a family of algorithms",
"is_bot": false,
"headline": "algorithms: expose `AlgorithmFamily` (#466)",
"author_name": "Ben Boeckel",
"author_login": "mathstuf",
"committed_at": "2026-04-17T21:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c5931a08e8cb30815ec883452ed0479b361e19c",
"body": null,
"is_bot": false,
"headline": "Fixup typo in the DecodingKey::from_ec_der method (#501)",
"author_name": "Arthur Gautier",
"author_login": "baloo",
"committed_at": "2026-04-14T21:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a80349922c2e17481cf4b0d1556e967eff7714e",
"body": "* Fail for clippy\n\n* Bump MSRV",
"is_bot": false,
"headline": "Small fixes (#498)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-04-14T21:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9934c7fe3aa7224b83594e9d4d1851df5f9e59f9",
"body": "In the thumbprint() function, the serialized format of the Ed25519 curve is missing double quotes around \"crv\", which would likely affect interoperability between other implementations.\r\n\r\nFixes #484",
"is_bot": false,
"headline": "Fix formatting in Ed25519 key serialization (#485)",
"author_name": "Michael Scovetta",
"author_login": "scovetta",
"committed_at": "2026-02-22T12:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abbc3076742c4161347bc6b8bf4aa5eb86e1dc01",
"body": null,
"is_bot": false,
"headline": "Fix type confusion",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-01-27T10:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99740d15420b735cd3ba90db1e8dfdbcaa51b2f",
"body": "Before these changes this fails:\n\n```\ncargo minimal-versions check --no-default-features --features aws_lc_rs\n```",
"is_bot": false,
"headline": "fix: bump minimal version requirements (#481)",
"author_name": "Carlos O'Ryan",
"author_login": "coryan",
"committed_at": "2026-01-27T09:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d15e042cb623ca0bd67374c0fc09a5da323c2e",
"body": "Closes #473",
"is_bot": false,
"headline": "Use try_sign to avoid panics (#479)",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-01-27T09:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "245858fdf3fade3ef176d49d00334dec9e9f6b0b",
"body": null,
"is_bot": false,
"headline": "Bump some dep",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-01-12T21:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "122c2ed079dddf8d174492007c778aa495efde8d",
"body": null,
"is_bot": false,
"headline": "Bump action number in CI",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-01-12T20:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e0c7fa4042e71b3d3482777b956f5918f91ac2",
"body": null,
"is_bot": false,
"headline": "Expose cryptography backends via CryptoProvider (#452)",
"author_name": "arckoor",
"author_login": "arckoor",
"committed_at": "2026-01-12T20:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a3fc25b48be0af5fdab63b5698b2a24f59b3ef",
"body": null,
"is_bot": false,
"headline": "Do not fail for clippy",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-11-06T19:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3226cfc82bea494ad914f529b3549137099f2406",
"body": null,
"is_bot": false,
"headline": "Prepare for release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-11-06T19:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe58f99b49e08da856db61eb1fbcc0d1da22a2a",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary Clone bounds from decode functions (#458)",
"author_name": "Ole Kristian Sandum",
"author_login": "okkero",
"committed_at": "2025-10-30T08:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3e19c38c11564191b7b63199df7f577d407621",
"body": null,
"is_bot": false,
"headline": "Fix function names in README (#457)",
"author_name": "bouzuya",
"author_login": "bouzuya",
"committed_at": "2025-10-27T14:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655abeb971208fb5771a40e2fba66a937fa20f86",
"body": null,
"is_bot": false,
"headline": "Ready for release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-10-18T18:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96982ded0e843a26e2afcc9ee34c63a0d017658",
"body": null,
"is_bot": false,
"headline": "Fix a few markdown issues in docs (#446)",
"author_name": "Adam Gutglick",
"author_login": "AdamGS",
"committed_at": "2025-10-09T17:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbcfd39f2fcfb9acbeebc655f71b511a4bcf6868",
"body": "* feat: add `dangerous::insecure_decode`\n\nAdd `jsonwebtoken::dangerous::insecure_decode` to support decoding\nheaders and claims with no signature validation.\n\n* chore: deprecate `insecure_disable_signature_validation`\n\nAdd deprecated attribute to\n`Validation::insecure_disable_signature_validation`",
"is_bot": false,
"headline": "feat: add `dangerous::insecure_decode` (#441)",
"author_name": "dsykes16",
"author_login": "dsykes16",
"committed_at": "2025-10-09T08:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba3fcee1e75efea53d4937f44a13bf10235fc99",
"body": "Add `rust_crypto` feature to docs.rs build to resolve failing docs.rs\nbuild.\n\nCloses #440",
"is_bot": false,
"headline": "fix(docs): add `rust_crypto` feature to docs.rs build (#443)",
"author_name": "dsykes16",
"author_login": "dsykes16",
"committed_at": "2025-10-09T07:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29fa3b1f7d18f80f4ef4e2c2144376c194206e03",
"body": null,
"is_bot": false,
"headline": "Implement TryFrom &Jwk for DecodingKey (#437)",
"author_name": "tottoto",
"author_login": "tottoto",
"committed_at": "2025-10-09T07:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14567554a5e0820d76797806638372c75a8635e3",
"body": "…e (#430)",
"is_bot": false,
"headline": "Use DecodingKey::from_jwk to get DecodingKey from JWK in auth0 exampl…",
"author_name": "tottoto",
"author_login": "tottoto",
"committed_at": "2025-09-30T19:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72a3d4b53f859393c5365992c795f2b4bb13142",
"body": null,
"is_bot": false,
"headline": "cargo fmt post edition bump",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f26101914b4b1817e732dbb74b1ed493d0592c",
"body": null,
"is_bot": false,
"headline": "Bump rust edition",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a98086df15c46ae8cc738a34b1664253b34ac27",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5764f1422f22ab1b69ee624d61efe1d7c2faa5",
"body": "From #359 and @andrewbaxter",
"is_bot": false,
"headline": "Changes to support ACME, including JWS",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca09d64cc7d2ba85d1357c0afc72b7373e558b9b",
"body": "From #400 by @ThatNerdUKnow",
"is_bot": false,
"headline": "Add unknown alg for jwk",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f1ef4bc4df33f4dd682f4769c36008c293caa9",
"body": "Taken from #387 by @kvc0",
"is_bot": false,
"headline": "Support decoding byte slice",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1cf92c768105636fd3f58d716f6360df22eb413",
"body": null,
"is_bot": false,
"headline": "Fix dupe",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b37a1041060052cdf4bf9221c1ac37064ffc7f6",
"body": "Closes #432",
"is_bot": false,
"headline": "Add Clone bound for decode",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T19:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac10042519edc4ec179390c40de6e6f7cb76238b",
"body": null,
"is_bot": false,
"headline": "Treat empty audience as equivalent to no audience (#350)",
"author_name": "MarcusGrass",
"author_login": "MarcusGrass",
"committed_at": "2025-09-29T09:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c6011db4b65d617c825cc887f7c28a7e7819603",
"body": "Closes #388\nAll credits to @0xd-0",
"is_bot": false,
"headline": "Fix potential panic with bad exp set (#390)",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-09-29T09:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5e43fec42c7efd1742176d5b8c0658c76a6923",
"body": "This implements Hash for JwkSet, which allows it to be cached in a hashmap.",
"is_bot": false,
"headline": "fix: implement hash for JwkSet (#392)",
"author_name": "Amin Ya",
"author_login": "aminya",
"committed_at": "2025-09-29T09:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ca386b1f8ca8d6b8ebc1af697a1205503fed0a",
"body": "* Made algorithm family public\n\n* made family public\n\n* Added src doc for alorightms on family",
"is_bot": false,
"headline": "Make family public (#351)",
"author_name": "brymko",
"author_login": "brymko",
"committed_at": "2025-09-29T09:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b8fc1fd067973318a08ebeb88dabc5b2d6b4df6",
"body": "…lds (#406)",
"is_bot": false,
"headline": "Implement Debug on Decoding/EncodingKey while redacting sensitive fie…",
"author_name": "Matthew Martin",
"author_login": "phy1729",
"committed_at": "2025-09-29T08:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6703684eb706b524a332fd5ce8b541d4459b765",
"body": "* support wasm\n\n* upgrade dependency\n\n* remove ring\n\n* fix wasm test failed\n\n* fix cargo format\n\n* change ci branch\n\n* fix ci\n\n* fix ci\n\n* fix ci\n\n* remove ci branch\n\n* fix examples ed25519 test failed\n\n* Next version\n\n* Remove downgrade steps\n\n* feat(encoder): Add encoder builder\n\n* feat(encoder): \n[…]\njia@gmail.com>\nCo-authored-by: Vincent Prouillet <github@vincentprouillet.com>\nCo-authored-by: Vincent Prouillet <balthek@gmail.com>\nCo-authored-by: sidrubs <52378223+sidrubs@users.noreply.github.com>",
"is_bot": false,
"headline": "Decoupled crypto backends (the rest) (#428)",
"author_name": "Robin Schroer",
"author_login": "sulami",
"committed_at": "2025-09-29T08:49:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cd1887848f7d30f11adb4ebcec6a01baffd5252",
"body": "…t (#420)\n\n* allow users to specify a custom header not defined in the struct\n\n* modify tests, docs and fix broken checks\n\n* inline header encoding and decoding + update bench tests\n\n* formatting\n\n* update bench\n\n* add verify_slices_are_equal to fix deprecation errors\n\n* remove deprecated verify_slices_are_equal\n\n* address comments\n\n* add decode test with extra headers\n\n* bug fix\n\n* fix broken tests",
"is_bot": false,
"headline": "feat: allow users to specify a custom header not defined in the struc…",
"author_name": "Jaya Kasa",
"author_login": "jayakasadev",
"committed_at": "2025-05-04T20:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab8dbb1dfb431c5476195d5998343ec6dddb2bda",
"body": null,
"is_bot": false,
"headline": "fix: no panic if key_algorithm is not set in JWK (#425)",
"author_name": "Kjell Kongsvik",
"author_login": "kjellkongsvik",
"committed_at": "2025-04-26T19:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87bbe49004de17ac1c64bf25d7751c0e43cff5dc",
"body": null,
"is_bot": false,
"headline": "New release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-02-06T20:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c733c786fc9a31362ad21a7498cbd926d1aa7e4b",
"body": null,
"is_bot": false,
"headline": "doc: Clarify MSRV is in Cargo.toml",
"author_name": "MarcoFalke",
"author_login": "maflcko",
"committed_at": "2024-07-11T16:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e48f3b44e27822865101673c049b006b5b4fba",
"body": null,
"is_bot": false,
"headline": "Update base64 to 0.22",
"author_name": "MarcoFalke",
"author_login": "maflcko",
"committed_at": "2024-07-11T16:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbb44e34dbd721c35dedb68ec13a86ff6db6d8b",
"body": null,
"is_bot": false,
"headline": "fix: remove erroneous backtick (#383)",
"author_name": "Jack",
"author_login": "jdockerty",
"committed_at": "2024-04-05T17:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93424d57b3ecb14e2b8628ee2b26bc9456f095b0",
"body": null,
"is_bot": false,
"headline": "complete documentation with required claims (#382)",
"author_name": "Loïc Vincent-Genod",
"author_login": "VGLoic",
"committed_at": "2024-04-01T20:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5162702a858f10613d65c3687bcc627d6595ff9e",
"body": null,
"is_bot": false,
"headline": "v9.3.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2024-03-21T22:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29674b6ec43785da5b56b5b7e6fdba162b72fb58",
"body": "* Add support for the reject_tokens_expiring_in_less_than option.\r\n\r\n* Add comment explaining interacting with leeway.\r\n\r\n* Update minimum supported rust version to support dependency updates.",
"is_bot": false,
"headline": "Add support for the reject_tokens_expiring_in_less_than option. (#370)",
"author_name": "ploftness-tesla",
"author_login": "paulloftness",
"committed_at": "2024-03-21T22:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5266d3f2c4d5b41f46757beefb3d092c1eea74",
"body": null,
"is_bot": false,
"headline": "Refactor auth0 example (#367)",
"author_name": "tottoto",
"author_login": "tottoto",
"committed_at": "2024-03-13T20:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193eb8de9e06a6a3927b0fe69a7c4ddaebe1ca50",
"body": null,
"is_bot": false,
"headline": "Fix typo in jwk.rs (#353)",
"author_name": "TellMin",
"author_login": "TellMin",
"committed_at": "2023-12-17T20:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95cfdfb38eecfe53c819187a3d0f994a182cc638",
"body": null,
"is_bot": false,
"headline": "Set expected audience to validation in auth0 example (#349)",
"author_name": "tottoto",
"author_login": "tottoto",
"committed_at": "2023-12-07T10:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae24bbfc8d4e4297e8e958629fe9eb2d1167a67",
"body": null,
"is_bot": false,
"headline": "Forgot something in changelog",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-12-01T10:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08601f727bea94b61e8d98901b63e43ae1bce350",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-12-01T10:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32eabfb5a85a2ff3c88e24328258867be7ed1879",
"body": "* Add wasm tests using was-bindgen-test and wasm-pack\r\n\r\n* Remove custom wasm feature\r\n\r\n* Add #[wasm_bindgen_test] to remaining tests\r\n\r\n* Try to fix CI\r\n\r\n---------\r\n\r\nCo-authored-by: Vincent Prouillet <github@vincentprouillet.com>",
"is_bot": false,
"headline": "Add wasm tests using was-bindgen-test and wasm-pack (#346)",
"author_name": "Lukas Potthast",
"author_login": "lpotthast",
"committed_at": "2023-12-01T10:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8ca230badc67bdfd70e250a64ba9152d0e4e17",
"body": null,
"is_bot": false,
"headline": "Comment out wasm in CI",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-12-01T10:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f2df2fe000e66405048b8d2473e1d68cbd321d",
"body": null,
"is_bot": false,
"headline": "Next version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-12-01T10:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa92c4f436c1e79ba94429a3b2889e2973ab46f9",
"body": null,
"is_bot": false,
"headline": "Add CI for wasm",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-12-01T10:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f112c08729ad383e8cf3b8dd7e98d40f0eecd4af",
"body": "… (#336)\n\nAdding this allows us to continue using this library to decode a JWT\r\ntoken with a secret (the way it used to be possible pre v9).\r\n\r\nWithout this we cannot update to v9 and we are stuck in v8.3.\r\n\r\nCo-authored-by: sagunb <sagunb@users.noreply.github.com>",
"is_bot": false,
"headline": "Add the ability to decode a JWT token without specifying an audience.…",
"author_name": "Sagun B",
"author_login": "sagunb",
"committed_at": "2023-11-07T11:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f3300960efa0da65fd6533bc3e2dc8f573565b",
"body": "* Do what chrono does\r\n\r\n* Target specific dependencies",
"is_bot": false,
"headline": "Do what chrono does (#341)",
"author_name": "Brandon Dyer",
"author_login": "bakcxoj",
"committed_at": "2023-11-07T11:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004a188e4e01a29879d5804127b969283655cee8",
"body": null,
"is_bot": false,
"headline": "Fix typo in README.md (#343)",
"author_name": "liuliu",
"author_login": "liuliuOD",
"committed_at": "2023-11-06T10:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "895079c81477fd63a1facd0a44a9d8bc0a25c26c",
"body": null,
"is_bot": false,
"headline": "Remove unused import",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-10-21T21:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c8c88fa19dd46c1bb46d20a98d6b88fb490cb02",
"body": null,
"is_bot": false,
"headline": "v9.1.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-10-21T21:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32e0a3beeab410bd18ed108f544162c6880503e",
"body": "* Only deserialization support for missing Algorithm (Keycloak)\r\n\r\n* linting fixes\r\n\r\n* linting change leftover fix\r\n\r\n* KeyAlgorithm moved to mod jwk, typo fixes\r\n\r\n* Moved pub method to Jwk private\r\n\r\n* Removed test",
"is_bot": false,
"headline": "deserialization support for some missing algorithms (#324)",
"author_name": "nick9822",
"author_login": "nick9822",
"committed_at": "2023-10-21T21:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7bb95213beaa029db731bbfc84e344e5ea386ad",
"body": "* Bump version\r\n\r\n* Keep criterion at 0.4",
"is_bot": false,
"headline": "Bump version (#334)",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-10-16T10:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55b45c9329088b272c1c0bb63fb47ce9985f691",
"body": "* Reject tokens when claims has an aud, none expected\r\n\r\nFrom the RFC:\r\n\r\n> Each principal intended to process the JWT MUST\r\n> identify itself with a value in the audience claim. If the principal\r\n> processing the claim does not identify itself with a value in the\r\n> \"aud\" claim when this claim is present, then the JWT MUST be\r\n>rejected.\r\n\r\nCloses #329\r\n\r\n* Note the RFC section we're complying with by rejecting None aud.",
"is_bot": false,
"headline": "Reject tokens when claims has an aud, none expected (#332)",
"author_name": "Graham Christensen",
"author_login": "grahamc",
"committed_at": "2023-10-16T07:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7599eb51d2f075e41f3f647d860ba6e9a58eaef",
"body": null,
"is_bot": false,
"headline": "Upgrade ring. (#333)",
"author_name": "Kyle Huey",
"author_login": "khuey",
"committed_at": "2023-10-16T07:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b8c1e9918a54bae96b688f3740ef57eb0ea997",
"body": "* Update docs and tests for MSRV 1.67\r\n\r\nAs of https://github.com/Keats/jsonwebtoken/pull/303\r\n\r\n* Address all clippy issues\r\n\r\n* Apply `cargo fmt`",
"is_bot": false,
"headline": "Fix CI (#322)",
"author_name": "David Schmitt",
"author_login": "DavidS",
"committed_at": "2023-08-10T14:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d17051c666a97db140325f681a4e479645364084",
"body": "…/nbf (#302)",
"is_bot": false,
"headline": "fix(decoding): do not get_current_timestamp if user dont validate exp…",
"author_name": "Oliver THEBAULT",
"author_login": "Oliboy50",
"committed_at": "2023-06-15T18:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bdfb9140a4718da397891b4eadd249ec8f2e8c6",
"body": "- updating this removes the duplicate base64 dependency as pem 1.x used base64 0.13 still",
"is_bot": false,
"headline": "Update pem dependency to 2.x (#303)",
"author_name": "Edward Rudd",
"author_login": "urkle",
"committed_at": "2023-06-15T18:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a470ed015bb80827c05a24482caab66cf475c772",
"body": "* JWK hmac keys are base64url encoded not standard\r\n\r\nDecodingKey::from_base64_secret uses standard decoding, while \"k\" field\r\nof a jwk is expected to be in base64url instead.\r\n\r\nSigned-off-by: Sjoerd Simons <sjoerd@collabora.com>\r\n\r\n* Test validating HMAC SHA-256 example from RFC7517\r\n\r\nUse the exa\n[…]\n A.1 to validate correct handling\r\nof JWK's containing hmac keys for decoding\r\n\r\nSigned-off-by: Sjoerd Simons <sjoerd@collabora.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Sjoerd Simons <sjoerd@collabora.com>",
"is_bot": false,
"headline": "JWK hmac keys are base64url encoded not standard (#316)",
"author_name": "Sjoerd Simons",
"author_login": "sjoerdsimons",
"committed_at": "2023-06-15T18:28:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cfd1f1c1cae516835d8166fa111b21a5e83aa8ca",
"body": null,
"is_bot": false,
"headline": "Fix typo in README.md (#312)",
"author_name": "Kisaragi",
"author_login": "KisaragiEffective",
"committed_at": "2023-05-19T18:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031d4cf894522bb65d20134ad23374d18a75f506",
"body": "* Update actions to avoid Node.js 12 actions\r\n\r\n* Use dtolnay/rust-toolchain",
"is_bot": false,
"headline": "Update actions to avoid Node.js 12 actions (#307)",
"author_name": "Takayuki Nakata",
"author_login": "giraffate",
"committed_at": "2023-04-10T15:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fba79b25459eacc33a80e1ee37ff8eba64079ca",
"body": null,
"is_bot": false,
"headline": "Ready for release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-03-15T19:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f517b9a9419722c7cf394bede46ef0047c61d128",
"body": "If T: Clone, we can write a Clone implementation for `TokenData`.",
"is_bot": false,
"headline": "Implement Clone for TokenData<T> if T: Clone (#298)",
"author_name": "Gary Coady",
"author_login": "fiadliel",
"committed_at": "2023-03-15T19:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147d24170497a5aa973c74ac4566e8baab97770c",
"body": null,
"is_bot": false,
"headline": "Improve some doc inconsistencies (#258)",
"author_name": "0xc0001a2040",
"author_login": "MrGunflame",
"committed_at": "2023-02-08T21:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0966ec0547ecd1a9213f27af425a609e56c4a6fe",
"body": "* Update actions/checkout version\r\n\r\n* Add rust-version in Cargo.toml",
"is_bot": false,
"headline": "Update actions/checkout version (#291)",
"author_name": "Takayuki Nakata",
"author_login": "giraffate",
"committed_at": "2023-02-02T19:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df1e47c72c7bf1f7c207212541458d8a2b162b3",
"body": null,
"is_bot": false,
"headline": "Suppress warnings when `cargo test --no-default-features` (#289)",
"author_name": "Takayuki Nakata",
"author_login": "giraffate",
"committed_at": "2023-01-25T17:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9343c661f9f9a743f1e3a5e9d461b43ef3702331",
"body": null,
"is_bot": false,
"headline": "Fix some comments (#288)",
"author_name": "Takayuki Nakata",
"author_login": "giraffate",
"committed_at": "2023-01-24T15:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8697a970bd8ed2fd62be71b48bd2b227f9d33b",
"body": "… (#283)",
"is_bot": false,
"headline": "style: use non-reference patterns instead of explicit ref in patterns…",
"author_name": "Samuel Tardieu",
"author_login": "samueltardieu",
"committed_at": "2023-01-21T20:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968a10a84d359e6b30ba6a61ab4efce173c1cc45",
"body": "* chore: update base64 to 0.21.0",
"is_bot": false,
"headline": "Update base64 to 0.21.0 (#278)",
"author_name": "Alexey",
"author_login": "Alexey-N-Chernyshov",
"committed_at": "2023-01-21T19:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4008c8b3587355e9b1c857ea8ec6695edbe3d253",
"body": null,
"is_bot": false,
"headline": "Fix the broken links (#286)",
"author_name": "Takayuki Nakata",
"author_login": "giraffate",
"committed_at": "2023-01-20T15:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ba3513b23b38919022666dc7232c4a5cd7c6af",
"body": "Co-authored-by: Ovidiu Ionescu <ovidiu@ionescu.net>",
"is_bot": false,
"headline": "added an example for ed25519 (#282)",
"author_name": "Ovidiu Ionescu",
"author_login": "ovidiu-ionescu",
"committed_at": "2023-01-06T20:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708d452ca03c9958390fdbc8ce06d0f0bedb708d",
"body": "`jsonwebtoken::Error` doesn't exist, needs to be `jsonwebtoken::errors::Error`",
"is_bot": false,
"headline": "Fix comment on Result type alias (#280)",
"author_name": "Max Bruckner",
"author_login": "FSMaxB",
"committed_at": "2023-01-02T16:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19cb4e27b7fcf395498aae531e29cbb151e13dc",
"body": null,
"is_bot": false,
"headline": "One more clippy tweak",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-12-03T21:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db10dd43d42ddc197a7d3503e59b290af39b4e7e",
"body": null,
"is_bot": false,
"headline": "Prepare for 8.2.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-12-03T21:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a11df50f35c4672dbdded69b23548ccc331b4624",
"body": "Adds CERTIFICATE tag for pem files.\nRSA tests were extended with certificates.\nSelf-signed certificates were generated:\n\n# openssl req -new -key private.pem -out certificate.csr\n# openssl x509 -req -days 358000 -in certificate.csr -signkey private.pem -out certificate.crt\n\ncertificate.crt files may be checked at https://www.sslchecker.com/certdecoder",
"is_bot": false,
"headline": "feature: pem certificate support",
"author_name": "Alexey Chernyshov",
"author_login": "Alexey-N-Chernyshov",
"committed_at": "2022-12-03T21:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b427bc1f929de2f836325f160916ac61d7b7ecf6",
"body": "https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref",
"is_bot": false,
"headline": "lint (clippy): explicit auto deref",
"author_name": "Alexey Chernyshov",
"author_login": "Alexey-N-Chernyshov",
"committed_at": "2022-12-03T21:24:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 50,
"latest_release_at": "2026-07-24T10:58:56Z",
"latest_release_tag": "v11.0.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": 0,
"mean_days_between_releases": 111.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jsonwebtoken",
"exists": true,
"license": "MIT",
"keywords": [
"api",
"token",
"jwt",
"jwk"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/jsonwebtoken",
"is_deprecated": false,
"latest_version": "11.0.0",
"repository_url": "https://github.com/Keats/jsonwebtoken",
"versions_count": 58,
"total_downloads": 157030974,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 12550041,
"first_published_at": "2015-11-02T23:29:26.499058Z",
"latest_published_at": "2026-07-24T10:59:32.987519Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 351,
"stars": 2075,
"watchers": 17,
"fork_history": {
"days": [
{
"date": "2015-11-06",
"count": 1
},
{
"date": "2015-12-13",
"count": 1
},
{
"date": "2015-12-23",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-04-24",
"count": 1
},
{
"date": "2016-05-06",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-07-07",
"count": 1
},
{
"date": "2018-07-13",
"count": 2
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-03-09",
"count": 1
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-29",
"count": 1
},
{
"date": "2019-11-02",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2019-11-24",
"count": 1
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2020-01-18",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-19",
"count": 1
},
{
"date": "2020-02-21",
"count": 1
},
{
"date": "2020-02-23",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-07-05",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-03",
"count": 2
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-26",
"count": 2
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-29",
"count": 2
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2021-11-21",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-07-06",
"count": 2
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-29",
"count": 2
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-16",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-12",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-05-19",
"count": 2
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-10-03",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-12-07",
"count": 2
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-09",
"count": 2
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-26",
"count": 2
},
{
"date": "2024-03-12",
"count": 2
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-22",
"count": 2
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2025-01-02",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-10",
"count": 2
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-18",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-11-09",
"count": 2
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 3
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-15",
"count": 2
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-28",
"count": 2
},
{
"date": "2026-05-12",
"count": 2
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-07",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-06",
"count": 2
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 338,
"total_forks": 351
},
"star_history": null,
"open_issues_and_prs": 54
},
"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"
],
"largest_source_bytes": 32627,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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": 21,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.228"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "signature",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.2.0"
},
{
"name": "pem",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "simple_asn1",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "aws-lc-rs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.15.0"
},
{
"name": "ed25519-dalek",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1.1"
},
{
"name": "hmac",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.1"
},
{
"name": "p256",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13.2"
},
{
"name": "p384",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13.0"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.5"
},
{
"name": "rsa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.6"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.7"
},
{
"name": "zeroize",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aws-lc-rs",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ed25519-dalek",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "p256",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "p384",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "pem",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rsa",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "signature",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "simple_asn1",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "time",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-test",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 21,
"direct_count": 15,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 8,
"merged_prs": 156,
"open_issues": 46,
"closed_ratio": 0.828,
"closed_issues": 221,
"closed_unmerged_prs": 99
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Keats",
"commits": 167,
"avatar_url": "https://avatars.githubusercontent.com/u/680355?v=4"
},
{
"type": "User",
"login": "arckoor",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/33837362?v=4"
},
{
"type": "User",
"login": "Ryman",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/994978?v=4"
},
{
"type": "User",
"login": "Jake-Shadle",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2316028?v=4"
},
{
"type": "User",
"login": "jbg",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/39903?v=4"
},
{
"type": "User",
"login": "mike-engel",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/464447?v=4"
},
{
"type": "User",
"login": "sabify",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3974920?v=4"
},
{
"type": "User",
"login": "giraffate",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/17407489?v=4"
},
{
"type": "User",
"login": "Alexey-N-Chernyshov",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/495478?v=4"
},
{
"type": "User",
"login": "tottoto",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/16907501?v=4"
}
],
"contributors_sampled": 91,
"top_contributor_share": 0.522
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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": 8,
"reason": "19 out of 23 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 16/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "16 commit(s) and 15 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": "900010fb1be550ec2cfa8c32038eb154f9ef56d7",
"ran_at": "2026-07-24T11:50:41Z",
"aggregate_score": 4.7,
"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-24T11:01:51Z",
"oldest_open_prs": [
{
"number": 461,
"created_at": "2025-11-10T21:45:52Z",
"last_comment_at": "2026-05-12T13:22:21Z",
"last_comment_author": "arckoor"
},
{
"number": 478,
"created_at": "2026-01-12T16:18:02Z",
"last_comment_at": "2026-07-23T12:39:11Z",
"last_comment_author": "atezet"
},
{
"number": 487,
"created_at": "2026-03-03T05:59:20Z",
"last_comment_at": "2026-03-24T10:40:01Z",
"last_comment_author": "bjorn3"
},
{
"number": 492,
"created_at": "2026-03-04T09:03:59Z",
"last_comment_at": "2026-03-04T12:07:31Z",
"last_comment_author": "Keats"
},
{
"number": 502,
"created_at": "2026-04-15T11:45:10Z",
"last_comment_at": "2026-04-15T19:04:34Z",
"last_comment_author": "EffortlessSteven"
},
{
"number": 504,
"created_at": "2026-04-18T19:47:11Z",
"last_comment_at": "2026-05-07T13:54:12Z",
"last_comment_author": "boxdot"
},
{
"number": 505,
"created_at": "2026-04-18T20:38:28Z",
"last_comment_at": "2026-04-18T20:41:05Z",
"last_comment_author": "arckoor"
},
{
"number": 520,
"created_at": "2026-06-18T16:48:12Z",
"last_comment_at": "2026-06-30T09:55:07Z",
"last_comment_author": "arckoor"
}
],
"last_merged_pr_at": "2026-07-24T10:32:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 244,
"created_at": "2022-03-08T15:37:39Z",
"last_comment_at": "2024-01-13T04:56:33Z",
"last_comment_author": "tokarevart"
},
{
"number": 250,
"created_at": "2022-04-27T11:40:06Z",
"last_comment_at": "2026-02-16T15:30:55Z",
"last_comment_author": "arsenin-kitsoft"
},
{
"number": 273,
"created_at": "2022-11-24T20:16:48Z",
"last_comment_at": "2022-11-28T17:21:16Z",
"last_comment_author": "Keats"
},
{
"number": 281,
"created_at": "2022-12-31T17:53:34Z",
"last_comment_at": "2023-05-30T21:04:56Z",
"last_comment_author": "davidreis97"
},
{
"number": 292,
"created_at": "2023-02-09T13:45:29Z",
"last_comment_at": "2023-02-13T15:47:42Z",
"last_comment_author": "krishna-kashyap"
},
{
"number": 293,
"created_at": "2023-02-19T05:31:15Z",
"last_comment_at": "2023-02-19T20:26:29Z",
"last_comment_author": "spencerbart"
},
{
"number": 294,
"created_at": "2023-02-24T15:24:49Z",
"last_comment_at": "2023-02-24T16:12:35Z",
"last_comment_author": "Keats"
},
{
"number": 297,
"created_at": "2023-03-10T23:45:01Z",
"last_comment_at": "2026-07-21T13:45:14Z",
"last_comment_author": "p-lindberg"
},
{
"number": 319,
"created_at": "2023-06-21T16:35:34Z",
"last_comment_at": "2023-06-21T16:51:21Z",
"last_comment_author": "jakubtrnka"
},
{
"number": 325,
"created_at": "2023-08-30T17:05:35Z",
"last_comment_at": "2023-09-01T19:43:14Z",
"last_comment_author": "Keats"
},
{
"number": 326,
"created_at": "2023-09-02T19:53:01Z",
"last_comment_at": "2024-04-19T01:24:18Z",
"last_comment_author": "Codename-404"
},
{
"number": 327,
"created_at": "2023-09-08T12:10:54Z",
"last_comment_at": "2023-09-12T09:28:39Z",
"last_comment_author": "rakshith-ravi"
},
{
"number": 331,
"created_at": "2023-10-06T06:51:37Z",
"last_comment_at": "2023-12-24T16:57:18Z",
"last_comment_author": "eighty4"
},
{
"number": 337,
"created_at": "2023-10-25T07:51:23Z",
"last_comment_at": "2026-04-15T12:57:18Z",
"last_comment_author": "arckoor"
},
{
"number": 347,
"created_at": "2023-11-30T23:47:31Z",
"last_comment_at": "2023-12-04T09:36:16Z",
"last_comment_author": "Keats"
},
{
"number": 352,
"created_at": "2023-12-14T15:47:13Z",
"last_comment_at": "2023-12-17T20:45:39Z",
"last_comment_author": "Keats"
},
{
"number": 354,
"created_at": "2023-12-17T14:36:42Z",
"last_comment_at": "2023-12-17T20:15:57Z",
"last_comment_author": "dricair"
},
{
"number": 356,
"created_at": "2024-01-08T15:20:52Z",
"last_comment_at": "2024-01-09T13:32:43Z",
"last_comment_author": "Keats"
},
{
"number": 357,
"created_at": "2024-01-09T10:17:23Z",
"last_comment_at": "2024-01-09T14:13:30Z",
"last_comment_author": "andrewbaxter"
},
{
"number": 358,
"created_at": "2024-01-09T17:10:20Z",
"last_comment_at": "2024-01-11T15:35:32Z",
"last_comment_author": "andrewbaxter"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Keats/jsonwebtoken",
"host": "github.com",
"name": "jsonwebtoken",
"owner": "Keats"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 47,
"vitality": 76,
"community": 75,
"governance": 68,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 50,
"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": "50 commits in the last year",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 50
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "16 commit(s) and 15 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": 80,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v11.0.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 111.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 22
}
}
],
"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 ~111.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 111.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 75,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"forks": 351,
"stars": 2075,
"watchers": 17,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,075 stars",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2075
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "351 forks",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 351
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "17 watchers",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 17
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"jsonwebtoken"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 157030974,
"monthly_downloads": 12550041
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "12,550,041 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 12550041,
"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": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 91,
"top_contributor_share": 0.522
},
"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 52% of commits",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "91 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 91
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 156,
"open_issues": 46,
"closed_issues": 221,
"issue_closed_ratio": 0.828,
"closed_unmerged_prs": 99
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "156/255 decided PRs merged",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 156,
"decided": 255
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 16/30 approved changesets -- score normalized to 5",
"points": 7.5,
"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": 70,
"inputs": {
"followers": 862,
"owner_type": "User",
"is_verified": null,
"owner_login": "Keats",
"public_repos": 173,
"account_age_days": 5604
},
"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": "862 followers of Keats",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 862,
"login": "Keats"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "173 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 173
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jsonwebtoken"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "58 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 58
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "19 out of 23 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"jwt",
"rust",
"jsonwebtoken"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"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": "19 out of 23 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"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 16/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "16 commit(s) and 15 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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": "moderate",
"name": "AI Readiness",
"value": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.67,
"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": "67 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 67,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 32627,
"source_files_sampled": 36,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"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? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:jsonwebtoken@11.0.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-24T11:51:05.738211Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/Keats/jsonwebtoken.svg",
"full_name": "Keats/jsonwebtoken",
"license_state": "standard",
"license_spdx": "MIT"
}