Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"dhcp",
"dns",
"ethernet",
"http",
"ip",
"net",
"networking",
"ntp",
"tcp",
"udp",
"userspace-networking",
"embedded-systems",
"heapless",
"operating-systems",
"tinygo"
],
"is_fork": false,
"size_kb": 6064,
"has_wiki": false,
"homepage": "https://www.patreon.com/soypat",
"languages": {
"Go": 1405930
},
"pushed_at": "2026-07-21T19:15:01Z",
"created_at": "2024-12-23T21:37:45Z",
"owner_type": "User",
"updated_at": "2026-07-21T19:16:01Z",
"description": "Userspace networking library. HTTP/TCP/IP/Ethernet/RMII/MDIO/UDP/NTP/DHCP/DNS blabla. Runs on a couple kB of RAM",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "whittileaks.com",
"name": "Pat Whittingslow",
"type": "User",
"login": "soypat",
"company": "Professional open source maintainer",
"location": null,
"followers": 282,
"avatar_url": "https://avatars.githubusercontent.com/u/26156425?v=4",
"created_at": "2017-03-03T04:00:42Z",
"is_verified": null,
"public_repos": 177,
"account_age_days": 3428
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-17T15:03:52Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-26T13:45:57Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-16T13:44:07Z"
}
],
"recent_commits": [
{
"oid": "1bbfd5eac301c3e48002fc7b2d9d5ea4d63993b9",
"body": "* @MDr164 trick to ignore no-extension files\n\n* catch changes to LICENSE",
"is_bot": false,
"headline": "@MDr164 trick to ignore no-extension files (#162)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-21T19:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a474154cbf38c2e58f21374102af963386bb2f1",
"body": "* more httpraw bug fixes\n\n* add http-linux example and add httpraw.Header.SetInt\n\n* finish http-linux example\n\n* fix CI vet",
"is_bot": false,
"headline": "more httpraw bug fixes (#160)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-19T14:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347cef9ba58865c48c0b40b75497acc851dc0e57",
"body": null,
"is_bot": false,
"headline": "README: update binary benchmark table",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-17T15:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157a8537a223e944a40ac26ea44d7c906de2e98e",
"body": "* testing.B.Loop() standardization and StackAsync.Debug heap debugging improvement\n\n* apply @MDr164 fixes\n\n* @MDr164 great suggestions to prevent panic and print correct mallocs",
"is_bot": false,
"headline": "testing.B.Loop() standardization and StackAsync.Debug improvement (#156)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-17T14:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "766e03e90e8f22ad6db8d2bb0dea2adfc159d7d5",
"body": null,
"is_bot": false,
"headline": "httpraw: fix overrwrite/empty val bugs in Header.Set/SetBytes (#159)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-17T14:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1a0c735a8b534a1d6322a3e245bc11a09431e7",
"body": "* feat(tcp): add out-of-order segment reassembly\n\nAdd an opt-in, bounded out-of-order reassembly buffer so a single lost\nsegment can be recovered by retransmitting the gap while later segments\nare held and delivered once the gap fills.\n\nThe receiver also subtracts buffered out-of-order bytes from th\n[…]\n.drees@9elements.com>\n\n* implement review feedback around rx buffer reuse\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>\n\n---------\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "Add out-of-order segment reassembly (#148)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-07-10T13:36:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c1f0e028100ff9485e87a13a8401b675f13321c",
"body": "* feat(dhcpv6): handle IA_NA/IA_PD requests and config options\n\nAdds the DHCPv6 client request exchange with IA_NA/IA_PD handling,\nreconfigure-renew (RFC 8415), DNS server and domain search options\n(RFC 3646) and NTP server suboptions (RFC 5908).\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.\n[…]\noded Reply and that\noption parsing is allocation-free after BeginRequest.\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>\n\n---------\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "Handle IA_NA/IA_PD requests and config options in DHCPv6 (#147)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-07-09T17:12:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99e9d90a6075f2a1e6f0dadfdf64bceaa6aa69fc",
"body": "* begin working on netdev solution\n\n* need to roll back some assumptions in next commit\n\n* dual poll/async mode for netdev.Runner\n\n* add wake on rx semantics\n\n* remove TODO\n\n* more reworking of Runner\n\n* work on applying @MDr164 suggestions and a couple extra revamps\n\n* add newline to end of test file",
"is_bot": false,
"headline": "Netdev revamp (#145)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-09T17:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc53a84cd81d05df7c5acd7af0b8b92978fafd6",
"body": "It was previously just commenting the file name instead of the content,\nthis change attempts to fix it using json instead of the raw file\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "fix: make github action comment work right (#153)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-07-09T17:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "104a2b0b26507d9f3f9b443417764e4f9c6b90dc",
"body": "This adds a small in-repo tool and updates the ci.yml file in order\nto make benchmark and most importantly allocation results visible in a\nPR. It also drops the 3rdparty action we had commented out.\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "feat(ci): add benchci for better visualization (#149)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-07-02T23:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f8ac06874b8db4ad272c16e3e07dcf81111f03",
"body": null,
"is_bot": false,
"headline": "add as of now unused af_inet6 for posterity",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-02T00:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b5b010673d3d10b1bc9d647c2ebb2921534f4f9",
"body": null,
"is_bot": false,
"headline": "export xnet: AF_INET, SOCK_STREAM, SOCK_DGRAM",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-02T00:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d6363da00cf9975221d7a6de747757924a92807",
"body": null,
"is_bot": false,
"headline": "bound MTU on Stack EgressIP (#151)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-01T21:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc99fb9ffc4c11c4b1a630e4bf7257e33a1a3b2",
"body": null,
"is_bot": false,
"headline": "work on removing heap allocations (#150)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-07-01T16:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a02e7d2c71e1ceac6ff6cd5e6700191e0eb67c",
"body": null,
"is_bot": false,
"headline": "begin writing noipv6 test (#146)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-28T13:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b795d6a43778e4343e3c4beb24ea25d5d058ba3f",
"body": "…143)\n\n* use ltesto as package to contain scheduler/goroutine testing logic\n\n* add sched usage to another test\n\n* testCloseTransmitsPending rewrite\n\n* replace deadline with context",
"is_bot": false,
"headline": "use ltesto as package to contain scheduler/goroutine testing logic (#…",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-27T13:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa609ea54f3a143692f8dae41df52681a14cc7c3",
"body": "* feature: ipv4 broadcast support\n\n* stackip4 method receiver varname\n\n* Incorporate strict test timing for TestStackGoTCPDialRetriesPendingControl (#135)\n\n* rewrite tinygo failing test to be more real-time\n\n* use channels to scheduler stack\n\n* fix flakiness by increasing timeout and move implementa\n[…]\nd when stack had a static IP.\n\nSigned-off-by: deadprogram <ron@hybridgroup.com>\n\n---------\n\nSigned-off-by: deadprogram <ron@hybridgroup.com>\nCo-authored-by: Patricio Whittingslow <graded.sp@gmail.com>",
"is_bot": false,
"headline": "fix: two fixes for dhcp/ap (#136)",
"author_name": "Ron Evans",
"author_login": "deadprogram",
"committed_at": "2026-06-25T01:16:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a42f0b404c8934a1aa64de9a62e06fce44843d00",
"body": "… of IPv4+IPv6 stacks (#139)\n\n* feature: ipv4 broadcast support\n\n* stackip4 method receiver varname",
"is_bot": false,
"headline": "feature: ipv4 broadcast support and bugfix for reset connection reset…",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-24T19:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef279863a98c58b8784a78112134e98f71f49ebf",
"body": "…ntrol (#135)\n\n* rewrite tinygo failing test to be more real-time\n\n* use channels to scheduler stack\n\n* fix flakiness by increasing timeout and move implementation to top of file",
"is_bot": false,
"headline": "Incorporate strict test timing for TestStackGoTCPDialRetriesPendingCo…",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-24T16:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ea2efdf483a81f0a33402682c513db9dae9779",
"body": "* added: sync packet retransmission\n\n* test: sync packet retransmission\n\n* refactor: remove packet time from tcppool\n\n* fix: return comment\n\n* refactor: move retrying to stackRetrying\n\n* added: retries & timeout to stackGoConfig\n\n* test: test retries stack\n\n* refactor: move StackRetrying to stackBlocking\n\n* fix: line gofmt\n\n---------\n\nCo-authored-by: Pat Whittingslow <graded.sp@gmail.com>",
"is_bot": false,
"headline": "Retransmit active-open SYN after RTO (#130)",
"author_name": "TuteMthCD",
"author_login": "TuteMthCD",
"committed_at": "2026-06-23T03:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a5336108301d57c0f08027483ea17d8c2c3cd3",
"body": "* feat: add xcurl port and debug flag\n\nUpdate the docs and add new flags to xcurl to aid debugging under an OS\nlike Linux.\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>\n\n* drop debugtcp flag from xcurl again\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>\n\n---------\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "Add xcurl port and debug flag (#129)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-06-22T21:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28addf329a54366ec4ca2da1ecebe039e8db4954",
"body": "* try to fix fmt msg\n\n* fix CI",
"is_bot": false,
"headline": "try to fix fmt msg (#133)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-22T21:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860d6d00bb1488fbb04c314f5f34718f74dbaff9",
"body": "* add atomic id guard to prevent TOCTOU\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>\n\n* implement review feedback to tcp conn guard\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>\n\n---------\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "Add atomic id guard to prevent TOCTOU (#131)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-06-22T12:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9d765cb01506c1b82150b34064978fa42a7f02",
"body": "* fix for #50\n\n* fix remaining test\n\n* revert changes and instead approach problem on full-duplex case\n\n* fix merge messup\n\n* fix @MDr164 note and upgrade documentation while at it\n\n* gate full buffer exit on rx shutdown since no risk of full buffer error\n\n* add log line to note issue is hit\n\n* document CloseRead relationship with Close",
"is_bot": false,
"headline": "Ack dropping - fix for #50 (#127)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-19T21:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5acd1948e20299790bcb1dead9fc4e6fb284f7",
"body": "* persist issue 57 fix in test\n\n* have go fix output error on CI\n\n* apply go fix required fix\n\n* test no || for go fix command\n\n* test no || for go fix command complete, it is needed\n\n* forgot to fix",
"is_bot": false,
"headline": "persist issue #57 fix in test (#128)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-18T21:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0ef681085e75b08cc43f586ea3e60beeb109ce8",
"body": "Signed-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "feat: add RFC 3927 support (#114)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-06-18T13:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef2137bad63cafe9924a26ceac478e2f56dbecb",
"body": "* add zero os docs\n\n* mention scheduling",
"is_bot": false,
"headline": "add zero os docs (#126)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-18T13:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059f761856bca9afe82ef2db01b757b85a32dc37",
"body": null,
"is_bot": false,
"headline": "CapturePrinter expose Ethernet and IP printers",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-17T19:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a674a4ad11c330bf87c967bba60c3a424e97e7f",
"body": null,
"is_bot": false,
"headline": "fix for #124 (#125)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-17T18:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60098ad8d0c4f81f5c2420120d578c47335c1154",
"body": "* changes in preparation of wireguard impl\n\n* suggestions by @MDr164",
"is_bot": false,
"headline": "More IPv6 support and race condition fixes (#123)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-17T18:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "813b7b5e579340c939219afc231141e8582a9597",
"body": "* good code today\n\n* add netdev.Runner\n\n* round off APIs more\n\n* better interface method documentation\n\n* improve DHCP netstack API\n\n* add pico w netdev example\n\n* remove temp file\n\n* keep thinking about this. this is hard :/\n\n* fix ci\n\n* small fixer\n\n* working dhcp\n\n* fix rebase API mismatches\n\n* begin adding espradio example\n\n* keep working on espradio, icmp not working\n\n* fix icmp by fixing dhcp",
"is_bot": false,
"headline": "Lay out device/stack interfaces - Netdev/Netlink (#92)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-17T17:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f8ca458593466fad7a884611f1c33b8af7e7add",
"body": "Implement NTS (RFC 8915) with KERecord zero-copy frame, PerformKE\n(TLS 1.3 + ExportKeyingMaterial), DeriveKeys, and Client state\nmachine implementing lneto.StackNode. Client handles cookie pool\nmanagement, auth body codec with nonce/ciphertext, and two-exchange\nNTP flow with UniqueID verification an\n[…]\nernal.LogAttrs for non-allocating structured logging\nthroughout the NTS client, matching existing conventions.\n\nGenerated with LLM assistance.\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "feat(x/nts): add NTS support (#88)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-06-15T14:42:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "856ac373d567f97624ee895a9da9e3982a5bd8f6",
"body": "Signed-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "docs: update README to aid Linux debugging (#122)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-06-15T14:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f94615480013eeefa1cff96c38c4508b7068f7",
"body": null,
"is_bot": false,
"headline": "add missing backoffs",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-09T17:33:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba06acdcb78f5efd437e8774f61662de556dead",
"body": "* make backoff explicit API\n\n* fix tests to use explicit backoff\n\n* fix examples with explicit tcp",
"is_bot": false,
"headline": "lneto rework: Require explicit BackoffStrategy in all APIs (#116)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-09T13:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b82cefec3753194395fa9dcbe6b64b62098e101",
"body": null,
"is_bot": false,
"headline": "exclude stringers.go files from code coverage (#119)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-06-09T13:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d5d303bcb8f9d3a666fe4328a61129afba65a1",
"body": "…(#113)\n\n* modifications to xnet stacks in preparation of wireguard integration\n\n* gofmt files",
"is_bot": false,
"headline": "modifications to xnet stacks in preparation of wireguard integration …",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-27T16:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d4c06b9f01d3e12bcd5e6467b14c1a93ad6297",
"body": "- http/httpraw: cap header slice growth to pre-allocated capacity, fix\n benchmark to reuse Header across iterations (0 allocs/op)\n- internal/ring: replace TODO panic comments with invariant explanations\n- tcp/conn: document truncated-frame offset check\n- tcp/handler: replace TODO with net.ErrClosed\n[…]\ntackNode; skip filter for IPv4 multicast\n destinations (class D) so mDNS and similar protocols work correctly\n\nGenerated with LLM assistance.\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "fix: clean up misc TODO comments and improve UDP source filtering (#89)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-05-20T17:29:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edf302baf8c709d1e433478ac326c1c47666988d",
"body": null,
"is_bot": false,
"headline": "normalize net.Addr parsing in Gostack",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-14T21:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efd810610ba77230e7272c7e6a708571ceaac1b",
"body": null,
"is_bot": false,
"headline": "more API touch ups",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-14T16:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d010e6a7e9e643503bb027f09af378cc9fd8e464",
"body": null,
"is_bot": false,
"headline": "API touch ups",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-14T15:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fcb7e9b5295df6f4afd0dd0889c21ec15df9d6a",
"body": "* update README table and begin planning udp.PacketConn\n\n* first attempt at packetconn implementation\n\n* add udp.PacketConn to StackAsync and implement SocketNetip iface\n\n* add tests for PacketConn",
"is_bot": false,
"headline": "Add udp.PacketConn (#112)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-14T15:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b95eb03aa5d7b8780efa7f9a71edd3b8a51bc807",
"body": null,
"is_bot": false,
"headline": "fix CI and rework package structure (#111)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-13T18:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2970b923d8bbed35db163d21922985978bdefb6",
"body": "* add ipv6 to xnet.StackAsync\n\n* dns improvements\n\n* improve DNS workings of StackAsync\n\n* add tentative ICMPv6\n\n* work on prefixes and fix some small bugs, plan UDP/TCP6\n\n* fix bugs in StackAsync and ipv4.Prefix.Contains\n\n* update arpsubtable\n\n* completely remove legacy internet.StackIP for StackIP\n[…]\n\n* add xnet.Stack6 interface\n\n* more ipv6 integration into StackAsync; various tweaks to lneto and documentation+TODOs\n\n* add stack6 tests\n\n* replace netip.Prefix with ipv4.Prefix where it makes sense",
"is_bot": false,
"headline": "add ipv6 to xnet.StackAsync (#107)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-13T18:31:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d5830d7ab0601e0f6707757b0cbbc260c60a846",
"body": "…s (#106)\n\n* begin adding udp.MuxHandler\n\n* add udp MuxHandlerSIMO/MIMO\n\n* add tcp rx shutdown\n\n* icmpv6 client\n\n* icmpv6 Client shared NDP/Echo preparation\n\n* icmpv6 client ndp/echo split\n\n* icmpv6 client ndp/echo split done\n\n* icmpv6 adjustments\n\n* add dhcpv6 stubs\n\n* dhcpv4 preliminary revision\n\n\n[…]\nTCP client\n\n* add dnstcp package\n\n* apply gofmt changes\n\n* add udp mux tests\n\n* clean up, remove StackBig for now\n\n* remove dnstcp so as to merged confident parts and we continue dnstcp work elsewhere",
"is_bot": false,
"headline": "V2 Netbird integration - UDP MIMO/SIMO, ICMPv6, DHCPv6 implementation…",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-10T15:16:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bdbd38ab4406eb93aeee3e513dddb4bc408fc67c",
"body": "* apply StackIP changes and internet package test passing\n\n* fix tests and examples\n\n* remove old Reset method on StackIP\n\n* use encapsulate for ipv6\n\n* add TCP over IPv6 tests",
"is_bot": false,
"headline": "ipv6: StackIP and StackAsync.Addr refactor (#105)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-05-09T19:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a430f6c40a38030382d7bdf9f1bca8328106a7f7",
"body": "Signed-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "remove trailing whitespaces and add support matrix (#102)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-04-27T16:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba913751abd26b04433ef64e6d154471bfd1a79",
"body": "…lds (#101)\n\nImplement full two-exchange NTP client state machine (RFC 5905 §8).\nFirst exchange stores offset/RTT, second averages both for improved\naccuracy. Client places T1 in TransmitTime per RFC 5905 §8; server\nechoes it as OriginTime in the response.\n\nAdd NTP extension field codec (RFC 7822) w\n[…]\nLogAttrs pattern for non-allocating structured logging\nin the client, matching the tcp/debug.go convention.\n\nGenerated with Claude assistance.\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "feat(ntp): add two-exchange client, server handler, and extension fie…",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-04-27T16:27:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf94767133076f1b2de18f6c8c8e315453e66347",
"body": null,
"is_bot": false,
"headline": "seeded fuzz test adjustment",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-26T15:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa77403a2b32c141757c0f55e82991acef1eb789",
"body": "* begin working on arp cache\n\n* fix little things\n\n* rework arp cache priority\n\n* fix test\n\n* keep working on ARP\n\n* push changes before thinking about ip prefix issue\n\n* add passive peer MAC setting\n\n* patch egress mac with correct ethernet CRCs\n\n* consolidate subnet learning in subnetTable type\n\n* add tests and fix subnet table bug",
"is_bot": false,
"headline": "passive MAC learning and ARP cache revamp (#96)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-25T02:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c42aa136bdbf59a305cf98a685e814f4b70464",
"body": null,
"is_bot": false,
"headline": "add log warning to httptap",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-25T02:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198db3789b5d2229b5e7220b2db952e39923f5dc",
"body": "* begin adding dns pcap functionality\n\n* improve question formatting\n\n* work on capturing answers as well\n\n* finalize DNS printing\n\n* increase subfield limits\n\n* add FlagContainer type\n\n* prettier DNS printing",
"is_bot": false,
"headline": "Add DNS support to pcap (#100)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-24T22:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c3d11c4cc32b9a240f0f381cc3ce4ff8901ba2",
"body": "* combine conns into single slice\n\n* reuse logic in connect function\n\nCo-authored-by: Copilot <copilot@github.com>\n\n* correct comment\n\n---------\n\nCo-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "cleanup connect function and combine connection slices (#94)",
"author_name": "Joel Wetzell",
"author_login": "jwetzell",
"committed_at": "2026-04-24T12:21:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a46e40580c0b41c90688f35632fe55abd1f6defd",
"body": "Co-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "add basic support for connect and send for UDP sockfd's (#93)",
"author_name": "Joel Wetzell",
"author_login": "jwetzell",
"committed_at": "2026-04-23T22:38:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "34bbaa6eb421cc824d440fc424afc64342b223ab",
"body": "I noticed some warning around Node v20 usage from the old version\nso I bumped to the currently latest one (v7 moved to Node v24).\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "chore: bump upload-artifact action version (#91)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-04-20T13:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "363bec67930d687ca9778913ed6f63daa81d7531",
"body": null,
"is_bot": false,
"headline": "fixes for CI (#90)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-17T18:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0ffcf0ade6041a0780876bcfdd948423218a1a",
"body": null,
"is_bot": false,
"headline": "add extra info to README",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-17T18:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0207953036f638859dd1b7d4e30e4b06e8d8d13",
"body": null,
"is_bot": false,
"headline": "add gvisor-mwe and add binary sizes to README",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-17T18:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87761f77764e2eecb77278b4dfee2382a93250a",
"body": "Signed-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "chore: bump minimum Go version to 1.24 (#85)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-04-16T20:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d436c1d8634d376db3e319706523658a91ba3df",
"body": "- Rename go.yml to ci.yaml\n- Pin all actions to full commit SHAs (checkout v6.0.2, setup-go v6.4.0,\n codecov v6.0.0, setup-tinygo v2.0.1, github-action-benchmark v1.22.0)\n- Add dedicated benchmark job with regression detection via\n benchmark-action/github-action-benchmark (120% alert threshold)\n- Set workflow-level permissions: read-all with per-job write grants\n\nSigned-off-by: Marvin Drees <marvin.drees@9elements.com>",
"is_bot": false,
"headline": "ci: replace go.yml with comprehensive ci.yaml (#84)",
"author_name": "Marvin Drees",
"author_login": "MDr164",
"committed_at": "2026-04-16T16:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c2c3de36a2afdcd201a0727ef7825f3becb02e",
"body": "* huge Stack backoff rework\n\n* lneto bump: huge Stack backoff rework",
"is_bot": false,
"headline": "Stack backoff rework (#83)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-15T00:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a812a8d7e572a30691662d6a3fdc4b4f39ad98",
"body": "* start working on tracking down tcp buffer bug\n\n* mtu refactor\n\n* modularize test\n\n* more precise testing\n\n* tests fail, but is it the failure we are looking for?\n\n* fix typo in espradio link (#76)\n\n* implement a new backoff abstraction (#75)\n\n* rewrite backoff api\n\n* rewrite tcp.Conn.Write\n\n* keep fixing small things\n\n* much better Conn.Read implementation\n\n* fix critical overflow bug in internal.ConnRWBackoff\n\n---------\n\nCo-authored-by: Joel Wetzell <jwetzell@yahoo.com>",
"is_bot": false,
"headline": "Tcp buffer bug fix (#79)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-14T22:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bde7a997908ea96e5f1c351b33531a09540fbef",
"body": null,
"is_bot": false,
"headline": "implement a new backoff abstraction (#75)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-14T19:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191b8ee4cc375da046e07e5327b9f62f8390fb0c",
"body": null,
"is_bot": false,
"headline": "fix typo in espradio link (#76)",
"author_name": "Joel Wetzell",
"author_login": "jwetzell",
"committed_at": "2026-04-13T20:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4da57335e7a03068f4760c24c2421b340ebc8f",
"body": null,
"is_bot": false,
"headline": "abort on ControlBlock return net.ErrClosed in challenge ack case",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-11T23:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f2fe66b934de05b8a0055ce6a19d3b2f96e5c5",
"body": null,
"is_bot": false,
"headline": "fix tinygo build; add tinygo test to test pipeline if available",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-11T22:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54bc52d9d8a93fd1f4829b6e9ffd1b04e59f21e0",
"body": "* remove old fuzz corpus and stick to using PCG for seeding fuzz test\n\n* polish up drain logic and reduce action search space\n\n* improve fuzzing debug prints\n\n* more fuzz fixes also formatter capture printer fixes\n\n* refactor StackSeeded test\n\n* fix challenge ack infinite packet bug\n\n* more expressive challenge satisfy\n\n* remove printing",
"is_bot": false,
"headline": "Fuzz fixes (#73)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-11T21:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a1aec593d0ff4de4efc0dfe85c01bf17b61e80",
"body": "* begin adding better fuzz test\n\n* finish adding working fuzzer\n\n* implement mutateipv4\n\n* fuzzer finds a panic in ICMP client on receive empty payload\n\n* rename fuzz tests to reflect fuzz methodology",
"is_bot": false,
"headline": "Add fuzz tests, rename fuzz tests and fix panic found by fuzzing (#72)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-11T14:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68461b4416a9f859d6073308037cf768c7ec88e8",
"body": null,
"is_bot": false,
"headline": "arp fixes for #70 (#71)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-11T14:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68907ef8983aaf394293ffb60649436adb359fdf",
"body": null,
"is_bot": false,
"headline": "up hardcoded number of IP protocols to 3 (ICMP,TCP,UDP)",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-10T22:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41dffbb074bab6314189396e2ae6281bbc4e9f91",
"body": null,
"is_bot": false,
"headline": "README update",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-10T19:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880727249468da608d698788358098f0ba7a3adb",
"body": null,
"is_bot": false,
"headline": "documentation improvements to internal/slices.go and README",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-10T15:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0382410f0286f390c2740f491b2bf7cc668c69a0",
"body": "* begin adding udp conn\n\n* udp tests passing\n\n* bugfixes for udp Send,Abort,Encapsulate methods\n\n* document UDP methods",
"is_bot": false,
"headline": "begin adding udp conn (#69)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-10T03:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568ef2854f83e1622ce1f700c8b5bf30d5ac50b7",
"body": "…ir valid space",
"is_bot": false,
"headline": "refactor max tcp port config values to uint16 to better represent the…",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-09T23:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548d96da95e0472ca9d863c65ed6386a07f1f438",
"body": null,
"is_bot": false,
"headline": "notify if icmp cannot be used due to bad StackConfig",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-09T15:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8813ccef8223ab47c349d1578652e440a15a0b23",
"body": "* various icmp fixes\n\n* improve existing tests",
"is_bot": false,
"headline": "ICMP tests and various fixes (#68)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-09T15:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e4c59ae7a7cf4cb78e83ab10b3eb13e3664688",
"body": "* try to include tinygo into CI\n\n* fix tinygo issues",
"is_bot": false,
"headline": "include tinygo into CI (#67)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-09T13:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f7870fe5587740566342923f23cbfee268405d",
"body": "* add handler.encapsulateNode\n\n* implement round robin handler approach\n\n* simplify round robin implementation\n\n* leave TODO\n\n* internet.node touch up\n\n* fix conflict resolve f-up\n\n* replace certain ErrShortBuffer with ErrTruncatedFrame error",
"is_bot": false,
"headline": "Add round-robin implementation (#66)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-09T12:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec44889896e5cd6a79a7b39611c9ab2c6fc8b694",
"body": "* begin adding icmp client\n\n* rely on anon structs\n\n* add tests\n\n* tests passing\n\n* icmp fleshed out\n\n* rework icmp to include ip addr\n\n* rename StackAsync.Demux/Encapsulate to RecvEthernet and SendEthernet\n\n* remove legacy unreachable TCP tests\n\n* remove uses of deprecated internet.StackNode in preference of lneto.StackNode\n\n* documentation\n\n* rename methods to signal no I/O happening",
"is_bot": false,
"headline": "Add ICMPv4 and lneto.StackNode and deprecate internet.StackNode (#65)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-04-09T12:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c7e6c9d80b39ef21d24eb41cf7c40f6b6cb278",
"body": "* fix: StackBerkeley Bind/Listen/Connect and StackGo dial support\n\n- Bind now stores the bound address; Listen and Connect forward it to\n the gostack so the local port reaches SocketNetip.\n- Fix StackGo.Socket parsing laddr/raddr instead of zero-value locals.\n- Fix inverted isvalid() checks in Stac\n[…]\nram <ron@hybridgroup.com>\n\n* use already existing poolconfig for new tcp config\n\n---------\n\nSigned-off-by: deadprogram <ron@hybridgroup.com>\nCo-authored-by: Patricio Whittingslow <graded.sp@gmail.com>",
"is_bot": false,
"headline": "fix: StackBerkeley Bind/Listen/Connect and StackGo dial support (#64)",
"author_name": "Ron Evans",
"author_login": "deadprogram",
"committed_at": "2026-03-31T22:04:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22f29fdfb1f86822bd8d9d8b78ff37edebd07fe1",
"body": "* switcheroo: StackBerkeley now StackGo and added proper berkeley interface as StackBerkeley\n\n* minor nits\n\n* remove host name resolution\n\n* further improve API and documentation\n\n* xnet/stack: fix a few small errors in logic\n\nSigned-off-by: deadprogram <ron@hybridgroup.com>\n\n* add mutex and small f\n[…]\n* fix: correct checking for integer max\n\nSigned-off-by: deadprogram <ron@hybridgroup.com>\n\n---------\n\nSigned-off-by: deadprogram <ron@hybridgroup.com>\nCo-authored-by: deadprogram <ron@hybridgroup.com>",
"is_bot": false,
"headline": "Add proper berkeley interface as StackBerkeley (#63)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-31T17:03:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33f492557afb22a7cde6d16dc40efe29ed09691a",
"body": null,
"is_bot": false,
"headline": "mdns+xnet: add test that replicates issue in cyw43439",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-26T20:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06a4fa99b8d40cb54239535a2414d4b89f47ebc",
"body": null,
"is_bot": false,
"headline": "mdns: add test that replicates issue in cyw43439",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-26T18:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b2647a5e0e9907c4b5ccada71f6219c3660301",
"body": "* tcp: remove retransmit logic entirely; add duplicate ack counting to ControlBlock\n\n* retransmit implemented in nice simple straightforward way\n\n* narrow down retransmission cases\n\n* remove old timing tests\n\n* add ControlBlock retransmit test\n\n* add failing handler test\n\n* reworking payload length \n[…]\nzz test for control block\n\n* bugfix: be more strict in what is considered dupack\n\n* add IncomingIsDupACK docs\n\n* limit queue of retransmits\n\n* protect retransmit overflow from incorrectly updating nxt",
"is_bot": false,
"headline": "tcp: retransmit logic rollback (#61)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-26T14:48:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "abb114fc31fd391ad4e2cdad10047789c3dd764a",
"body": null,
"is_bot": false,
"headline": "add berkeley minimal working example of lneto",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-25T22:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08aab7c0a0cca63209bcc2b617c63b844348897",
"body": "* begin reworking berkeley stack and add example\n\n* thread mock client logic\n\n* fix mock stack in example not encapsulating when data available",
"is_bot": false,
"headline": "Berkeley rework (#62)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-25T21:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faae7ab07671bf0ca8617d41962278d286ef9bdc",
"body": "* fix for #58\n\n* add fixes for both retransmit and fuzz failure found\n\n* fix infinite challenge ack due to RST+SYN+FIN corrupt packet in SYNRCV state\n\n* fuzz: previous recovery ack path led to infinite transmit\n\n* fuzz: calculate CRCs when fuzzing to reduce search space to non-CRC error cases\n\n* add local fuzz corpus to tests\n\n* add more cases to fuzz corpus",
"is_bot": false,
"headline": "TCP retransmission fixes and fuzz failure fixes (#59)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-20T13:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "493446244feb11e6fd7867f455c8dad08ea6a46a",
"body": null,
"is_bot": false,
"headline": "mdns: avoid dropping large answers that could not be decoded completely",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-17T19:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cdb0a83fd7bcbd87833417301430a708f6288c3",
"body": null,
"is_bot": false,
"headline": "fix spurious endless mdns response",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-16T18:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd645b5e1e002221733070d44e2c961299602775",
"body": "* add mdns\n\n* define mdns.Client\n\n* fix some mdns stuff\n\n* refine dns package for use with mdns\n\n* remove Querier and Responder and replace with Client\n\n* add record setting methods on dns.record to reuse record buffer\n\n* protect against unbounded client answer growth\n\n* round off sharp mdns edges; reduce allocs\n\n* add mutlicast to stacks; add xnet tests for mdns\n\n* fix documentation on acceptmulticast field\n\n* mdns working",
"is_bot": false,
"headline": "Add mdns package and Client implementation (#55)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-16T18:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376e1a0b4fa02116d16137489a7e89724de53610",
"body": "* work on tracking more heap allocations down\n\n* write own heapless IP AppendFormatAddr functions\n\n* remove potential Error method allocations\n\n* more logging",
"is_bot": false,
"headline": "Further reduce heap allocs (#56)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-14T23:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2e756628116426e8b163de7647c69d362beaf3",
"body": "* claude: add http tests+bugfix for parsing first line; incomplete line handling; detect Connection:close\n\n* add more http tests",
"is_bot": false,
"headline": "HTTP bugfixes and tests + LLM Policy (#54)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-14T23:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b06cb1237071a0c22f86821db5aaa6135996e98",
"body": null,
"is_bot": false,
"headline": "claude: add tests for tcp and ntp to consolidate functionality",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-08T22:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97acaa2cb3ea572747f868ccc284b2306fb766b1",
"body": null,
"is_bot": false,
"headline": "fix coverage not showing inter-package coverage and add race flag",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-08T22:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "270b8df043e5c55ac0fba5c1cdddb7485698d6bb",
"body": "* implement basic retransmit queue reset method\n\n* tcp: rto reset on new ack; accept ack after retransmit bugfix",
"is_bot": false,
"headline": "Implement basic retransmit queue reset method (#52)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-05T20:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06bd6b28ddd4b88aab931cc7f8096b20ead2be7d",
"body": null,
"is_bot": false,
"headline": "finwait1 partial ack stays in finwait1",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-04T16:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c4fa53c6e96be5562c5835c47b0ac0202add3f",
"body": "* tcp: bugfix for seq not in snd/rcv.wnd error\n\n* accept dupe ACKs for window updates and prevent decrement of UNA\n\n* add fixes for incorrect tcp functioning\n\n* remove Conn.Available* methods in favor of Conn.Free* methods due to ambiguous name",
"is_bot": false,
"headline": "tcp: bugfix for seq not in snd/rcv.wnd error (#49)",
"author_name": "Pat Whittingslow",
"author_login": "soypat",
"committed_at": "2026-03-04T15:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b4e71c2ae99793450505d90a1cafd3c0758b72",
"body": "…K though",
"is_bot": false,
"headline": "gofmt: ran gofmt because noticed weird diffs in last commit, seemed O…",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-02-28T20:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6e7801d8c5c8864ca020292978afdc6b4c880e7",
"body": "…logs",
"is_bot": false,
"headline": "heap: remove heap alloc in pcap of HTTP content type; more debugging …",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-02-28T20:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f7635b2166b6cab3cdf1b5f8c9a7cf305101dfe",
"body": null,
"is_bot": false,
"headline": "debug: add free memory printing",
"author_name": "Patricio Whittingslow",
"author_login": "soypat",
"committed_at": "2026-02-28T19:37:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 218,
"latest_release_at": "2026-07-17T15:03:52Z",
"latest_release_tag": "v0.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 39,
"days_since_latest_release": 4,
"mean_days_between_releases": 46
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/soypat/lneto",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/soypat/lneto",
"is_deprecated": false,
"latest_version": "v0.2.1",
"repository_url": "https://github.com/soypat/lneto",
"versions_count": 3,
"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:03:28Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 11,
"stars": 162,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-02-01",
"count": 2
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": {
"days": [
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-08-28",
"count": 2
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-12-11",
"count": 2
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-13",
"count": 2
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-12",
"count": 2
},
{
"date": "2026-01-13",
"count": 2
},
{
"date": "2026-01-14",
"count": 2
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-01",
"count": 34
},
{
"date": "2026-02-02",
"count": 18
},
{
"date": "2026-02-03",
"count": 4
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-13",
"count": 2
},
{
"date": "2026-02-14",
"count": 2
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-26",
"count": 3
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-01",
"count": 2
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-13",
"count": 2
},
{
"date": "2026-04-16",
"count": 2
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-27",
"count": 2
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-15",
"count": 2
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-16",
"count": 2
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-07-10",
"count": 2
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 162,
"total_stars": 162
},
"open_issues_and_prs": 17
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"examples/_import_examples/espradio-netdev/go.mod",
"examples/_import_examples/gvisor-mwe/go.mod",
"examples/_import_examples/picow-netdev/go.mod",
"go.mod"
],
"largest_source_bytes": 50168,
"source_files_sampled": 204,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.26.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "../../../.",
"direct": false,
"version": "0.1.1-0.20260425023453-aa77403a2b32",
"ecosystem": "go"
},
{
"name": "../../../../espradio",
"direct": false,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/google/btree",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/soypat/seqs",
"direct": false,
"version": "v0.0.0-20250124201400-0d65bc7c1710",
"ecosystem": "go"
},
{
"name": "github.com/tinygo-org/pio",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/usbarmory/go-net",
"direct": false,
"version": "v0.0.0-20260416163630-1078311e0956",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20240808152545-0cdaa3abc0fa",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "gvisor.dev/gvisor",
"direct": false,
"version": "v0.0.0-20250911055229-61a46406f068",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 0,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 105,
"open_issues": 8,
"closed_ratio": 0.778,
"closed_issues": 28,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "soypat",
"commits": 302,
"avatar_url": "https://avatars.githubusercontent.com/u/26156425?v=4"
},
{
"type": "User",
"login": "MDr164",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/54026123?v=4"
},
{
"type": "User",
"login": "ddirect",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/62487612?v=4"
},
{
"type": "User",
"login": "jwetzell",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/18341515?v=4"
},
{
"type": "User",
"login": "egonelbre",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/192964?v=4"
},
{
"type": "User",
"login": "deadprogram",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5520?v=4"
},
{
"type": "User",
"login": "TuteMthCD",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/43007973?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.899
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"bench-comment.yaml",
"ci.yaml"
],
"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": 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": "25 out of 25 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": 5,
"reason": "Found 15/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 19 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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1bbfd5eac301c3e48002fc7b2d9d5ea4d63993b9",
"ran_at": "2026-07-22T08:11:23Z",
"aggregate_score": 6.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T22:24:51Z",
"oldest_open_prs": [
{
"number": 95,
"created_at": "2026-04-24T01:20:55Z",
"last_comment_at": "2026-06-08T17:09:10Z",
"last_comment_author": "soypat"
},
{
"number": 115,
"created_at": "2026-06-08T12:17:45Z",
"last_comment_at": "2026-06-30T11:24:00Z",
"last_comment_author": "MDr164"
},
{
"number": 132,
"created_at": "2026-06-20T21:21:37Z",
"last_comment_at": "2026-06-23T13:27:42Z",
"last_comment_author": "soypat"
},
{
"number": 155,
"created_at": "2026-07-10T17:30:32Z",
"last_comment_at": "2026-07-21T22:10:16Z",
"last_comment_author": "MDr164"
},
{
"number": 163,
"created_at": "2026-07-21T10:46:06Z",
"last_comment_at": "2026-07-21T10:48:56Z",
"last_comment_author": "github-actions"
},
{
"number": 164,
"created_at": "2026-07-21T10:48:07Z",
"last_comment_at": "2026-07-21T10:50:55Z",
"last_comment_author": "github-actions"
},
{
"number": 165,
"created_at": "2026-07-21T12:39:25Z",
"last_comment_at": "2026-07-21T12:42:16Z",
"last_comment_author": "github-actions"
},
{
"number": 166,
"created_at": "2026-07-21T12:40:30Z",
"last_comment_at": "2026-07-21T12:43:15Z",
"last_comment_author": "github-actions"
},
{
"number": 167,
"created_at": "2026-07-21T12:41:26Z",
"last_comment_at": "2026-07-21T12:49:28Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-21T19:14:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 60,
"created_at": "2026-03-20T13:38:09Z",
"last_comment_at": "2026-03-29T13:36:25Z",
"last_comment_author": "soypat"
},
{
"number": 99,
"created_at": "2026-04-24T18:54:17Z",
"last_comment_at": "2026-06-18T16:18:53Z",
"last_comment_author": "MDr164"
},
{
"number": 121,
"created_at": "2026-06-12T12:21:03Z",
"last_comment_at": "2026-07-10T22:02:40Z",
"last_comment_author": "MDr164"
},
{
"number": 138,
"created_at": "2026-06-24T16:09:34Z",
"last_comment_at": "2026-06-25T09:39:00Z",
"last_comment_author": "MDr164"
},
{
"number": 140,
"created_at": "2026-06-24T23:47:26Z",
"last_comment_at": "2026-06-25T09:35:07Z",
"last_comment_author": "MDr164"
},
{
"number": 144,
"created_at": "2026-06-27T12:57:34Z",
"last_comment_at": "2026-06-28T11:25:19Z",
"last_comment_author": "MDr164"
},
{
"number": 154,
"created_at": "2026-07-09T17:07:18Z",
"last_comment_at": "2026-07-14T22:57:19Z",
"last_comment_author": "soypat"
},
{
"number": 158,
"created_at": "2026-07-16T14:55:08Z",
"last_comment_at": "2026-07-18T15:12:27Z",
"last_comment_author": "soypat"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/soypat/lneto",
"host": "github.com",
"name": "lneto",
"owner": "soypat"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 73,
"vitality": 91,
"community": 48,
"governance": 64,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 91,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"commits_last_year": 218,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 39
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "39/52 weeks with commits",
"points": 27,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 39
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "218 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 218
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 92,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.2.1",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 46
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~46 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 46
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 11,
"stars": 162,
"watchers": 5,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "162 stars",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 162
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.899
},
"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 90% of commits",
"points": 2.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 105,
"open_issues": 8,
"closed_issues": 28,
"issue_closed_ratio": 0.778,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "105/116 decided PRs merged",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 105,
"decided": 116
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/30 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 66,
"inputs": {
"followers": 282,
"owner_type": "User",
"is_verified": null,
"owner_login": "soypat",
"public_repos": 177,
"account_age_days": 3428
},
"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": "282 followers of soypat",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 282,
"login": "soypat"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "177 public repos, account ~9 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 177
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/soypat/lneto"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"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": "25 out of 25 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": 65,
"inputs": {
"topics": [
"dhcp",
"dns",
"ethernet",
"http",
"ip",
"net",
"networking",
"ntp",
"tcp",
"udp",
"userspace-networking",
"embedded-systems",
"heapless",
"operating-systems",
"tinygo"
],
"has_wiki": false,
"homepage": "https://www.patreon.com/soypat",
"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": "https://www.patreon.com/soypat",
"points": 15,
"status": "met",
"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": "15 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 15
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 73,
"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": 66,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "25 out of 25 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 15/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 19 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 10 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 10,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 61,
"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.76,
"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": "76 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 76,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 70,
"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.02,
"toolchain_manifests": [
"examples/_import_examples/espradio-netdev/go.mod",
"examples/_import_examples/gvisor-mwe/go.mod",
"examples/_import_examples/picow-netdev/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/_import_examples/espradio-netdev/go.mod, examples/_import_examples/gvisor-mwe/go.mod, examples/_import_examples/picow-netdev/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "examples/_import_examples/espradio-netdev/go.mod, examples/_import_examples/gvisor-mwe/go.mod, examples/_import_examples/picow-netdev/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": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 50168,
"source_files_sampled": 204,
"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/204 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 204,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T08:11:44.369508Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/soypat/lneto.svg",
"full_name": "soypat/lneto",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}