Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 144,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 34305
},
"pushed_at": "2026-07-27T08:50:15Z",
"created_at": "2015-12-20T21:10:01Z",
"owner_type": "User",
"updated_at": "2026-07-27T08:50:18Z",
"description": "Easily hash and verify passwords using Bcrypt",
"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": 863,
"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": 5608
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.19.3",
"kind": "patch",
"published_at": "2026-07-27T08:49:50Z"
},
{
"tag": "v0.19.2",
"kind": "patch",
"published_at": "2026-06-16T09:13:07Z"
},
{
"tag": "v0.19.1",
"kind": "patch",
"published_at": "2026-05-06T09:01:09Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-03-03T08:31:01Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-01-11T21:07:58Z"
},
{
"tag": "v0.17.1",
"kind": "patch",
"published_at": "2025-08-18T13:41:08Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2025-01-30T09:53:48Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2024-11-18T13:34:45Z"
},
{
"tag": "v0.15.1",
"kind": "patch",
"published_at": "2024-03-15T17:33:52Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2023-07-05T18:53:14Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2023-02-03T20:23:26Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2022-05-03T07:38:16Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2022-03-21T09:36:30Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2022-02-28T11:31:49Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2022-02-23T10:31:38Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2021-07-16T18:17:49Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2021-06-15T19:36:16Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2020-10-30T15:56:05Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2020-08-08T06:46:26Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2020-06-27T16:50:53Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2020-05-09T10:49:55Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2020-04-04T08:57:49Z"
}
],
"recent_commits": [
{
"oid": "d8c4bb38823d8c79198323f69e7283255a1dbcbc",
"body": null,
"is_bot": false,
"headline": "Bump",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-07-27T08:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f295fa48c0e3b104ee5efa6b4fdf897e07ce7859",
"body": null,
"is_bot": false,
"headline": "update base64 dependency to 0.23 (#104)",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2026-07-27T08:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "270d3cb8cc867242cde7d37726339f235bcb800b",
"body": null,
"is_bot": false,
"headline": "v0.19.2",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-06-16T09:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084bedde0aa5501c6d6a0287f6d6857e793fde85",
"body": "… #62) (#103)\n\n* Fix verify.rs fuzz target to actually call verify()\n\nThe target was calling bcrypt::hash() instead of bcrypt::verify(),\r\nwhich meant the hash-string parser surface was never fuzzed. This is\r\nwhy the #62 regression in #95 wasn't caught by CI.\n\n* Reject non-ASCII bytes in split_hash t\n[…]\ns all five &str slices in the parser.\r\n\r\n Adds two regression tests:\r\n - verify_rejects_multibyte_utf8_in_hash: end-to-end via verify()\r\n - split_hash_rejects_non_ascii: direct parser-level test",
"is_bot": false,
"headline": "Reject non-ASCII bytes in hash string to prevent panic (regression of…",
"author_name": "MUHAMMED HUSSEIN",
"author_login": "MuhammedHussein17",
"committed_at": "2026-06-16T09:12:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4aed95ac6f03ff7538e213ea0efd71d208c439f3",
"body": null,
"is_bot": false,
"headline": "New version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-05-06T09:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b61929863906b8ef53aeff3acac37d02b3b9d7",
"body": null,
"is_bot": false,
"headline": "Update blowfish dependency version to 0.10 (#102)",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2026-05-06T09:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c420fca80b4b484d9e1f96c9f3766bbecff512f0",
"body": "* chore: Update build status badge\n\n* chore: Remove build status badge",
"is_bot": false,
"headline": "chore: Update build status badge (#99)",
"author_name": "Shun Sakai",
"author_login": "sorairolake",
"committed_at": "2026-03-18T10:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6d31d56ff48f343f4c4415899faeaf0cba839a",
"body": null,
"is_bot": false,
"headline": "docs: Fix bare URL to clickable link (#98)",
"author_name": "Shun Sakai",
"author_login": "sorairolake",
"committed_at": "2026-03-17T22:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9222c285cad733610459f5fb5453b92bdd4b31f4",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-03-03T08:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4babc9a99a0c2a364bb4c09e7573b2a517f17a82",
"body": null,
"is_bot": false,
"headline": "Upgrade getrandom to 0.4 (#96)",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2026-02-28T23:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a8394f048d579401f8fbf5f2b073eec1b612bc",
"body": "* Truncate password into stack buffer instead of vec\n\nThis doesn't need to be dynamically allocated. The logic is relatively\nsimple - ensure it starts as a null terminated string, but truncate at\n72 bytes. We can simply zero fill a stack buffer (thereby ensuring the\nlast byte is a null byte) and the\n[…]\nbcrypt fully alloc free if they\nwant.\n\n* Remove Vec usage in split_hash\n\nThis removes a vec usages (just used to split the incoming hash string\ninto it's parts) with a solution that avoids allocating.",
"is_bot": false,
"headline": "Support allocation free usage of bcrypt (#95)",
"author_name": "Peter Farr",
"author_login": "PrismaPhonic",
"committed_at": "2026-02-28T23:14:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "217eab3681c5f0b71d7cdfab0feff252b943ce44",
"body": null,
"is_bot": false,
"headline": "Bump MSRV (#94)",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-01-11T21:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308b7ba62842f77c1a2dbd8f4b5d40f301a8a240",
"body": null,
"is_bot": false,
"headline": "Ready for release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2026-01-11T21:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "800e0ffef72aff21e5a4acf68e3452751a664966",
"body": "…alid hash branches (#93)\n\n* Delete unused `BcrypError::Io` variant\n\nWhile looking at how best to handle this error, I found that it's\nactually not used.\n\n* Document when the errors can occur\n\n* return stringy errors for different ways hashes can be malformed",
"is_bot": false,
"headline": "Simplify error kinds: remove dead `BcryptError::Io` branch, unify inv…",
"author_name": "Renée",
"author_login": "goto-bus-stop",
"committed_at": "2026-01-11T21:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920e169a5c888ef25c05ef61bfff510f87cfe782",
"body": null,
"is_bot": false,
"headline": "Update version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-08-18T13:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc28fa0c47402c9b711de05eef326ab05fc4c43",
"body": "* Implement Display for HashParts instead of ToString directly\n\n* Update hash_with_fixed_salt test to use bcrypt version 2b",
"is_bot": false,
"headline": "Implement Display for HashParts instead of ToString directly (#92)",
"author_name": "ZakDggn",
"author_login": "ZakDggn",
"committed_at": "2025-08-18T13:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a03a9449fef6bd57303366f42a2f95e4230a286f",
"body": null,
"is_bot": false,
"headline": "v0.17.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2025-01-30T09:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37da262b59b1f44fb881cf16a156002ce49696be",
"body": "Notably this removes the `js` feature in favor of a `cfg`",
"is_bot": false,
"headline": "Upgrade getrandom to 0.3 (#91)",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2025-01-30T09:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9059481ce715c2f1cac9fb71c4562d0d2097fe5",
"body": null,
"is_bot": false,
"headline": "Update msrv",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2024-11-18T13:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378f356cc458dd726b6daea633b86ea23ed3629d",
"body": null,
"is_bot": false,
"headline": "Add more docs + bump version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2024-11-18T13:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cdfc22eaf906a1060785c5d751ab088580293e7",
"body": "* Use feature \"error_on_truncation\" to send error on truncation\r\n\r\n* Added documentation\r\n\r\n* Mentioned most implementations truncate by default; one should enable error_on_truncation after careful consideration\r\n\r\n* Revert error_on_truncation feature\r\n\r\n* Users can choose to enforce truncation using non_truncating_* implementations\r\n\r\n* verify and non_truncating_verify both call _verify, only with different value for err_on_truncation",
"is_bot": false,
"headline": "Use feature \"error_on_truncation\" to send error on truncation (#89)",
"author_name": "Bruce",
"author_login": "xuganyu96",
"committed_at": "2024-11-18T13:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c9e1385f2c737eb39f03c43fb9cf0bff7c23e33",
"body": null,
"is_bot": false,
"headline": "Allow testing/example with no features (#85)",
"author_name": "bgermann",
"author_login": "bgermann",
"committed_at": "2024-06-28T10:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb58ce9640e4f537cc250acb9a012fba931250c",
"body": null,
"is_bot": false,
"headline": "Add Clone and Debug traits to Version enum (#84)",
"author_name": "sn99",
"author_login": "sn99",
"committed_at": "2024-05-20T20:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05e4f6097fac16cbb2c7a04d80fd53d20d37257",
"body": null,
"is_bot": false,
"headline": "Ready for release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2024-03-15T17:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0cb647536f5274c9cdd8018f22922ec72556ff",
"body": null,
"is_bot": false,
"headline": "Raise the MSRV to 1.60.0",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2024-03-15T17:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc34991354e5df9cca673637ba64782da4363145",
"body": null,
"is_bot": false,
"headline": "Upgrade base64 to 0.22",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2024-03-15T17:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87fc59e917bcb6cf3f3752fc7f2b4c659d415597",
"body": "Basically all of the `actions-rs/*` actions are unmaintained. See\r\n<https://github.com/actions-rs/toolchain/issues/216> for more\r\ninformation. Due to their age they generate several warnings in\r\nCI runs.\r\n\r\nTo get rid of those warnings the occurrences of\r\n`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,\r\nand the occurrences of `actions-rs/cargo` are replaced by direct\r\ninvocations of `cargo`.",
"is_bot": false,
"headline": "Replace unmaintained actions-rs/* actions in CI workflows (#81)",
"author_name": "Dirk Stolle",
"author_login": "striezel",
"committed_at": "2023-07-09T18:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd100459ddc66f673cc3aa9a7c67b4535af04de",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-07-05T18:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d190d379d1a0f91fa5ac291e1a61ee34b6b297",
"body": "* Make alloc optional\r\n\r\nThis puts all uses of alloc behind cfg, allowing to run on no_std\r\nplatforms without alloc. It also sets default-features=false for\r\ngetrandom and zeroize dependencies, getrandom's `std` or `js` are already\r\nset by features.\r\n\r\ngetrandom is made optional since it won't be av\n[…]\nlly by `alloc`.\r\n\r\n* Add CI test for building against bare metal\r\n\r\nThis catches attempting to link to alloc or getrandom\r\nwhich won't work on bare metal platforms.\r\n\r\n* Add unit test for raw bcrypt()",
"is_bot": false,
"headline": "Make alloc optional (#79)",
"author_name": "Matt Johnston",
"author_login": "mkj",
"committed_at": "2023-07-05T18:49:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "37053f2fd08b23cac495afc25e8efb4f7f9a5ffb",
"body": "Recent log 0.4.18 has a MSRV of 1.60. We don't need log so disable it\nand keep bcrypt's MSRV of 1.57.",
"is_bot": false,
"headline": "Remove use_logging feature for quickcheck",
"author_name": "Matt Johnston",
"author_login": "mkj",
"committed_at": "2023-06-15T15:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6af5e5311598aee52d0bcfac1e22e13b1d10946",
"body": null,
"is_bot": false,
"headline": "Update version/edition",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-02-03T20:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2cdb58ea2c8c463d53d24adb683d4627008e13",
"body": null,
"is_bot": false,
"headline": "Update base64",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2023-02-03T20:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c636ab09468d5ca22992e829abb09fa1c69bb9b",
"body": null,
"is_bot": false,
"headline": "Use subtle for constant-time comparison (#74)",
"author_name": "Thom Dixon",
"author_login": "thomdixon",
"committed_at": "2023-02-03T19:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f882cf586ba19f96e5cdb4f24a731e7e3ddcf02",
"body": null,
"is_bot": false,
"headline": "v0.13.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-05-03T07:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd90ae293bf3e443bd650643460c3d19476837d",
"body": "* zeroize optional\r\n\r\n* remove unnecessary explicit feature",
"is_bot": false,
"headline": "Zeroize optional (#70)",
"author_name": "Daniel Huang",
"author_login": "danielhuang",
"committed_at": "2022-05-03T07:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861779f7e186e3da74068de98a759cf7b072ef68",
"body": null,
"is_bot": false,
"headline": "Fixed salt len (#71)",
"author_name": "Daniel Huang",
"author_login": "danielhuang",
"committed_at": "2022-05-03T07:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d41a954c75a2c308acf22e6289ff7f5ef07788",
"body": null,
"is_bot": false,
"headline": "New version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-03-21T09:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4afcff9d6001d242f286b29fc1cf83a0bab95383",
"body": "Using [zeroize](https://crates.io/crates/zeroize) to ensure,\r\nzeroing the memory will not be optimized away somehow.",
"is_bot": false,
"headline": "Overwrite allocated memory containing password (#67)",
"author_name": "Eric Wolf",
"author_login": "typetetris",
"committed_at": "2022-03-21T09:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e1027240efe9fdbd0f669f98fdc26b5bd4942a",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-02-28T11:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ebdd5b1759eec741555b6f844ec6468b6c03a8",
"body": "* allow null bytes in inputs\r\n\r\n* remove InvalidPassword error type\r\n\r\n* apply `cargo fmt`\r\n\r\n* add reference go code as a comment",
"is_bot": false,
"headline": "allow null bytes in inputs (#66)",
"author_name": "Shivaram Lingamneni",
"author_login": "slingamn",
"committed_at": "2022-02-28T11:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6fda2e75f1abad27ec9c9928ff5d051385f4d5",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-02-23T10:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51a795f937b9b6411227418b414d62a69b2231d",
"body": null,
"is_bot": false,
"headline": "Update version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-02-23T10:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4a415928a04ebfb14a4d337933ac64035af232",
"body": "Bump blowfish to 0.9",
"is_bot": false,
"headline": "Merge pull request #65 from alex/bump-blowfish",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2022-02-22T10:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27ec953896dc3da7ea9483bf4d151ec6d50f17ba",
"body": null,
"is_bot": false,
"headline": "Bump blowfish to 0.9",
"author_name": "Alex Gaynor",
"author_login": "alex",
"committed_at": "2022-02-21T12:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58da52dd8f4964c8bd403a843eda19d46b3b30e5",
"body": null,
"is_bot": false,
"headline": "Better hash fuzzing",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-07-16T18:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea3adacd93732c643e9a50dcc359e790664e7d32",
"body": null,
"is_bot": false,
"headline": "cargo diet",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-07-16T18:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf64704237000bf1ae4c9137df8d81f071ec79f",
"body": "Fuzz",
"is_bot": false,
"headline": "Merge pull request #64 from Keats/fuzz",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-07-16T18:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06f3d1ff49ed93f7953d9b24bb3703099b93ddc",
"body": null,
"is_bot": false,
"headline": "New version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-07-16T18:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083350926f9a93f470008323dbe52a11afafb645",
"body": "Closes #62",
"is_bot": false,
"headline": "Fuzz + fix panic",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-07-16T18:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a87be1e27c4ecebbf921bd2d307cd3d81c021a",
"body": "2x prefix should also be considered as valid prefix",
"is_bot": false,
"headline": "Merge pull request #63 from Sreyas-Sreelal/fix-invalid-2x-prefix",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-07-16T17:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b974b2378621a26c129407a5ee27d384baa809d",
"body": null,
"is_bot": false,
"headline": "run rust fmt",
"author_name": "SyS",
"author_login": "Sreyas-Sreelal",
"committed_at": "2021-07-16T09:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c9d3cbff318f088635e019d6c14b982b2126bf1",
"body": null,
"is_bot": false,
"headline": "2x prefix should also be considered as valid prefix",
"author_name": "SyS",
"author_login": "Sreyas-Sreelal",
"committed_at": "2021-07-16T08:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6715057ede7e9c19424339b648740675a4b1bf2",
"body": "Update msrv for quickcheck",
"is_bot": false,
"headline": "Merge pull request #61 from Keats/update",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-06-15T19:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5218e5d9b82c1dbc0ffb2b475a032904829d4ca",
"body": null,
"is_bot": false,
"headline": "Update msrv for quickcheck",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-06-15T19:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb1f0cecda2f381c2ea5e8ce47b98edb5c9f9a6",
"body": null,
"is_bot": false,
"headline": "v0.10.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-06-15T19:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1182e43f00eaaf1eb767516db6ab6fb3c52ed57b",
"body": "update blowfish dependency",
"is_bot": false,
"headline": "Merge pull request #60 from scottlamb/pr-update-deps",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2021-06-15T19:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf9951bd8dea770312c950654d533665a0a925e",
"body": "This reflects the requirement for running `cargo test` with no existing\nlockfile.",
"is_bot": false,
"headline": "update MSRP to 1.41.1",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-06-15T16:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e14d90efa82653fc83e197201d2203228725fa2",
"body": "This still builds with Rust 1.36 given a suitable lockfile:\n\n```\ncargo +1.36 update --package regex --precise 1.4.6\ncargo +1.36 update --package aho-corasick --precise 0.7.15\ncargo +1.36 update --package memchr --precise 2.3.4\ncargo +1.36 test\n```\n\nWhen built with a fresh lockfile, a `cargo test` run requires Rust\n1.41.1: env-logger pulls in the packages above which have raised their\nMSRP.",
"is_bot": false,
"headline": "update blowfish dependency to 0.8",
"author_name": "Scott Lamb",
"author_login": "scottlamb",
"committed_at": "2021-06-15T16:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37559df96c15ef699b9a231fff1905d24dfcfdd9",
"body": "Ready for 0.9?",
"is_bot": false,
"headline": "Merge pull request #59 from Keats/next",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-10-30T15:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64c63d52ebec1b46de83f00756d2df01243f850",
"body": null,
"is_bot": false,
"headline": "Ready for 0.9?",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-10-25T18:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5152a04a2bea5c2b13e4c2024d34c918e625cd8a",
"body": "Bump base64 to 0.13 and getrandom to 0.2",
"is_bot": false,
"headline": "Merge pull request #57 from paolobarbolini/bump-deps",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-10-25T18:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f8d8b3ab0a224bbef447347329b325e54b569a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into bump-deps",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-10-25T18:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a4b9ff8d4a4bfdf87698475d9a93ed9aa4b3ca",
"body": "Remove byteorder crate",
"is_bot": false,
"headline": "Merge pull request #56 from paolobarbolini/byteorder",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-10-25T18:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13691a1d2985baf7a1b5f69c7d16106cba251948",
"body": null,
"is_bot": false,
"headline": "Add changelog for 0.9.0",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2020-10-11T18:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897aece0c3a808fe4c68d21cf3dd5195b0f6e1d1",
"body": null,
"is_bot": false,
"headline": "Update getrandom to 0.2",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2020-10-11T18:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196ce261be0e50982baeaf7f65be7f0838c5a929",
"body": null,
"is_bot": false,
"headline": "Bump base64 to 0.13",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2020-10-11T18:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a052839d5d993f29a40419b8c0ce60b3a6313262",
"body": null,
"is_bot": false,
"headline": "Remove byteorder crate",
"author_name": "Paolo Barbolini",
"author_login": "paolobarbolini",
"committed_at": "2020-08-14T19:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04da1f5a789f83dcbb79727ba220538d5736b18",
"body": "New version",
"is_bot": false,
"headline": "Merge pull request #55 from Keats/next_version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-08-08T06:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c517bdc085cb7825e6b575d0027686784fc6e2",
"body": null,
"is_bot": false,
"headline": "New version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-08-08T06:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3810075d1dd70ae6877da8f93477216bad929183",
"body": "Fix build",
"is_bot": false,
"headline": "Merge pull request #54 from c410-f3r/build",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-08-08T06:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a98fe1a8257995c9b8bc7d765c5ffd3514486cb",
"body": null,
"is_bot": false,
"headline": "Fix build",
"author_name": "Caio",
"author_login": "c410-f3r",
"committed_at": "2020-08-08T00:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56fe31caf65d72ea14737b451f4e5bbf75489a2b",
"body": null,
"is_bot": false,
"headline": "Update README for MSRV",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-06-27T16:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a691283e54a45d37b30fb5121e833287bee4733",
"body": "0.8.1",
"is_bot": false,
"headline": "Merge pull request #53 from Keats/new_version",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-06-27T16:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9919fe1986a3ee902aa6ef80f4dbfded0e0a54f6",
"body": null,
"is_bot": false,
"headline": "0.8.1",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-06-27T16:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adee86c9ef28d0994e1f9c1a1ed23866a280655d",
"body": "Upgrade blowfish to 0.5",
"is_bot": false,
"headline": "Merge pull request #52 from neoeinstein/51-upgrade-blowfish",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-06-27T16:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c595bb4968efa2ef0893a9782923172667a2d63f",
"body": "Fixes #51",
"is_bot": false,
"headline": "Upgrade blowfish to 0.5",
"author_name": "Marcus Griep",
"author_login": "neoeinstein",
"committed_at": "2020-06-24T02:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "033457eec8ba9580c1a045096faeab264df8b5f0",
"body": "Prepare for v0.8",
"is_bot": false,
"headline": "Merge pull request #49 from Keats/more-ci",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-09T10:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040ee2e8d9bd080ff830fbc14f3f66813dbeb8b3",
"body": null,
"is_bot": false,
"headline": "Prepare for v0.8",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-08T19:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c20e0676a5ed0c17d6c0f1e9f03dc15d20e1a6",
"body": "Add no_std support",
"is_bot": false,
"headline": "Merge pull request #48 from Zireael-N/no_std",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-08T18:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f694b532eee9986f251b28e9cab122c80568689e",
"body": null,
"is_bot": false,
"headline": "Add no_std support",
"author_name": "Velithris",
"author_login": "Zireael-N",
"committed_at": "2020-05-07T12:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db68cd99bf2b8d496156aefb0cc45d05a3dba986",
"body": null,
"is_bot": false,
"headline": "Remove travis and prepare for next release",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-07T08:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf2b78ad05b20d3881b758d757bb82da67bd2c0",
"body": "Use the base64::BCRYPT alphabet",
"is_bot": false,
"headline": "Merge pull request #44 from Zireael-N/base64",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-07T07:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da7210ca19d1b689086cef437939cd11a7c71cf2",
"body": "Use Vec::with_capacity() to prevent an unnecessary reallocation",
"is_bot": false,
"headline": "Merge pull request #46 from Zireael-N/vec_with_capacity",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-07T07:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e695859c1f15b5303f9e0e659d11f5a8de0945c1",
"body": "CI: run tests on PRs and pushes to the master branch",
"is_bot": false,
"headline": "Merge pull request #47 from Zireael-N/ci",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-07T07:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac93cdd0974bb4a0f1867fa3d4f10fe17e17863",
"body": null,
"is_bot": false,
"headline": "CI: run tests on PRs and pushes to the master branch",
"author_name": "Velithris",
"author_login": "Zireael-N",
"committed_at": "2020-05-07T00:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14689e3bd83a53dbdbf6bc5eb376772158ea542d",
"body": null,
"is_bot": false,
"headline": "Use the base64::BCRYPT alphabet",
"author_name": "Velithris",
"author_login": "Zireael-N",
"committed_at": "2020-05-06T18:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ef811fe202bdbe553a2fb504b470cab231d7058",
"body": null,
"is_bot": false,
"headline": "Use Vec::with_capacity() to prevent an unnecessary reallocation",
"author_name": "Velithris",
"author_login": "Zireael-N",
"committed_at": "2020-05-05T12:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04640c5fc298fa0e49fceb54bf879a2886334a43",
"body": "Use constant-time comparison in verify()",
"is_bot": false,
"headline": "Merge pull request #45 from Zireael-N/constant_time",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-05-02T08:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19fe4a584ee35d0c21a0a7a3a778d391e574cb7",
"body": null,
"is_bot": false,
"headline": "Use constant-time comparison in verify()",
"author_name": "Velithris",
"author_login": "Zireael-N",
"committed_at": "2020-05-01T20:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8616f2512790ee6d844cc635ee1c827f99da585",
"body": "Forbid unsafe code",
"is_bot": false,
"headline": "Merge pull request #43 from hhirtz/unsafe",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-04-26T18:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc9213a25713a84d515352c1c336c39c72572b9",
"body": "`#![forbid(unsafe_code)]` annotation makes rustc abort compilation if\nthere are any unsafe blocks in the crate, and exceptions cannot be made\nwith allow/warn annotations.\n\nAlso add a badge on README.md to advertise the complete safety of\nrust-bcrypt.",
"is_bot": false,
"headline": "Forbid unsafe code",
"author_name": "Hubert Hirtz",
"author_login": "hhirtz",
"committed_at": "2020-04-26T09:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beea635c87b9dc3aeefb4215d225ccb892f5b86c",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-04-04T08:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "194048c0e52822d0fc0c36c92e41510cc6e9c921",
"body": null,
"is_bot": false,
"headline": "Prepare for v0.7.0",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-04-04T08:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b621b7c2d84decc5d4d24c686f4d6072cac6957",
"body": "Add ability to parse a hash and get cost and salt #41",
"is_bot": false,
"headline": "Merge pull request #42 from kompass/master",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-04-04T08:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2076e284ed820f9effbf61586e9f035a1d515dc4",
"body": "…atting",
"is_bot": false,
"headline": "Test if the bcrypt hash parsing returns an error if there is bad form…",
"author_name": "Nicolas Kirchner",
"author_login": null,
"committed_at": "2020-04-03T22:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86b6e20f724745ced3e5bf84cf6d9795ac222691",
"body": null,
"is_bot": false,
"headline": "Add ability to parse a hash and get cost and salt Keats#41",
"author_name": "Nicolas Kirchner",
"author_login": null,
"committed_at": "2020-04-03T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a614f9adc2c4d44f2f5833516252b3e5625145b",
"body": null,
"is_bot": false,
"headline": "v0.6.3",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-03-26T07:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c751e443bb32ea0a9cca658e0af52f12476f1266",
"body": "Make format_for_version(...) public",
"is_bot": false,
"headline": "Merge pull request #40 from tmuerell/master",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-03-26T07:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3e8fc9908eb338808db2898003fc4acf381873",
"body": "Add ability to pass a self-generated salt #28",
"is_bot": false,
"headline": "Merge pull request #38 from anonymous6727/master",
"author_name": "Vincent Prouillet",
"author_login": "Keats",
"committed_at": "2020-03-26T07:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f3e77fe3e12bdf7b0ed5fef230b5465f538fe8",
"body": null,
"is_bot": false,
"headline": "Make format_for_version(...) public",
"author_name": "Thorsten Mürell",
"author_login": "tmuerell",
"committed_at": "2020-03-26T07:06:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 16,
"latest_release_at": "2026-07-27T08:49:50Z",
"latest_release_tag": "v0.19.3",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 0,
"mean_days_between_releases": 124.2
},
"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": "bcrypt",
"exists": true,
"license": "MIT",
"keywords": [
"bcrypt",
"hash",
"password",
"web"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/bcrypt",
"is_deprecated": false,
"latest_version": "0.19.3",
"repository_url": "https://github.com/Keats/rust-bcrypt",
"versions_count": 39,
"total_downloads": 14845744,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1333384,
"first_published_at": "2015-12-24T22:40:27.531267Z",
"latest_published_at": "2026-07-27T08:50:02.752579Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 55,
"stars": 378,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-12-03",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-08",
"count": 1
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-06-23",
"count": 1
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2021-03-06",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-21",
"count": 2
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-04-24",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-07-25",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
}
],
"complete": true,
"collected": 55,
"total_forks": 55
},
"star_history": null,
"open_issues_and_prs": 5
},
"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",
"examples/bare-metal/Cargo.toml",
"fuzz/Cargo.toml"
],
"largest_source_bytes": 27960,
"source_files_sampled": 9,
"oversized_source_files": 0,
"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": 9,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "blowfish",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "getrandom",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23"
},
{
"name": "zeroize",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.4"
},
{
"name": "subtle",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.4.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "blowfish",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cortex-m-rt",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "panic-halt",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 5,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 68,
"open_issues": 2,
"closed_ratio": 0.923,
"closed_issues": 24,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Keats",
"commits": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/680355?v=4"
},
{
"type": "User",
"login": "alex",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/772?v=4"
},
{
"type": "User",
"login": "Eijebong",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/3650385?v=4"
},
{
"type": "User",
"login": "paolobarbolini",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/6215781?v=4"
},
{
"type": "User",
"login": "Zireael-N",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/13710677?v=4"
},
{
"type": "User",
"login": "andy128k",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16103?v=4"
},
{
"type": "User",
"login": "danielhuang",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/24739403?v=4"
},
{
"type": "User",
"login": "euank",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2147649?v=4"
},
{
"type": "User",
"login": "sugar700",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1297598?v=4"
},
{
"type": "User",
"login": "mkj",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/328137?v=4"
}
],
"contributors_sampled": 33,
"top_contributor_share": 0.603
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"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": 3,
"reason": "7 out of 18 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 17/29 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 36 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": 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": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": "d8c4bb38823d8c79198323f69e7283255a1dbcbc",
"ran_at": "2026-07-28T00:03:22Z",
"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-27T08:50:30Z",
"oldest_open_prs": [
{
"number": 97,
"created_at": "2026-03-17T14:32:24Z",
"last_comment_at": "2026-04-10T15:16:10Z",
"last_comment_author": "sorairolake"
},
{
"number": 100,
"created_at": "2026-03-17T16:01:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 101,
"created_at": "2026-03-17T16:15:15Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T08:42:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 76,
"created_at": "2023-02-07T09:14:32Z",
"last_comment_at": "2023-02-08T21:32:37Z",
"last_comment_author": "Keats"
},
{
"number": 87,
"created_at": "2024-09-08T17:09:41Z",
"last_comment_at": "2025-02-06T18:02:04Z",
"last_comment_author": "k98kurz"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Keats/rust-bcrypt",
"host": "github.com",
"name": "rust-bcrypt",
"owner": "Keats"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 47,
"vitality": 64,
"community": 66,
"governance": 71,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v0.19.3",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 124.2
},
"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 ~124.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 124.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 55,
"stars": 378,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "378 stars",
"points": 41.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 378
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "55 forks",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 55
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": [
"bcrypt"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 14845744,
"monthly_downloads": 1333384
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,333,384 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1333384,
"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": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 33,
"top_contributor_share": 0.603
},
"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 60% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "33 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 33
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 36 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 68,
"open_issues": 2,
"closed_issues": 24,
"issue_closed_ratio": 0.923,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "68/74 decided PRs merged",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 68,
"decided": 74
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/29 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": 863,
"owner_type": "User",
"is_verified": null,
"owner_login": "Keats",
"public_repos": 173,
"account_age_days": 5608
},
"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": "863 followers of Keats",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 863,
"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": [
"bcrypt"
],
"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": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 18 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "7 out of 18 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"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 17/29 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 36 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 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": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": 22
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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",
"examples/bare-metal/Cargo.toml",
"fuzz/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, examples/bare-metal/Cargo.toml, fuzz/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, examples/bare-metal/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 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": 27960,
"source_files_sampled": 9,
"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/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"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:bcrypt@0.19.3; 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-28T00:03:44.567515Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/Keats/rust-bcrypt.svg",
"full_name": "Keats/rust-bcrypt",
"license_state": "standard",
"license_spdx": "MIT"
}