Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"bloom-filter",
"go",
"golang",
"golang-library",
"ribbon-filter",
"xor-filter"
],
"is_fork": false,
"size_kb": 151,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 304781
},
"pushed_at": "2026-07-18T09:21:34Z",
"created_at": "2026-03-06T20:59:19Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T19:16:34Z",
"description": "ribbon filter in golang(Go), practically smaller than Bloom and Xor",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "RibbonGo",
"type": "Organization",
"login": "RibbonFilter",
"company": null,
"location": "India",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/266166219?v=4",
"created_at": "2026-03-06T20:58:20Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 141
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2026-07-18T09:21:35Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2026-07-17T15:31:11Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2026-03-14T11:10:43Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2026-03-13T07:42:41Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-03-11T09:11:17Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-03-10T16:12:01Z"
}
],
"recent_commits": [
{
"oid": "1f34e047975d3cafc6ebda5775c1ee4a3c93542e",
"body": "Use math.Log2 in computeNumSlots",
"is_bot": false,
"headline": "Merge pull request #49 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-07-17T15:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a8450177c044af618dc29dc5dd45a2166f56f2",
"body": null,
"is_bot": false,
"headline": "Use math.Log2 in computeNumSlots",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-07-17T15:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b2d2d85b7a7f2ce057956b8fcd55303c38befd",
"body": "Readme fixes",
"is_bot": false,
"headline": "Merge pull request #47 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-07-17T15:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d120cb7a784dfd8aac1e3d613b6776d6fce378",
"body": null,
"is_bot": false,
"headline": "Readme fixes",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-07-17T15:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a11ab63817e605ad80c9e0285c7428fd3b294dd",
"body": "Switch query storage to Interleaved Column-Major Layout",
"is_bot": false,
"headline": "Merge pull request #45 from dCodes03/main",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-07-17T15:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75975d2be60da665891e605eb7fdfa46bd6da8d6",
"body": "Switch query storage to Interleaved Column-Major Layout (ICML, paper §5.2)",
"is_bot": false,
"headline": "Merge pull request #2 from dCodes03/vorflux/icml-solution-layout",
"author_name": "dCodes03",
"author_login": "dCodes03",
"committed_at": "2026-07-17T15:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20965313469a9babe40bc9693019d1ed5bb3f558",
"body": "- Report actual ICML physical storage (r-bit-packed) as bits/key in\n BenchmarkPaper_Build and BenchmarkPaper_Space instead of the stale\n row-major byte-per-slot figure; add icmlStorageBits helper and replace\n the redundant packed-bits/key metric with a theoretical lower bound.\n- Update README Bui\n[…]\nad-bearing clamps in backSubstICML64/128 (state[j] BCE).\n- Use compile-time const mask in containsHash64 w=32 branch (no perf change).\n- Trim containsHash BCE doc comment to point at per-width proofs.",
"is_bot": true,
"headline": "Address review/simplify feedback for ICML layout",
"author_name": "Vorflux AI",
"author_login": "vorflux[bot]",
"committed_at": "2026-07-17T12:48:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b9604ce8877935cc82ecb0d4f39621d4316f7ad",
"body": "Add BenchmarkICMLvsRowMajor_Query (icmlQuery vs slowRowMajorQuery,\nw∈{32,64,128}, positive+negative, 0 allocs). Rewrite the stale\n'no early-exit / TP≈TN' benchmark comments to reflect ICML column\nshort-circuiting (negatives now faster). Rewrite the row-major/contains\ndoc comments in filter.go and ribbon.go to describe the ICML query.\nRewrite README 'Memory layout' to ICML and refresh the query benchmark\ntable with x86 Xeon numbers.",
"is_bot": true,
"headline": "Task 4b: ICML benchmarks + doc/README updates",
"author_name": "Vorflux AI",
"author_login": "vorflux[bot]",
"committed_at": "2026-07-17T12:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3800ad8acd181648f6bf569383e2627806066e",
"body": "Benchmarked both w=32 ICML encodings on the real containsHash\nshort-circuit path (x86 Xeon). Unpacked []uint32 beat packed\ntwo-lanes-per-uint64 on both positive (20.3 vs 30.3 ns/op) and negative\n(8.8 vs 11.5 ns/op). Removed the packed encoding, its accessor branches,\nthe containsHash64 packed path, and the packing micro-benchmark.\nCoverage 95.5% (baseline 94.3%).",
"is_bot": true,
"headline": "Task 4a: settle w=32 packing decision — keep unpacked, delete packed",
"author_name": "Vorflux AI",
"author_login": "vorflux[bot]",
"committed_at": "2026-07-17T12:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56291e32803a4e20f59814efd2065ca250acd4cc",
"body": "Rewrite filter to store the ICML solution (data64/data32, numBlocks,\nenc) and containsHash to decode via the two-block column combine with\nshort-circuit (D3) and a width-specific single BCE proof\n(containsHash64/128). Wire buildCore/buildCoreWithOverride to\nbackSubstituteICML and rebuild newFilterFromSolution around the ICML\nstore. Update ICML oracle/short-circuit/zero-alloc/physical-len tests.",
"is_bot": true,
"headline": "Task 3: ICML query hot path + build wiring",
"author_name": "Vorflux AI",
"author_login": "vorflux[bot]",
"committed_at": "2026-07-17T12:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee7844f7532e20a6b4d7cf2e745f43bb81b0eea",
"body": "Add icmlSolution, icmlGetWord/icmlSetWord (all four width/encoding\nmappings behind one accessor), backSubstituteICML (backSubstICML64/128\nwith per-block state flush using the true width w), icmlColumnSlice,\nfull non-short-circuit icmlQuery, and the w=32-safe slowRowMajorQuery\noracle. Row-major solution/backSubstitute/query retained as reference\noracle. Adds allICMLConfigs matrix + slot-by-slot, edge-case, and\nequation-verify tests.",
"is_bot": true,
"headline": "Task 2: ICML back-substitution + logical-word accessor + oracle",
"author_name": "Vorflux AI",
"author_login": "vorflux[bot]",
"committed_at": "2026-07-17T11:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04572932f936b4b695aff3ffdc712b28370b8754",
"body": "The Interleaved Column-Major Layout (paper §5.2) groups slots into blocks\nof exactly w rows, requiring numSlots % w == 0. Round up on both build\npaths (computeNumSlots and buildCoreWithOverride) and recompute numStarts\non the override path.",
"is_bot": true,
"headline": "Task 1: round numSlots up to a multiple of w for ICML",
"author_name": "Vorflux AI",
"author_login": "vorflux[bot]",
"committed_at": "2026-07-17T11:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584755aaa5142c789608a5469be978df84a10bd6",
"body": "fix: delegate Ribbon.Contains to filter.contains instead of calling xxh3 directly",
"is_bot": false,
"headline": "Merge pull request #39 from RajjjAryan/fix/contains-bypass-hasher",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-20T09:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8608f9f7f52f6b48095aaccb427b49fed6e3214c",
"body": "…xh3 directly\n\nRibbon.Contains was directly calling xxh3.HashString(key) and passing\nthe result to f.containsHash(), bypassing the hasher abstraction that\nfilter.contains() already encapsulates.\n\nThis couples the public API to a specific hash implementation. If\nkeyHashString() is ever changed (e.g. \n[…]\n to f.contains(key) instead, which correctly goes through\nthe hasher abstraction. No performance impact — keyHashString is the\nsame xxh3.HashString call today, and the method is inlineable.\n\nFixes #37",
"is_bot": false,
"headline": "fix: delegate Ribbon.Contains to filter.contains instead of calling x…",
"author_name": "RajjjAryan",
"author_login": "RajjjAryan",
"committed_at": "2026-03-18T15:29:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05e3a3ed4579f320b606b4693254569a1a2888fd",
"body": "fix: ineffectual assignment",
"is_bot": false,
"headline": "Merge pull request #32 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-14T11:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34edc8a3218e8d2dd4e35a6c36d24ce5aef6d11d",
"body": null,
"is_bot": false,
"headline": "added go report card",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-14T11:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b0ff6d150814c90a8875ccd805cb1aa501c46d",
"body": null,
"is_bot": false,
"headline": "fix: ineffectual assignment",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-14T11:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "910b40283d2d2cfc878354ab9b8671fe31987f47",
"body": "Build Filter Optimization:: Fused derive",
"is_bot": false,
"headline": "Merge pull request #31 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-14T10:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e199e9006779bad6e987047ff2bb143cefed5c2a",
"body": null,
"is_bot": false,
"headline": "Build Filter Optimization:: Fused derive",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-14T10:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d827e043d58cdf2a9f90c627df8035d45e9cef",
"body": "Added NewFromKeys and NewFromKeysWithConfig APIs",
"is_bot": false,
"headline": "Merge pull request #24 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-13T07:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5686324536e54a8c64206ff37cf90fd0cedd02",
"body": null,
"is_bot": false,
"headline": "Added NewFromKeys and NewFromKeysWithConfig APIs",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-13T07:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "231d4752d36ec3437d1d9900bd319cea8d62b2a5",
"body": "changing go version as of now",
"is_bot": false,
"headline": "Merge pull request #21 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-11T09:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4eaae2c36387309001ad22a48f7d5c49843df1",
"body": null,
"is_bot": false,
"headline": "lowering the go version, as of now",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-11T09:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1dd207e336be87c57ca75ca6c368b78dcc069a6",
"body": "change org name",
"is_bot": false,
"headline": "Merge pull request #19 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-10T16:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb68bf614514dd6b9a1240ee432828afdc9d3b6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-10T16:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3dacff56eaf9e71925727b6056f9ebfac67981f",
"body": null,
"is_bot": false,
"headline": "RibbonGo to RibbonFIlter",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-10T16:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0321fb61da8f2e11248fbd10dbe0d30345118509",
"body": null,
"is_bot": false,
"headline": "change org name",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-10T16:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d10f731a8bd1a5557a6a4be4b2e007f5faebe299",
"body": "no byte conversion",
"is_bot": false,
"headline": "Merge pull request #17 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-10T08:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "412a95223f1fb7a11da09595ad1ee06689e55958",
"body": null,
"is_bot": false,
"headline": "no byte conversion",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-10T08:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65732ca6b2cb644ce1b7e04479720610f7566ab2",
"body": "Added Go Report Card badge to README.",
"is_bot": false,
"headline": "Add Go Report Card badge",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-09T18:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce8dc13066589233e368205b83282c45dd823b69",
"body": "readme update",
"is_bot": false,
"headline": "Merge pull request #15 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-09T18:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e0aaad8d6d4fe076997ee52e893a9ff48eccd8",
"body": null,
"is_bot": false,
"headline": "readme update",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-09T18:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3f30dfc9cb7a81f88ef513af0809ce23bd2613",
"body": "test cases coverage",
"is_bot": false,
"headline": "Merge pull request #14 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-09T18:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db8f018664ea8d8e57232b2257634d7e36e6cc10",
"body": null,
"is_bot": false,
"headline": "test cases coverage",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-09T18:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9351d9ffa3c60d5ba26b4d547bb7965742a3ef73",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T19:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d02a8d173228ff6c78abc046d7b85dd39483f2",
"body": "Redme fix",
"is_bot": false,
"headline": "Merge pull request #12 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a9276fc9116adde6676c7fcf5403f9876e3884",
"body": null,
"is_bot": false,
"headline": "Redme fix",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514b0c614339e4e199a15db86e865fc085e37fa4",
"body": "fix",
"is_bot": false,
"headline": "Merge pull request #10 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a534ff878259614d7002f343c04c8df0b269fcaa",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f69bf31658f07b97d722b092490f11b1c61057",
"body": "fix: correct module path in go.mod",
"is_bot": false,
"headline": "Merge pull request #8 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4387e6a37c30d184fdfcd597a82cc41d27f175ee",
"body": null,
"is_bot": false,
"headline": "fix: correct module path in go.mod",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c8c4a73660e84e8be862514d1849cfdbc98b22",
"body": "exportable MaxSeeds",
"is_bot": false,
"headline": "Merge pull request #6 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0624c0521cc7ddfff40f0186e5cb63fa4514769",
"body": null,
"is_bot": false,
"headline": "exportable MaxSeeds",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6c5f68dfc972c605afe41ce4e0ae6eee2047e0",
"body": "Update readme",
"is_bot": false,
"headline": "Merge pull request #5 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219ed3b5b72fd7a167cd7eee32904fc25067750b",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38a2234a47aca5a9c5b81abebde7b29ada54f17",
"body": "core library API",
"is_bot": false,
"headline": "Merge pull request #4 from DhruvilK7/query",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f1d92dfd5c0d2ee714e50a4dbafb23c01731d66",
"body": null,
"is_bot": false,
"headline": "core library API",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T18:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b208671a0887891fdd770a28b28cd36e121aa115",
"body": "add readme.md",
"is_bot": false,
"headline": "Merge pull request #3 from DhruvilK7/main",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T12:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f73f9d1958af032d47124409b3be1c6a3118f13",
"body": null,
"is_bot": false,
"headline": "add readme.md",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T12:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd101e0a712990f55e20dd953ae7306d2b0665e",
"body": "Core Banding Module",
"is_bot": false,
"headline": "Merge pull request #2 from DhruvilK7/main",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T12:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eedc0401bae749c88c0e4b931df3506da448c5f",
"body": null,
"is_bot": false,
"headline": "Core Banding Module",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-07T12:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c9aec447e6d8513d8aeb575e61d52503f74b6f",
"body": "Core Hashing module",
"is_bot": false,
"headline": "Merge pull request #1 from DhruvilK7/main",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-06T21:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b726db3c93aad437704b2a7ac32b55012b63cf",
"body": null,
"is_bot": false,
"headline": "Core hashing module",
"author_name": "DhruvilK7",
"author_login": "DhruvilK7",
"committed_at": "2026-03-06T21:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad54fa1ce71324b1260f20c02821b3958a01414",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Dhruvil",
"author_login": "DhruvilK7",
"committed_at": "2026-03-06T20:59:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 54,
"latest_release_at": "2026-07-18T09:21:35Z",
"latest_release_tag": "v1.0.10",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 4,
"days_since_latest_release": 7,
"mean_days_between_releases": 25.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/RibbonFilter/ribbonGo",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/RibbonFilter/ribbonGo",
"is_deprecated": false,
"latest_version": "v1.0.10",
"repository_url": "https://github.com/RibbonFilter/ribbonGo",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T15:57:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 3,
"stars": 15,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 10
},
"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": [
"go.mod"
],
"largest_source_bytes": 33330,
"source_files_sampled": 19,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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": [
"go"
],
"dependencies": [
{
"name": "github.com/zeebo/xxh3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
}
],
"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": 33,
"open_issues": 9,
"closed_ratio": 0.4,
"closed_issues": 6,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "DhruvilK7",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/194411286?v=4"
},
{
"type": "User",
"login": "RajjjAryan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/107031370?v=4"
},
{
"type": "User",
"login": "dCodes03",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/91450792?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.958
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "11 out of 11 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/11 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1f34e047975d3cafc6ebda5775c1ee4a3c93542e",
"ran_at": "2026-07-26T03:23:56Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T15:58:26Z",
"oldest_open_prs": [
{
"number": 40,
"created_at": "2026-03-18T15:33:11Z",
"last_comment_at": "2026-07-17T16:21:23Z",
"last_comment_author": "DhruvilK7"
}
],
"last_merged_pr_at": "2026-07-17T15:57:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 23,
"created_at": "2026-03-12T12:14:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2026-03-13T07:20:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2026-03-13T07:21:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2026-03-13T07:21:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2026-03-13T07:32:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2026-03-13T07:51:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2026-03-18T15:22:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2026-03-18T15:45:26Z",
"last_comment_at": "2026-03-20T09:19:54Z",
"last_comment_author": "DhruvilK7"
},
{
"number": 42,
"created_at": "2026-03-18T15:46:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/RibbonFilter/ribbonGo",
"host": "github.com",
"name": "ribbonGo",
"owner": "RibbonFilter"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 45,
"vitality": 78,
"community": 35,
"governance": 47,
"calibration": "2026-08-02",
"engineering": 65,
"ai_readiness": 54,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 54,
"human_commit_share": 0.889,
"days_since_last_push": 7,
"active_weeks_last_year": 4
},
"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": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "54 commits in the last year",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 54
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": "v1.0.10",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 25.9
},
"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 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~25.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25.9
}
}
],
"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": 35,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"forks": 3,
"stars": 15,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "15 stars",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 15
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"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": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.958
},
"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 96% of commits",
"points": 0.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"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": 56,
"inputs": {
"merged_prs": 33,
"open_issues": 9,
"closed_issues": 6,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 0,
"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": "40% of issues closed",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "33/33 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 33,
"decided": 33
}
}
],
"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/11 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "RibbonFilter",
"public_repos": 1,
"account_age_days": 141
},
"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": "0 followers of RibbonFilter",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "RibbonFilter"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~0 yr old",
"points": 3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/RibbonFilter/ribbonGo"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 65,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"bloom-filter",
"go",
"golang",
"golang-library",
"ribbon-filter",
"xor-filter"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 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/11 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 3
},
"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": "moderate",
"name": "AI Readiness",
"value": 54,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.521,
"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": "25 of 48 human commits state their intent (structured subject or explanatory body)",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 48
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 54",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 54
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 33330,
"source_files_sampled": 19,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/19 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 19,
"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)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T03:24:10.836617Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/RibbonFilter/ribbonGo.svg",
"full_name": "RibbonFilter/ribbonGo",
"license_state": "standard",
"license_spdx": "MIT"
}