Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"erasure-coding",
"fec",
"forward-error-correction",
"fountain-codes",
"go",
"golang",
"pure-go",
"raptorq",
"rfc6330"
],
"is_fork": false,
"size_kb": 727,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 1030136,
"C++": 14520,
"TLA": 1746957,
"Rust": 31788,
"Shell": 8669
},
"pushed_at": "2026-07-18T19:27:28Z",
"created_at": "2026-07-16T21:29:48Z",
"owner_type": "User",
"updated_at": "2026-07-18T19:27:25Z",
"description": "Bounded, pure-Go implementation of RFC 6330 RaptorQ forward error correction",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TLA",
"significant_languages": [
"TLA",
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "fgn",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/8796563?v=4",
"created_at": "2014-09-16T18:38:19Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 4330
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-18T19:19:14Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T12:18:26Z"
}
],
"recent_commits": [
{
"oid": "868890cc6ce071ca0c976340d1a2caebb356520a",
"body": "…938e8d\n\nBump the actions group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #1 from fgn/dependabot/github_actions/actions-66c6…",
"author_name": "fgn",
"author_login": "fgn",
"committed_at": "2026-07-18T19:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475f2ab7f0eb84df990acece5932536b8da67d8c",
"body": "…vors\n\nCut the README from 297 to 154 lines: fold the when-to-use bullets into\nthe pitch, compress the evidence methodology to one paragraph pointing at\ndocs/invariants.md, drop prose that duplicates godoc and docs/, and\nremove em dashes. The quickstart, safety boundary, performance summary,\nattribu\n[…]\nnts its diff-prefix requirement, and the 38 survivors accepted\nfrom the July 2026 optimization round are documented by class with their\nequivalence arguments. Update the invariants MUT-1 row to match.",
"is_bot": false,
"headline": "docs: trim README for onboarding and document accepted mutation survi…",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T19:18:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a229195917d43982384732f95de572a0dd05c7f",
"body": "go-mutesting's --git-diff-lines parser matches the standard \"+++ b/<path>\"\ndiff header, so user-level diff.mnemonicPrefix or diff.noprefix git config\nsilently emptied the changed-line filter and made mutation:changed report\nzero mutants. mutation.sh now forces standard prefixes for the tool's git\nsu\n[…]\n state, one capacity hint, and canonical pivot-column\nzeroing whose state the dev-module differential trace gates pin instead.\nmutation:gate and mutation:changed both pass against the merged baseline.",
"is_bot": false,
"headline": "Fix silent mutation:changed no-op and kill this round's mutants",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T14:59:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e11fd4fe796df2294bdf4d29d93a71aeed2f823c",
"body": "Replace the polynomial-step SIMD multiply with lane-duplicated VPSHUFB\nnibble product tables built at init from an independent shift-and-reduce\nproduct, and implement the byte-wise nibble shift with VPSRLVD and a\nhoisted vector count: Uint16x16.ShiftAllRight's scalar count lowers to a\nlegacy SSE reg\n[…]\nnd scalar tail; RowView and AppendDenseOnes\ngained direct unit coverage. All lint, test (default/simd/avx2-off/race/\n386/checkptr), fuzz-smoke, generated-artifact, TLA, trace, and mutation\ngates pass.",
"is_bot": false,
"headline": "Optimize SIMD kernels and hybrid executor hot loops",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T14:29:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e9e3201d83adfdf2a8f7bfe5f5453af96498fdb",
"body": null,
"is_bot": false,
"headline": "Add opt-in AVX2 SIMD acceleration",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T13:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b728ab94a882d84285a0280f4076acb44f430ae6",
"body": "…the formal caveat",
"is_bot": false,
"headline": "docs: point quickstart at PacketInto and cover schedule witnesses in …",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T12:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a46afa532ec96ce739ef2e41288d6933923571b",
"body": "Refresh the performance tables from an unpinned rerun of the documented\ncommand, replace the README's volatile trace-evidence counts with the\nqualitative claim plus pointers to the gate-pinned tallies, bound the\nreview-closure claim to repository-verifiable hardenings, note that the\n284 mutant cases include byte-identical operator overlaps, and stop\ncalling the Z=255 loop-index rewrite a termination fix.",
"is_bot": false,
"headline": "docs: reconcile audit reruns with evidence prose",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T08:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0778f14965c0b9d73677df6375dd991c73308ec7",
"body": null,
"is_bot": false,
"headline": "dev: print only supplied coverage scopes in human reports",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T08:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f76ea79a426d79649cfab1047f18067732ff1da1",
"body": null,
"is_bot": false,
"headline": "docs: record corpus publish limitation",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68c37b906d01167f8d01c127cf942054e8d0680",
"body": null,
"is_bot": false,
"headline": "docs: record adversarial trace closure",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c33dba58cfaf837dd9ab92377afc0b844f946a6",
"body": null,
"is_bot": false,
"headline": "dev: bound and stream trace validation inputs",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3069a411e9c9d37836f865e11650059f63c58c8d",
"body": null,
"is_bot": false,
"headline": "dev: harden trace corpus replacement",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd0cb50b0fe82379d14e40a2e173a0efb2c0513b",
"body": null,
"is_bot": false,
"headline": "dev: close DOT attribute separator grammar",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86a517c9180841de7a1e1f333904a00b2a42be1c",
"body": null,
"is_bot": false,
"headline": "dev: authenticate exact seeded fault patch",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a0403aef8bef900947abab184881b0e2e195ee",
"body": null,
"is_bot": false,
"headline": "ci: replay seeded fault trace nightly",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T02:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f62f3e41c60b576d0cbf2b4ed382ecf2e70f90d",
"body": null,
"is_bot": false,
"headline": "dev: bound trace input discovery",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a612523232d798cfa78046edb3ba3d93c06c17",
"body": null,
"is_bot": false,
"headline": "dev: close the accepted TLC DOT grammar",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b434068e721019ae1a237d57843af6dd18ea987",
"body": null,
"is_bot": false,
"headline": "dev: reject ambiguous trace JSON inputs",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "488c734f57d05c86cd16cd1ce962ff8919267eda",
"body": null,
"is_bot": false,
"headline": "formal: bind every replayed trace record",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c717930d77a514d743bdb3b7bbefcc310236d754",
"body": null,
"is_bot": false,
"headline": "ci: pin trace harvest and mutant evidence",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bc82b16399fb39a66e104fee7e249bffea819b",
"body": null,
"is_bot": false,
"headline": "docs: make trace evidence reproducible",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a319cda1639855976b5488f772ee48515ca14cae",
"body": null,
"is_bot": false,
"headline": "dev: reproduce seeded trace fault in isolation",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e71ca5b27d994087029a77fc35c76d868f5a7b",
"body": null,
"is_bot": false,
"headline": "dev: preserve seeded trace failure evidence",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64247dee740826dfaa24a8d037e5516ae5485fb",
"body": null,
"is_bot": false,
"headline": "dev: close model oracle error alphabet",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ddfeafbce0ea50f2043e562556c85af8f78e56",
"body": null,
"is_bot": false,
"headline": "ci: include checked fuzz traces in drift gate",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9b67b9e795b3c2335ee7401d2b9a1054a1456e",
"body": null,
"is_bot": false,
"headline": "dev: clean mutation report artifacts",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c3790e65eff9e9a5476947ac6ec33af788363f",
"body": null,
"is_bot": false,
"headline": "docs: record trace validation evidence",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73002b87151895cc153ec1c0dc216be0c31c7fbc",
"body": null,
"is_bot": false,
"headline": "dev: shrink model oracle failures deterministically",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ca5be06c4bf90e8fa5bae1ca955999037e4919",
"body": null,
"is_bot": false,
"headline": "dev: report exact model edge coverage",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "385666bed880eba15e9b1737cb59199ad5f46641",
"body": null,
"is_bot": false,
"headline": "ci: gate object trace model validation",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd59c8889bd9fd043c688a9041088749416f4dea",
"body": null,
"is_bot": false,
"headline": "dev: harvest checked fuzz corpus traces",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781ed25a9a97fdd21c6285fc953af04deaf4703e",
"body": null,
"is_bot": false,
"headline": "dev: pin object trace coverage evidence",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b22de2e14781e9b286adee4bc80854433ef2173",
"body": null,
"is_bot": false,
"headline": "dev: pin legal witnesses for every trace action",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dcc9290b496ed0e3ff5817550f9daa9a58b4344",
"body": null,
"is_bot": false,
"headline": "dev: harden model edge realization evidence",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T01:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7228989ba072f26f7ea41c38dcc322663f8179b0",
"body": null,
"is_bot": false,
"headline": "formal: require sound generated trace rejections",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52acd946b3ad7cce943df5cb9339617d2024f51c",
"body": null,
"is_bot": false,
"headline": "dev: preserve required harvest families",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2855d80c9e636b976a53027ebd0fc6a0c3749137",
"body": null,
"is_bot": false,
"headline": "dev: execute decoder model schedules",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3acd4d121fb35ce92d033de1bec0b1c8b77e06e",
"body": null,
"is_bot": false,
"headline": "dev: add parametric object trace replay",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75229d5413ef742cb469ee30d2997a951004274",
"body": null,
"is_bot": false,
"headline": "dev: generate edge-covering decoder schedules",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b760e7555f299db9c4596730fce94c7197a08d88",
"body": null,
"is_bot": false,
"headline": "feat: add object trace action coverage",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8b32d9b89e0f8d6cc5bff930e82e303eddc39d",
"body": null,
"is_bot": false,
"headline": "dev: parse deterministic TLC state graphs",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69fcec0a2ed72ddaeeea61dd45eabf2fcf5d12cf",
"body": null,
"is_bot": false,
"headline": "formal: model public object decoder actions",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b384980e1bc0be5be55e60e4906ef98fcdb35cfd",
"body": null,
"is_bot": false,
"headline": "dev: add sound object trace mutations",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "243ce79577ead8167626ed474b56cff2cd9c7e94",
"body": null,
"is_bot": false,
"headline": "dev: unify object trace conversion pipeline",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32efe0c4bf77339cbf99b41e1fdda7d2c2679598",
"body": null,
"is_bot": false,
"headline": "dev: add canonical object trace recorder",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32302a92d66fcc971cb9c4ba176300ab48f12f6",
"body": null,
"is_bot": false,
"headline": "plan: specify systematic trace validation bridge",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ed822402fad359501cb9fdf216f04eeefa1792",
"body": null,
"is_bot": false,
"headline": "docs: record final validation matrix",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-18T00:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f941f3d7bb0b8cff3559f09a9f357e475ebda36c",
"body": null,
"is_bot": false,
"headline": "docs: clarify caller-buffer concurrency ownership",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884abc42ed763330ea386907330d440d7ef32519",
"body": null,
"is_bot": false,
"headline": "docs: record systematic packet optimization evidence",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceb06f5d193dfcb892711e8a3fb2bbfa5c7b0356",
"body": null,
"is_bot": false,
"headline": "test: harden caller-buffer layout coverage",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18893b7a81432f50a0478d754dde55aadb00c0ca",
"body": null,
"is_bot": false,
"headline": "fix: reject short packet buffers before cache mutation",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd3b75909be36df252a0dff9e2c48eb07e795f48",
"body": null,
"is_bot": false,
"headline": "perf: add zero-allocation packet output buffers",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e3903f1ad3addb85319fbbab6240f8cddc0271",
"body": null,
"is_bot": false,
"headline": "perf: unlock packet calls without deferred cleanup",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5364205c9499d0f7f9e7385e50da11ce43906d",
"body": null,
"is_bot": false,
"headline": "perf: cache encoder partition scalars",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab021b8de9a37a34128ae89d3428ae40d692a6f",
"body": null,
"is_bot": false,
"headline": "fix: account for cached repair backing in source packets",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e103e1db5a619e8826daa6f3b04ccfe9d34b9b",
"body": null,
"is_bot": false,
"headline": "perf: write packet payload IDs in place",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fcd791a1853d17507ea6e8b80ae169623a39201",
"body": null,
"is_bot": false,
"headline": "perf: scatter sub-blocked source packets directly",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "294f9d6b7ba32daf4677524925a57c6af64c1f65",
"body": null,
"is_bot": false,
"headline": "perf: emit contiguous source packets directly",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851eb24bdb9c03f766c4b7c4be6de1a821451cc8",
"body": null,
"is_bot": false,
"headline": "perf: freeze adversarial benchmark baseline",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "550acdba15732f6e4db5c90ad3808032ade6058f",
"body": null,
"is_bot": false,
"headline": "test: pin systematic packet ownership and layouts",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6566c582643857a9172f9daec72bf8bb888f2139",
"body": null,
"is_bot": false,
"headline": "bench: validate timed packet output",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cddf8e6d811b405493a5dd5a293e727c0f1599f",
"body": null,
"is_bot": false,
"headline": "fix: terminate maximum source-block loops",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T23:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517972c0dea4684e0ce2c33cce072191f3bc7df9",
"body": null,
"is_bot": false,
"headline": "bench: prevent systematic fast-path benchmark cheats",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T22:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4233caf7ab9ce9579a8f9cd75aa3e639247c958",
"body": null,
"is_bot": false,
"headline": "bench: cover systematic packet layouts",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T22:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee53a5b8689e7c2d1286c2440af7de3d455bc4f",
"body": null,
"is_bot": false,
"headline": "perf: freeze systematic packet baseline",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T22:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72876f1aefd6f1ed9d24150a51cac659304b552f",
"body": "Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [arduino/setup-task](https://github.com/arduino/setup-task) and [actions/setup-java](https://github.com/actions/setup-java).\n\n\nUpdates `actions/ch\n[…]\netup-java\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the actions group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T22:36:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a689172a70920247139b450c8a2a7bf3a5b32ae",
"body": null,
"is_bot": false,
"headline": "Prepare dependency-free public release",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T22:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a68bf1f69754354980517f354cb8c4a18347045a",
"body": null,
"is_bot": false,
"headline": "Ignore stray mutation report output",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T19:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a9faa1a49bf1767f30869e096824b6326966b4",
"body": "Fix a doubled \"and\" in the evidence list, replace a throat-clearing\nopener in the evidence-limits paragraph, and correct the verb for\nexhaustive-test coverage. In docs/ and formal/, reflow ragged\nparagraphs, fix a garden-path sentence, and replace two informal\nword choices; no claim changes anywhere.",
"is_bot": false,
"headline": "Tighten documentation prose",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-17T07:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd57f000a2dee8d09a5be09e887542ffa70de5f1",
"body": "Replace em and en dashes, arrows, and curly punctuation with plain\nASCII across README, SECURITY, CONTRIBUTING, and THIRD_PARTY_NOTICES;\nrewrap and unbold the research-status paragraph; drop filler phrasing.",
"is_bot": false,
"headline": "Sweep prose for typographic and stylistic noise",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-16T21:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170336ce36aac02953a7932aca228e170a7f45f1",
"body": "Copyright is held by FGN Research and Development B.V. The project\nclaims no rights in the RaptorQ code, name, or technology: README,\nNOTICE, and the package documentation now credit Raptor codes to Amin\nShokrollahi, LT codes to Michael Luby, and RaptorQ to Digital\nFountain/Qualcomm as standardized \n[…]\ndel/trace safety, differential byte parity on\ncompared domains, exhaustive finite-domain enumeration, and a bounded\npreregistered recovery profile — no machine-checked proof of the Go\nimplementation).",
"is_bot": false,
"headline": "Attribute RaptorQ to its inventors; state research scope precisely",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-16T21:19:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34c64e53cd9c1d44a871b1940664e9b64a541e08",
"body": "Import the raptorgo implementation with its correctness evidence (RFC\ntable pinning, differential Rust/C++ oracles, TLA+ models, mutation\ngate) and prepare it for publication under github.com/fgn/raptorgo:\n\n- Apache-2.0 LICENSE, NOTICE, THIRD_PARTY_NOTICES, CONTRIBUTING,\n SECURITY, and a README pat\n[…]\nTLA+, RFC-maximum release gates) workflows\n- .gitignore covers local workspace config; personal Java fallback\n removed from scripts/tlc.sh\n\nThe repository stays private until publication is approved.",
"is_bot": false,
"headline": "Initial import: pure-Go RFC 6330 RaptorQ codec, prepped for release",
"author_name": "Fredrik Gustafsson",
"author_login": "fgn",
"committed_at": "2026-07-16T21:13:58Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 72,
"latest_release_at": "2026-07-18T19:19:14Z",
"latest_release_tag": "v0.1.1",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 1,
"days_since_latest_release": 7,
"mean_days_between_releases": 0.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/fgn/raptorgo",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/fgn/raptorgo",
"is_deprecated": false,
"latest_version": "v0.1.1",
"repository_url": "https://github.com/fgn/raptorgo",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T19:18:29Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"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": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Taskfile.yml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"dev/go.mod",
"dev/interop/rust-oracle/Cargo.toml",
"go.mod"
],
"largest_source_bytes": 40172,
"source_files_sampled": 143,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"dev/go.mod",
"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/fgn/raptorgo",
"manifest": "dev/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0"
},
{
"name": "golang.org/x/mod",
"manifest": "dev/go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.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": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "fgn",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/8796563?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"nightly.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"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": 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": 10,
"reason": "1 out of 1 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": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 7,
"reason": "dependency not pinned by hash detected -- score normalized to 7",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "868890cc6ce071ca0c976340d1a2caebb356520a",
"ran_at": "2026-07-26T02:54:21Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T05:24:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T19:27:21Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fgn/raptorgo",
"host": "github.com",
"name": "raptorgo",
"owner": "fgn"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 63,
"vitality": 72,
"community": 33,
"governance": 50,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 72,
"human_commit_share": 0.986,
"days_since_last_push": 7,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "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": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.1.1",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 0.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"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 ~0.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.3
}
}
],
"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": 33,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"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": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 44,
"inputs": {
"followers": 5,
"owner_type": "User",
"is_verified": null,
"owner_login": "fgn",
"public_repos": 9,
"account_age_days": 4330
},
"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": "5 followers of fgn",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "fgn"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~11 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/fgn/raptorgo"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": 71,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"erasure-coding",
"fec",
"forward-error-correction",
"fountain-codes",
"go",
"golang",
"pure-go",
"raptorq",
"rfc6330"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 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 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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 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 7",
"points": 3.5,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.958,
"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": "68 of 71 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 68,
"sampled": 71
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"go.sum"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Taskfile.yml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"dev/go.mod",
"dev/interop/rust-oracle/Cargo.toml",
"go.mod"
],
"dependency_bot_commit_share": 0.014
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Taskfile.yml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Taskfile.yml"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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 72",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 72
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 72 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 72
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "TLA",
"largest_source_bytes": 40172,
"source_files_sampled": 143,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TLA without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "TLA"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/143 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 143,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T02:54:26.943717Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fgn/raptorgo.svg",
"full_name": "fgn/raptorgo",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}