JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cryptography",
"encryption",
"rust"
],
"is_fork": false,
"size_kb": 138,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 98334
},
"pushed_at": "2026-07-25T02:42:56Z",
"created_at": "2020-05-11T13:44:43Z",
"owner_type": "User",
"updated_at": "2026-07-25T02:43:02Z",
"description": "Simple and reliable secure storage with strong encryption and format validation.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://fadeevab.com",
"name": "Alexander Fadeev",
"type": "User",
"login": "fadeevab",
"company": "ideasoft.io",
"location": null,
"followers": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/5967447?v=4",
"created_at": "2013-11-18T09:42:11Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 4632
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "342a67d4436e2ed871377f19d6d3a1f7f2836959",
"body": null,
"is_bot": false,
"headline": "Bump version to v0.5.0",
"author_name": "Drew Vogel",
"author_login": "dvaembit",
"committed_at": "2026-07-25T02:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e4e01eb88e28d121e00324c6cdcd73b96c9ffe2",
"body": null,
"is_bot": false,
"headline": "Update to rust 2024 syntax formatting.",
"author_name": "Drew Vogel",
"author_login": "dvaembit",
"committed_at": "2026-07-25T02:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66132925ef644208bb9f150c8269d610aaf1c9ff",
"body": null,
"is_bot": false,
"headline": "Upgrade to rust 2024 edition",
"author_name": "Drew Vogel",
"author_login": "dvaembit",
"committed_at": "2026-07-25T02:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da30cfc06a5eb1c836851b72874618317115c39a",
"body": null,
"is_bot": false,
"headline": "Fix the coverals send error (500)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2026-07-25T02:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d6519cc2e97ff2b6f3a4f4ba11d373cbc8a3cfc",
"body": null,
"is_bot": false,
"headline": "0.4.3: Version bump with deriving `Clone` for `MiniCocoon`",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-09-02T10:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc0032109a175c6c9e106853c160e8e7138a0de",
"body": "Solves the issue #29",
"is_bot": false,
"headline": "Derive `Clone` for `MiniCocoon` (#32)",
"author_name": "Aarav Shah",
"author_login": "Deaths-Door",
"committed_at": "2024-09-02T10:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9240eccd5c90df3a53fd32c38ae5636a5fb49137",
"body": null,
"is_bot": false,
"headline": "`yaml` auto formatting",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-09-01T14:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e108cc1359b4426b2e3213bd62d310a9d06198c",
"body": "*Problem*: I got a simple PR with `derive(Clone)` and coverage dropped from 86% to ~20%.\r\n*Cause*: `grcov` branch coverage is unstable. Last issue: it found ~3600 branches instead of ~360 ones.\r\n*Measure*: Using `llvm-cov` instead.",
"is_bot": false,
"headline": "CI: `grcov` -> `llvm-cov` (fix test coverage issues). (#31)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-09-01T13:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8460f64597e639d9796097599ca7d5e5485f9d1",
"body": "…hiserror` (#28)\n\nThis version introduces an optional implementation of\n`std::error::Error` for `cocoon::Error` via `thiserror` feature\n(optional dependency). See previous commits.\n\nIt also bumps the nightly version for test coverage\nbecause of `zeroize` crate's MVRC bump to rustc 1.60.",
"is_bot": false,
"headline": "0.4.2: Implement std::error::Error for cocoon::Error via optional `t…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-05-27T14:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4407c840b7289eba9817059f2898a1bd99ae605b",
"body": "…dency).",
"is_bot": false,
"headline": "Add a description of the optional `thiserror` feature (optional depen…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-05-27T14:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a33d1be66c0c625f50e5a74f1e9c18bd043bd598",
"body": "…` (#28)\n\nThis adds the `std::error::Error` trait implementation to\r\n`cocoon::Error` using the `thiserror` crate.\r\nNote that this is only limited to the presence of feature \"thiserror\".\r\n\r\nCo-authored-by: Alexander Fadeev <fadeevab.com@gmail.com>\r\nCo-authored-by: madomado <madonuko@outlook.com>",
"is_bot": false,
"headline": "Implement std::error::Error for cocoon::Error via optional `thiserror…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-05-27T12:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6710666268123dc6b9e10785d54c1a8a48427d",
"body": "Problem: `zeroize` bumped the MSRV to 1.60, it makes 2021 nightly incompatible.\r\nHowever, the newest `rustc` versions have a profile coverage regression:\r\nhttps://github.com/rust-lang/rust/issues/100125\r\n\r\nTo keep a positive coverage >84%:\r\n- ignore comment sections\r\n- ignore `src/error.rs`",
"is_bot": false,
"headline": "coverall: bump rustc nightly version (#27)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2024-05-26T16:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d60d712b58961d2da02c993cefab0165c0145a",
"body": null,
"is_bot": false,
"headline": "0.4.1: Minor README update fixing a badge for crates.io",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-25T08:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa5bea213bd2cfdfdd2faba5ac8abf25d09cf63",
"body": null,
"is_bot": false,
"headline": "Small fix to test badge?event=push via PR",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-24T10:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe4f7f732c221f14a6f1ee6ff508135681a647a",
"body": null,
"is_bot": false,
"headline": "Fix the Cocoon badge [passing]",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-24T09:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef81947d98fb2056628f3588a26d1aa8e44ca92d",
"body": "The version introduces backward incompatibility for encryption API.\nReason: insecure sequential encryption because of unchanging none.\nChanging the nonce needs mutable (P)RNG.\nSecurity advisory is on its way.",
"is_bot": false,
"headline": "0.4.0: Mutable `encrypt`, `wrap`, and `dump`",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-17T14:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "631d89bb070609e67528be71a79f42c63624f4aa",
"body": null,
"is_bot": false,
"headline": "Documentation update (`mut`, links, example",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-17T14:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604914ea20daa93f1d5dd9d239f5fb283e394bab",
"body": "Fix issue #21",
"is_bot": false,
"headline": "Extend the study case with how to deserialize with borsh",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-17T13:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609be0e1c4f7afff6a56641cddea3b7b465c996b",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary `mut` in docs",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-17T13:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6392173ce35db4736a94b62b2d2973f9a71441",
"body": "\r\n* Removing 'self.rng.clone()' as cloning resets the seed is insecure.\r\n- by removing the clone, cocoon has to be mutable now\r\n- all tests pass\r\n- this introduces a potential breaking change, but addresses a pretty big security risk.\r\n* Affected API: `encrypt`, `wrap`, `dump`.\r\n\r\nSome `mut`'s are not necessary, they will be cleaned up in the following commit.",
"is_bot": false,
"headline": "Support sequential calls of encryption API (#23)",
"author_name": "Kyle Petryszak",
"author_login": "ProjectInitiative",
"committed_at": "2023-10-17T12:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680b68c2126f7bc7e05e2b3968fcb0a5bd202976",
"body": "Problem: `getrandom` with `std` crate was linked\nCause: `aes-gcm` with default features on\nMeasure: `aes-gcm` default-features = false",
"is_bot": false,
"headline": "0.3.3: Fix `no_std` compilation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-07T14:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81978fedd0c1a5ffb4b21f2918a2719a4ebaf3c5",
"body": null,
"is_bot": false,
"headline": "Fix rustfmt + clippy warnings",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-07T14:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77ef13308e0fdd3c13cddf911cbdc02af5b1bcf9",
"body": null,
"is_bot": false,
"headline": "Make salt max size to be a little bigger",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-07T14:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0229c96e8dec28fd5e6d6a95dcee929480eda33d",
"body": null,
"is_bot": false,
"headline": "Try increasing test coverage (decrypt Aes256Gcm)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-07T14:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e3be8214346a3638e78ccaac3ff1c62b1e0dc0f",
"body": "Problem: `getrandom` with `std` was linked\nCause: `aes-gcm` with default features\nMeasure: `aes-gcm` default-features = false\n\nAlso, `concat` doesn't work in `no_std` environment, fixed with manual\nslice concatting (introduces the max salt length :( ).",
"is_bot": false,
"headline": "Make `no_std` work with `aes-gcm` no default features",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2023-10-07T14:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4fa2054db84c39fde471b821e90089a307a083",
"body": "Problem: tests fail with non-standard target folder\nCause: There are tests which create file in a \"target/\" folder.\nMeasure: read ${CARGO_TARGET_DIR} env var in tests",
"is_bot": false,
"headline": "Make tests runnable for non-standard target dir",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2022-08-09T18:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae5233c8e8b1541384289926c945094f8522fab",
"body": null,
"is_bot": false,
"headline": "The coverage: get back to 2021-11-11 nightly build",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2022-08-03T22:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fd5b93d2a80014df4d769c1de5e5a6c7a105a1",
"body": "Problem: build fails due to conflicting dependencies",
"is_bot": false,
"headline": "0.3.2: Sync aes-gcm and chacha20poly1305 versions",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2022-08-03T20:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ef8372b198594864a195877e60a1829f4c08a39",
"body": null,
"is_bot": false,
"headline": "0.3.1: Fix dependency issues with `chacha20poly1305` and `zeroize`",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2022-07-09T21:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d896ba1f06549ce03a62ed694f7dc4fc454533",
"body": "Improve test coverage\r\n\r\n* Add short MiniCocoonHeader negative test\r\n* Add long buffer test\r\n* Add 2 header deserialize tests.",
"is_bot": false,
"headline": "Improve test coverage (#14)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-22T17:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6bc1c4a5d33d9abe2cd5befca01a0db41355f66",
"body": null,
"is_bot": false,
"headline": "Restore coverall.io integration for CI",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-22T15:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5762680a9434b1610d3ffdf17186e8095e1c9907",
"body": "…e dependencies to the latest.",
"is_bot": false,
"headline": "0.3.0: Remove `rand` from public API, remove `from_crypto_rng`, updat…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-19T16:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4232b6c6e3813fcd1500e533b50e48ba2deb8e7a",
"body": null,
"is_bot": false,
"headline": "Fix clippy macro and documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-19T16:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d891c3e7228aba1db7732bf2ccb6cb3227b271",
"body": "Test vectors of encryption methods are updated. StdRng was changed from ChaCha20 to ChaCha12 in the new version of `rand`, which leads to a change in seed generation. It's okay since decryption works in a backward-compatible manner as expected. Also, it is actually expected to have a random seed in a wild, so tests just unveiled the issue which is good.",
"is_bot": false,
"headline": "Bumping versions of dependencies",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-19T16:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831f36fc8feb227b3df5cb4aba515fb3cb25333d",
"body": "Problem: `cocoon` exposes `RngCore`, `CryptoRng`, `StdRng`, and `ThreadRng` in its public API. Using the incompatible versions of the crate breaks the build.\n\n`Cocoon::from_crypto_rng` must be removed from public API, because it cannot be implemented without generic type and dependency on `rand` in `Cocoon` struct.\n\n`enum RngVariant` is a wrapper around of `StdRng` and `ThreadRng` for \"nostd\" builds (no `alloc` crate, no `Box`).",
"is_bot": false,
"headline": "Remove `rand` types from `Cocoon` public API",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-19T16:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f919993b04ee5600ad8d95843aaa46da9269ba",
"body": null,
"is_bot": false,
"headline": "Disable coverage test temporarily",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-19T09:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43be710c93b8f76c6cdc34cf135912d734de1a2e",
"body": "…ures=\"alloc\"`",
"is_bot": false,
"headline": "0.2.5: Fix the broken build with `--no-default-features` and `--feat…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-09-18T17:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a3120d33fee089f12ca9b06ad5921fb462180e",
"body": "Problem: `cargo build` gives an error.\r\n```\r\nerror: failed to select a version for the requirement `aes = \"^0.3\"`\r\ncandidate versions found which didn't match: 0.7.4, 0.7.3, 0.7.2, ...\r\nlocation searched: crates.io index\r\nrequired by package `aes-gcm v0.5.0`\r\n```",
"is_bot": false,
"headline": "0.2.4: Update AES dependencies (aes 0.3 is dead)",
"author_name": "Emin Arıcan",
"author_login": "eminarican",
"committed_at": "2021-08-20T21:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7cf0959ea8f7b15f713f62327e298c43b65b18a",
"body": null,
"is_bot": false,
"headline": "0.2.3: Adapt to variable usize length",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2021-01-16T18:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee38c13a4b54ac67bc944e78c2e39ddf0a859a12",
"body": null,
"is_bot": false,
"headline": "Adapt to variable usize length",
"author_name": "Martin Kavík",
"author_login": "MartinKavik",
"committed_at": "2021-01-16T15:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b374a1826ec5043ccc289ac2d87551bc058024",
"body": null,
"is_bot": false,
"headline": "Update borsh: 0.8.1",
"author_name": "Martin Kavík",
"author_login": "MartinKavik",
"committed_at": "2021-01-14T21:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671ef90c067fd9b5e6afcc74fa6731b290d31538",
"body": null,
"is_bot": false,
"headline": "0.2.2: Minor documentation fixes",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-30T09:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322e38453f30c40dac3168048ffe1d695e6f955c",
"body": null,
"is_bot": false,
"headline": "0.2.1: Code formatting and documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-30T09:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b257f8ff2db219f52ac2d8a5a770e47f36c86eb",
"body": null,
"is_bot": false,
"headline": "Rustfmt of format.rs",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-30T09:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d5439f27d4c6b5527ae9f9a23ede784dedb66c",
"body": null,
"is_bot": false,
"headline": "0.2.0: Add MiniCocoon",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-29T20:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60879b191d84cd51810938c2aa284a39ca34f58b",
"body": null,
"is_bot": false,
"headline": "Add MiniCocoon into the crate documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-29T20:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8448928dd51724d78238d3f14508b2612adfb19",
"body": null,
"is_bot": false,
"headline": "Actualize MiniCocoon documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-29T18:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "021b1a2eabdf2cd4b286371b2818f505aab435f1",
"body": null,
"is_bot": false,
"headline": "Add cipher support to MiniCocoon",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-29T17:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a390872d51f0d5ec04ada625351acaa2b532feb",
"body": null,
"is_bot": false,
"headline": "Introduce MiniCocoon",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-08-03T09:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1f0607cd980b6d82a71adb085ae92584828e26",
"body": null,
"is_bot": false,
"headline": "0.1.11: Commulative docs and test coverage update",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T21:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39104f3a3ea77024790ab39da38b615368dcd615",
"body": null,
"is_bot": false,
"headline": "Exclude test asserts from uncovered branches",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T21:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8673c0c6215cd72a52935e0f54ceb2d462858209",
"body": null,
"is_bot": false,
"headline": "Add encrypt with AES test",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T21:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ceaa50657d6040ed55622827139f3afb96ae53",
"body": null,
"is_bot": false,
"headline": "Elliminate a weird Error::Io() line from coverage",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T18:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259eedc67cc25f75904c0cc58e349e7354473d28",
"body": "Frustrating that more tests I add less coverage I have on Coveralls.\nLet's try to see what kind of coverage I'll have now.",
"is_bot": false,
"headline": "Excluding unreachable lines from test coverage",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T17:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3547a3ec7d43afd7de8a467693254fce54da2eed",
"body": null,
"is_bot": false,
"headline": "Add deserialize_from and incorrect header tests",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T17:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "091b926ab4b6090c0f36d6fd47ad32e54cb2b551",
"body": null,
"is_bot": false,
"headline": "Increasing test coverage: short format and short file",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T16:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ee6d4a495a7f3823f3e364ac458fa0f5335db4d",
"body": null,
"is_bot": false,
"headline": "Improve CocoonConfig coverage: UnrecognizedFormat",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T14:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f96ee6833da26d97d75ca8b5ce4d4970c514f1",
"body": null,
"is_bot": false,
"headline": "Fix rustfmt of the latest test",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T13:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d1fdffe9392344e9b2c7d976dce7f99ca5c6bc",
"body": null,
"is_bot": false,
"headline": "Add io:Error test coverage",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-12T12:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44f08c02bc03dbc134c53aa36a38ba9c08d34c31",
"body": null,
"is_bot": false,
"headline": "Change 'encoding' to 'cryptography' category",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-09T10:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4836fef4a9d13a11fc9b517f6f8a056d6048ac3",
"body": null,
"is_bot": false,
"headline": "Fix the coveralls link to master branch",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-08T12:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8810a7bf7e786e215a59d720e3607545b1011d",
"body": null,
"is_bot": false,
"headline": "Update badges: +coveralls, +main Cocoon badge",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-08T12:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2714f293602ccfd779649755c36a0cff5939f1b9",
"body": "1. Build with nightly toolchain and with profiling enabled.\n2. Run tests with all features enabled (collecting measurement).\n3. Unpack grcov from releases (`cargo install` is too slow).\n4. Run grcov to produce lcov.info file.\n5. Send lcov.info to coveralls.io.",
"is_bot": false,
"headline": "Integrate test coverage into GitHub Actions with coveralls.io",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-08T12:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3dd6c2997f12c80b85804de813a40629e963c1",
"body": "I think the most improtant things still remain unclear.\nAnd yeah, incrementing version again and again, because it is crates.io ideology.",
"is_bot": false,
"headline": "Modify tags and descryption a bit.",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-06T21:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36742d297bc4db36e72af6e2be8f9d983177871",
"body": null,
"is_bot": false,
"headline": "0.1.9: Move one paragraph upper... That's it.",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-05T12:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce17a25f61980fc775424845d40bb8d9d5923d29",
"body": "re-invent -> reinvent.\nIncrement the version to upgrade on cargo.io and docs.rs.",
"is_bot": false,
"headline": "Extend and fix Problem chapter.",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-05T07:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d799e6f4035c0ca0fa765927f47495270fbd4b45",
"body": null,
"is_bot": false,
"headline": "0.1.7: Improve example with Debug switch for weak KDF.",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-04T20:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d816b0801e6b3b7da2b32dae84796af65419332f",
"body": null,
"is_bot": false,
"headline": "Improve example of Debug switch for weak KDF",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-04T20:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8331e2721316ba87944b64a16eade5a1c73ddfb5",
"body": null,
"is_bot": false,
"headline": "Bump version to upgrade a documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-04T20:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef96c61f74e50be91511c0ee1c2d7bfbe781bcab",
"body": null,
"is_bot": false,
"headline": "Add important usage and optimization notes",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-04T20:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c46a8626894aca19992f6644a893f1d40469ff7",
"body": null,
"is_bot": false,
"headline": "Add more comments to study case. Harmonize lib.rs and README.",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-04T18:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a674de6a4ec5b02fca51d9bfa1719f6113a3ab3c",
"body": "…th a 3rd-party tool\n\nVersion has to be increated because I need to upgrade docs.rs and crates.io.",
"is_bot": false,
"headline": "Add a note about Cocoon in structs. Also, correct spelling heavily wi…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-03T14:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0217ab6c4cd81d800fc55fbd2c271cca3f624431",
"body": null,
"is_bot": false,
"headline": "Making better Cocoon docs with copy-pasted Basic Usage",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-03T10:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eddb20ea3979102430002daf39b66609c6f8fbc",
"body": null,
"is_bot": false,
"headline": "Improve English... I hope. With a version bump.",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-03T09:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a1e7afe0721f8c67daeb268bd5603e5b7dc817",
"body": null,
"is_bot": false,
"headline": "0.1.2: Bump version to update documentation in creates.io and docs.rs",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T21:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3aa7a1dffc75c74d3a00e7eb6f60be3d08b4a1",
"body": null,
"is_bot": false,
"headline": "Describe zeroization of encryption key",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T21:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fb2f9762b3d33aa049fc74be4fb4b1594dcbef",
"body": null,
"is_bot": false,
"headline": "Add a build badge on the README page: workflows build on push event",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T21:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51bca8446c77f446e48df07416614bfb7d9d357c",
"body": "\"target/doc\" is being created only if documentation has been built on some point of time,\nbut the \"target\" dir is created always.\nAnd overall the \"target\" dir is ignored by .gitignore.",
"is_bot": false,
"headline": "Fix the doc test: target/doc doesn't always exist",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T21:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c85c255e0e4a1e39c4d258869d700af8963e2937",
"body": null,
"is_bot": false,
"headline": "Enable .github/workflows for Push and PR actions",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T20:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c9e5774cc99941770de4dc5de6b3db92115dbd",
"body": null,
"is_bot": false,
"headline": "Fix rustfmt: one comma",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T20:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975bb773083751f6d7c31fb8f482fc9485ab86c0",
"body": null,
"is_bot": false,
"headline": "Test header modification (negative test)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T07:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "949a7fd9e066ad4755bcbdb68612729d8dd8fee3",
"body": null,
"is_bot": false,
"headline": "Move 1 line up: harmonizing \"Basic Usage\" docs",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T06:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e582e6df41621be9f6a526aff03d1e410d986e7",
"body": null,
"is_bot": false,
"headline": "Add \"How It Works\" aka \"more documentation\" paragraph",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-02T06:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c059b5de531f83b2196acafcc5eff9dba529615a",
"body": "It was a cocoon_header_parsing.svg image by content for some reason",
"is_bot": false,
"headline": "Fix the cocoon_encryption.svg image",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55000e730912b1d4087ee413ccbf70eb80271a44",
"body": null,
"is_bot": false,
"headline": "Add badges to README: creates.io, docs.rs, license",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6604b9e4e7e878e2cd9e7aba2b8ec260fc6bdc8f",
"body": "…entation.\n\nBecause images should appear.",
"is_bot": false,
"headline": "Bump a minor part of a version just to upgrade a public docs.rs docum…",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8399d0510dbc2fbeff49f669664f6368d51a383",
"body": null,
"is_bot": false,
"headline": "Change image paths from local to public (GitHub)",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89ddcf0a98c67239f414d504c5586e3adb63d22",
"body": null,
"is_bot": false,
"headline": "Change the image reference to GitHub",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "504337438b023ea73a44cf61de5a28da3b1fb197",
"body": null,
"is_bot": false,
"headline": "Move format image to the top of the docs",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b6f9e2954210a59444669c87916687e90e81d22",
"body": null,
"is_bot": false,
"headline": "Fix Cryptography chapter of docs + wording of other parts",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e01d8fc5750b4e84e27f97aa8ff8d558230657f",
"body": null,
"is_bot": false,
"headline": "Fill out the README",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T22:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "955307953e4a9b52d439afdc02e5b09015cda703",
"body": null,
"is_bot": false,
"headline": "Upgrade images to have them readable on the dark background",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T21:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88772818475db0a6fb526748e2d7a4c01ac1afd5",
"body": null,
"is_bot": false,
"headline": "Leave only MIT license for simplification for now",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-07-01T19:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55830d0bdc29cc25b9172bb7419e09979b14cd39",
"body": null,
"is_bot": false,
"headline": "Add study case to documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-28T22:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c5ce5e54095bd62736d313148aa43658e8b0da",
"body": null,
"is_bot": false,
"headline": "Add all examples, overview and diagrams",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-28T21:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946e5c6ed60cb76f6e9cb63c565ed8daa9ddebb7",
"body": null,
"is_bot": false,
"headline": "Document `from_rng` + little fixed",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-27T20:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a703aebd9eaf87f171da8be9540e138a20210325",
"body": null,
"is_bot": false,
"headline": "Add parse/dump test",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-27T18:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44f56a08dec326b7c6fd6eb6876f2201c32725e",
"body": null,
"is_bot": false,
"headline": "Improve documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-27T18:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb5f0460ad3e154a91d20f7250bd0e038435a88",
"body": null,
"is_bot": false,
"headline": "Get more examples and imroved documentation",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-27T15:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab57b17b88467ae7da15de550c62bfb88d7f95da",
"body": null,
"is_bot": false,
"headline": "Add images and move format image upper",
"author_name": "Alexander Fadeev",
"author_login": "fadeevab",
"committed_at": "2020-06-27T14:14:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 3,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"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": "cocoon",
"exists": true,
"license": "MIT",
"keywords": [
"container",
"encryption",
"keystore",
"parser",
"storage",
"cryptography",
"no-std",
"parser-implementations"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/cocoon",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": "https://github.com/fadeevab/cocoon",
"versions_count": 26,
"total_downloads": 169697,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6910,
"first_published_at": "2020-07-01T22:19:55.389572Z",
"latest_published_at": "2026-07-25T02:43:41.160824Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 16,
"stars": 88,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-09-01",
"count": 1
},
{
"date": "2024-11-06",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 16
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 43672,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "borsh",
"direct": true,
"version": "0.9.3",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-fjx5-qpf4-xjf2",
"RUSTSEC-2023-0033"
],
"fixed_version": "1.0.0-alpha.1",
"advisory_count": 2,
"oldest_advisory_days": 1200
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 54,
"malicious_count": 0,
"assessed_package": "crates:cocoon@0.5.0",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "aes-gcm",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "chacha20poly1305",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "hmac",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "pbkdf2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.61"
},
{
"name": "zeroize",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aes-gcm",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chacha20poly1305",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hmac",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "pbkdf2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "borsh",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 8,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 19,
"open_issues": 1,
"closed_ratio": 0.889,
"closed_issues": 8,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "fadeevab",
"commits": 119,
"avatar_url": "https://avatars.githubusercontent.com/u/5967447?v=4"
},
{
"type": "User",
"login": "dvaembit",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/203661138?v=4"
},
{
"type": "User",
"login": "MartinKavik",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/18517402?v=4"
},
{
"type": "User",
"login": "Deaths-Door",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/110741219?v=4"
},
{
"type": "User",
"login": "eminarican",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17065574?v=4"
},
{
"type": "User",
"login": "ProjectInitiative",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6314611?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.937
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"rust.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 12 merged PRs checked by a CI test -- score normalized to 1",
"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": 1,
"reason": "Found 4/26 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": "342a67d4436e2ed871377f19d6d3a1f7f2836959",
"ran_at": "2026-07-25T14:45:24Z",
"aggregate_score": 3.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-25T02:43:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-25T02:42:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 33,
"created_at": "2025-11-09T18:46:34Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fadeevab/cocoon",
"host": "github.com",
"name": "cocoon",
"owner": "fadeevab"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 47,
"vitality": 27,
"community": 50,
"governance": 58,
"engineering": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 27,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"forks": 16,
"stars": 88,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "88 stars",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 88
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": "moderate",
"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": 64,
"inputs": {
"packages": [
"cocoon"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 169697,
"monthly_downloads": 6910
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,910 downloads/month across crates",
"points": 51.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6910,
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.937
},
"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 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 19,
"open_issues": 1,
"closed_issues": 8,
"issue_closed_ratio": 0.889,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "89% of issues closed",
"points": 41.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 89
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/26 decided PRs merged",
"points": 28,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/26 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"followers": 101,
"owner_type": "User",
"is_verified": null,
"owner_login": "fadeevab",
"public_repos": 15,
"account_age_days": 4632
},
"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": "101 followers of fadeevab",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 101,
"login": "fadeevab"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~12 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"cocoon"
],
"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": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 12 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"cryptography",
"encryption",
"rust"
],
"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): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 12 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.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 4/26 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the crates:cocoon@0.5.0 runtime dependency closure — what installing the published package pulls in — 54 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:cocoon@0.5.0",
"assessed": 54
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 54,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: borsh 0.9.3 (moderate)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "borsh 0.9.3 (moderate)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 1200 days ago",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 1200
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 54,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"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": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"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"
],
"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": 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": 43672,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T14:45:35.809947Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fadeevab/cocoon.svg",
"full_name": "fadeevab/cocoon",
"license_state": "standard",
"license_spdx": "MIT"
}