Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 15763,
"has_wiki": true,
"homepage": "https://httpwg.github.io/specs/rfc7540.html",
"languages": {
"Ruby": 322571
},
"pushed_at": "2026-07-23T14:06:50Z",
"created_at": "2013-08-22T06:03:57Z",
"owner_type": "User",
"updated_at": "2026-07-23T14:08:42Z",
"description": "Pure Ruby implementation of HTTP/2 protocol",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://ilya.grigorik.com",
"name": "Ilya Grigorik",
"type": "User",
"login": "igrigorik",
"company": "Shopify",
"location": "Portland, OR",
"followers": 9040,
"avatar_url": "https://avatars.githubusercontent.com/u/10652?v=4",
"created_at": "2008-05-18T05:00:12Z",
"is_verified": null,
"public_repos": 81,
"account_age_days": 6645
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2025-04-16T00:10:46Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-04-10T07:49:34Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2024-11-05T18:16:56Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2024-11-05T18:16:25Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-06-29T12:04:59Z"
}
],
"recent_commits": [
{
"oid": "86eddf112cce801e52f9aa5b787c7c058d41dc3b",
"body": "Drain in-flight streams after a graceful GOAWAY",
"is_bot": false,
"headline": "Merge pull request #193 from const86/goaway-draining",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-23T14:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d37cd4e76132616c831169d777740ede21784f",
"body": "The comment above the untracked-PRIORITY branch quoted the RFC 7540\npriority-tree rationale, which RFC 9113 deprecates and the guard below\nno longer honors after a GOAWAY; state the actual behavior instead.\nThe README's connection lifecycle section now spells out the\nclosed?/closing? contract: close\n[…]\nWAY\non, closing? marks the draining phase, refusals surface via :goaway.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01BqCFwHgYK7fFycnw1xCJde",
"is_bot": false,
"headline": "Document the two-step shutdown; drop a stale RFC 7540 priority quote",
"author_name": "Konstantin Baranov",
"author_login": "const86",
"committed_at": "2026-07-18T21:58:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5e7b6a84c590cea2d9f39c498ed439a5351b95a1",
"body": "…te specs\n\n- PRIORITY for an untracked id at or below the last stream id is skipped\n only when the connection is closed or closing: live connections keep\n accepting PRIORITY-initiated streams, while a draining connection is\n not wedged open nor emits phantom :stream events after a GOAWAY.\n- Comme\n[…]\nscard\n of an untracked one's response HEADERS while closing, same-read.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01BqCFwHgYK7fFycnw1xCJde",
"is_bot": false,
"headline": "Address review: scope PRIORITY skip to a closed connection, consolida…",
"author_name": "Konstantin Baranov",
"author_login": "const86",
"committed_at": "2026-07-17T21:50:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad53f35165e1b21b07cf25641e8f72c291abbc61",
"body": "…reams\n\nA received GOAWAY moves the connection to :closed even when NO_ERROR\nmeans streams at or below last_stream_id may still complete (RFC 9113,\nSection 6.8). In :closed, connection-level WINDOW_UPDATE and SETTINGS\nare ignored - an in-flight upload stalls once the connection window\ndrains - and e\n[…]\nes the application feeds via receive - nothing is\nbuffered behind its back.\n\nCallers gating teardown on closed? should use closed? || draining?.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "drain a gracefully closed connection instead of dropping in-flight st…",
"author_name": "Konstantin Baranov",
"author_login": "const86",
"committed_at": "2026-07-16T20:58:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "54e36f26bd22f6af50b60122f04af8428d8d5c29",
"body": "Deliver a promised stream's response HEADERS received after GOAWAY",
"is_bot": false,
"headline": "Merge pull request #192 from const86/fix/goaway-promised-stream-response",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-15T10:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f035317dd0b900e7ebccabcc77a103067eb628",
"body": null,
"is_bot": false,
"headline": "compare against last stream id instead.",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-15T10:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a42f6c0cb95dd5e475cc31d5aa67e2e04ed821d",
"body": "On receiving GOAWAY the connection moves to :closed, after which #receive\ndropped every inbound HEADERS frame - including the response HEADERS of a\nstream the peer promised to finish (id <= last_stream_id). That stream's\nDATA frames were still delivered (the DATA branch has no :closed guard), so\nthe\n[…]\nnection - e.g. golang.org/x/net/http2 graceful shutdown - which\nloses responses the server actually processed and put on the wire.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Deliver a promised stream's response HEADERS received after GOAWAY",
"author_name": "Konstantin Baranov",
"author_login": "const86",
"committed_at": "2026-07-09T00:54:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07621f042825649cc5d50328f71c2439c4b1052c",
"body": "Fix bytesplice",
"is_bot": false,
"headline": "Merge pull request #191 from HoneyryderChuck/fix-bytesplice",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-06T11:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf3cdc01e890d2bc197c7144a042849138170d12",
"body": null,
"is_bot": false,
"headline": "bump version to 1.2.1",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-06T11:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc550fb86681123d1e0b0511930ed4dd027840a2",
"body": "…haracters, requires the string to be encoded as binary, otherwise it'll raise a range error\n\nmost of the strings passed to #read_str come from downstream usage of itself, so there are more chances of reducing string creation by returning binary strings",
"is_bot": false,
"headline": "fix String#bytesplice usage, which in order to be able to cut UTF-8 c…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-05T07:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f990cadea6ba673f2168705e18f20d39dad9781",
"body": null,
"is_bot": false,
"headline": "remove dead code",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-07-04T13:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e42ee74d45b95776aaf0463c5df042445eadb0eb",
"body": "optimizations",
"is_bot": false,
"headline": "Merge pull request #190 from HoneyryderChuck/opts",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2026-06-16T12:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec2bc492dfd4c4acfb94726720d8a9969785d93",
"body": null,
"is_bot": false,
"headline": "bump version to 1.2.0",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-06-16T08:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2ee88a6432bf43e304c0da91ed683b496c0c91",
"body": null,
"is_bot": false,
"headline": "set minimum coverage on merge",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-06-16T08:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54a5bf178238c293cde3d5af8fad01ab84085eab",
"body": "this leaks an additional hash on every settings renegotiation",
"is_bot": false,
"headline": "remove extra local pending setting",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-06-08T14:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d7d094183e5c3bd433d8a3c972381125085e1c",
"body": null,
"is_bot": false,
"headline": "only post simplecov results if working from the main repo",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-26T08:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518582a6ed603f856c3fc3c82735ba8472eb4a5e",
"body": " some of the functions are raising type errors instead of the error\n which would close the connection or stream.",
"is_bot": false,
"headline": "turn off typecheck when running h2spec",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-26T08:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc6cbe958e1b11e1d0dcde953806b6f095a54b4",
"body": null,
"is_bot": false,
"headline": "make sure a string is returned.",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-26T08:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab55a71dbf1d7069af144f96295ae1e0209a1b46",
"body": "…ning max size chunks\n\nthis uses #read_str helper, which will use String#bytesplice when available",
"is_bot": false,
"headline": "frame buffer: forego allocation of intermediate string while parittio…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T22:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac31e70a0996334b849a536bc785a555e820095",
"body": "…closed management\n\nwith a twist though; instead of traversing the whole hash, break the loop as early as possible, thereby having the same algo advantage of Hash#delete_while while not having to tear down the list each time",
"is_bot": false,
"headline": "use Hash#delete_if instead of Hash#delete_while for streams-recently-…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T22:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d110e38bb819df59458b05b3a73c73f32fe931",
"body": "the resulting hash from merge was bigger than it needed to be",
"is_bot": false,
"headline": "create continuation frame hash instead of merging with headers",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T22:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d8745bfe1bd2949a41922bb8141fc2beede3bf4",
"body": "which support appending byte numbers",
"is_bot": false,
"headline": "replace #append_str usage for chr with String#<<",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T22:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44556e13f82de6e2bd5d053a7e6787d8fd9a3c93",
"body": "…n already encoded settings list",
"is_bot": false,
"headline": "simplify h2c code by allowing frame to generate settings frame from a…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T22:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e48abaca4b2f7578fbcea17cc39257e36fcf42",
"body": "these were identified while running rbs runtime tests against the record union type for frames, something which is still making steep block... but is nevertheless where this should land",
"is_bot": false,
"headline": "adjusted frame usage to make type checking more accurate",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T22:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1377f3d5ab7b80a31b233fce63a46d3e19719256",
"body": null,
"is_bot": false,
"headline": "removing redundant cast to to_a",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8c4e85c478dc04d6a7cafcf09ea8a3288aac600",
"body": "the buffer will be already force-encoded after the method is called",
"is_bot": false,
"headline": "remove needless #force_encoding call",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7fa55fe77785ffab0a6677af7444c69d57aeb4f",
"body": null,
"is_bot": false,
"headline": "refactor Connection#send as a plain case/when block",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94fedb80d4e0b319f98c2d0fd2beb967951bf040",
"body": "no intermediate 1 char string",
"is_bot": false,
"headline": "replace String#ord with String#getbyte for single character byte",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83dbf4a42bc8ed55b5db01b1f3ab639b420e83f2",
"body": "by keeping a side hash which keeps the offset of matched entries, lookups don't require table scans anymore, which makes this more scalable across different dynamic table sizes (at the expense of an extra container where to store things)",
"is_bot": false,
"headline": "improve head encoding when dealing with dynamic header table",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e124558a580effaef20b1cd35f8cb3a3d47978",
"body": null,
"is_bot": false,
"headline": "pack priority frame data in one single #pack call",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00110d3b654d6f40cfa3f43ed40a8cb69ce37f1f",
"body": "…ve operations\n\nthe prior version of this would append the huffman string THEN add the length prefix via String#insert, which needs to resize the string in the middle thereby doing a memmove operation, which is bad. this avoids it by either appending the length prefix before the string when possible\n[…]\n the huffman string, and in the rare case where the length may require more than one byte, remove the appended byte and use the old strategy relying on String#insert, because we can't have nice things",
"is_bot": false,
"headline": "improve :shorter and :always header string encoding by avoiding memmo…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e68000c9ae0873583f74d3e13b3d6d077d2a64ee",
"body": "…id O(n)'ing on every size check",
"is_bot": false,
"headline": "when processing continuation frames, bookkeep size of payloads to avo…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb5a7f1f5261bc853acb998390be3ea76b2668c",
"body": "while ruby allows sharing the underlying buffer string when slicing to the end of the string, it still allocates the 40b extra ruby objects, and the code doesn't get more complicated through it, so why not",
"is_bot": false,
"headline": "avoid slicing string too much when generating continuation frames",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea03b1aa20f1a2e270f2b93b87abd0a93157868",
"body": "…oding now",
"is_bot": false,
"headline": "took encode_headers logic away from #encode, which does raw frame enc…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e746110eacab72512b9b85d5600fff64fcf22d24",
"body": "avoids the whole array resizing logic",
"is_bot": false,
"headline": "create settings array via map instead of new array then append pattern",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914870d04b1211c8ae3fd1c9750ce52847bf0495",
"body": "this seems like a leftover from a WIP version of the HTTP/2 RFC that never made it to the final spec",
"is_bot": false,
"headline": "removing support for blocked frame type",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0adbbca6f37aae21692becbdd7d4cff51ece4ac",
"body": null,
"is_bot": false,
"headline": "improving typing",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad61754a70ceaa6f05d52e2453b4ea9e4308eeea",
"body": "frame containers would store flag information as arrays of symbols,\nwhich would then be passed up and down the encoding/decoding chain in\nthat format before being translated to/from the actual bits that are\nencoded into the buffer.\n\nthis would cause some overhead, given that 1) arrays of symbols gen\n[…]\nthe end user via the frame_sent/received callbacks. for that reason,\none can consider it a \"regression\", but IMO this is an internal\nrepresentation that end users shouldn't be relying on for anything.",
"is_bot": false,
"headline": "manage flags as integers instead of as arrays of symbols",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e99b96a0c580b2d8d920da2e944710fb30c5a03",
"body": "this comes at the cost of having an extra global hash, albeit a small one.\n\nto compensate, DEFINE_SETTINGS was turned into an array. there's the\nspace saving, but Array#include?, despite O(n), should be more\nperformant than Hash#key.",
"is_bot": false,
"headline": "eliminate DEFINED_SETTINGS O(n) walk by direct lookup",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e74077bfab6a3eb24872eebc6dbacadb9ddcc2",
"body": null,
"is_bot": false,
"headline": "correctly set buffer size for SETTINGS frame buffer",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "066112f6391fea9e867384d1891c987905e8a15b",
"body": "this replaces multiple calls to #read_str (which allocates a string per byte popped) by an accounting loop using String#getbyte and a single #read_str call at the end\n\nalgo should be roughly the same speed, with less GC pressure as a result",
"is_bot": false,
"headline": "reducing the number of string allocations on Decompressor#integer",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092918ee31d86fdd0c7dc1477a2363617c35b5dd",
"body": "this removes one less extra string compared to the previous strategy",
"is_bot": false,
"headline": "use bytesplice (when available) when reading chunks from a string buffer",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc86ffa4cc5cd56a4372b1a031d2125f720edc00",
"body": null,
"is_bot": false,
"headline": "memoize padding bytes, speed up huffman encoding ~2x",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-05-25T17:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2686c43f774ee753671b0d8dd5c4c6f226169872",
"body": "FrameBuffer#clear",
"is_bot": false,
"headline": "Merge pull request #189 from igrigorik/frame-buffer-clear",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2026-03-04T23:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2606207f83aae120046952419a7e55a27e2fdd69",
"body": null,
"is_bot": false,
"headline": "linting",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-03-04T23:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848cc92d1b985161373ee914af3005b3632a668b",
"body": null,
"is_bot": false,
"headline": "bump version to 1.1.3",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-03-04T23:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac9ac3a2b85a9a347fd87f04af3f3f8f21fbc93",
"body": "this API is useful for clients which want to react to a peer GOAWAY frame by cleaning the buffer before closing the stream",
"is_bot": false,
"headline": "HTTP2::FrameBuffer#clear: clears the buffered data chunks",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-03-04T23:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31508900e60e1a80c8bcea3fd48de13dd25fe524",
"body": null,
"is_bot": false,
"headline": "bump version to 1.1.2",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2026-02-06T14:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8726a18c97fc9d4936f62c7454bb91821c59b6b3",
"body": "Ruby 4",
"is_bot": false,
"headline": "Merge pull request #187 from igrigorik/ruby-4",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2025-12-27T22:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b181b01bb4740e80629a6dbdb777e65d22565831",
"body": null,
"is_bot": false,
"headline": "adding ruby 4 to CI",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-12-27T22:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699b6413c553c063a1598a9714019fb2440d5fc4",
"body": null,
"is_bot": false,
"headline": "also run CI after merge",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-12-09T12:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ec88d8f08bfa2cb574c2a1d2366ec2dacaffa6",
"body": "Allow multiple GOAWAY frames",
"is_bot": false,
"headline": "Merge pull request #185 from zarqman/allow-multiple-goaway",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2025-12-09T12:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14fbf819ce31d8a89f391e6c694711c92bcf6cbc",
"body": null,
"is_bot": false,
"headline": "autofix lint check failures",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-12-09T12:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8881c7dfe5e2b330de5f01ba6a296f1459d3cd47",
"body": "Per rfc9113, section 6.8, GOAWAY may be resent:\n- if there is a delay between an earlier GOAWAY and closing the socket\n- to send different values\n\n> A GOAWAY frame might not immediately precede closing of the connection; a\n receiver of a GOAWAY that has no more use for the connection SHOULD still\n send a GOAWAY frame before terminating the connection.\n\n> An endpoint MAY send multiple GOAWAY frames if circumstances change.",
"is_bot": false,
"headline": "Allow multiple GOAWAY frames",
"author_name": "thomas morgan",
"author_login": "zarqman",
"committed_at": "2025-12-09T11:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99cdf0808c1411a9d5ef3497f9abe81f2b418b99",
"body": null,
"is_bot": false,
"headline": "fix permission issue with release id-token param",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-16T00:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82922e4e4d7190c9fb17cb72693b42d942f6a9a3",
"body": "Buffer encoding issues",
"is_bot": false,
"headline": "Merge pull request #183 from igrigorik/buffer-encoding-issues",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-16T00:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79246409bc5bfdeea6dd07565f65ab43ea75172",
"body": null,
"is_bot": false,
"headline": "bump version to 1.1.1",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-14T23:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded4d10809d25fdcf776b4e2a04537d79cd9069f",
"body": "remove all calls to \"#process_priority\" inside \"#transition\", as\nit should only handle state machine transitions. besides, #receive\nalready does that type of frame processing calls before calling\n\"#transition\" .\n\nthis also corrects stream state management when it comes to taking\npriority frames into account when sending, as per the documentation\non each state block, which explicitly states the cases which were not\nbeing handled.",
"is_bot": false,
"headline": "improve priority stream management",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-14T23:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb7d688f0e4798ba2e17e1fbfc1e174a63045bd",
"body": "calls to #event already transition @state to the next state, so this is redundant",
"is_bot": false,
"headline": "stream: remove assignment to @state in #manage_state",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-14T10:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df0db78528efcd1ebdcea37d1694963c4815386",
"body": null,
"is_bot": false,
"headline": "small opt: check hash key instead of performing full lookup",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-14T08:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028b14df5e8368709886bb934110b65b93d3bf08",
"body": "lib users will store the ping data input to compare when receiving the peer PING frame, so it may be surprising if the data does not match because the mutable arg was changed",
"is_bot": false,
"headline": "copy PING payload before encoding",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-14T08:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fdea2983db0162a58064c5b47ba3ec24856d29",
"body": "…acking and prepending the frame header\n\ncertain DATA payload inputs were keeping the original encoding right before prepending the binary header, which could generate an incompatible encoding error\n\nFixes https://github.com/HoneyryderChuck/httpx/issues/83",
"is_bot": false,
"headline": "fix: convert buffer where frame is stored to binary encoding before p…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-14T08:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6c419af640ea1876329d26873b2e22c5a7c6798",
"body": null,
"is_bot": false,
"headline": "fixed ruby version declaration in release GH workflow",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-10T07:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417f74b3a8c7b4103089f199ad77facfe001455e",
"body": "v1.1.0",
"is_bot": false,
"headline": "Merge pull request #181 from igrigorik/sig-updates",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-10T07:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcfee403cdbd4c3084b740ce8f2eb257d8a93927",
"body": null,
"is_bot": false,
"headline": "bump version to 1.1.0",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-03T22:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a8305a2423b82028706df377b142d1f47a5aca",
"body": null,
"is_bot": false,
"headline": "improve usage of frame types in sigs",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-04-03T22:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb0dd9ca8033d65774cd111dc9cd133c119c281",
"body": "adding release workflow for github actions to enable trusted publishing",
"is_bot": false,
"headline": "Merge pull request #179 from igrigorik/trusted-publishing",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-31T22:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d22ef904c540a3e192e247e5392e658d53624f8",
"body": null,
"is_bot": false,
"headline": "adding release workflow for github actions to enable trsted publishing",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-26T12:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb575c4f7845f7fad14cbeb4f0c3cc97ce9dff3",
"body": "10x performance improvements",
"is_bot": false,
"headline": "Merge pull request #178 from igrigorik/perf-improvs",
"author_name": "Tiago",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T18:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0c892dee68a108e056ca730bcdfc76eff1532b",
"body": "checking integer is faster than hash lookup-or-nil",
"is_bot": false,
"headline": "EncodincContext#dereference: bailout on index value without hash lookup",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T18:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49cca5afa3bd10554b9fb07b1a185208b7db9689",
"body": "…w control",
"is_bot": false,
"headline": "fixup! rewrite of variable usage, avoid multiple Hash#[] calls on flo…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T18:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77067e1ca29467f1caff35cb880b0234e3aef17",
"body": null,
"is_bot": false,
"headline": "prefer Integer#<< over Integer#**",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T18:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a8e330ea5c85ff27c3db97e428ce946681fe26c",
"body": null,
"is_bot": false,
"headline": "test with ruby 3.4",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071d7f26e7c6bb009ac08e63e6c0e2bb19d679e4",
"body": null,
"is_bot": false,
"headline": "use Comparable#betwen? for integer range",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5706335dfc2f4f995f8c029b0e533a055ca818",
"body": "…tializer\n\nthis is an object shape optimization; it does defeat the purpose of mixins somewhat, which is part of the tradeoff",
"is_bot": false,
"headline": "initializing ivars from mixins (previously memoized) in the class ini…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f36edfba843908419bc5dc209b257f659e026f9",
"body": "…rray",
"is_bot": false,
"headline": "Use #filter_map instead of custom #each_with_object injecting to an a…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce68521776f50137387b0d24642d0086e84f7e9",
"body": "local variables are faster to access, more readable, less error prone, easier to type by LSPs",
"is_bot": false,
"headline": "use Hash#fetch_values to reduce hash lookup usage",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a27021eaae95e66fd3c6a23024467255b368471",
"body": "…the string in 1 go at the end",
"is_bot": false,
"headline": "avoid slow string 1 byte drip, instead iterate over bytes, and slice …",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e105676609ba2949f01e670a978e803a95605c",
"body": "…ate machine lookup",
"is_bot": false,
"headline": "avoid array accessors by spreading the two elements of the huffman st…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b9c671f53c646b565152cc46d9d4cff0ef0854d",
"body": "…ype of header command",
"is_bot": false,
"headline": "improving sig for header_command to use exact record types for each t…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a938382f6ce42c2f60e1f0f24ca579517253c3b",
"body": "this avoids a needless intermediate array creation for the indexed header case; it also avoids the needless duping of cmd, as it isn't used internally as such (only its values, which are allocated to local variables)",
"is_bot": false,
"headline": "EncodingContext#process: avoid intermediate array generation",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590ed7cc53f9940ed059d2a9b3284e20312b4a22",
"body": "…hen-add\n\nthis avoid internal hash recapacitation / realloc calls",
"is_bot": false,
"headline": "Decompressor#header: respond with correct size hash instead of init-t…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e148589a3af8361d615af344d80f6eb63f7d5302",
"body": "…ow allows, or the frame is a final 0-length DATA frame",
"is_bot": false,
"headline": "when buffer is empty, push-then-pop can be avoided if the remote wind…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db73b15049a9392271a679bf6ee7bf46fb33a853",
"body": "this adds buffering support in lower-level APIs and huffman encoding module",
"is_bot": false,
"headline": "supporting buffering to existing string when compressing strings",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa2514101565039e53d0373f3c04c10d3eb407f",
"body": "which were being joined into one at the end anyway; buffer to existing string instead.",
"is_bot": false,
"headline": "Huffman.encode: reduce the number of intermediate strings",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1804c5fd7046a6928a53d2f9b343d9000dde564",
"body": "no state management, only gc pressure. making it functional solves that",
"is_bot": false,
"headline": "turned huffman class into a module",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b2c696e8c82a24bf892c8b18d72cf0f09fb61e",
"body": "this reduces the number of intermediate small strings when compressing integers, by utilizing the main headers buffer",
"is_bot": false,
"headline": "using the offset parameter in the #header function",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19025a20f929092378037460ab7d5fd02894cf51",
"body": "method may be called multiple times, and instead of traversing the array every single time, better to update it when necessary and use the current value",
"is_bot": false,
"headline": "memoizing current table size in encoding context",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da27ad25dee4554224543b9c6e7f2850de7a9e8",
"body": "no way around it unfortunately, and this way an extra intermediate array is spared",
"is_bot": false,
"headline": "inlined #add_to_table logic",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bddbb1934593bfac3ce30b2458ffa387449b084",
"body": "…ield from #encode",
"is_bot": false,
"headline": "header compression: eliminate two intermediate arrays (at least) by y…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a571910890dbeeabb01e6643c85894a904c85d3b",
"body": "…e? (usual mem vs speed tradeoff)",
"is_bot": false,
"headline": "another instance of replacing a multi-value compare with Array#includ…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f62cccd8ed82c678efdbbb8a55fa27c1e768797",
"body": "…ollection didn't expire yet\n\nthe collection is ordered, which is also a reason why #drop_while is used; unfortunately a #drop_while! won't happen anytime soon, so foregoing the constant hash generation has a measurable impact",
"is_bot": false,
"headline": "forego recycling of @streams_recently_closed if first stream of the c…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4897d4f7f6398d1a924335afeae53a805ced0fad",
"body": "the previous routine was taking a frame, splitting it into the partial remaining frame, and putting it on top of the stack; this bypasses the array shiff/unshift operation in that case, by building the partial frame to send out-of-buffer",
"is_bot": false,
"headline": "improve handling of partial data frame generation",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e592cbb216d24501a11c67432169e436a3c3c38",
"body": "they were measuring the same thing. by doing so, it became the obvious value to use for the GOAWAY last stream id flag",
"is_bot": false,
"headline": "fixed inconsistency of @last_activated_stream and @last_stream_id",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7e2feaad77d8776f7a1fe098d065c5da1cec72",
"body": "… immediately after generation\n\nthis reduces the number of allocated arrays per emitted frame, and particularly in the case of continuation frames",
"is_bot": false,
"headline": "rewrite logic of #encode and #encode_headers, in order to emit frames…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36ba67dacc24f3a3d3fcaf8b0f281477ac046a7",
"body": null,
"is_bot": false,
"headline": "rewrite of variable usage, avoid multiple Hash#[] calls on flow control",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00c8dd3dff552d332bfeb05ef49487316d69d50e",
"body": "improved sigs also, and corrected the wrong name on a stream class method",
"is_bot": false,
"headline": "initialize @h2c_upgrade (for object shape opt)",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76f85eecdf72cf8975773ad60af52e4b30b11a3",
"body": "… earlier in the stack)\n\nthe check for frame type is moved elsewhere, as it's pointless outside of the handshake phase",
"is_bot": false,
"headline": "remove needless check from #connection_settings (they're already done…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44b092022197e6437e2f08179de4a81d039ecbc",
"body": "just deal with enums when necessary, and do not create intermediate arrays for splatting",
"is_bot": false,
"headline": "remove needless array allocations during connection handshake",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae557864d05086535580b8ea297f699159315381",
"body": "…llocations\n\nframe generation will reduce the number of allocations in most cases to 1 or 2 strings per frame (on modern rubies); it'll also try to (via capacity arg) to allocate the correct string size on initialization to reduce the number of internal string reallocs; initial frame hash mutation is also reduced to a minimum",
"is_bot": false,
"headline": "refactor frame generation routines to reduce number of string/array a…",
"author_name": "HoneyryderChuck",
"author_login": "HoneyryderChuck",
"committed_at": "2025-03-25T09:09:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 54,
"latest_release_at": "2025-04-16T00:10:46Z",
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 14,
"days_since_latest_release": 468,
"mean_days_between_releases": 72.6
},
"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": "http-2",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/http-2",
"is_deprecated": false,
"latest_version": "1.2.1",
"repository_url": "https://github.com/igrigorik/http-2",
"versions_count": 24,
"total_downloads": 31401771,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2013-09-25T18:34:56.854000Z",
"latest_published_at": "2026-07-06T11:26:14.946000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 22
}
]
},
"popularity": {
"forks": 66,
"stars": 909,
"watchers": 41,
"fork_history": {
"days": [
{
"date": "2013-09-25",
"count": 1
},
{
"date": "2013-09-26",
"count": 1
},
{
"date": "2013-09-27",
"count": 1
},
{
"date": "2013-10-01",
"count": 1
},
{
"date": "2014-01-30",
"count": 1
},
{
"date": "2014-04-25",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-06-11",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-17",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2016-01-01",
"count": 1
},
{
"date": "2016-01-31",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-27",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-05-01",
"count": 2
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-10-08",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-01-22",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-20",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-11",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2019-02-28",
"count": 1
},
{
"date": "2019-03-17",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-27",
"count": 2
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 66,
"total_forks": 66
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 45470,
"source_files_sampled": 37,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile",
"example/Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"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": 14,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "yard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rbs",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "steep",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "typeprof",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "memory_profiler",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "singed",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "memory_profiler",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rbs",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "singed",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "steep",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "typeprof",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "http_parser.rb",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry-byebug",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-performance",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 7,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 99,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 67,
"closed_unmerged_prs": 24
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "igrigorik",
"commits": 202,
"avatar_url": "https://avatars.githubusercontent.com/u/10652?v=4"
},
{
"type": "User",
"login": "HoneyryderChuck",
"commits": 124,
"avatar_url": "https://avatars.githubusercontent.com/u/215707?v=4"
},
{
"type": "User",
"login": "tamird",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/1535036?v=4"
},
{
"type": "User",
"login": "georgeu2000",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/794632?v=4"
},
{
"type": "User",
"login": "mullermp",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/53055821?v=4"
},
{
"type": "User",
"login": "phluid61",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/324275?v=4"
},
{
"type": "User",
"login": "ioquatix",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/30030?v=4"
},
{
"type": "User",
"login": "kenichi",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/933055?v=4"
},
{
"type": "User",
"login": "const86",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/693925?v=4"
},
{
"type": "User",
"login": "tatsuhiro-t",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/404610?v=4"
}
],
"contributors_sampled": 33,
"top_contributor_share": 0.45
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"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 2/4 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 21 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "86eddf112cce801e52f9aa5b787c7c058d41dc3b",
"ran_at": "2026-07-28T14:05:38Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T14:09:06Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T14:06:50Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/igrigorik/http-2",
"host": "github.com",
"name": "http-2",
"owner": "igrigorik"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 45,
"vitality": 67,
"community": 71,
"governance": 78,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 54,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "54 commits in the last year",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 54
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 60,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_latest_release": 468,
"mean_days_between_releases": 72.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 468 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 468
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~72.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 72.6
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 66,
"stars": 909,
"watchers": 41,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "909 stars",
"points": 48,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 909
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "66 forks",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 66
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "41 watchers",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 41
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 97,
"inputs": {
"packages": [
"http-2"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 31401771,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "31,401,771 downloads all-time across rubygems",
"points": 77.9,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 31401771,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 78,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 33,
"top_contributor_share": 0.45
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 45% of commits",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 45
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "33 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 33
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 99,
"open_issues": 0,
"closed_issues": 67,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 24
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "99/123 decided PRs merged",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 99,
"decided": 123
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/4 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 75,
"inputs": {
"followers": 9040,
"owner_type": "User",
"is_verified": null,
"owner_login": "igrigorik",
"public_repos": 81,
"account_age_days": 6645
},
"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": "9,040 followers of igrigorik",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9040,
"login": "igrigorik"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "81 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 81
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"http-2"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 22
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 22 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 22
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"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": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://httpwg.github.io/specs/rfc7540.html",
"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://httpwg.github.io/specs/rfc7540.html",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/4 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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": 17
},
"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": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.47,
"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": "47 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.04,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 45470,
"source_files_sampled": 37,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/37 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-28T14:06:07.437432Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/igrigorik/http-2.svg",
"full_name": "igrigorik/http-2",
"license_state": "standard",
"license_spdx": "MIT"
}