Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"framework",
"go",
"golang",
"high-performance",
"radix",
"router",
"systems-engineering",
"web"
],
"is_fork": false,
"size_kb": 480,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 273021,
"Shell": 2903
},
"pushed_at": "2026-06-28T08:40:05Z",
"created_at": "2020-07-11T21:21:13Z",
"owner_type": "User",
"updated_at": "2026-06-28T08:40:09Z",
"description": "Nanite: An efficient Radix-based HTTP router for Go, designed for speed and scalability, with built-in middleware and WebSocket support.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "libravdb.com",
"name": "Gentry",
"type": "User",
"login": "xDarkicex",
"company": "Independent systems practice",
"location": "California",
"followers": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/8846934?v=4",
"created_at": "2014-09-21T00:57:56Z",
"is_verified": null,
"public_repos": 161,
"account_age_days": 4327
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2026-06-28T08:40:04Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-06-28T08:38:43Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-06-28T07:42:00Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-06-28T07:39:38Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-06-26T09:22:14Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-02-25T09:23:13Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-02-24T09:40:37Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-03-15T07:17:46Z"
}
],
"recent_commits": [
{
"oid": "4a3045a31e5c7eb2b487e7ce5166784a03542d3d",
"body": null,
"is_bot": false,
"headline": "quic: add HTTP1Addr, Addr, ServeH1 accessors",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-06-28T08:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c95f807c95ba20f5481f7529d1cd4b975006b8",
"body": "ServeH1 accepts a net.Listener so callers can intercept connections\nbefore TLS — e.g., rate limiting via sparse bitset pre-handshake.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "quic: add ServeH1 for pre-created listener injection",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-06-28T08:38:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "17f8bd03883c30a90828fa41faff7c54df950a52",
"body": "The TLS config from LoadTLSConfig only sets h3 in NextProtos for QUIC.\nThe H1 TCP path needs http/1.1 and h2 for standard TLS ALPN negotiation.\nClone the TLS config and swap the protocols for the H1 server.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "quic: fix H1 TLS ALPN — advertise h2 and http/1.1 instead of h3",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-06-28T07:42:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a806894a6f8fea32bf50cb4bc77ba645f2f21102",
"body": "When TLSConfig or CertFile/KeyFile is configured, the HTTP/1.1 server\nnow serves HTTPS instead of plain HTTP. The h3 QUIC path already had\nTLS — this brings the h1 fallback to parity.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "quic: add TLS support to HTTP/1.1 fallback path in dual-stack mode",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-06-28T07:39:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3c5c4894bf73970d069b36a7d47e01c172263bd0",
"body": "- Implemented ultra-high performance SSE submodule using xDarkicex/memory off-heap arena.\n- Centralized O(1) Hub and Timing Wheel for keep-alive connection management.\n- Proxy TTFB breakout flush.\n- Added comprehensive unit tests and concurrent multiplexed benchmarks.\n- Updated README with installation instructions and benchmark results.",
"is_bot": false,
"headline": "feat: Add zero-allocation SSE submodule",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-06-26T09:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4392715f9cfdae0642f231ffe3f8dcf495d275",
"body": null,
"is_bot": false,
"headline": "edge middleware error fixed",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-25T09:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8cc2c733857fc88e9ea274aeb7a96e6c9ce683",
"body": null,
"is_bot": false,
"headline": "usage guide",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-24T11:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6481efe4ad6486a9b192ffaec24cbeebbc69ab6f",
"body": "…e() method on new *Route struct this is so we can have cleaaner r.Get().Name() removed r.NamedGet()",
"is_bot": false,
"headline": "built usage guide, fixed some minor usage case issues, and added .Nam…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-24T09:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ae4344113c144308f6bde9b37f5a5ef0d4d742",
"body": null,
"is_bot": false,
"headline": "fix collision on edge case for google method",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-21T04:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdbdc6bc6c457fbac8acf1d5d96141a093c9b2b5",
"body": null,
"is_bot": false,
"headline": "add support for google custom method :param:method",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-21T00:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545a65d629e7c8fa64a528ecb59c02819cc64380",
"body": null,
"is_bot": false,
"headline": "adding middleware support",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T22:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb0b56ebf87ad973c5b82c724a1c333ba142ff6",
"body": "…tx.CleanupPooledResources() in wrapper cleanup).\n\nCore now remains the single owner of context pooled-resource cleanup lifecycle.",
"is_bot": false,
"headline": "Removed websocket-side duplicate cleanup from websocket.go (deleted c…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2471589ebdb8878970603f48d1933dc4f2e841",
"body": "…g defaults:\n\nupgraderCopy := *upgrader\nupgrader = &upgraderCopy\nSo defaults (ReadBufferSize, WriteBufferSize, CheckOrigin) are applied to the copy, not the caller’s shared object.",
"is_bot": false,
"headline": "RegisterWithConfig now clones caller-provided upgrader before applyin…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7364b5ac1735bbdbfa1c03e14bf1c4fa0f1671e4",
"body": "NewConfig(opts ...Option) Config\nRegisterWithOptions(r *nanite.Router, path string, handler Handler, opts ...Option) *nanite.Router",
"is_bot": false,
"headline": "In websocket.go:",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7874cb650d2f22dd7c2ece7822c275f731971105",
"body": "conn.WriteControl(websocket.PingMessage, nil, deadline)\ninstead of conn.WriteMessage(websocket.PingMessage, nil)",
"is_bot": false,
"headline": "In websocket.go, ping loop now uses:",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f86f40a7f929ddc25ea940f3ee7c97ed61c3d01f",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db617535b58136de96dfb27aa9f5d606bfa110f3",
"body": "…equest.\n\nDual-stack startup/shutdown test (HTTP1 + HTTP/3).\nError path: port already in use.\nError path: bad cert/key content.\nObservability event assertions (started/stopped).",
"is_bot": false,
"headline": "HTTP/3 integration test with generated self-signed cert and real H3 r…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec90bc6a3b6fcec33e1ad88e4f9f8d7c3a72aa15",
"body": "HTTP1ReadHeaderTimeout, HTTP1MaxHeaderBytes, HTTP1DisableKeepAlives for HTTP/1.1 tuning\nQUICConfig *quic.Config to passthrough advanced settings to github.com/quic-go/quic-go\nWiring details:\nOptions are applied to the internal http.Server during New(...)\nKeep-alives are respectfully disabled in Star\n[…]\nKeepAlives is set\nQUICConfig flows straight through to http3.Server.QUICConfig for full flexibility\nDefaults updated in DefaultConfig():\nHTTP1ReadHeaderTimeout: 5s\nHTTP1MaxHeaderBytes: 1 << 20 (1 MiB)",
"is_bot": false,
"headline": "What's new in quic.Config:",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:29:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d37c38ba1ab988f3439033d5604ab3443b6cbed",
"body": "…d helper functions.\n\nChanges:\nAdded ValidateTLSFiles and LoadTLSConfig helpers (enforces TLS 1.3 min + h3).\nquic.Config now accepts an optional prebuilt *tls.Config.\nStartHTTP3 intelligently handles both prebuilt configs and file paths.\nStartDualAndServe now delegates to StartHTTP3 for consistent behavior.\nNew tests cover validation errors and config loading with self-signed certs.",
"is_bot": false,
"headline": "Makes TLS setup smoother and safer by introducing early validation an…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ecc0ec8f2beaa4cd4e0335b4992598f989db5f",
"body": "ShutdownGraceful(timeout) convenience:\nquic.go\nDual-stack serve with error fan-in:\nStartDualAndServe() now starts H1 + H3, returns first non-shutdown error, and triggers graceful shutdown.\nStartDual() kept as compatibility alias to StartDualAndServe().\nAlt-Svc middleware helpers:\naltsvc.go\nAltSvcConfig, DefaultAltSvcConfig, AltSvcMiddleware (net/http), AltSvcHeaderValue*\nAltSvcNaniteMiddleware in router_helpers.go",
"is_bot": false,
"headline": "Added",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ed9e0f4fa3a089ef6ff34f5b3f617f765823c5",
"body": null,
"is_bot": false,
"headline": "setting up quic scaffolding",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa41f8fd82a0d1c5e8a6613f0beea1b670215397",
"body": null,
"is_bot": false,
"headline": "doc updating",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51db47c05aadf71b3735f65c8949f921db26560",
"body": null,
"is_bot": false,
"headline": "doc updating",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7b5ec144f9b897c8ab046655a9e9393e70f3af",
"body": null,
"is_bot": false,
"headline": "doc updating websocket decoupling",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T21:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac31e32577cd25a017e988cae0487829575916e",
"body": "nanite param 176899.02 572.00us 13.92ms 0\nRUN 2\nnanite static 182905.23 563.00us 13.44ms 0\nnanite param 180134.59 552.00us 14.33ms 0\nRUN 3\nnanite static 182498.39 576.00us 13.53ms 0\nnanite param 176642.82 590.00us 15.28ms 0",
"is_bot": false,
"headline": "nanite static 180396.18 568.00us 13.38ms 0",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T09:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98920f017bc1b7e5145d8cec207a9786294fe17a",
"body": null,
"is_bot": false,
"headline": "pushing allocations down",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T05:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "405bcd35ad91caf7f41b1ecf29b2e18892e2277a",
"body": "O(1) child lookup by first byte (array index)\nCache-friendly - contiguous memory for children\nNo map overhead - no hash computation, no bucket chaining",
"is_bot": false,
"headline": "Zero allocations during route lookup",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T04:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f84f869b591f782df04dc47f85ea928fa7c9497",
"body": "…xist",
"is_bot": false,
"headline": "Wildcard is now truly a \"last resort\" only when no parameter routes e…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T04:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6049efe7e9bd956132efe8c6e2dc76354381361",
"body": "…hing",
"is_bot": false,
"headline": "Now checks for / during the existing char-by-char loop:, in path matc…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T04:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bd82ea9485d316e736b47e83b7cee291141c84",
"body": "… clause for unsupported content types",
"is_bot": false,
"headline": "Changed the second if to else if for JSON handling, and added an else…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T04:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8a7c338905e89a9b8b5e8ccb20cc844cd7d1b4",
"body": "Local part: letters, numbers, dots, underscores, percent, plus, hyphen\n@ symbol\nDomain: letters, numbers, dots, hyphens\nTLD: at least 2 letters",
"is_bot": false,
"headline": "Now validates:",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T04:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c587ad57e398345f6d790945b29437c19f7a58",
"body": "… the handler is never called.",
"is_bot": false,
"headline": " The validation now runs before the handler, and if validation fails,…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T04:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6794974e4ba861e0092c1e7f88c6dc4fdbcd2b31",
"body": null,
"is_bot": false,
"headline": "fixed security issue in websocket accept all connections",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-02-20T03:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5447985d7ada941f7be1d650be92e1710731a20e",
"body": null,
"is_bot": false,
"headline": "advanced testing of nanite framework attention to middleware",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2026-01-28T09:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "879fde03372cb261e54eb460f5c08bf80892adde",
"body": "…fix trace assertions, add RouterGroup, resolve syntax",
"is_bot": false,
"headline": "Fix middleware chaining tests: export Pool/FindHandlerAndMiddleware, …",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-09-24T19:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5c0804ffee1319028eac4cf94ee04937a1f9cb0",
"body": null,
"is_bot": false,
"headline": "fixed params error",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-19T01:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b864c67f51702224ca91fc414b411cb3906029f5",
"body": null,
"is_bot": false,
"headline": "updating documentation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-18T20:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76a01e0f3fd18a2ea9854acc67b543067abebc34",
"body": null,
"is_bot": false,
"headline": "updating documentation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-18T20:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b31561317e690b4c41b14364060522cb6a38733",
"body": null,
"is_bot": false,
"headline": "update config documentation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-18T20:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1facc495f5e07be495dc80bc98d4f98017119e1",
"body": null,
"is_bot": false,
"headline": "adding documentation to nanite",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-18T19:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3af89c1c11f8fe026f3270df3d68a3a99cabb02",
"body": null,
"is_bot": false,
"headline": "organized",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-18T09:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc690909864aa130167e8e63383aa3a6578448c8",
"body": null,
"is_bot": false,
"headline": "changed back to closure style for middleware execution",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-18T08:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3335c05569a543c560788adc7eb66a0d7eec3b",
"body": null,
"is_bot": false,
"headline": "add a helper func for list all registered routers great for debugging",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T07:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0e236c5f1b8caa06eb248840c85512927366be",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T07:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c58665e7450e1b715909ebaa2066b38de3a9071",
"body": null,
"is_bot": false,
"headline": "add jsonparsemiddleware",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T07:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592bb46e6c94a327ea0abf4b7fbb583137661283",
"body": null,
"is_bot": false,
"headline": "inline critical funcs",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T05:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41559a34a0a76d2021dbbe070fe7e6f37318eef",
"body": null,
"is_bot": false,
"headline": "added io.TeeReader to validationMiddleware",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T05:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6519c2f2fa2dccc6de110ad8c9f3d7272bb106de",
"body": "…owed that 5 was to short",
"is_bot": false,
"headline": "slice on param inside of context changed to 10 after initial tests sh…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T04:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b4a02c05c296789323b2fbfba3ae6bd41f9d45",
"body": null,
"is_bot": false,
"headline": "removed old close func",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T04:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee6ef2fd76f9b3dfa98c2eddd957e69deb09f361",
"body": null,
"is_bot": false,
"headline": "fix bufferResponseWriter",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T04:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f23cf9c13f0a9b14141d4711e3ccdd6ea28261b",
"body": null,
"is_bot": false,
"headline": "readded the bufferedResponseWriter Close() func",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T04:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99d4a3ac74f14a6e57fc1ec1e5c0bc00de0c6de",
"body": null,
"is_bot": false,
"headline": "added addaptive buffers to bufferedResponseWriter",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T03:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb5dcff7c4633e4e19fd2553139c56850ffee47",
"body": null,
"is_bot": false,
"headline": "fixing lru",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T02:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828183b20ee1a783d82b76401cae8f8c6fd7a7b2",
"body": null,
"is_bot": false,
"headline": "updating and documenting serveHTTP func",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T02:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c55ae5b4e9d8e9b4c12117e7375f1ee6e7e0dd",
"body": null,
"is_bot": false,
"headline": "updated LRU implementation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-17T01:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6246430202e19ec17b1db2899f92f9be74ee991",
"body": null,
"is_bot": false,
"headline": "added LRU caching for routes",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T10:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ce37e573e77bd17e7ba3591743d559b15e37a0",
"body": null,
"is_bot": false,
"headline": "change middleware clone in servehttp to a one time use",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T08:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11060e14127425e891b0737687b5be70c4d7121e",
"body": null,
"is_bot": false,
"headline": "changing to lowercase package name",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T04:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c5d7ff620894a7a2e3a1f2915dad6d6e0a9f5c",
"body": null,
"is_bot": false,
"headline": "fixes to readme",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T04:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b63f80e2671f7679ceca688adc5e0cf0b209fa9",
"body": null,
"is_bot": false,
"headline": "radix updatings passed test files, updated readme",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T04:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce824206b888d5cd0255a2b32b35679661fec2a0",
"body": "…lds proper field name",
"is_bot": false,
"headline": "fix error field value in ValidateAllFields func now validationErrs ho…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T02:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007aa11a619a87a550578ddefbd4ad3b0b43d0e0",
"body": null,
"is_bot": false,
"headline": "change to preAllocated sync pool errors for validation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-16T01:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa2f0358fcff64c0555021f803fedbfd869d991",
"body": null,
"is_bot": false,
"headline": "addRoute optimization",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T09:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "956f23a95924300f97424920541dbbbdbf9a6752",
"body": null,
"is_bot": false,
"headline": "add commonly used strings to validation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T08:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b581f6ebdeb4ee05f91fc6dc2f9314f0aba6c6",
"body": null,
"is_bot": false,
"headline": "path parser",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T08:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa9d8670a9d3446f99cabad0fbf19a43aa65413",
"body": null,
"is_bot": false,
"headline": "adding zero-allocation path parser",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T08:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52fc12a3c598c3980972e48df94522d9609e4f77",
"body": null,
"is_bot": false,
"headline": "Release v0.1.0",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T07:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e3f62947562575e577b53621c816dcc7f7e297c",
"body": null,
"is_bot": false,
"headline": "http optimizations",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T07:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbe0ae8c1329a7c6330d707917f8e3d61dbeb95",
"body": null,
"is_bot": false,
"headline": "grouping feature",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T06:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea8fd8750209a4ffb538317e830e377d147b8b21",
"body": null,
"is_bot": false,
"headline": "change parsePath to byte parser",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T06:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f5257fc1453a66fa515b28e5ddbae366514ecd",
"body": null,
"is_bot": false,
"headline": "change parsePath",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T05:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd5f9bdac48f3f47374d4fb1ea82aee19e93648",
"body": null,
"is_bot": false,
"headline": "adding golang 1.21 features",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T05:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fec57beb77f037b87d06ea9d591043e415f435",
"body": null,
"is_bot": false,
"headline": "sync pool file organized and documented",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T05:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e7647770e3eb54b2f46f4c53d68aa7793ce9e0",
"body": null,
"is_bot": false,
"headline": "add doc",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T04:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f27572b8100bf827374f2bb44c77c5bcbb48b97d",
"body": null,
"is_bot": false,
"headline": "moves all sync pool functions and creations to sync pool file",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T04:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf90075038a6eae52a05121bb283631e9e2e57c2",
"body": null,
"is_bot": false,
"headline": "proper returning of lazyfield pool in clearLazyField func",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T04:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f53ab1686ce82951721a8e93850bf6d4c8d416",
"body": null,
"is_bot": false,
"headline": "sync pool work",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T04:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f275920231357a36cea5585f77889dc3ae04ca6",
"body": "…o being split by functionality fo rmantainability of code base",
"is_bot": false,
"headline": "still updating lazy loading, also breaking code from one large file t…",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T03:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692ae6f41b10d335c76a63063730fbc931f2a00d",
"body": null,
"is_bot": false,
"headline": "fix Error to Err in validationError linie 714",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T02:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ada9dfc8be9a7efd9ae47edba3c884ca490c264",
"body": null,
"is_bot": false,
"headline": "lazy validation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T02:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd6e4bb5aa6066399505252d61b2bcf11355ef6",
"body": null,
"is_bot": false,
"headline": "validation is now lazy loaded",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-15T01:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf12d3241bc62442ffe4b8ddaed779298d09e98",
"body": null,
"is_bot": false,
"headline": "wildcard path support, test files added, all tests passing",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T23:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cafa6928bb12a60ad861d0d7d0d73bf48ea2be7",
"body": null,
"is_bot": false,
"headline": "reduce memory allocations within context",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T01:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21070a0fb1e45737ed791b453da82ddb4ad44553",
"body": null,
"is_bot": false,
"headline": "start function should be returned to code base",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T01:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b03e61cb7f8beaf3ed774e1bc8508f1f824e953",
"body": null,
"is_bot": false,
"headline": "fix install message on readme",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T01:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d008b821b759d11d9f20b3a13118179e11c5c50",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T00:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f324e2f0c774b5b6834aa408ae2ba62233a9491",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T00:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9165eb8a0d1b7e0ba5c545d4136d8c5943a868a",
"body": null,
"is_bot": false,
"headline": "refactored with documentation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-14T00:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd2f0d68684e40c7747003317dcb8cfceb2a13af",
"body": null,
"is_bot": false,
"headline": "removed redundant json parsing in validation and bind function",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T23:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7703d003e2a3a4690c33ee97aa3300c89d951ea",
"body": null,
"is_bot": false,
"headline": "logger uage example",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T23:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d0cc2762b1e461f26c6abc4084519a793967f5",
"body": null,
"is_bot": false,
"headline": "just hit 178k handled request at t4 c100 a new record",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T23:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "901b5daf29f26d4232d65567c86f668ee339ab82",
"body": null,
"is_bot": false,
"headline": "adding more validation",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T22:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d36c5a1b35e7ea821f412d4f4285a215e8a48a4",
"body": null,
"is_bot": false,
"headline": "add websocket handler wrapper functionality",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T22:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b007f1e0782368d83c8fb8baf8fc2a435ae474b0",
"body": null,
"is_bot": false,
"headline": "unroll for lower param count in GetParams func",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T22:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1beac3d7142838c796219812a3dad7661b2ad90",
"body": null,
"is_bot": false,
"headline": "add tracking of headers and closing connections",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T22:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48baeed6a4fdbd213785c8ab441e2b59a23434f",
"body": null,
"is_bot": false,
"headline": "logging middleware",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T21:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "806fb2626a9fd849cb6ae000e76639fb63014cd6",
"body": null,
"is_bot": false,
"headline": "add buffer to sync pool for validation middleware",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T21:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401705494af5e9b9a3cec82180b2a9230b6acbef",
"body": null,
"is_bot": false,
"headline": "made pool value map start smaller",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T10:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27c3e05cc6410e11d680e25d1d5b3d5957a0a22",
"body": null,
"is_bot": false,
"headline": "adding a parsePath func to remove strings.Split",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T10:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33c94a57bb4e48c20ed4fecdb5d46e5ea46b86d6",
"body": null,
"is_bot": false,
"headline": "many changes, to how the enter router functions",
"author_name": "xDarkicex",
"author_login": "xDarkicex",
"committed_at": "2025-03-13T10:11:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 35,
"latest_release_at": "2026-06-28T08:40:04Z",
"latest_release_tag": "v0.5.6",
"releases_from_tags": true,
"days_since_last_push": 29,
"active_weeks_last_year": 5,
"days_since_latest_release": 29,
"mean_days_between_releases": 67.2
},
"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/xDarkicex/nanite",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/xDarkicex/nanite",
"is_deprecated": false,
"latest_version": "v0.5.6",
"repository_url": "https://github.com/xDarkicex/nanite",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-28T08:40:04Z",
"latest_version_yanked": null,
"days_since_latest_publish": 29
},
{
"name": "github.com/xDarkicex/nanite/quic",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/xDarkicex/nanite/quic",
"is_deprecated": false,
"latest_version": "v0.1.5",
"repository_url": "https://github.com/xDarkicex/nanite",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-02-24T11:04:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 153
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"quic/go.mod",
"sse/go.mod",
"websocket/go.mod"
],
"largest_source_bytes": 33306,
"source_files_sampled": 53,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"quic/go.mod",
"sse/go.mod",
"websocket/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/go-chi/chi/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.5"
},
{
"name": "github.com/gofiber/fiber/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.52.11"
},
{
"name": "github.com/gorilla/mux",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/julienschmidt/httprouter",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/valyala/fasthttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.51.0"
},
{
"name": "github.com/quic-go/quic-go",
"manifest": "quic/go.mod",
"ecosystem": "go",
"version_constraint": "v0.49.1"
},
{
"name": "github.com/xDarkicex/nanite",
"manifest": "quic/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0"
},
{
"name": "github.com/quic-go/quic-go",
"manifest": "sse/go.mod",
"ecosystem": "go",
"version_constraint": "v0.60.0"
},
{
"name": "github.com/xDarkicex/memory",
"manifest": "sse/go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.37"
},
{
"name": "github.com/xDarkicex/nanite",
"manifest": "sse/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0"
},
{
"name": "github.com/xDarkicex/nanite/quic",
"manifest": "sse/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-00010101000000-000000000000"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "websocket/go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/xDarkicex/nanite",
"manifest": "websocket/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "xDarkicex",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/8846934?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "42 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4a3045a31e5c7eb2b487e7ce5166784a03542d3d",
"ran_at": "2026-07-27T12:46:29Z",
"aggregate_score": 2,
"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-06-28T08:40:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/xDarkicex/nanite",
"host": "github.com",
"name": "nanite",
"owner": "xDarkicex"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"security": 20,
"vitality": 62,
"community": 24,
"governance": 39,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 29,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 29 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 80,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.5.6",
"releases_from_tags": true,
"days_since_latest_release": 29,
"mean_days_between_releases": 67.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 29 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~67.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 67.2
}
}
],
"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": 29,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 29 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 29
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 39,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "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": 59,
"inputs": {
"followers": 45,
"owner_type": "User",
"is_verified": null,
"owner_login": "xDarkicex",
"public_repos": 161,
"account_age_days": 4327
},
"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": "45 followers of xDarkicex",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 45,
"login": "xDarkicex"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "161 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 161
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/xDarkicex/nanite",
"github.com/xDarkicex/nanite/quic"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 29
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 29 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 29
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"framework",
"go",
"golang",
"high-performance",
"radix",
"router",
"systems-engineering",
"web"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 20,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 20,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "42 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": "at_risk",
"name": "AI Readiness",
"value": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.17,
"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": "17 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 9.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [
"go.mod",
"quic/go.mod",
"sse/go.mod",
"websocket/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod, quic/go.mod, sse/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod, quic/go.mod, sse/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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 33306,
"source_files_sampled": 53,
"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/53 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 53,
"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-27T12:46:33.707838Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/xDarkicex/nanite.svg",
"full_name": "xDarkicex/nanite",
"license_state": "standard",
"license_spdx": "MIT"
}