JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 19525,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 374935,
"C#": 42797,
"Go": 47449,
"C++": 34147,
"Nim": 23378,
"Zig": 28613,
"Java": 54969,
"Rust": 113237,
"Shell": 547,
"Elixir": 22327,
"Python": 21107,
"Makefile": 15257,
"Dockerfile": 726,
"JavaScript": 7085,
"TypeScript": 27180
},
"pushed_at": "2026-07-15T07:53:50Z",
"created_at": "2026-07-05T13:57:08Z",
"owner_type": "User",
"updated_at": "2026-07-05T14:06:26Z",
"description": "Sila KZG commitments library based on c-kzg-4844, with Sila identity and upstream-compatible cryptographic behavior.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C",
"significant_languages": [
"C",
"Rust"
]
},
"owner": {
"blog": null,
"name": "SILA Network",
"type": "User",
"login": "sila-chain",
"company": "SELA GROUP LTD",
"location": "London, United Kingdom",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/214020442?v=4",
"created_at": "2025-05-29T18:51:56Z",
"is_verified": null,
"public_repos": 72,
"account_age_days": 419
},
"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": "v2.1.8",
"kind": "patch",
"published_at": "2026-07-05T14:03:17Z"
},
{
"tag": "v2.1.7-sila.1",
"kind": "prerelease",
"published_at": "2026-07-05T14:03:17Z"
}
],
"recent_commits": [
{
"oid": "73e7e9a1f74aef1424eb5d4c089c708569b29f9c",
"body": null,
"is_bot": false,
"headline": "chore: use sila-chain GitHub owner",
"author_name": "Ahmed Ibrahim",
"author_login": null,
"committed_at": "2026-07-05T14:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab78563490cb60da02f35fdd3e7ee9ae94d47d4a",
"body": null,
"is_bot": false,
"headline": "identity: apply Sila branding to c-kzg-4844",
"author_name": "Ahmed Ibrahim",
"author_login": null,
"committed_at": "2026-07-05T13:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c5705613ff0f4f2bababd67b721b9e989a5905",
"body": null,
"is_bot": false,
"headline": "Add zig bindings (#641)",
"author_name": "Ömer Faruk Irmak",
"author_login": "omerfirmak",
"committed_at": "2026-04-21T21:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4bcc83cbb17b3dbc3432de7320790968143ab9",
"body": null,
"is_bot": false,
"headline": "Bump version to v2.1.7 (#638)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-03-11T13:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee6e7cabedd3baba9561c36981bea5b2604b1295",
"body": "* Use std OnceLock to avoid wasted CPU time\n* Simplify cache creation",
"is_bot": false,
"headline": "Use std OnceLock to avoid wasted CPU time (#637)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2026-03-09T12:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93c1558e633ca2d489f78a01e4937a5287c3467",
"body": null,
"is_bot": true,
"headline": "Bump the actions group with 5 updates (#636)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-02T21:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab08463934b921b3f6bd85b4fae2fad6099a40d0",
"body": null,
"is_bot": false,
"headline": "Drop support for macOS x86 in python package workflow (#635)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-26T16:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673d93cdb5b61072f288f08c147c180cf378cb9b",
"body": null,
"is_bot": false,
"headline": "Simplify missing cell handling in recovery (#629)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-26T14:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb9ec597c46115a4d2c344f6dd6a8aa108d19d3",
"body": null,
"is_bot": false,
"headline": "Batch convert commitments/proofs to bytes (#626)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-26T14:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b90e0ba62d4fa5d013b3ac1508c0ab0203b67a4",
"body": "* Update blst to v0.3.16\n* Update deps for go bindings\n* Update deps for rust bindings\n* Update deps for node.js bindings\n* Update deps for csharp",
"is_bot": false,
"headline": "Update all dependencies (#631)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-26T14:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47510995138d39436e9d3495d90fd001bcf91d20",
"body": null,
"is_bot": false,
"headline": "Prescale coefficients to avoid expensive scalar multiplications (#628)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-25T18:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24566896513012fd6227d43cead38cf13124bfcb",
"body": null,
"is_bot": false,
"headline": "Bump versions to v2.1.6 (#632)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-25T18:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa65a7f98a3c9a31cfdd1e2b587db71b87d0b96",
"body": null,
"is_bot": false,
"headline": "Allow compiler overrides & only use some flags for clang (#633)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-25T18:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3185a244348748fe8a289ce681a43bf0e4f105e",
"body": null,
"is_bot": false,
"headline": "Require gmake in python bindings build for FreeBSD (#630)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-25T18:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc14e67e20df5a58a7a5d986d761cd5a78e05e7",
"body": null,
"is_bot": false,
"headline": "Bump clang-format to v21 (#634)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-25T17:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b715fe3e5be61c69f9485d333546bb2b29d0a0dc",
"body": null,
"is_bot": false,
"headline": "Add missing include for assert (#627)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-25T13:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18ba0827405d849b85d77c7c5a28886bb25f3f3",
"body": "…s (#624)",
"is_bot": false,
"headline": "Benchmark measuring proof verification with different numbers of cell…",
"author_name": "kasey",
"author_login": "kasey",
"committed_at": "2026-02-12T23:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0698e8c629259b2ccb4ec28302663298e03d8fa7",
"body": null,
"is_bot": true,
"headline": "Bump the actions group with 9 updates (#622)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T03:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b574529ba370e30a9090face2127982a942e55fe",
"body": null,
"is_bot": false,
"headline": "Update trusted setup URL to use master branch (#623)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2026-02-01T21:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "019425e09c44e9c5432a634a88e252c003033038",
"body": "Bumps the actions group with 9 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` |\n| [egor-tensin/setup-clang](https://github.com/egor-tensin/setup-clang) | `1.4` | `2.1` |\n| [actions/upload-artifact](https://github.co\n[…]\npe: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 9 updates (#620)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-02T16:40:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cfa04bb15610189e2969801bec79595d83ddc40a",
"body": "Bumps the actions group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` |\n| [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `5.0.0` | `5.0.1` |\n| [actions/setup-go](https://github.com/actions\n[…]\npe: version-update:semver-patch\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 7 updates (#619)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-02T00:54:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c2a7839bc320060ff3aa5e871947b4457fb6d07",
"body": null,
"is_bot": false,
"headline": "Install setuptools in source distribution step (#617)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-11-06T20:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f554b6ecbd511e3e61afdb63734fd271b78b82",
"body": null,
"is_bot": false,
"headline": "Use latest python version in CI actions (#616)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-11-06T19:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87eec3d4e88ef83ef051b15ecbc0cd1bd4b98049",
"body": null,
"is_bot": false,
"headline": "Add skip-existing option to Python release workflow (#614)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-11-06T16:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39291ec7e7e3262149d713815bcc2bbc8ba680eb",
"body": "Bumps the actions group with 4 updates: [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/setup-node](https://g\n[…]\nby: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 4 updates (#612)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-06T15:15:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b59c2922d78ae792889452ece33a4054c60aab1",
"body": null,
"is_bot": false,
"headline": "Rerun formatter with clang 20 updates (#615)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-11-06T15:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ae727c21a346ba0bd027eca6e378da0def988f",
"body": null,
"is_bot": true,
"headline": "Bump the actions group with 8 updates (#610)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-01T21:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7043f4d4dd7cedf510294d1336a24522c423d09d",
"body": null,
"is_bot": false,
"headline": "Bump versions to v2.1.5 (#609)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-30T18:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae76004de38468aa68ff882149ac5da412895f5",
"body": null,
"is_bot": false,
"headline": "Create cell verification challenge with deduplicated commitments (#607)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-30T18:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8cbcdf233ead14f17015153a9f7d3f83a6d5e6",
"body": null,
"is_bot": false,
"headline": "Fix rust CI checks (#608)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-30T16:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a679ae566819cdbc4c9f50164246e44a0bf1cd19",
"body": null,
"is_bot": false,
"headline": "Bump version to v2.1.4 (#605)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-18T15:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d0bf188fa07a399db9e51024cb9ae7caef59c9",
"body": null,
"is_bot": false,
"headline": "Document g1_lincomb_fast() when called as msm([]) (#606)",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-18T15:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f24440f19d11e5c9c5aa201f9d445ca304ec0f",
"body": null,
"is_bot": false,
"headline": "Revert blst to v0.3.15 (#604)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-18T15:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ecadd6423904621a2c051885219c4a6a6f8286",
"body": null,
"is_bot": false,
"headline": "Add back point-at-infinity filtering in g1_lincomb_fast (#603)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-18T15:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936125db2d432ff306db5e21e1a4db29e1a7ea0d",
"body": null,
"is_bot": false,
"headline": "Bump version to v2.1.3 (#602)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-16T15:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ac259a38143c3d4a2c84178ff42bb730d53a32",
"body": null,
"is_bot": false,
"headline": "Remove tunable threshold in g1_lincomb_fast (#601)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-16T15:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa3a1aa0fc1f558cc000b878bed2d15706b8dc5",
"body": "* Update blst to latest commit\n* Update go dependencies\n* Update rust dependencies\n* Update fuzzing dependencies\n* Add new regression test",
"is_bot": false,
"headline": "Update blst to fix point-at-infinity issue in `g1_lincomb_fast` (#600)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-15T18:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f79e8c9fa64cf3f966d33479778e0e9781e0c2a",
"body": "Add new zkSecurity audit report",
"is_bot": false,
"headline": "Merge pull request #599 from jtraglia/new-audit",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-12T16:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5872db297ef13c7a45bcbb7e9f3458f6b15afe10",
"body": null,
"is_bot": true,
"headline": "Bump the actions group with 5 updates (#597)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-11T18:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab89112c19a8c86c87b35a73e6ae69e06be757e",
"body": null,
"is_bot": false,
"headline": "Add new zkSecurity audit report",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-11T13:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f516aee9dd36fb6bdee24172a85e7b23b5b5678c",
"body": null,
"is_bot": false,
"headline": "Bump versions to v2.1.2",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-04T10:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67fa23ba995846f93faea3e768da0e4f67993111",
"body": "add benchmark for recovering cells without computing proofs",
"is_bot": false,
"headline": "Merge pull request #596 from cskiraly/benchmark-recover-cells-only",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-04T10:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a435d496e3bb28429e5d0f81b8e1eb8af4561cc9",
"body": "Add new tests from latest release",
"is_bot": false,
"headline": "Merge pull request #598 from jtraglia/add-new-tests",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-04T09:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ea04559b3251a5320e3871feace20a320822c0",
"body": null,
"is_bot": false,
"headline": "Add new tests from latest release",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-09-04T00:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1caed407bbe465d94b7d54597c23866c6a15dc4",
"body": "Add compute challenge tests",
"is_bot": false,
"headline": "Merge pull request #593 from jtraglia/kzg-challenge-tests",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-03T10:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b542e6a679fbb1acf3a5ce64371b2c793e9cb212",
"body": "Ensure cell indices are sorted in `recover_cells_and_kzg_proofs`",
"is_bot": false,
"headline": "Merge pull request #594 from jtraglia/kzg-recovery-shuffled",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-03T10:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea164c67564b8610c3e3fdce8f3171cccbbe48c3",
"body": null,
"is_bot": false,
"headline": "main.go: Unify doc style",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-02T13:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022801d854766cfbd6b1841fbc1ef04bc4dae3ab",
"body": null,
"is_bot": false,
"headline": "fixup! recover_cells_and_kzg_proofs(): Don't introduce new index",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-09-02T13:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5be3d99c21849e1d44327befcd320df0773e7cd6",
"body": "Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>",
"is_bot": false,
"headline": "add benchmark for recovering cells without proofs",
"author_name": "Csaba Kiraly",
"author_login": "cskiraly",
"committed_at": "2025-09-02T09:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd73526c5d198f46bfb5d331974ffa465c21d716",
"body": "* In nodejs bindings, add missing free & fix allocation check\n* In rust bindings, use correct constant in KZGCommitment::from_bytes()\n* In java bindings, use NULL instead of 0 for return value\n* In java bindings, fix return type for recoverCellsAndKzgProofs\n* In C# bindings, fix nameof() param for commitment length check\n* In rust bindings, allocate large values directly to the heap",
"is_bot": false,
"headline": "Fix findings from zkSec audit (#595)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-29T16:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ebfdd9c4d1d46c9b8fc43a117c95a02b53a7b1",
"body": null,
"is_bot": false,
"headline": "recover_cells_and_kzg_proofs(): Don't introduce new index",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-08-29T12:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc068e91c8b37821ab9d4a9c0c0da07664a1593",
"body": null,
"is_bot": false,
"headline": "Update src/eip7594/eip7594.c",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-08-27T13:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c7e428a631cc84b4245180dd71be4f2fca89c4",
"body": null,
"is_bot": false,
"headline": "Remove now unnecessary duplicate check",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-26T18:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1064e185437eefef93917167ea0e4e57a4acf9",
"body": null,
"is_bot": false,
"headline": "Check that cell indices are in ascending order",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-26T18:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7900b969ee2509d86ac22cb109ea18a2e581223f",
"body": "This would work with partial inputs but not when all cells were provided.",
"is_bot": false,
"headline": "Fix recover_cells_and_kzg_proofs to support shuffled indices",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-22T14:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29487b331e9ef04b38dc88b80881492c27425b34",
"body": null,
"is_bot": false,
"headline": "Clean up the go test code",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-22T13:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ddb9d97095bdfc87fef473e620d79d5cf067e20",
"body": null,
"is_bot": false,
"headline": "Use goto out & move variable definition",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-22T12:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df94967d8a690a5d480563b0fbe64261f540ecf0",
"body": null,
"is_bot": false,
"headline": "Run make lint",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-21T20:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1746160e3ca6d27042ec6a21407fbf31e352659",
"body": null,
"is_bot": false,
"headline": "Update generated rust bindings",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-21T20:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fade1fb85de1a1be460d461a7ae32d8897a257a",
"body": null,
"is_bot": false,
"headline": "Use uint64_t instead of size_t",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-21T18:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2dbff409241e33e8dc9a0dd4519f96ada65bf97",
"body": null,
"is_bot": false,
"headline": "Remove unused compute_r_powers_for_verify_cell_kzg_proof_batch",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-21T18:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5404e1a393fa7a62e09bae579ff3166fecc5d92c",
"body": "Co-authored-by: George Kadianakis <desnacked@riseup.net>",
"is_bot": false,
"headline": "Apply suggestion from @asn-d6",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-21T18:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5963e0f3a2173c2a16303bd5c8f794f480c1b9",
"body": "Co-authored-by: George Kadianakis <desnacked@riseup.net>",
"is_bot": false,
"headline": "Apply suggestion from @asn-d6",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-21T18:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d57edd734c778ecf91b11bf798962a1c9dc6ec",
"body": null,
"is_bot": false,
"headline": "Fix some nits",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-20T19:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca020027a98dd7ed0b3e7ee67b700c6f6e94adc9",
"body": null,
"is_bot": false,
"headline": "Add tests for eip4844's compute_challenge",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-20T19:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e0d790f22ecc3f4b654b0e02a5315668ffc16b",
"body": null,
"is_bot": false,
"headline": "Add tests for eip7594's compute_verify_cell_kzg_proof_batch_challenge",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-20T19:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6231a9b59634965180b18c6a94538297c141953",
"body": null,
"is_bot": false,
"headline": "Prevent cached settings footgun in rust bindings (#585)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-08-05T23:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e434532b9115d9b32939ab415834914c7d79c65",
"body": "Bumps the actions group with 1 update: [erlef/setup-beam](https://github.com/erlef/setup-beam).\n\n\nUpdates `erlef/setup-beam` from 1.20.1 to 1.20.4\n- [Release notes](https://github.com/erlef/setup-beam/releases)\n- [Commits](https://github.com/erlef/setup-beam/compare/75edbb82877ab10edeb12a99c3cf2f090\n[…]\npe: version-update:semver-patch\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump erlef/setup-beam from 1.20.1 to 1.20.4 in the actions group (#591)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-01T22:46:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb66f7944fa263c2ae6d40a16be5e3fea7e6571d",
"body": "Remove point-at-infinity filter in g1_lincomb_fast",
"is_bot": false,
"headline": "Merge pull request #588 from jtraglia/remove-zero-point-filter",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-08-01T11:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7d828f77e020ea62f7642ac5d4301057ae5c04f",
"body": "Check if blob is nil in ComputeCells/ComputeCellsAndKZGProofs",
"is_bot": false,
"headline": "Merge pull request #590 from jtraglia/check-if-blob-is-nil",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-08-01T11:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34cae54c55de76aca0c518fc5591a33692f66c1b",
"body": null,
"is_bot": false,
"headline": "Check if blob is nil in ComputeCells/ComputeCellsAndKZGProofs",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-07-31T18:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75374b33732ba0639e45f0937bd21fa01778fad",
"body": null,
"is_bot": false,
"headline": "Remove point-at-infinity filter in g1_lincomb_fast",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-07-25T14:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7c4e90669efc777a92b375574036a64f8ae9ae",
"body": "* Bump the actions group with 2 updates\n\nBumps the actions group with 2 updates: [erlef/setup-beam](https://github.com/erlef/setup-beam) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache).\n\n\nUpdates `erlef/setup-beam` from 1.19.0 to 1.20.1\n- [Release notes](https://github.com/erlef/se\n[…]\nippy\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Justin Traglia <jtraglia@pm.me>",
"is_bot": true,
"headline": "Bump the actions group with 2 updates (#583)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-17T17:13:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "669e748413ee135595c4df9fe46d62c823141acd",
"body": "* Update reference tests\n\n* Skip whitespace checks in tests directory",
"is_bot": false,
"headline": "Update reference tests (#582)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-06-17T07:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c359c7b4cfcde9ab27aa9da2d18a2cef55e05ef5",
"body": "Update to blst v0.3.15",
"is_bot": false,
"headline": "Merge pull request #579 from jtraglia/blst-v0.3.15",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-06-16T10:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59143a246502d35095a18922d61f460b7f730826",
"body": null,
"is_bot": false,
"headline": "Update bindings",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-06-08T12:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4f835a87ec10d708fda23e21c03a9fb072e6d80",
"body": null,
"is_bot": false,
"headline": "Update to blst v0.3.15",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-06-08T10:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a03075790786f5c0a608e4d9067c3b99428f3c6",
"body": null,
"is_bot": false,
"headline": "chore: fix g1 monomial doc in rust bindings (#578)",
"author_name": "Dan Cline",
"author_login": "Rjected",
"committed_at": "2025-06-05T21:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d4c5b8ce3cdec207ca99b2ad452105e92348a5",
"body": "Update fuzzers",
"is_bot": false,
"headline": "Merge pull request #577 from jtraglia/update-fuzzers",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-06-04T13:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145e672847539e2c81605e121ce7a1e11bf6082b",
"body": null,
"is_bot": false,
"headline": "Update fuzzers",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-06-03T14:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad8df223af24a505100e140d8d4f54c41d8df3a",
"body": null,
"is_bot": true,
"headline": "Bump the actions group with 2 updates (#576)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-01T22:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8edee0b106b584795481f0bd5942a49b0d34d5e",
"body": null,
"is_bot": false,
"headline": "Fix bug & improve documentation in fk20.c (#573)",
"author_name": "Dmitry Khovratovich",
"author_login": "khovratovich",
"committed_at": "2025-05-27T14:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec48b66fd387aec663761694000da95c43b065a",
"body": null,
"is_bot": false,
"headline": "Fix misleading error message copy-pastes (#574)",
"author_name": "felix",
"author_login": "felix314159",
"committed_at": "2025-05-21T12:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76203a345c616c06b9dca3fbe6b51baa591ce56f",
"body": "Allow n<=1 in bit_reversal_permutation",
"is_bot": false,
"headline": "Merge pull request #565 from jtraglia/allow-fepc-1",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-05-09T15:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eac856dd6a0c95d85875ae83e5b7ad5f2591dd0",
"body": null,
"is_bot": false,
"headline": "Update tests to reflect refactored generators (#572)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-05-09T15:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bbe7f0ce36bef7b99e278a631139f49c9684fd3",
"body": "Remove precomputed CELL_INDICES_RBL table",
"is_bot": false,
"headline": "Merge pull request #564 from jtraglia/remove-precompute-rbl-table",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-05-09T15:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6584f04163331095d3152dd6699ec12e65a765f6",
"body": "Bumps the actions group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `4.3.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `4.7.0` | `4.7.1` |\n| [actions/setup-node](https://gi\n[…]\npe: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 5 updates (#571)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-08T13:52:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "037c453cc0272a137ef1f622562faa4ddee0c50b",
"body": "Split settings initialization into a new function",
"is_bot": false,
"headline": "Merge pull request #570 from jtraglia/init-settings-func",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-05-08T13:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d22ac3fc62f074ddd54d57cdb07b906059aaa9c4",
"body": "Move FIELD_ELEMENTS_PER_EXT_BLOB to blob.h",
"is_bot": false,
"headline": "Merge pull request #566 from jtraglia/move-fepeb-constant",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-05-02T14:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0b6789a0b8d1bcc88421ded301c769f941232b",
"body": "Use correct constant in coeffs allocation",
"is_bot": false,
"headline": "Merge pull request #563 from jtraglia/fix-alloc",
"author_name": "George Kadianakis",
"author_login": "asn-d6",
"committed_at": "2025-05-02T14:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88a50d633cc0703d8da7a1f21264e65ce6e3062",
"body": null,
"is_bot": false,
"headline": "Split settings initialization into a new function",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-29T18:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6931dd83c52d26a65774213dbd1f90adbc16d6c1",
"body": null,
"is_bot": false,
"headline": "Move FIELD_ELEMENTS_PER_EXT_BLOB to blob.h",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-28T14:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ebac82916552bb7bca3a7a107c283f0fc9aed7",
"body": null,
"is_bot": false,
"headline": "Fix bit_reversal_permutation tests",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-28T13:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc853a4f52da50a08174da98a4424a39b2ead13",
"body": null,
"is_bot": false,
"headline": "Allow n<=1 in bit_reversal_permutation",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-28T13:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca50a0032adc142d1b81dab4b9d0e3c074b1086",
"body": null,
"is_bot": false,
"headline": "Remove precomputed CELL_INDICES_RBL table",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-28T13:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43d1f3c996b455ed761e6543c0ef9002c3527dff",
"body": null,
"is_bot": false,
"headline": "Use correct constant in coeffs allocation",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-28T13:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5e47dc26d79f10bd37084d33e6a174ff06d64b",
"body": null,
"is_bot": false,
"headline": "Rename namespace in C# bindings (#562)",
"author_name": "Alexey",
"author_login": "flcl42",
"committed_at": "2025-04-28T12:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc33b779cd3a227f51b35ce519a83cf91d81ccea",
"body": "* Update clang-format to v20\n\n* Use clang-format-action for nodejs",
"is_bot": false,
"headline": "Update clang-format to v20 (#559)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-02T20:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6815593ae3da575e9b55648dd111c6e4cbc9ba9c",
"body": "Bumps the actions group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) | `4.13.0` | `4.15.0` |\n| [actions/cache](https://github.com/actions/cache) | `3.4.3` | `4.2.3` |\n| [actions/setup-go](https://github\n[…]\npe: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 7 updates (#558)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-02T14:44:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3928a91465bab1dfa25b25adc19ad5a44b6153a",
"body": "* Add dependabot configuration for GitHub Actions\n\n* Update GitHub Actions in .github/workflows/c-tests.yml to use pinned hashes\n\n* Update GitHub Actions in .github/workflows/csharp-tests.yml to use pinned hashes\n\n* Update GitHub Actions in .github/workflows/elixir-tests.yml to use pinned hashes\n\n* \n[…]\nyml to use pinned hashes\n\n* Update GitHub Actions in .github/workflows/rust-tests.yml to use pinned hashes\n\n* Update GitHub Actions in .github/workflows/spec-consistency-tests.yml to use pinned hashes",
"is_bot": false,
"headline": "chore(deps): updating GitHub Actions to pinned hashes (#557)",
"author_name": "Justin Traglia",
"author_login": "jtraglia",
"committed_at": "2025-04-02T14:31:54Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 72,
"latest_release_at": "2026-07-05T14:03:17Z",
"latest_release_tag": "v2.1.8",
"releases_from_tags": true,
"days_since_last_push": 7,
"active_weeks_last_year": 19,
"days_since_latest_release": 17,
"mean_days_between_releases": 0
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sila-chain/c-kzg-4844/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sila-chain/c-kzg-4844/v2",
"is_deprecated": false,
"latest_version": "v2.1.8",
"repository_url": "https://github.com/sila-chain/c-kzg-4844",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-05T14:03:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 17
},
{
"name": "ckzg",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/ckzg/",
"is_deprecated": false,
"latest_version": "2.1.8",
"repository_url": "https://github.com/ethereum/c-kzg-4844",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5534710,
"first_published_at": "2024-02-22T03:17:51.818888Z",
"latest_published_at": "2026-07-09T23:02:13.994043Z",
"latest_version_yanked": null,
"days_since_latest_publish": 13
},
{
"name": "c-kzg",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/c-kzg",
"is_deprecated": false,
"latest_version": "2.1.8",
"repository_url": null,
"versions_count": 17,
"total_downloads": 16289459,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1595272,
"first_published_at": "2023-09-02T00:17:32.378114Z",
"latest_published_at": "2026-07-10T08:41:11.387674Z",
"latest_version_yanked": false,
"days_since_latest_publish": 12
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"bindings/csharp/Makefile",
"bindings/elixir/Makefile",
"bindings/java/Makefile",
"bindings/node.js/Makefile",
"bindings/python/Makefile",
"src/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"bindings/node.js/tsconfig.json"
],
"toolchain_manifests": [
"Cargo.toml",
"bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj",
"bindings/csharp/Ckzg.Test/Ckzg.Test.csproj",
"bindings/elixir/mix.exs",
"bindings/java/build.gradle",
"fuzz/Cargo.toml",
"go.mod",
"mix.exs"
],
"largest_source_bytes": 75237,
"source_files_sampled": 109,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"fuzz/Cargo.toml",
"go.mod",
"mix.exs",
"setup.py"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"go",
"hex",
"pypi"
],
"dependencies": [
{
"name": "arbitrary",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "blst",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.16"
},
{
"name": "hex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.3"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "once_cell",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.21"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/supranational/blst",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.16"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "nif",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": null
},
{
"name": "cc_precompiler",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.1.10"
},
{
"name": "elixir_make",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.4"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jtraglia",
"commits": 335,
"avatar_url": "https://avatars.githubusercontent.com/u/95511699?v=4"
},
{
"type": "User",
"login": "xrchz",
"commits": 203,
"avatar_url": "https://avatars.githubusercontent.com/u/181254?v=4"
},
{
"type": "User",
"login": "benjaminion",
"commits": 131,
"avatar_url": "https://avatars.githubusercontent.com/u/20796281?v=4"
},
{
"type": "User",
"login": "asn-d6",
"commits": 98,
"avatar_url": "https://avatars.githubusercontent.com/u/3611450?v=4"
},
{
"type": "User",
"login": "dgcoffman",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/1711204?v=4"
},
{
"type": "User",
"login": "StefanBratanov",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/14827647?v=4"
},
{
"type": "User",
"login": "flcl42",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/630501?v=4"
},
{
"type": "User",
"login": "dankrad",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/6130607?v=4"
},
{
"type": "User",
"login": "matthewkeil",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/18608739?v=4"
},
{
"type": "User",
"login": "Rjected",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/6798349?v=4"
}
],
"contributors_sampled": 53,
"top_contributor_share": 0.308
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"c-tests.yml",
"csharp-tests.yml",
"elixir-tests.yml",
"go-tests.yml",
"java-tests.yml",
"nim-tests.yml",
"nodejs-tests.yml",
"python-release.yml",
"python-tests.yml",
"repo-tests.yml",
"rust-tests.yml",
"spec-consistency-tests.yml",
"zig-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"go.sum",
"mix.lock",
"yarn.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 17 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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "34 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "73e7e9a1f74aef1424eb5d4c089c708569b29f9c",
"ran_at": "2026-07-23T00:54:05Z",
"aggregate_score": 4.4,
"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-05T14:09:55Z",
"oldest_open_prs": [
{
"number": 1,
"created_at": "2026-07-05T14:09:53Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sila-chain/c-kzg-4844",
"host": "github.com",
"name": "c-kzg-4844",
"owner": "sila-chain"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 45,
"vitality": 75,
"community": 43,
"governance": 51,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 72,
"human_commit_share": 0.88,
"days_since_last_push": 7,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "72 commits in the last year",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 72
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 88,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v2.1.8",
"releases_from_tags": true,
"days_since_latest_release": 17,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 17 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"github.com/sila-chain/c-kzg-4844/v2",
"c-kzg"
],
"dependents": null,
"ecosystems": "crates, go",
"total_downloads": 16289459,
"monthly_downloads": 1595272
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,595,272 downloads/month across crates, go",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1595272,
"ecosystems": "crates, go"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 53,
"top_contributor_share": 0.308
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 31% of commits",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 31
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "53 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 53
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 17 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): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "sila-chain",
"public_repos": 72,
"account_age_days": 419
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of sila-chain",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "sila-chain"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "72 public repos, account ~1 yr old",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 72
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sila-chain/c-kzg-4844/v2",
"c-kzg"
],
"ecosystems": "crates, go",
"any_deprecated": false,
"min_days_since_publish": 12
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates, go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates, go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 12 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 12
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "13 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 13
}
}
],
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 17 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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "34 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"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": 70,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.614,
"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": "54 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 32.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"go.sum",
"mix.lock",
"yarn.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"bindings/csharp/Makefile",
"bindings/elixir/Makefile",
"bindings/java/Makefile",
"bindings/node.js/Makefile",
"bindings/python/Makefile",
"src/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"bindings/node.js/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj",
"bindings/csharp/Ckzg.Test/Ckzg.Test.csproj",
"bindings/elixir/mix.exs",
"bindings/java/build.gradle",
"fuzz/Cargo.toml",
"go.mod",
"mix.exs"
],
"dependency_bot_commit_share": 0.12
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, bindings/csharp/Makefile, bindings/elixir/Makefile, bindings/java/Makefile, bindings/node.js/Makefile, bindings/python/Makefile, src/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, bindings/csharp/Makefile, bindings/elixir/Makefile, bindings/java/Makefile, bindings/node.js/Makefile, bindings/python/Makefile, src/Makefile"
}
}
],
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "bindings/node.js/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "bindings/node.js/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "12 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 12,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 75237,
"source_files_sampled": 109,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/109 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 109,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch hex package 'ckzg' from its registry",
"pypi package 'ckzg' points at a different repository (https://github.com/ethereum/c-kzg-4844); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:54:23.823566Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sila-chain/c-kzg-4844.svg",
"full_name": "sila-chain/c-kzg-4844",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}