Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"rust",
"jpeg-encoder"
],
"is_fork": false,
"size_kb": 310,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 177354
},
"pushed_at": "2026-07-27T12:53:19Z",
"created_at": "2021-04-29T11:51:37Z",
"owner_type": "User",
"updated_at": "2026-07-27T12:54:03Z",
"description": "JPEG encoder written in Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.mysurdity.de",
"name": "Volker Ströbel",
"type": "User",
"login": "vstroebel",
"company": null,
"location": "Nürnberg, Germany",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1573321?v=4",
"created_at": "2012-03-25T13:50:05Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 5237
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-27T10:19:38Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-01-20T06:11:14Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2025-03-23T07:45:53Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2023-10-09T05:53:32Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2022-03-31T07:58:54Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2022-02-13T18:33:04Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2021-10-15T10:16:34Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-10-13T10:25:59Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-07-29T10:19:47Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-07-07T10:27:35Z"
}
],
"recent_commits": [
{
"oid": "b2bbd6f78d576a51fd80321d94f120290f9f3b9a",
"body": null,
"is_bot": false,
"headline": "Cargo fmt",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T12:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f52219cb975e64d559e5b4ee22789db74a3d111e",
"body": "Explicitly vectorize i32x8 to u8x8 conversion for storing into YCbCr buffers",
"is_bot": false,
"headline": "Merge pull request #22 from okaneco/remove_transmute_ycbcr",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T12:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f98ce7f606b7b04577b0d977f6f92e53bb59a4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into remove_transmute_ycbcr",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T12:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1cc6723c0b3647337671afd82319aafff970ae",
"body": null,
"is_bot": false,
"headline": "Add fuzz test for avaraged subsampling",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T12:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852c94833ee68a73910df080c2df6a67845b8071",
"body": "Optionally use wide crate for DCT, which adds support for ARM64, WASM and SSE2 on stable",
"is_bot": false,
"headline": "Merge pull request #25 from mcroomp/widefdct",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T10:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21878b7e77f0e7a43244c20da69375933da4d510",
"body": "Needed for wide",
"is_bot": false,
"headline": "Increase MSRV to 1.89",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T10:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf40191ae25a32e56a884fa6e001c4fe938d451",
"body": null,
"is_bot": false,
"headline": "Bump vesion to 0.7.1",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T10:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe9747de5e762a64fa624c80f9d99b5bd323c07",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into widefdct",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T09:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6d53ac5fc5c7e5117fb4eb550961ab495ae22c",
"body": "Add quality getter and setter to `Encoder`",
"is_bot": false,
"headline": "Merge pull request #36 from RunDevelopment/quality-setter",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T09:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7def12e7d121a6588acd6cb94b57e5faffbbdc0",
"body": "Add ChromaSubsamplingMethod option for box-average downsampling",
"is_bot": false,
"headline": "Merge pull request #33 from tylerneylon/box-average-chroma-subsampling",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T09:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "745718e8dca365395168e5f73397022d5deddf2d",
"body": "Add IJG LICENSE file",
"is_bot": false,
"headline": "Merge pull request #37 from telecos/chore/add-ijg-license",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-07-27T08:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994d482a6bf3e7c08f22219d0f3606220d275a2e",
"body": null,
"is_bot": false,
"headline": "Add license file",
"author_name": "Sergio Gonzalez Martin",
"author_login": "telecos",
"committed_at": "2026-07-07T20:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cec007f9c5d79b5e5dda948646dc43f922718b6c",
"body": null,
"is_bot": false,
"headline": "Add quality getter and setter to `Encoder`",
"author_name": "RunDevelopment",
"author_login": "RunDevelopment",
"committed_at": "2026-06-17T19:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212605f710177ebb41fb2297960dd2bf76c68abf",
"body": "The crate's Cargo.toml declares 'license = \"(MIT OR Apache-2.0) AND IJG\"'\nbut the IJG license file was not shipped alongside LICENSE-APACHE and\nLICENSE-MIT, which breaks downstream license auditing (e.g. Chromium's\nREADME.chromium generator via gnrt expects a License File for each SPDX\ncomponent).\n\n\n[…]\nG.html\n\nThe copyright line '(C) 1991-2020, Thomas G. Lane, Guido Vollbeding' matches\nthe IJG notice already used inside this crate's own source headers\n(see src/fdct.rs).\n\nNo code or behavior changes.",
"is_bot": false,
"headline": "Add missing LICENSE-IJG file",
"author_name": "Sergio Gonzalez",
"author_login": "telecos",
"committed_at": "2026-05-11T08:44:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1564a3bc6ea9b5c8a95c6fd1cf8423f16c6f721c",
"body": null,
"is_bot": false,
"headline": "Trim doc comments to match existing style",
"author_name": "tn",
"author_login": "tylerneylon",
"committed_at": "2026-05-08T22:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd7f035d643a70fb47d78ff219b43049480b113",
"body": "Adds an opt-in ChromaSubsamplingMethod::Average that box-averages chroma\nsamples when subsampling, matching libjpeg/libjpeg-turbo's default\nh2v2_downsample behavior — including its per-column dither of the rounding\nbias so that rounding error averages to zero across each row.\n\nThe existing point-sam\n[…]\nging produces noticeably better quality on images with sharp\ncolored edges (screenshots, rendered/antialiased text), where point-sampling\ncan stamp an entire 2x2 block with one outlier pixel's chroma.",
"is_bot": false,
"headline": "Add ChromaSubsamplingMethod option for box-average downsampling",
"author_name": "tn",
"author_login": "tylerneylon",
"committed_at": "2026-05-05T09:55:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8549703adccbeaf068edc7e5fb9fb80d4a304ea",
"body": "add alignment on JPEG [i16; 64] blocks",
"is_bot": false,
"headline": "Merge pull request #28 from mcroomp/alignblock",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-02-10T06:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f2a6ff63dfbf9475a99fa33e18b62ee66414a74",
"body": null,
"is_bot": false,
"headline": "remove changes",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2026-02-02T08:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc3f99b33df669ea413124e650c70286eb0dff8",
"body": null,
"is_bot": false,
"headline": "fix merge errors",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2026-02-02T08:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "282440966b5d96a3a25a1e1f4943a2ba4bb222f5",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2026-02-02T08:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc2f56b9e7c7685f764afba68dbc848fad7c053",
"body": null,
"is_bot": false,
"headline": "Replace open coded div_ceil",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-01-20T14:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7b1e1b07093f62be1478131ca5d50b2b910413",
"body": null,
"is_bot": false,
"headline": "Run cargo fmt",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-01-20T05:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c5ded6f9e2dcbec1456a1f2d05a951b75fe3ac",
"body": null,
"is_bot": false,
"headline": "Add cargo fmt --check to github actions",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-01-20T05:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bba201af35f423086ac9c94e976b6d55da2f950",
"body": null,
"is_bot": false,
"headline": "Implement Error in no_std",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-01-20T05:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc43432730e738a9dc79516d5d38646b28b03ac4",
"body": "Optimize scalar ycbcr conversion",
"is_bot": false,
"headline": "Merge pull request #27 from vstroebel/ycbcr",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2026-01-20T05:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae361e3a771c528b43dbd185b386e1fb614f037",
"body": null,
"is_bot": false,
"headline": "add test to github action",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-12-02T10:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b27ef308b5c9ff008355c0e4f39c789b6404d50",
"body": null,
"is_bot": false,
"headline": "update to wide 1.0 with new policy",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-12-02T10:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e275e9ed0aadde9358f9694c80dc9d513ec43e9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into widefdct",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-12-01T13:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c655d0d5bf55465d466f44bbfd62157f21c5bf5",
"body": null,
"is_bot": false,
"headline": "fix merge",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-29T17:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2916a603739c2ce2f04894a6e2f7bffe0d89d086",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-29T17:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b972b532379693916411a6919aa756d1a603a83d",
"body": "Remove unsafe transmute in AVX2 YCbCr conversion\n\nPrior to this, the conversion was scalarized and used a bswap.\nRewriting the code to avoid reversing the array resulted in worse\ncodegen that extracted the bytes and manually re-inserted them\nback into the SIMD register to store 8 bytes at once.",
"is_bot": false,
"headline": "Explicitly vectorize i32x8 to u8x8 conversion for storing into YCbCr",
"author_name": "okaneco",
"author_login": "okaneco",
"committed_at": "2025-11-29T16:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "057934eb4e1f6da16df36cb37113fe6e0635cd3b",
"body": "Safe AVX YCbCr",
"is_bot": false,
"headline": "Merge pull request #17 from Shnatsel/safe-simd-ycbcr",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2025-11-29T16:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75f32b643dda1cb063d5f1fd58e7bb64af42490",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into safe-simd-ycbcr",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T16:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ab0f205bf8de6d0c842ae1bc8dbf02a87b7af2",
"body": null,
"is_bot": false,
"headline": "Switch simd feature back to opt-in, it can be flipped in a subsequent PR",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T14:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cf7c8308ed35b33f20e62b521048844653ae138",
"body": "…to() call",
"is_bot": false,
"headline": "Fix subtle bug due to intermediate arrays being created by the try_in…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T14:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33de59f115078caf20164a60312759c7b58d1e7e",
"body": "… the stores",
"is_bot": false,
"headline": "Roll back to last working configuration; something must be wrong with…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T14:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e055bec884e7b65be73375fc0b39a5df8f90ae9",
"body": "…fe fn' from it now that it contains no unsafe ops",
"is_bot": false,
"headline": "Use the safe loads/store wrappers inside the AVX FDCT, drop the 'unsa…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T14:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922a26cad21d8fd325c167584ad9855abf296389",
"body": null,
"is_bot": false,
"headline": "Add safe wrappers for AVX loads/stores",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T14:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4d6e02ed7b4deba3065202bea5f584006be86b",
"body": null,
"is_bot": false,
"headline": "fdct: don't mark AVX helper functions as unsafe fn",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-29T14:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644411d4bba449f3271eb7cdd55ff1610a5667bf",
"body": null,
"is_bot": false,
"headline": "fix avx2",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-28T16:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db9558f7b319111f6040daf65248c14282d7e44",
"body": null,
"is_bot": false,
"headline": "merge",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-28T16:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7565606aebde2df9cb482b2086600288d0b437a",
"body": null,
"is_bot": false,
"headline": "aligned block",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-28T16:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cd3c7fed138a43b8d6f1be84d608c49ef37cb58",
"body": "…uture optimizations and auto vectorization",
"is_bot": false,
"headline": "add align on blocks so that we process on simd aligned to allow for f…",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-28T16:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35f4047e9c0428d2675dd5edde07d7486f01720",
"body": null,
"is_bot": false,
"headline": "Optimize ycbcr conversion",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2025-11-25T18:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3167fd8fbd57a82e2c04ae048c1eee0ebffe6bfd",
"body": "…nges",
"is_bot": false,
"headline": "Change the public API to accept Vec now that we can make breaking cha…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T16:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0d40d01c7b0eba8dab1c03ae0f8a0d9bd6f9d36",
"body": null,
"is_bot": false,
"headline": "Fewer copies when writing metadata",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T16:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324b7341e75c4f11a14a75ada5f9ac7804a46a77",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into safe-simd-ycbcr",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T10:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7b408a6832ef079a9f58c809dc8a765f6d866d",
"body": null,
"is_bot": false,
"headline": "Add ycbcr benchmark",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2025-11-25T07:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "521dd2fd1843c5ea706820ce351316e0ae20f259",
"body": null,
"is_bot": false,
"headline": "Fix doctest",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T05:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5378d07d1ee46133acf990bda5ac388f21fdcb16",
"body": null,
"is_bot": false,
"headline": "Export PixelDensityUnit as a toplevel type",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T05:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5174f2acbbe451e6bb684ecb443b63e4fd5b000d",
"body": null,
"is_bot": false,
"headline": "Adjust the code to use the new struct definition",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T05:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0afc009a55f3bfc724b9284b8c11773cec65034c",
"body": "… from `image`",
"is_bot": false,
"headline": "WIP replacement of pixel density unit enum with the struct definition…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T05:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3508533d7d1a1534195ec801666ebdad413a80b9",
"body": null,
"is_bot": false,
"headline": "Add a convenience function for embedding Exif metadata",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-25T05:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d199626032aea5cf8bc51b5be7d6fa6c84c672f",
"body": null,
"is_bot": false,
"headline": "Increase MSRV and bump version to 0.7.0",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2025-11-25T05:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9fbe50817a3316f5646d09a823b8f75c9a0acf5",
"body": null,
"is_bot": false,
"headline": "updated fdct.rs",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-24T11:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b15f2dcb3ae00f45c2bb16755ce99eeb812f08",
"body": null,
"is_bot": false,
"headline": "remove changes",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-24T11:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddffce59a7681e2e8c7d4365234901eb9f2e475f",
"body": null,
"is_bot": false,
"headline": "make sure old version still works unchanged",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-24T11:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e534817f3af8a93a70041ac19a2d54acd142c2c",
"body": null,
"is_bot": false,
"headline": "add cargo",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-22T19:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f1473bab3e6cc8178a251b10713493b185166e",
"body": null,
"is_bot": false,
"headline": "work",
"author_name": "Kristof",
"author_login": "mcroomp",
"committed_at": "2025-11-22T19:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf3ab88e7d50486a5f8b429b0fcd6b2654b98d8d",
"body": null,
"is_bot": false,
"headline": "bump github workflow version to match MSRV",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-12T23:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a32ab681dcfcc2ed7b54e67f83341fcd94521025",
"body": null,
"is_bot": false,
"headline": "bump MSRV",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-08T09:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b36b1d721455f47a19f27df07bde716c63afb7",
"body": null,
"is_bot": false,
"headline": "Address compiler warning",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-05T21:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2d64217644210ab75afdefdcba103d2ac896ef",
"body": null,
"is_bot": false,
"headline": "Don't attempt to run AVX2 test on machines without AVX2",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-05T21:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "120c5bee0a1c5ce1b7b91649846209673dd0f445",
"body": null,
"is_bot": false,
"headline": "Add a note about scalar loads",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-03T17:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb3f9d55cfb0b50e475955629f248cd0953f522f",
"body": null,
"is_bot": false,
"headline": "add a TODO",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-03T13:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f431b60cbc21e6826b774f3e734899b5aca93add",
"body": null,
"is_bot": false,
"headline": "Add a test verifying that AVX2 result is identical to scalar",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-11-03T12:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc320d87ddf6ed824dd8a08ad85e93dee13c96c5",
"body": null,
"is_bot": false,
"headline": "Replace manual bookkeeping and unsafe{set_len()} with safe Vec methods",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T20:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df6173becc120584554d8f72d43c8efaca84750a",
"body": null,
"is_bot": false,
"headline": "expand safety comment",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T19:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5642f242ec33856c24c926566e12f91eb6a93f09",
"body": null,
"is_bot": false,
"headline": "cargo fmt",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T19:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "559000444cb1dd96553c6a5ed368d0ad138912ee",
"body": null,
"is_bot": false,
"headline": "refactor for slightly better codegen",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T18:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a97518227068ab2ef98bb6acdc4bc383a456dd6",
"body": "…erations are now wrapped in safe abstractions that verify preconditions",
"is_bot": false,
"headline": "AVX ycbcr: the function no longer needs to be `unsafe`, all unsafe op…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T17:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a0c2774f17a65556deed63171d6049fa1c1b71",
"body": "…uffers. Verify that there is enough capacity to hold the data before filling them to avoid buffer overflows. Treat them as MaybeUninit until they're filled to avoid exposining uninitialized memory.",
"is_bot": false,
"headline": "AVX ycbcr: safety: Always perform bounds checks on the ycbcr output b…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T17:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af429c70209315531486c977adb57776f8454e47",
"body": null,
"is_bot": false,
"headline": "Split the transmute into a helper function",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T16:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333c1010eb8a6fcb03aa30cddd6e8bba4425a54f",
"body": "…s instead of raw pointers",
"is_bot": false,
"headline": "AVX ycbcr: safety: always access the slice in &self with bounds check…",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T16:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92110c55e0c31e18b75f41469bf8c487d1d28357",
"body": null,
"is_bot": false,
"headline": "Bump MSRV to 1.86",
"author_name": "Sergey \"Shnatsel\" Davidoff",
"author_login": "Shnatsel",
"committed_at": "2025-10-29T16:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85bc4c329b1d9060e1c87ac8fff79a48cc4c734",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.6.1",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2025-03-23T07:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa68a8b5d85391fb4799535e29597cc588066df9",
"body": null,
"is_bot": false,
"headline": "Reflect included IJG licensed work in crate metadata",
"author_name": "Fabio Valentini",
"author_login": "decathorpe",
"committed_at": "2025-03-23T06:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156218dd86cf2ee5855cfe821d8e3a59ea5982cd",
"body": null,
"is_bot": false,
"headline": "Use i32 as intermediate value",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-11-01T11:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1a0cff3d990f88c59c65132a535cdbfe6e8f56",
"body": null,
"is_bot": false,
"headline": "Add support to benchmark fdct functions",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-10-06T10:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a463255cefecaad14f828e722e6001c2efffbd3",
"body": null,
"is_bot": false,
"headline": "Increase default benchmark times",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-31T12:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ee415244d5680131b092b720729c398f402fbf",
"body": "Remove bound check and allow (partial) loop unrolling",
"is_bot": false,
"headline": "Improve performance Operations::quantize_block",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T10:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fedf42013f0bc59d63053abf9244c297273b8b10",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T07:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "988555c70088b6bacd29340e569ed0180a675d7b",
"body": null,
"is_bot": false,
"headline": "Replace open coded clamp",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T07:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da6ac7f06054b82239c826d6fd7cfd41b8cf8677",
"body": null,
"is_bot": false,
"headline": "Prevent unexpected transmute results",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T07:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dbed704c232a85ab8dc044886f3888985a9b714",
"body": null,
"is_bot": false,
"headline": "Add msrv to Cargo.toml",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T07:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74952a1b6cc66782579d654021fe1c969f5e96a2",
"body": "Using a subslice and chunks_exact simplifies the loop body and helps the compiler to remove bound checks",
"is_bot": false,
"headline": "Improve performance of ImageBuffer::fill_buffers",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T07:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50977697e8a398d9d4de6b376fe83b5e6dc8060a",
"body": null,
"is_bot": false,
"headline": "Remove features from criterion Cargo.toml",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2024-07-30T07:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446ca6611f4577dd08f9af848ab41509616f8f19",
"body": "Needed to decouple the MSRV of the main project from criterion",
"is_bot": false,
"headline": "Move benchmarks to own subproject",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-19T04:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebad8190dba0cbfd54f6a96751b51f7e47a05474",
"body": "actions-rs/toolchain isn't maintained anymore",
"is_bot": false,
"headline": "Use dtolnay/rust-toolchain@stable",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-17T16:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c533b68b03aadea0ae2733ca3fde74e430958e65",
"body": null,
"is_bot": false,
"headline": "Don't let criterion influence the MSRV",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0056620c1cfc6eccc78d2416df5816730516fa",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.6.0",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68394a02b5ba82d9a0d87205a23bed315b17699a",
"body": null,
"is_bot": false,
"headline": "Use edition 2021 in fuzz test too",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ce75a3fc0666752b00872b70db18e7352087e7",
"body": null,
"is_bot": false,
"headline": "Fix buffer usage in benchmarks",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ce378505110809822c0ceab744dbce54a52ffac",
"body": null,
"is_bot": false,
"headline": "Add missing semicolons",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a4bfa27fedff71fb99a1c85c5fb59472cbda1d0",
"body": null,
"is_bot": false,
"headline": "Disable rayon usage in jpeg decoder for tests",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0173b974759941e266f9e7cfb925f5699a4a11a",
"body": null,
"is_bot": false,
"headline": "Update criterion",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-10-09T05:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c8e69c4d21b8e4521c308ba9f42a4665b4ca05",
"body": "Update to new github action",
"is_bot": false,
"headline": "Merge pull request #8 from vstroebel/new_gh_action",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-08-25T15:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0284d2b731f1ded697d67149a71a06f945dff9",
"body": null,
"is_bot": false,
"headline": "Update github action",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-04-29T18:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c221d9395345e63bca25ca04f3bcde11669a502",
"body": null,
"is_bot": false,
"headline": "Update github action",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-04-29T18:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a443b49369031e6798da93adb014adb271d11d9",
"body": null,
"is_bot": false,
"headline": "Improve error related documentation",
"author_name": "Volker Ströbel",
"author_login": "vstroebel",
"committed_at": "2023-04-29T18:06:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 64,
"latest_release_at": "2026-07-27T10:19:38Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 13,
"days_since_latest_release": 0,
"mean_days_between_releases": 205.1
},
"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": "jpeg-encoder",
"exists": true,
"license": "(MIT OR Apache-2.0) AND IJG",
"keywords": [
"encoder",
"image",
"jpeg",
"jpg",
"multimedia::images"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/jpeg-encoder",
"is_deprecated": false,
"latest_version": "0.7.1",
"repository_url": "https://github.com/vstroebel/jpeg-encoder",
"versions_count": 13,
"total_downloads": 6943747,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 380479,
"first_published_at": "2021-04-29T12:17:30.159930Z",
"latest_published_at": "2026-07-27T10:18:00.833905Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 12,
"stars": 33,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2025-04-13",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 6
},
"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",
"criterion/Cargo.toml",
"fuzz/Cargo.toml"
],
"largest_source_bytes": 47922,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"criterion/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": 5,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "wide",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "bytemuck",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.24"
},
{
"name": "jpeg-encoder",
"manifest": "criterion/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bytemuck",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "wide",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "jpeg-decoder",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 2,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 24,
"open_issues": 5,
"closed_ratio": 0.545,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vstroebel",
"commits": 182,
"avatar_url": "https://avatars.githubusercontent.com/u/1573321?v=4"
},
{
"type": "User",
"login": "Shnatsel",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/291257?v=4"
},
{
"type": "User",
"login": "mcroomp",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/20727346?v=4"
},
{
"type": "User",
"login": "tylerneylon",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/453622?v=4"
},
{
"type": "User",
"login": "telecos",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8853689?v=4"
},
{
"type": "User",
"login": "decathorpe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12836693?v=4"
},
{
"type": "User",
"login": "RunDevelopment",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20878432?v=4"
},
{
"type": "User",
"login": "okaneco",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47607823?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.765
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"rust.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 6,
"reason": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"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 7/14 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 5 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": 10,
"reason": "16 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b2bbd6f78d576a51fd80321d94f120290f9f3b9a",
"ran_at": "2026-07-27T22:59:47Z",
"aggregate_score": 5.6,
"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-27T12:53:55Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2024-10-05T14:09:46Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T12:50:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2023-10-22T15:34:02Z",
"last_comment_at": "2024-02-18T15:09:24Z",
"last_comment_author": "jsonmona"
},
{
"number": 14,
"created_at": "2024-12-30T22:16:38Z",
"last_comment_at": "2024-12-30T23:05:08Z",
"last_comment_author": "sophie-h"
},
{
"number": 32,
"created_at": "2026-02-10T14:12:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2026-06-01T22:13:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2026-07-13T16:26:33Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vstroebel/jpeg-encoder",
"host": "github.com",
"name": "jpeg-encoder",
"owner": "vstroebel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 56,
"vitality": 76,
"community": 54,
"governance": 58,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 64,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 13
},
"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": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "64 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 64
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "16 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 205.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"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 ~205.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 205.1
}
}
],
"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": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 12,
"stars": 33,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "33 stars",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 33
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 93,
"inputs": {
"packages": [
"jpeg-encoder"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 6943747,
"monthly_downloads": 380479
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "380,479 downloads/month across crates",
"points": 74.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 380479,
"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": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.765
},
"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 76% of commits",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 76
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 24,
"open_issues": 5,
"closed_issues": 6,
"issue_closed_ratio": 0.545,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "55% of issues closed",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 55
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/26 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/14 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 44,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "vstroebel",
"public_repos": 13,
"account_age_days": 5237
},
"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": "4 followers of vstroebel",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "vstroebel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~14 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jpeg-encoder"
],
"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": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": 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": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"rust",
"jpeg-encoder"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.6
},
"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": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"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 7/14 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "16 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"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": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.15,
"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": "15 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"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",
"criterion/Cargo.toml",
"fuzz/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, criterion/Cargo.toml, fuzz/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, criterion/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": 47922,
"source_files_sampled": 22,
"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/22 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"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",
"Could not fetch crates package 'jpeg-encoder-bench' from its registry",
"deps.dev does not index crates:jpeg-encoder@0.7.1; 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-27T23:00:03.789194Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vstroebel/jpeg-encoder.svg",
"full_name": "vstroebel/jpeg-encoder",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}