Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"http2",
"golang",
"fasthttp"
],
"is_fork": false,
"size_kb": 12094,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 173415,
"Makefile": 98
},
"pushed_at": "2026-07-18T19:59:29Z",
"created_at": "2018-08-11T17:07:09Z",
"owner_type": "User",
"updated_at": "2026-07-22T20:15:40Z",
"description": "HTTP/2 implementation for fasthttp",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Darío",
"type": "User",
"login": "dgrr",
"company": null,
"location": null,
"followers": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/10146748?v=4",
"created_at": "2014-12-10T20:36:28Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 4243
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2025-07-03T13:01:41Z"
}
],
"recent_commits": [
{
"oid": "c54ed583976ee0bc6baac943cd02894a14d4721a",
"body": "Bump fasthttp from v1.50.0 to the latest v1.72.0. fasthttp now declares\ngo 1.25.0 in its module, so the minimum Go for this library rises to 1.25.\n\nReplace the deprecated Header.VisitAll callbacks with the All range\niterator on both the client request and server response paths.\n\nMove CI to Go 1.25 and golangci-lint v2.6.0 (config migrated to the v2\nschema; gosimple folded into staticcheck, gofumpt moved to formatters).\n\nh2spec stays at 145/145; unit tests and lint pass under Go 1.25.",
"is_bot": false,
"headline": "Upgrade to fasthttp v1.72.0",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2026-07-18T15:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196da3fd27ac15c99c6c439dd82609f0d9828782",
"body": "golangci-lint v1.61 rejected the old .golangci.yml (deprecated keys:\nmaligned, depguard schema, run.deadline/skip-files/skip-dirs,\nissues.max-per-linter). The config also relied on enable-all, which turns\non dozens of linters added since v1.43 and floods the existing codebase.\n\nReplace it with a cur\n[…]\nnot part of the library build.\n\nAlso apply the resulting fixes to real code: two single-case selects\nsimplified to plain channel ops, time.Until in place of Sub(time.Now()),\nand two comment/log typos.",
"is_bot": false,
"headline": "Fix CI: modernize golangci-lint config and scope linting",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2026-07-18T14:38:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2be6b8ffb65b074d23418dbe496feb20e5137ab0",
"body": "A well-behaved HTTP/2 client sends a WINDOW_UPDATE after receiving\nresponse DATA. When the server has already closed the stream, that frame\nwas treated as a connection error (\"frame on closed stream\") and the\nwhole connection was torn down, breaking connection reuse: the first\nrequest on a HostClien\n[…]\nrs.\n\nAdd a client/server round-trip test that issues several sequential\nrequests over one connection, which reproduces the reuse failure. Found\nby driving this library's client against its own server.",
"is_bot": false,
"headline": "Tolerate late WINDOW_UPDATE/RST_STREAM on closed streams",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2026-07-18T13:58:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8dabf7f958bd6af07ec6717309e0d67862728bc",
"body": "Fix the build (clientAdapter called a non-existent Client.Do) and close\nall 19 remaining h2spec failures on the server side:\n\n- Header/pseudo-header validation (RFC 8.1.2): reject uppercase field\n names, pseudo-headers after regular headers, duplicate/missing/empty\n request pseudo-headers, unknown\n[…]\nspec test now runs the full generic/http2/hpack tree as the parity\ngate. CI is bumped to Go 1.23 with current actions and golangci-lint.\nThe two updated unit tests were sending non-conformant headers.",
"is_bot": false,
"headline": "Achieve HTTP/2 RFC conformance (h2spec 145/145)",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2026-07-18T13:47:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3758a581904d549662d9b42126bccca16a10bea",
"body": "Fix HTTP/2 build error by implementing RoundTripper adapter",
"is_bot": false,
"headline": "Merge pull request #71 from ToughLad/master",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2025-06-22T16:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c4eb8bf8a0ac3a1c0f2168c154f42a3cf8439b",
"body": "… the same.",
"is_bot": false,
"headline": "Fixing the roundtripper and adding a small adapter to keep everything…",
"author_name": "ToughLad",
"author_login": null,
"committed_at": "2025-06-22T09:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12370d352f5fbfc458b315c27056074d985ee1be",
"body": "[fix] Ensure compatibility with fasthttp v1.49",
"is_bot": false,
"headline": "Merge pull request #68 from pablolagos/updated-dependencies",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2023-10-23T14:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7159541b631aa6b5f83e9a930556e98f2dee449",
"body": "[fix] Updated to go version 1.20",
"is_bot": false,
"headline": "[fix] Ensure compatibility with fasthttp v1.49",
"author_name": "Pablo Lagos",
"author_login": "pablolagos",
"committed_at": "2023-10-23T12:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31735f2c6ef1b159afd24389cdbf7a8158ad519",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-03-27T12:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009439dd3eeb4c8ff0b460674b9cd0479f324a92",
"body": null,
"is_bot": false,
"headline": "Fix #55: Stop the pingTimer before closing the writer channel",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-03-27T12:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13060ae74b86e238d3afeeb901167fe5c6da969e",
"body": "…m/valyala/fasthttp-1.34.0\n\nBump github.com/valyala/fasthttp from 1.28.0 to 1.34.0 in /demo",
"is_bot": false,
"headline": "Merge pull request #57 from dgrr/dependabot/go_modules/demo/github.co…",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-03-27T12:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85a608241d36b9bb9352eb40071c918ee8170cf7",
"body": "…yala/fasthttp-1.34.0\n\nBump github.com/valyala/fasthttp from 1.28.0 to 1.34.0",
"is_bot": false,
"headline": "Merge pull request #56 from dgrr/dependabot/go_modules/github.com/val…",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-03-27T12:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b15d88f8cac4f914221c9cd4ccc5eb44725f4bb",
"body": "Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.28.0 to 1.34.0.\n- [Release notes](https://github.com/valyala/fasthttp/releases)\n- [Commits](https://github.com/valyala/fasthttp/compare/v1.28.0...v1.34.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/valyala/fasthttp\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/valyala/fasthttp from 1.28.0 to 1.34.0 in /demo",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-21T19:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48fac2dedbb57edcc40b6f5e695a807cb3282034",
"body": "Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.28.0 to 1.34.0.\n- [Release notes](https://github.com/valyala/fasthttp/releases)\n- [Commits](https://github.com/valyala/fasthttp/compare/v1.28.0...v1.34.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/valyala/fasthttp\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump github.com/valyala/fasthttp from 1.28.0 to 1.34.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-21T19:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "372cb1478738d4fec719714e9b683056a8d5fafa",
"body": null,
"is_bot": false,
"headline": "Doc",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-02-01T21:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b021d008b1b146696ed64808babab007671d331c",
"body": null,
"is_bot": false,
"headline": "MaxIdle from fasthttp",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-02-01T21:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ac8cf6cace1f25f180d80d572332a14520a6d8",
"body": null,
"is_bot": false,
"headline": "Expose a Cancel function",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-31T12:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132a3bbc9d7939a32c70aa9672de154aea174458",
"body": null,
"is_bot": false,
"headline": "Cancel client requests on timeout",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-31T10:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa1f29d8f7c77e6b246f485e52814957cbe3f5a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:dgrr/http2 into master",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-16T18:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d475f54329c998b09f572ab1f89d415926d4c502",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-01-16T18:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ae53e8970a8017bf4df3aba5401b9b7cf2f8d4",
"body": null,
"is_bot": false,
"headline": "Added hpack tests. Fix hpack update max table size",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-16T18:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81678df6941987bebc19dd2aca6021ef89b068b1",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-01-16T13:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e839754e43c669f70cc4c785d7db1659e7bd10c5",
"body": null,
"is_bot": false,
"headline": "Added benchmark code & results",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-16T13:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb75089045e4e903ac8dc0859821762a1a835bc",
"body": null,
"is_bot": false,
"headline": "Check RefusedStream in #52",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-16T12:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb5ca17f1f1ce82b1c1886eae0c16a21d74f2ab",
"body": null,
"is_bot": false,
"headline": "Added test case for #27",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-15T20:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d1302e78188da0d5669c9c9afc6ef08d71f9bc",
"body": null,
"is_bot": false,
"headline": "Fix #52 + Some internal testing",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-15T19:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cedba20edbccbf302d064242e5d3e5bb78efabb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-01-13T20:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f847f21a93aac1982505b151ac28d4a1f861ec",
"body": null,
"is_bot": false,
"headline": "Updated readme",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-13T20:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dab339371c1cc918e526b51b21d845602db64e55",
"body": null,
"is_bot": false,
"headline": "comments",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-13T20:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8eee12af5367a3167b9217634bd7e5cebe476c",
"body": null,
"is_bot": false,
"headline": "Fix timer arming. New tests. Count open streams correctly",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-13T18:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb9b04abc1256526faeec7fd6a59026bb4c6099",
"body": null,
"is_bot": false,
"headline": "Fix priority frames. h2spec for WindowUpdates",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-13T17:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d178bda540a71f454076fcd71330fd7726beaad",
"body": null,
"is_bot": false,
"headline": "Define function for checking frames related to a stream",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-12T22:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6afe9d51defe636a7168285ebfec3ad90802145",
"body": null,
"is_bot": false,
"headline": "Uncomment",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-12T19:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1937e1ef4658cefa8d9c933c2aa566bc3937437",
"body": "…ettings",
"is_bot": false,
"headline": "Fix test cases. Added timeout scheduling for the streams. Debug and s…",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-12T19:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c122f1d697d36cd011d154136661175d84a137",
"body": null,
"is_bot": false,
"headline": "Fixed frameHeader test and moved to root folder",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-12T17:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e768304d6ce4b9c3a8bc0717e34cea8d98f22e7",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-11T23:15:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82c40b55ea385f9c48ea4b091a64709b61f15889",
"body": null,
"is_bot": false,
"headline": "Take fasthttp.Server logger. Makefile with test command",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-11T23:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a304e3170eb8e49e2003af83c8e1477a448a7442",
"body": null,
"is_bot": false,
"headline": "Fix writing to a closed channel",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-11T21:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f85d53cb9a2add34ff994de5e6fe7a1991ad2094",
"body": null,
"is_bot": false,
"headline": "Refactoring and cleanup the code",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2022-01-11T20:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daf2d493d00afa723e8b43496dc99af67919e5eb",
"body": "Add test",
"is_bot": false,
"headline": "Merge pull request #50 from vecpeng/add-test",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2022-01-11T14:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3240317acd40ffb2f4aacd26bcf3f3b9cdf76dd7",
"body": null,
"is_bot": false,
"headline": ":bug:fix: lint",
"author_name": "vecpeng",
"author_login": "vecpeng",
"committed_at": "2022-01-11T13:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a39a32e8f239433f9d516512d50dc5841a9e9b9",
"body": null,
"is_bot": false,
"headline": ":bug:fix: lint",
"author_name": "vecpeng",
"author_login": "vecpeng",
"committed_at": "2022-01-11T13:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a1a3d339e395b8b6a355b1a8a3102328b74ad45",
"body": null,
"is_bot": false,
"headline": ":white_check_mark:test: add test for AcquireHPACK and ReleaseHPACK",
"author_name": "vecpeng",
"author_login": "vecpeng",
"committed_at": "2022-01-03T13:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "890e717ef53a58403f9a6d792b3a109704c437f8",
"body": null,
"is_bot": false,
"headline": ":white_check_mark:test(add test for headerFieldToString):",
"author_name": "vecpeng",
"author_login": "vecpeng",
"committed_at": "2022-01-03T11:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e14d3ab24abeaca32ede077fe6dae0fbf216d45f",
"body": null,
"is_bot": false,
"headline": ":white_check_mark:test: fix some type errors",
"author_name": "vecpeng",
"author_login": "vecpeng",
"committed_at": "2022-01-03T11:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7574dd29faf78bc1a7b6ebbef07f97d1873222f9",
"body": "…ance",
"is_bot": false,
"headline": ":zap:perf((hpack)): Refactor tableSize to uint32 to improving perfrom…",
"author_name": "vecpeng",
"author_login": "vecpeng",
"committed_at": "2022-01-03T10:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d072d6ed855a94cae2872a27628b8d79ddcd2826",
"body": "Fix hspec",
"is_bot": false,
"headline": "Merge pull request #48 from juliens/fix-hspec",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-12-13T08:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f0e7bc55196cee66752ab4f833dc85af94b11c",
"body": null,
"is_bot": false,
"headline": "Revert the 5.1.2",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-12-10T10:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8659e39a0e08403324e61969706438213df0eb",
"body": null,
"is_bot": false,
"headline": "Upgrade linter.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-12-10T08:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8137aa6a848fef7d15a88727eac128b9a66a2f",
"body": null,
"is_bot": false,
"headline": "Fix linter",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-12-09T15:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c57f21a0d46aa07addfa730e97e68d68d1339a5",
"body": null,
"is_bot": false,
"headline": "Fix 5.*",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-12-07T10:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3273cc718a3f6df7c46c55a1c5a6842bc2f2ada",
"body": null,
"is_bot": false,
"headline": "Fix 4.3/2",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-12-07T10:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d0dc88972f8702ac080cff625f741eb0470ec8",
"body": "Fix response writer goroutine leaks and channel block",
"is_bot": false,
"headline": "Merge pull request #46 from cachalots/fix-leaks",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-11-18T10:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad42d8f454590a5ee1f61acfe4880e0e15594c69",
"body": null,
"is_bot": false,
"headline": "Fix lint",
"author_name": "cachalots",
"author_login": "cachalots",
"committed_at": "2021-11-16T08:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a42958db4a89c5d9985b48f85a42c0c05a284d1",
"body": null,
"is_bot": false,
"headline": "Fix response writer goroutine leaks and channel block",
"author_name": "cachalots",
"author_login": "cachalots",
"committed_at": "2021-11-16T03:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec09c406232eea1673560ef80776d955247b3c7",
"body": null,
"is_bot": false,
"headline": "Force close if the handshake fails",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-11-12T22:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f6c02726d98b61cf6bf7360aa5b58336741277",
"body": "fix Serialize for Headers with FlagPriority",
"is_bot": false,
"headline": "Merge pull request #44 from geronsv/master",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-11-12T22:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb4f9512c42c6cb04cfbcb638283221169a5a1a3",
"body": null,
"is_bot": false,
"headline": "fix Serialize for Headers with FlagPriority",
"author_name": "geronsv",
"author_login": "geronsv",
"committed_at": "2021-11-12T10:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59518719ab6ed948f219e73fe2a442963d016bb4",
"body": "read response body stream of fasthttp",
"is_bot": false,
"headline": "Merge pull request #42 from eole868/stream",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-11-06T17:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e523f060f382d1bad8324cbde1665a1c1b3629",
"body": null,
"is_bot": false,
"headline": "Fix lint",
"author_name": "eloe868",
"author_login": "eole868",
"committed_at": "2021-11-05T14:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a51f233dda6ddd5c2f835fd3b187a4027f93236a",
"body": null,
"is_bot": false,
"headline": "fix buf of ReadFrom",
"author_name": "eloe868",
"author_login": "eole868",
"committed_at": "2021-11-05T10:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba406f90226f59a593fa2c06136a945e651c3038",
"body": null,
"is_bot": false,
"headline": "read response body stream of fasthttp",
"author_name": "eloe868",
"author_login": "eole868",
"committed_at": "2021-11-05T05:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03dd9f0bf1d9952081e26c7aa1a5adfec9555434",
"body": "client add proxy support",
"is_bot": false,
"headline": "Merge pull request #41 from pkrss/pkrss",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-11-04T19:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9821da9b44ca48c6d59364fd0859934f38e6e2c6",
"body": "add http client proxy",
"is_bot": false,
"headline": "client add proxy support",
"author_name": "liandeliang",
"author_login": "liandeliang",
"committed_at": "2021-11-04T09:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943e262600ce97cb95e898d84edd13f9108c25a3",
"body": "Add h2spec in tests",
"is_bot": false,
"headline": "Merge pull request #38 from juliens/h2spectest",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-10-05T10:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3173e613e04ea9207c0d3f96d69b7271eefc02d",
"body": null,
"is_bot": false,
"headline": "Add h2spec in tests",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-10-05T09:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a785093d8b5db2f4a5e5af1043cf547a6fb1053e",
"body": null,
"is_bot": false,
"headline": "v",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-10-03T20:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f93acf7450e9de1b63cfc2231a02737dc6558a0b",
"body": null,
"is_bot": false,
"headline": "Fixed closing streams. Do not send win updates",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-10-03T20:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d470f2dc75d8dea24937f79e4560c5f33dcc5374",
"body": "…f panic",
"is_bot": false,
"headline": "client: Fix Release of same frame. Defer the reqQueue.Range in case o…",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-09-27T10:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02c5df6c0b37cbd6a87e864e2c6303302e226a3",
"body": null,
"is_bot": false,
"headline": "Queue the request context before sending the request",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-09-27T09:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e27f927be53f36bf7e9d418adc04ea9223afccb",
"body": "Add CI",
"is_bot": false,
"headline": "Merge pull request #35 from juliens/ci",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-09-25T09:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ed44ce6cd322ab58113528e6049c3a25d39d91",
"body": null,
"is_bot": false,
"headline": "review: typo, lint, and linter configuation.",
"author_name": "Fernandez Ludovic",
"author_login": "ldez",
"committed_at": "2021-09-24T23:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e847c66abe919353990d2fb4911cc7d5204cb912",
"body": null,
"is_bot": false,
"headline": "CI",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-24T21:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aca451a5a5b53c85f81cc232df189ad81043706c",
"body": "Fix stream state spec",
"is_bot": false,
"headline": "Merge pull request #34 from juliens/fix-stream",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-09-24T21:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "488dcd60cb13489114acb4acd0216fbe0bf35748",
"body": null,
"is_bot": false,
"headline": "Fix missing continue.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-24T21:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088488b24398ac7d3be587637781b1e996a63e28",
"body": null,
"is_bot": false,
"headline": "Fix stream state spec",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-23T22:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696c1aeba0607545cba021edb438186c57a1ed5c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-09-21T10:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bb846abedb22359ecf27b68e9f1e6fbfdd53d8",
"body": null,
"is_bot": false,
"headline": "Fix stream reusing problems + FramePriority",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-09-21T10:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208bdba68d635975b483d3c11274221397ec54ff",
"body": null,
"is_bot": false,
"headline": "Added WriteError",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-09-20T14:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cecdf45b262bf04a79c46e8111e7c1e35085f024",
"body": "Fix multiple thing to respect h2spec 6",
"is_bot": false,
"headline": "Merge pull request #33 from juliens/http2spec-6",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-09-13T13:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "600a0b88208c0a0f2db99600caea933d5593177c",
"body": null,
"is_bot": false,
"headline": "Fix wrong values in SETTINGS frames",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-12T14:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e584025913f81c8bb3316cc67a902dfe60f4a2d",
"body": null,
"is_bot": false,
"headline": "Verify frame order",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-12T14:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a5bf903e365aa1625f3deb45fa8e4f3e42fae7",
"body": null,
"is_bot": false,
"headline": "Fix panic when writer is closed before the read is finished",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-10T12:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c5a40cd76f44b15ce53de5df4b43eae53f22ce",
"body": null,
"is_bot": false,
"headline": "Fix ping frame size.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-10T11:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11094b76c82307c60e2fc1e40f1b101a8f495275",
"body": null,
"is_bot": false,
"headline": "Added ping reply checking. fmt",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-09-03T15:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "728a6b606b4bd6cb4e67b77a456c39d7a316fcc7",
"body": "Fix creation of streams with RST_FRAME.",
"is_bot": false,
"headline": "Merge pull request #32 from juliens/fix-perf",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-09-02T14:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7911c83a9c5f6a7be544294d5c66861fb447351",
"body": null,
"is_bot": false,
"headline": "Fix creation of streams with RST_FRAME.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-02T13:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "152787248d614c9a597d57ebea0a82e18959cd3d",
"body": "Handling section4 of http2 spec",
"is_bot": false,
"headline": "Merge pull request #31 from juliens/http2spec-4",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-09-01T14:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e95ed0f7c8da7494f31284675952ca7ffcf0c3",
"body": null,
"is_bot": false,
"headline": "Fix review.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-01T14:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6d0ea166654b9c9988c0912a89705c57dcc6f4",
"body": null,
"is_bot": false,
"headline": "Handle only one stream headers.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-01T12:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079e4e4f385817d5378254106d6984e25dda1f93",
"body": null,
"is_bot": false,
"headline": "Fix COMPRESSION_ERROR.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-01T12:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d81499beb1a400ca0cc0dcb7b7ebae470ffe134",
"body": null,
"is_bot": false,
"headline": "Fix MAX_STREAM_SIZE.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-09-01T12:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5dbfc902a76410051eec9f2826bee198c77d7f2",
"body": null,
"is_bot": false,
"headline": "Fix HPACK field printing",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-09-01T08:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e47e8600051dd157e486c8906d0685f84de62ef",
"body": null,
"is_bot": false,
"headline": "Trying to fix dyn table. Write goaway on read timeout",
"author_name": "Dario",
"author_login": "dgrr",
"committed_at": "2021-08-31T18:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89292af111e073fae3eefcf48e2ac721601b9024",
"body": "Fix \"generic\" specification",
"is_bot": false,
"headline": "Merge pull request #29 from juliens/spec",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-08-31T17:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2b0a9b3eb100e848c0927cd3e56ccb40af4c0b",
"body": null,
"is_bot": false,
"headline": "Fix partial header body with continuation frames.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-08-31T16:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fe4746f487ee3501d024337bd0f83a222ce774a",
"body": null,
"is_bot": false,
"headline": "Fix ping.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-08-31T15:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "264b26691f8fd29ec9f88d4a06d620bf0436d138",
"body": null,
"is_bot": false,
"headline": "Fix ignore unknown frame.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-08-31T15:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93e812932c9ccba6dc27e2f6e021454ecf963f50",
"body": "Fix panics.",
"is_bot": false,
"headline": "Merge pull request #28 from juliens/fix-panic",
"author_name": "Darío",
"author_login": "dgrr",
"committed_at": "2021-08-31T14:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c4879bf8021759b3d29f6512011cd3ecf63811",
"body": null,
"is_bot": false,
"headline": "Fix review.",
"author_name": "Julien Salleyron",
"author_login": "juliens",
"committed_at": "2021-08-31T13:55:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 4,
"latest_release_at": "2025-07-03T13:01:41Z",
"latest_release_tag": "v0.3.6",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 1,
"days_since_latest_release": 386,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/dgrr/http2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dgrr/http2",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/dgrr/http2",
"versions_count": 39,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T14:38:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 47,
"stars": 241,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-07-17",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-09-04",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2023-01-06",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-10-05",
"count": 2
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
}
],
"complete": true,
"collected": 42,
"total_forks": 47
},
"star_history": null,
"open_issues_and_prs": 18
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"demo/go.mod",
"go.mod"
],
"largest_source_bytes": 34183,
"source_files_sampled": 44,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"demo/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/valyala/fasthttp",
"direct": true,
"version": "1.28.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-fx95-883v-4q4h",
"GO-2022-0355"
],
"fixed_version": "1.34.0",
"advisory_count": 2,
"oldest_advisory_days": 1589
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 16
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 9
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 2
},
"advisory_count": 4,
"affected_count": 3,
"assessed_count": 23,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.4"
},
{
"name": "github.com/summerwind/h2spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.1+incompatible"
},
{
"name": "github.com/valyala/fasthttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.72.0"
},
{
"name": "github.com/valyala/fastrand",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.53.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.56.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.8.4",
"ecosystem": "go"
},
{
"name": "github.com/summerwind/h2spec",
"direct": true,
"version": "v2.2.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasthttp",
"direct": true,
"version": "1.28.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasthttp",
"direct": true,
"version": "1.34.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasthttp",
"direct": true,
"version": "v1.72.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fastrand",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "github.com/andybalholm/brotli",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dgrr/http2",
"direct": false,
"version": "0.0.3",
"ecosystem": "go"
},
{
"name": "github.com/dgrr/http2",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dgrr/websocket",
"direct": false,
"version": "0.0.8",
"ecosystem": "go"
},
{
"name": "github.com/fasthttp/router",
"direct": false,
"version": "1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.6",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 8,
"indirect_count": 15
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 22,
"open_issues": 15,
"closed_ratio": 0.667,
"closed_issues": 30,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "dgrr",
"commits": 340,
"avatar_url": "https://avatars.githubusercontent.com/u/10146748?v=4"
},
{
"type": "User",
"login": "juliens",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/195661?v=4"
},
{
"type": "User",
"login": "vecpeng",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/56476336?v=4"
},
{
"type": "User",
"login": "AMekss",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/327187?v=4"
},
{
"type": "User",
"login": "eole868",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/79679724?v=4"
},
{
"type": "User",
"login": "cachalots",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/84055642?v=4"
},
{
"type": "User",
"login": "ldez",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5674651?v=4"
},
{
"type": "User",
"login": "kirillDanshin",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9026581?v=4"
},
{
"type": "User",
"login": "pablolagos",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26362505?v=4"
},
{
"type": "User",
"login": "geronsv",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/40710163?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.89
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 3 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": 0,
"reason": "Found 1/25 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 10,
"reason": "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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c54ed583976ee0bc6baac943cd02894a14d4721a",
"ran_at": "2026-07-24T14:46:57Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T20:00:18Z",
"oldest_open_prs": [
{
"number": 62,
"created_at": "2023-03-07T00:24:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2023-03-07T00:24:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2026-01-14T18:43:02Z",
"last_comment_at": "2026-01-16T10:40:05Z",
"last_comment_author": "spikeyspik"
}
],
"last_merged_pr_at": "2025-06-22T16:14:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 12,
"created_at": "2021-02-15T20:54:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2021-06-14T18:15:33Z",
"last_comment_at": "2021-07-12T16:34:28Z",
"last_comment_author": "dgrr"
},
{
"number": 26,
"created_at": "2021-08-22T14:34:11Z",
"last_comment_at": "2022-01-11T23:21:56Z",
"last_comment_author": "dgrr"
},
{
"number": 27,
"created_at": "2021-08-26T20:18:20Z",
"last_comment_at": "2022-01-12T19:09:08Z",
"last_comment_author": "dgrr"
},
{
"number": 53,
"created_at": "2022-01-17T10:38:35Z",
"last_comment_at": "2022-04-24T08:20:56Z",
"last_comment_author": "hiqsociety"
},
{
"number": 58,
"created_at": "2022-03-22T03:04:40Z",
"last_comment_at": "2022-12-17T03:07:34Z",
"last_comment_author": "trajan0x"
},
{
"number": 59,
"created_at": "2022-03-27T12:18:10Z",
"last_comment_at": "2022-12-19T02:54:01Z",
"last_comment_author": "trajan0x"
},
{
"number": 60,
"created_at": "2022-04-20T18:49:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2022-11-14T12:22:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2023-04-04T13:51:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 66,
"created_at": "2023-09-26T06:26:50Z",
"last_comment_at": "2023-10-08T01:29:11Z",
"last_comment_author": "zxpdmw"
},
{
"number": 69,
"created_at": "2024-05-10T07:35:36Z",
"last_comment_at": "2024-05-10T07:44:44Z",
"last_comment_author": "dgrr"
},
{
"number": 72,
"created_at": "2025-06-23T15:56:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2025-07-03T15:59:51Z",
"last_comment_at": "2026-03-25T11:50:53Z",
"last_comment_author": "karelbilek"
},
{
"number": 79,
"created_at": "2026-03-15T21:52:03Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dgrr/http2",
"host": "github.com",
"name": "http2",
"owner": "dgrr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 48,
"vitality": 48,
"community": 54,
"governance": 60,
"engineering": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 48,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 0.98,
"days_since_last_push": 5,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"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": 52,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.3.6",
"releases_from_tags": false,
"days_since_latest_release": 386,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 386 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 386
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 47,
"stars": 241,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "241 stars",
"points": 38.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 241
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "47 forks",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 47
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.89
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"merged_prs": 22,
"open_issues": 15,
"closed_issues": 30,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "22/32 decided PRs merged",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 32
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/25 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": 60,
"inputs": {
"followers": 129,
"owner_type": "User",
"is_verified": null,
"owner_login": "dgrr",
"public_repos": 30,
"account_age_days": 4243
},
"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": "129 followers of dgrr",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 129,
"login": "dgrr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~11 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"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/dgrr/http2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"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": 62,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.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 3 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": 60,
"inputs": {
"topics": [
"http2",
"golang",
"fasthttp"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": 48,
"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 3 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 1/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"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": "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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 23 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 23
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "osv",
"advisories": 4,
"affected_packages": 3,
"assessed_packages": 23,
"unassessed_packages": 0,
"affected_by_severity": "high 1, unknown 2",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: github.com/valyala/fasthttp 1.28.0 (high 7.5), golang.org/x/crypto v0.53.0 (unknown)",
"points": 13,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "github.com/valyala/fasthttp 1.28.0 (high 7.5), golang.org/x/crypto v0.53.0 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 1589 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 1589
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 23,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.286,
"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": "28 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"demo/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 34183,
"source_files_sampled": 44,
"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/44 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 44,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T14:47:10.532880Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dgrr/http2.svg",
"full_name": "dgrr/http2",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}