原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 242,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 307932
},
"pushed_at": "2026-07-24T07:53:52Z",
"created_at": "2026-03-13T03:14:28Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T07:41:25Z",
"description": "Stream and merge OCI image layers into squashfs, tar, or directory output",
"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://edera.dev",
"name": "Edera",
"type": "Organization",
"login": "edera-dev",
"company": null,
"location": "United States of America",
"followers": 230,
"avatar_url": "https://avatars.githubusercontent.com/u/153982650?v=4",
"created_at": "2023-12-16T08:25:59Z",
"is_verified": null,
"public_repos": 56,
"account_age_days": 951
},
"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.2.2",
"kind": "patch",
"published_at": "2026-07-24T07:42:58Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-04-21T22:45:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-18T16:48:26Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-14T01:17:36Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-03-13T18:54:30Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-13T18:05:52Z"
}
],
"recent_commits": [
{
"oid": "1c397b3ad44e6f45873023d20efe3ef20672d665",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore: release v0.2.2",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-07-24T07:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee98cda995edceebe70996c953b1722b6dcfc14",
"body": "The quality-gate composite action ran with no caching and compiled\ncargo-audit from source on every invocation — on PRs via ci-code.yaml and\non main via release.yaml's pre-release gate — which is several minutes of\nwasted work per run, made worse by this repo building dependencies at\nopt-level 3.\n\nA\n[…]\nt attestation/signature when the release provides one). The action\nis pinned by commit hash and the tool by version, so the verified manifest\nis fixed.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "ci: cache cargo across runs and install cargo-audit prebuilt",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-07-24T07:33:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06d00f269b99e09513d3882a934c17d21d9e6ebf",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore(github): update actions pinning",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-07-24T07:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca963e786ffee14bcb2ad5c13121aba6d85a2e0d",
"body": "reqwest 0.13 removed its built-in ring feature and its `rustls` feature\nnow hard-wires the aws-lc-rs provider, so a plain bump pulls in the\nheavy aws-lc-sys C library. Select `rustls-no-provider` instead and\ninstall the ring CryptoProvider explicitly, keeping the same TLS backend\nthe CLI used under \n[…]\n0s / 7.44 MiB with ring (~48%\nbuild time, ~22% binary size). `ocirender fetch --manifest-only` against\nDocker Hub confirmed TLS still works end to end.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "build(cli): migrate TLS to rustls+ring for reqwest",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-07-24T06:54:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e63896db58ef6010dc21ce4e2cc776f922a2dea",
"body": "…rors\n\nSpawning mksquashfs could intermittently fail with ETXTBSY (\"Text file\nbusy\"): when another thread in the process forks to spawn a child while\nthe mksquashfs binary is still open for writing elsewhere, the forked\nchild inherits that write handle until it execs, and an exec of the binary\nin th\n[…]\n failure. That hint is now given only\nfor NotFound; every other failure surfaces the underlying OS error (errno\nincluded) rather than guessing a cause.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(squashfs): retry mksquashfs spawn on ETXTBSY and sharpen spawn er…",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-07-24T06:51:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "df2f570180f66113bbe771748a3e240804ebf1d4",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore(cargo): update all dependencies",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-07-24T06:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd01ddfcdb4704f990f19453eccacbd5ea52dd0",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore(cargo): update dependencies",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-06-08T03:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293e7383ece3827b050dbf1a084880ce8a4fc7f2",
"body": null,
"is_bot": true,
"headline": "chore: release v0.2.1",
"author_name": "edera-cultivation[bot]",
"author_login": "edera-cultivation[bot]",
"committed_at": "2026-04-21T22:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5517828d7357e9ca635746f028766a6a1f224bc5",
"body": "Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.0 to 2.18.0.\n- [Release notes](https://github.com/step-security/harden-runner/releases)\n- [Commits](https://github.com/step-security/harden-runner/compare/fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594...6c3c2f2c\n[…]\n-name: step-security/harden-runner\n dependency-version: 2.18.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump step-security/harden-runner from 2.16.0 to 2.18.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-21T22:38:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15e4a67e681846b758db56fdc85ee82de8415bb9",
"body": "Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1.\n- [Release notes](https://github.com/actions/create-github-app-token/releases)\n- [Commits](https://github.com/actions/create-github-app-token/compare/f8d387b68d61c58ab83c6c016672934102569\n[…]\nme: actions/create-github-app-token\n dependency-version: 3.1.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-21T22:38:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d9abb9e4d437a417c38d81996b0c50673adb6c0",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore(cargo): update sha2 dependency",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-04-21T22:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283624ef6f16b1369a1112e313323997490ca242",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore(cargo): dependency updates",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-04-21T21:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540e23a5be24ada605311aa53930a55035dd9b9f",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(overlay): handle case where symlink replaces a directory",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-04-21T21:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aed9ead9aac4b39caff55c084d381274276d80d",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore: cargo update",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-04-01T10:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0d47084dc702d8adda1351b2c77d16db5008fc",
"body": "build(deps): bump tar from 0.4.44 to 0.4.45",
"is_bot": false,
"headline": "Merge pull request #11 from edera-dev/dependabot/cargo/tar-0.4.45",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-20T23:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b0ac9aa1549b40cd1a4374eed6f67112e750719",
"body": "…ns/create-github-app-token-3.0.0\n\nbuild(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0",
"is_bot": false,
"headline": "Merge pull request #10 from edera-dev/dependabot/github_actions/actio…",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-20T23:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea665c9709dc353214f869ed2b09a8fb68ba7cd7",
"body": "…ecurity/harden-runner-2.16.0\n\nbuild(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0",
"is_bot": false,
"headline": "Merge pull request #9 from edera-dev/dependabot/github_actions/step-s…",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-20T23:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb7f4b2f86d38061d443cc1f8cbeda5830a017f",
"body": "Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45.\n- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45)\n\n---\nupdated-dependencies:\n- dependency-name: tar\n dependency-version: 0.4.45\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump tar from 0.4.44 to 0.4.45",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-20T21:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e35d56bfa752f13601c5976358db0f72b4ea941",
"body": "Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0.\n- [Release notes](https://github.com/actions/create-github-app-token/releases)\n- [Commits](https://github.com/actions/create-github-app-token/compare/29824e69f54612133e76f7eaac726eef6c875\n[…]\nme: actions/create-github-app-token\n dependency-version: 3.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-20T21:06:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a25836641f5104d5aa6c166f3bfd776686b1989",
"body": "Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.15.1 to 2.16.0.\n- [Release notes](https://github.com/step-security/harden-runner/releases)\n- [Commits](https://github.com/step-security/harden-runner/compare/58077d3c7e43986b6b15fba718e8ea69e387dfcc...fa2e9d60\n[…]\n-name: step-security/harden-runner\n dependency-version: 2.16.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-20T21:06:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c71c8a558812127fe018fc5dc1d2aa9027205a2",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.0",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b85fac869de2d241706f65a34f297d91c3c4a7",
"body": "Consolidate fixed entries in CHANGELOG.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "Update CHANGELOG for clarity and conciseness",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85a740dc208aafec1a61fffc4c3e34299dc6dcdc",
"body": null,
"is_bot": true,
"headline": "chore: release v0.1.3",
"author_name": "edera-cultivation[bot]",
"author_login": "edera-cultivation[bot]",
"committed_at": "2026-03-18T16:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be34c152ec087d7050c4b7780e2703d0b83db6a",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "ocirender-cli: don't publish",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "023d9ae4d31ac4bc7a522dcf9fa94e91eb736ee9",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "README: updated for pull support",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f0a9d5b2ec3f025164f2cd6e3dc53f057ac550",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(cli): add doc=false for the bin output",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e07f5b6e868fc1e5e2d3e6453cc174fe7a47970",
"body": "This makes the image pulling tests go faster since the sha2 crate gets\noptimized.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(Cargo.toml): always optimize dependencies",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c095864d1d29d90f495e9db29128ea5bd6af95a4",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "feature(cli): implement registry pull/fetch support",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T16:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9bb5d97853b49cfe617bf96f2e6d5b53c4d759",
"body": "It's not just squashfs anymore!\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(cli): use better 'about' string",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-18T15:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "695d53d21662e8ee72d4169cc5043d3bf3aa3a1e",
"body": "Some PAX values (e.g. for key `SCHILY.xattr.security.capability`) are\nbinary data, and we can't decode them.\n\nOnly decode UTF-8 strings when pulling path data from the PAX headers.\n\nSigned-off-by: Steven Noonan <steven@uplinklabs.net>",
"is_bot": false,
"headline": "fix(canonical): don't assume PAX values are UTF-8",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-17T00:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc24282ad9390f4afbd00729e2fdae7e1ae2f709",
"body": "chore: release v0.1.2",
"is_bot": false,
"headline": "Merge pull request #5 from edera-dev/release/2026-03-14T00-19-17Z",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-14T01:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "695fef440eb717c36d35fc6b1fd8d5d50760456c",
"body": null,
"is_bot": true,
"headline": "chore: release v0.1.2",
"author_name": "edera-cultivation[bot]",
"author_login": "edera-cultivation[bot]",
"committed_at": "2026-03-14T01:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555e0a34a93f3107647810f7b92e7c6f777a4a6f",
"body": "This was causing the conversion of an image to squashfs to fail because\nsquashfs did not like an entry that was simply `.`.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(overlay): handle top-level `.` directory entry",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-14T00:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1c40fc81f11faa06389d40c0716511b88ec771",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(squashfs): capture stderr from squashfs in error output",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-14T00:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d446543c4ca3d03b5417b1503fe897fa7b47e7c3",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(image): handle docker-centric media types for manifests",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-14T00:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135400ea4dd0b6d74514918c25bb4b0afd24fbd9",
"body": "…ecurity/harden-runner-2.15.1\n\nbuild(deps): bump step-security/harden-runner from 2.14.2 to 2.15.1",
"is_bot": false,
"headline": "Merge pull request #4 from edera-dev/dependabot/github_actions/step-s…",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-14T00:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c1c59d2b49b4ffb8b51860733f8f4370183452",
"body": "…e-plz/action-0.5.128\n\nbuild(deps): bump release-plz/action from 0.5.127 to 0.5.128",
"is_bot": false,
"headline": "Merge pull request #3 from edera-dev/dependabot/github_actions/releas…",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-14T00:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28982edc783288dd9419d7d498031caaa950683",
"body": "Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.1.\n- [Release notes](https://github.com/step-security/harden-runner/releases)\n- [Commits](https://github.com/step-security/harden-runner/compare/v2.14.2...58077d3c7e43986b6b15fba718e8ea69e387dfcc)\n[…]\n-name: step-security/harden-runner\n dependency-version: 2.15.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump step-security/harden-runner from 2.14.2 to 2.15.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-13T21:07:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5dcaa0d433a6427b05ec7935a28e145d348b431",
"body": "Bumps [release-plz/action](https://github.com/release-plz/action) from 0.5.127 to 0.5.128.\n- [Release notes](https://github.com/release-plz/action/releases)\n- [Commits](https://github.com/release-plz/action/compare/f708778669256143d984cce4b23592637532e040...1528104d2ca23787631a1c1f022abb64b34c1e11)\n\n[…]\npendency-name: release-plz/action\n dependency-version: 0.5.128\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump release-plz/action from 0.5.127 to 0.5.128",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-13T21:07:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d7163274ad02a4a48d49440ca172ab1646cb569",
"body": "We're moving this crate to use trusted publishing.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "remove CARGO_REGISTRY_TOKEN",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T18:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caa3893068ddb409ed05831375b0b25820accc49",
"body": "chore: release v0.1.1",
"is_bot": false,
"headline": "Merge pull request #1 from edera-dev/release/2026-03-13T18-01-55Z",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T18:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a5bf62f1619108e471b1db83e3e7f4224543b6",
"body": null,
"is_bot": true,
"headline": "chore: release v0.1.0",
"author_name": "edera-cultivation[bot]",
"author_login": "edera-cultivation[bot]",
"committed_at": "2026-03-13T18:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ebe002403c0b609d7eaced7700491bc13785eda",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "ci-code: re-enable aarch64 testing",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T18:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d464146f73deb26db5aad69390d49f603c46dc",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "cleanup: clippy fixes",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T18:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d43643e793e9303a1479235db1459cc1273d36",
"body": "Also prepping for initial crate release on crates.io\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "initial commit of release-plz configuration",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T18:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e551284ce7c476bb758e80af3c81cff6723f166",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "rename oci2squashfs -> ocirender",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T03:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe6e70b9a0cd7610ab47743074b47875577a5a9",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "cleanup: documentation pass",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-13T03:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db53d4b0d925e37b5a37b1e32d072a68e006267",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "refactoring: implement streaming for tar and dir outputs",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T23:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e40019e326c18c14ec8bd6ed1dd755c4c5707b8",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "image: fix handling of layer manifest indirection",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T16:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20a75b430f1e33595c6599a89195ebf1af89e2c",
"body": "…ecurity/harden-runner-2.15.1\n\nbuild(deps): bump step-security/harden-runner from 2.14.2 to 2.15.1",
"is_bot": false,
"headline": "Merge pull request #9 from edera-dev/dependabot/github_actions/step-s…",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T01:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4554a50eb2d2ed1f82752926fb1a4aa9b6e2af",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "layers: remove unused function",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T00:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db70b4907ea5754cd1fe1d761452fdd3eb47564e",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "implement tests for canonical.rs and layers.rs",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T00:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b23b889bfd86d14bfc160816c36297038d9f31",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "implement squashfs error handling tests",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T00:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f68223c56efb26e62f6b4f5849da1bff1bbe7d5",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "impelement oci2squashfs::image tests",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T00:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a624c9b3604426a6f387539de907c3353e79a2d",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "implement tests for streaming API",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-12T00:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77ff427b35ce7e312bc63ffab07dad1938f89d1a",
"body": "When a higher-layer whiteout suppresses a file that is the target of\na surviving hardlink, the hardlink was silently dropped rather than\nbeing promoted to a standalone regular file.\n\n--- Bugs fixed ---\n\noverlay: surviving hardlinks to whited-out targets were dropped\n\nWhen a hardlink's target path wa\n[…]\nt_file_mode_bits_preserved\n test_file_mode_override_in_newer_layer\n\nSpecial entry types:\n test_fifo_passes_through\n test_fifo_suppressed_by_whiteout\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "overlay: fix hardlink promotion when target is suppressed by whiteout",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-11T23:59:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7ac05b6f8a05e9c6e623d4c414bf09a5d6c4e62",
"body": "This allows users of the library to do fetching of layers concurrently\nwith image assembly.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "implement streamed image assembly",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-11T16:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5194f2655d79da07980f9b0e9da014a6a5c2bb",
"body": "Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.1.\n- [Release notes](https://github.com/step-security/harden-runner/releases)\n- [Commits](https://github.com/step-security/harden-runner/compare/5ef0c079ce82195b2a36a210272d6b661572d83e...58077d3c\n[…]\n-name: step-security/harden-runner\n dependency-version: 2.15.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump step-security/harden-runner from 2.14.2 to 2.15.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-11T09:56:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3336ee977af36e51f53186c3120e36aa07d22a1",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "github: run test suite for PRs",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-11T09:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ccec69215b4850437aed2061c62cc449bc14fe7",
"body": "CI bits & bobs",
"is_bot": false,
"headline": "Merge pull request #8 from edera-dev/bleggett/ci-bits-bobs",
"author_name": "Ben Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-10T17:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca086fd5d22b53296d586de98fa35a47e79acf93",
"body": null,
"is_bot": false,
"headline": "fmt fix",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T22:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590ff64be231bf32b114b567487e85a8a21f6436",
"body": null,
"is_bot": false,
"headline": "Add CI gate",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T22:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e055267cc262f7d63596a3e7a44c7a5cabc58679",
"body": null,
"is_bot": false,
"headline": "Add actions update",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T22:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4dcb1495cb58037b7893ecfd6538950d644b7c",
"body": "Add `convert-tar` and `convert-dir` commands/helpers",
"is_bot": false,
"headline": "Merge pull request #7 from edera-dev/bleggett/add-tar-dir-cmds",
"author_name": "Ben Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T21:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dae93cfed16b1599a53ead5381683a1afb56c5ec",
"body": null,
"is_bot": false,
"headline": "tests",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T21:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cabb1d4ad75820b42d942da039aab3c8dcbd6db9",
"body": null,
"is_bot": false,
"headline": "Add commands for converting to `tar` directly, as well as local dir",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T21:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d01f4f95002e77d6bb4cdafd919a9874c4fd6142",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(squashfs): ensure root directory is mode 0755 owned by 0:0",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T20:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a6bd8b06a1a1376eb0ecf22955291e07a8a029",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "e2e: fix breakage from recent change",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T19:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36e57e741c3f245237e63761a8d401195ea99e5",
"body": null,
"is_bot": false,
"headline": "Name this",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T19:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae087bfc8c8b0cbaf317bb5b6e700a20b9633c1",
"body": null,
"is_bot": false,
"headline": "Pathify squashfs bin",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T19:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4730e62c052a11087236ee230f9ac2296843a001",
"body": "commit b4196e5873c2bff4f5e37293b1f726b633dc4222\nAuthor: Benjamin Leggett <benjamin@edera.io>\nDate: Mon Mar 9 15:20:53 2026 -0400\n\n Drop direct layer parse, prefer manifest > layer indirection\n\ncommit 9cb43c65c950873ead1ba637464d730061cc7319\nAuthor: Benjamin Leggett <benjamin@edera.io>\nDate: M\n[…]\n84a29948caffdfb71a0b7af5e894d4\nAuthor: Benjamin Leggett <benjamin@edera.io>\nDate: Mon Mar 9 13:57:02 2026 -0400\n\n Test with image manifest parsing\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "Squashed commit of the following:",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T19:25:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90ad2cebae183a542135b5162acb82bacc59fc00",
"body": "Also add a new E2E suite which exercises CLI convert/verify.\n\nE2E tests can be run with:\n\n $ cargo test --features e2e --test e2e\n\nThis is separate since we depend on mksquashfs and other things for\nthose code paths.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "fix(image): fix manifest.json handling",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T19:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da7575cf726bd09510ebac5488e06f60d24e5d7",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/bleggett/reorg'",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T17:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e7b59e97d3068ee8231092d8ba4760f8f3c928",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "readme: update to reflect new bin name",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T16:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6867cc6460b3edc802d2f8e293e1518bafbbf46f",
"body": "Version 4.6 introduced several correctness fixes for TAR handling,\nespecially with respect to PAX extensions, we should carefully specify\nthe version for that reason.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "readme: update minimum `mksquashfs` version",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T16:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9172f603362e414245b03c3c40b6c2e727672a56",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore: add Apache 2.0 license file",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T16:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee838f7b363c385e4c96bda3889d86792509ece9",
"body": null,
"is_bot": false,
"headline": "Sync naming",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T16:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f398e1342c7a3438e77cb8193a275699f84af71",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "Merge remote-tracking branch 'remotes/origin/bleggett/reorg'",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T16:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a14d1a71b989ae845b8cd73814461ea4665eb220",
"body": "Version 4.6 introduced several correctness fixes for TAR handling,\nespecially with respect to PAX extensions, we should carefully specify\nthe version for that reason.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "readme: update minimum `mksquashfs` version",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T16:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de32f53f5455afe3544e0d36861f97a04e285b72",
"body": "Matching the repo and public naming.\n\nSigned-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "rename oci_squashfs -> oci2squashfs",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T16:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c287183d1101ac4d15f272c4b5b4478a7fd4f6e7",
"body": null,
"is_bot": false,
"headline": "Reorg bin + lib stuff",
"author_name": "Benjamin Leggett",
"author_login": "bleggett",
"committed_at": "2026-03-09T16:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e84feeb9bd18cc9da757ec9cf39ce4488c9130",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "chore: add Apache 2.0 license file",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-09T15:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb8ab444cb48dd43da7547ef6066512187b2f19",
"body": "Signed-off-by: Steven Noonan <steven@uplinklabs.net>",
"is_bot": false,
"headline": "cosmetic: reflow regression test comments, NFC",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-08T18:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f8a19693c0090d760ccdc36894425d663a0659",
"body": "Found a bug when converting `plexinc/pms-docker:latest`, where the\n`/home/ubuntu` directory was present on the squashfs but not on the\numoci unpacked filesystem.\n\nSigned-off-by: Steven Noonan <steven@uplinklabs.net>",
"is_bot": false,
"headline": "bugfix: treat simple whiteouts of directories properly",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-08T18:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fda4f73dec831bb9238bd8d553a9458057100629",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "add README",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-08T11:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ffd6583d4140cc339f50b0d0562cf8a3e3128da",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "initial implementation",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-08T11:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d3f40cc19dfd7194bda46c2358dca8594026c4",
"body": "Signed-off-by: Steven Noonan <steven@edera.dev>",
"is_bot": false,
"headline": "initial commit",
"author_name": "Steven Noonan",
"author_login": "tycho",
"committed_at": "2026-03-06T18:12:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 81,
"latest_release_at": "2026-07-24T07:42:58Z",
"latest_release_tag": "v0.2.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 0,
"mean_days_between_releases": 26.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ocirender",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ocirender",
"is_deprecated": false,
"latest_version": "0.2.2",
"repository_url": "https://github.com/edera-dev/ocirender",
"versions_count": 6,
"total_downloads": 15100,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3944,
"first_published_at": "2026-03-13T18:05:49.790293Z",
"latest_published_at": "2026-07-24T07:42:55.581416Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 3,
"stars": 12,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 2
},
"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",
"ocirender-cli/Cargo.toml"
],
"largest_source_bytes": 34857,
"source_files_sampled": 25,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"ocirender-cli/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 222,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 16,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "bzip2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "flate2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "tar",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "tempfile",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "xz2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "zstd",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "ocirender",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "base64",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23"
},
{
"name": "clap",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "futures-util",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "indicatif",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.18.4"
},
{
"name": "reqwest",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "rustls",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23"
},
{
"name": "serde",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "sha2",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "tar",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "tempfile",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3"
},
{
"name": "tokio",
"manifest": "ocirender-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.104",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "bzip2",
"direct": true,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": true,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": true,
"version": "0.18.4",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": "0.13.4",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": true,
"version": "0.23.42",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.151",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "tar",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tar",
"direct": true,
"version": "0.4.46",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": true,
"version": "3.27.0",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.53.1",
"ecosystem": "crates"
},
{
"name": "xz2",
"direct": true,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "zstd",
"direct": true,
"version": "0.13.3",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "anstream",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.1.5",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.1",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.12.1",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "combine",
"direct": false,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.4",
"ecosystem": "crates"
},
{
"name": "const-oid",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "const_format",
"direct": false,
"version": "0.2.36",
"ecosystem": "crates"
},
{
"name": "const_format_proc_macros",
"direct": false,
"version": "0.2.34",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "derive_builder",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "derive_builder_core",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "derive_builder_macro",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "filetime",
"direct": false,
"version": "0.2.29",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-io",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "getset",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hybrid-array",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "ident_case",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jni",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-macros",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-sys",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jni-sys-macros",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.35",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "konst",
"direct": false,
"version": "0.2.20",
"ecosystem": "crates"
},
{
"name": "konst_macro_rules",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "libbz2-rs-sys",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.189",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "lzma-sys",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.3",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "oci-spec",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "oci-spec",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.14.0",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.107",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.16",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier-android",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schannel",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "security-framework",
"direct": false,
"version": "3.7.0",
"ecosystem": "crates"
},
{
"name": "security-framework-sys",
"direct": false,
"version": "2.17.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.8",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.10",
"ecosystem": "crates"
},
{
"name": "simd_cesu8",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "simdutf8",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "strum",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "strum_macros",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.119",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.19",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": false,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "unit-prefix",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.76",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-streams",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "webpki-root-certs",
"direct": false,
"version": "1.0.9",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "xattr",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": false,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.6",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "zlib-rs",
"direct": false,
"version": "0.6.6",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "zstd-safe",
"direct": false,
"version": "7.2.4",
"ecosystem": "crates"
},
{
"name": "zstd-sys",
"direct": false,
"version": "2.0.16+zstd.1.5.7",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 238,
"direct_count": 32,
"indirect_count": 206
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 12,
"open_issues": 2,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 30
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "tycho",
"commits": 62,
"avatar_url": "https://avatars.githubusercontent.com/u/29616?v=4"
},
{
"type": "User",
"login": "bleggett",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/854255?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.827
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cache-warm.yaml",
"ci-code.yaml",
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/16 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 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": 10,
"reason": "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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "1c397b3ad44e6f45873023d20efe3ef20672d665",
"ran_at": "2026-07-24T12:46:36Z",
"aggregate_score": 6.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T07:43:03Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-21T22:03:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 15,
"created_at": "2026-03-27T21:44:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2026-03-27T21:50:55Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/edera-dev/ocirender",
"host": "github.com",
"name": "ocirender",
"owner": "edera-dev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 59 is calibrated to 63 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 59,
"calibrated": 63,
"calibration": "2026-08-02"
}
}
],
"value": 63,
"inputs": {
"security": 74,
"vitality": 77,
"community": 40,
"governance": 47,
"calibration": "2026-08-02",
"engineering": 57,
"ai_readiness": 66,
"weighted_overall_raw": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 81,
"human_commit_share": 0.862,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"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": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "81 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 81
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"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": 100,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.2.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 26.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"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 ~26.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 26.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 40,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"forks": 3,
"stars": 12,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "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": 60,
"inputs": {
"packages": [
"ocirender"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 15100,
"monthly_downloads": 3944
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,944 downloads/month across crates",
"points": 47.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3944,
"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": "weak",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.827
},
"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 83% of commits",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 83
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 12,
"inputs": {
"merged_prs": 12,
"open_issues": 2,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 30,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/42 decided PRs merged",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 42
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/16 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 230,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "edera-dev",
"public_repos": 56,
"account_age_days": 951
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "230 followers of edera-dev",
"points": 17,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 230,
"login": "edera-dev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "56 public repos, account ~2 yr old",
"points": 18,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 56
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ocirender"
],
"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": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "good",
"name": "Security",
"value": 74,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.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": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/16 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 222 resolved dependencies against OSV; 16 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 222
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 16
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 222,
"unassessed_packages": 16,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 222,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"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": "good",
"name": "AI Readiness",
"value": 66,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.693,
"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": "52 of 75 human commits state their intent (structured subject or explanatory body)",
"points": 37,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 75
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"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",
"ocirender-cli/Cargo.toml"
],
"dependency_bot_commit_share": 0.092
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, ocirender-cli/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, ocirender-cli/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 87",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 87
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "8 of the last 87 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 87
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 34857,
"source_files_sampled": 25,
"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/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'ocirender-cli' from its registry",
"deps.dev does not index crates:ocirender@0.2.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-24T12:46:49.701797Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/edera-dev/ocirender.svg",
"full_name": "edera-dev/ocirender",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}