Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 147,
"has_wiki": true,
"homepage": "https://godoc.org/github.com/felixge/httpsnoop",
"languages": {
"Go": 27252,
"Makefile": 128
},
"pushed_at": "2026-06-11T18:43:45Z",
"created_at": "2016-11-09T15:04:36Z",
"owner_type": "User",
"updated_at": "2026-07-28T10:26:20Z",
"description": "Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://felixge.de/",
"name": "Felix Geisendörfer",
"type": "User",
"login": "felixge",
"company": "Datadog",
"location": "Berlin, Germany",
"followers": 4229,
"avatar_url": "https://avatars.githubusercontent.com/u/15000?v=4",
"created_at": "2008-06-25T14:24:37Z",
"is_verified": null,
"public_repos": 303,
"account_age_days": 6606
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-06-11T18:44:28Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2023-11-04T16:35:00Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2022-05-08T18:50:22Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2021-04-25T16:27:28Z"
}
],
"recent_commits": [
{
"oid": "0fc9006be0bfd68ee14bc3db0d58f7c7241892e0",
"body": "* fix: preserve hooks for added writer interfaces\n\n* fix: preserve FlushError errors through Flush hooks",
"is_bot": false,
"headline": "fix: preserve hooks for added writer interfaces (#35)",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2026-06-11T18:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e413b2a689b52aad439dba0acf8fe7ed4f239547",
"body": "* feat: add support for io.StringWriter\n\nThe interface was added to the io package in go 1.12.\n\n Related to:\n - https://go.dev/doc/go1.12#iopkgio\n - https://github.com/golang/go/commit/33d531dfa49b7477dd51b54b870508b8b7eafee2\n\n* chore: support go 1.25 and up\n\nFollowing the same policy as golang.\nSee\n[…]\n a single allocation.\n\n* chore: combine the if statements\n\n* fix: capture metrics for WriteString\n\n* chore: add httpFlushError support\n\n---------\n\nCo-authored-by: Felix Geisendörfer <felix@felixge.de>",
"is_bot": false,
"headline": "Bump golang version, add io.StringWriter and improve performance (#33)",
"author_name": "Warnar Boekkooi",
"author_login": "boekkooi-impossiblecloud",
"committed_at": "2026-06-11T11:54:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a9390b3efa88b009f50cb3324b2f696978f8276",
"body": "Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: populate duration when handler panics (#31)",
"author_name": "Anuraag (Rag) Agrawal",
"author_login": "anuraaga",
"committed_at": "2025-06-04T08:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3fc968c5d64628d4aaf4667d9c4b46c134f45eb",
"body": "…(#29)",
"is_bot": false,
"headline": "feat: Support SetReadDeadline, SetWriteDeadline and EnableFullDuplex …",
"author_name": "Rollulus Rouloul",
"author_login": "rollulus",
"committed_at": "2024-10-20T13:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5817c27ec125409c069052fdd171023c353501c",
"body": null,
"is_bot": false,
"headline": "codegen: fix generated header comment (#25)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2023-03-12T10:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661666ca196d6ac0883f7bd63976a8ff84ab5d18",
"body": null,
"is_bot": false,
"headline": "Support (ignore) 1xx status codes. (#24)",
"author_name": "Mitar",
"author_login": "mitar",
"committed_at": "2022-11-17T11:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b7a3718bcc5cce0a251b2d21eb77c58bcb1f788",
"body": "The httptest Server introduces unrelated overhead to the benchmarks.\r\nIdeally we'd only measure the impact on the wrapped handler.",
"is_bot": false,
"headline": "tests: refactor benchmarks to remove test server overhead (#20)",
"author_name": "Leo Antunes",
"author_login": "costela",
"committed_at": "2022-07-24T16:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcf093deb67646fbd12edcb12fdf173b8fd90aa2",
"body": null,
"is_bot": false,
"headline": "chore: switch to github actions (#21)",
"author_name": "Leo Antunes",
"author_login": "costela",
"committed_at": "2022-07-24T16:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef9fc62cdc3cc5abc33d6018fe1324890bb48145",
"body": null,
"is_bot": false,
"headline": "Allow specifying initial metrics.",
"author_name": "Mitar",
"author_login": "mitar",
"committed_at": "2022-04-24T14:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67cc0c42b67e0a64cf277369d07940391912895d",
"body": null,
"is_bot": false,
"headline": "Allow specifying initial metrics.",
"author_name": "Mitar",
"author_login": "mitar",
"committed_at": "2022-04-24T14:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c30f944879059639bcf7b2ca4aba06f4a83198",
"body": "Resolves #13",
"is_bot": false,
"headline": "Remove mutex and add test for ReaderFrom",
"author_name": "Emrecan BATI",
"author_login": "ebati",
"committed_at": "2021-03-19T07:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80c3c2123b72a19bf86e424759ce61a51b0f5f1b",
"body": "See https://github.com/felixge/httpsnoop/issues/8\n\nCo-Authored-By: Felix Geisendörfer <felix@felixge.de>",
"is_bot": false,
"headline": "Implement Unwrap() interface",
"author_name": "Paul Annesley",
"author_login": "pda",
"committed_at": "2020-09-19T15:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33ec42cfe005395fb4cc4b296781f65d7ffef2c3",
"body": null,
"is_bot": false,
"headline": "add go.mod file",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2019-09-08T15:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadd4fad6aac69ae62379194fe0219f3dbc80fd3",
"body": "A more flexible alternative to CaptureMetrics.",
"is_bot": false,
"headline": "Implement CaptureMetricsFn",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-06-29T01:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c94779cf9e8761ec6acd2a8a2596df5a0a14136",
"body": null,
"is_bot": false,
"headline": "readme: add http.Pusher",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-05-05T09:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63873eeb89343025d24fa0a863d49fc425d576cf",
"body": "Go 1.8",
"is_bot": false,
"headline": "Merge pull request #4 from felixge/go-1.8",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T14:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540eb65d9a3e7f71a8c18bee6a7b356b3012764a",
"body": "Allows me to see if travis ends up running the right code ...",
"is_bot": false,
"headline": "codegen: more verbose test case",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T14:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad70616f8a919fc88e56c71bedb23a6cae73f28",
"body": "seems like travis uses the default target when a Makefile is present",
"is_bot": false,
"headline": "make: add ci target",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T14:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c547fab06581dbedf017d7f04ca813dc906ff9a6",
"body": null,
"is_bot": false,
"headline": "codegen: support Go 1.8 http.Pusher",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T13:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd967f042d6207d226a44cea0dc148ba6d2c8d3d",
"body": null,
"is_bot": false,
"headline": "codegen: generate tests",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T13:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f90382a748acf39b391fe2eb74b416b6de1b888",
"body": null,
"is_bot": false,
"headline": "codegen: add missing imports",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T13:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "444b444ec336de2a9da3ae6434252a0f42bd2fb2",
"body": null,
"is_bot": false,
"headline": "codegen: small refactor",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T13:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c69a09d35e463b218252d4f4268f0748e798e19",
"body": null,
"is_bot": false,
"headline": "rename to wrap_generated.go",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T12:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267931b78c508f9b2c9d759e964b6e755f89baac",
"body": null,
"is_bot": false,
"headline": "codegen: generate almost everything",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T12:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7fbc5347aa631614039dac4ad7fe5bffaeca04",
"body": null,
"is_bot": false,
"headline": "codegen: generate initial Wrap() func",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2017-03-18T12:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "287b56e9e314227d3113c7c6b434d31aec68089d",
"body": "Performance improvements in 08fda79cbbec924cf2dff83bbd4850df5e58f739\nmade things a lot faster ;)",
"is_bot": false,
"headline": "README: Update performance section",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-25T08:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08fda79cbbec924cf2dff83bbd4850df5e58f739",
"body": "The net/http pkg automatically recovers from panics inside of handlers,\nand CaptureMetrics was unfortunately breaking this functionality by\nexecuting hnd in a new goroutine.\n\nThis patch fixes the problem by using locks instead of channels.\n\nRant: IMHO the automatic recover functionality of net/http \n[…]\nctive request.\n\nHowever, IMO that's an entirely unreasonable assumption. Most http\nhandlers will have shared state, e.g. a *database/sql.DB.\n\nAnyway ... I'm afraid that ship has long sailed.\n\nFixes #2",
"is_bot": false,
"headline": "fix: handler panics were not handled correctly",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-25T08:40:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3dccdc69bab9b998d55eb4b66751d71ff3200b6",
"body": null,
"is_bot": false,
"headline": "Add comment about why Go 1.6 support is there",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-12T17:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d26c897f18b90521316a4fb269ead67a37baee6",
"body": null,
"is_bot": false,
"headline": "fix: WriteHeader after Write can't change code",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-12T17:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48dae244e65824d979f7e38e32b95b7d96ff8a35",
"body": null,
"is_bot": false,
"headline": "fix: call WriteHeader next func right away",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-11T18:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91947fba2f0d0f9bf9c1154e5d56602dc9e0a2e6",
"body": null,
"is_bot": false,
"headline": "README: Add performance section",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T11:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2b5e980a0da27942ef3a0f370b268f0397108e",
"body": null,
"is_bot": false,
"headline": "fix typos",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T11:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1cd0f0e3379253757143c322efe747b9c0fb1bc",
"body": null,
"is_bot": false,
"headline": "edit copy",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daef01f9121b6c4ed75c2bcdfc7a663da6b993c2",
"body": null,
"is_bot": false,
"headline": "Add LICENSE",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe665a2ce904b51bcd3ae099b83ccf2993f2426d",
"body": null,
"is_bot": false,
"headline": "Improve docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbc4eb2619bfd4bf30b185a9d15e2e1e7f43688",
"body": null,
"is_bot": false,
"headline": "Explain why this package exists",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf72b49b911b97495d975871f8b77843472ad42",
"body": null,
"is_bot": false,
"headline": "Remove import",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b98191f4123ce3b162e9885f5c449320ebc89e",
"body": null,
"is_bot": false,
"headline": "Improve example",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426dc3bef852c98bd7e327c0d17a6b2beb057eed",
"body": null,
"is_bot": false,
"headline": "README: add usage example",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T10:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a2f967eb4d11519097b9eedaf508f6dae5db6da",
"body": null,
"is_bot": false,
"headline": "readme: build status",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d3d3d994de3f738b6d5dddb684db47e10f9db9",
"body": null,
"is_bot": false,
"headline": "travis ci",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcb66a4ef44152dba77481b8575b9c73c3b97cf",
"body": null,
"is_bot": false,
"headline": "Initial README",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4bd21e70c18f5a1aeef6f9174eae65225ca9997",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a5d281e42e32686729f024dea39cccc6fecde6",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32feeb5f785de2c79cda5e754edaa393bb1d9e00",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d6ead58e2031df3011244bd38f845164049b9f",
"body": null,
"is_bot": false,
"headline": "improve docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e2061c89d372af4a83bf4d28943e0163f16b587",
"body": null,
"is_bot": false,
"headline": "fix docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7994b0417f041a3e9e94f4d60b24bfe294d6cab4",
"body": null,
"is_bot": false,
"headline": "docs and improved Written bytes metrics",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37347945461c68bc87b553459b8f891226f2673",
"body": null,
"is_bot": false,
"headline": "move stuff around, start docs",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989049cfcb9e51c31563fd1d0c767062cf3b0b15",
"body": null,
"is_bot": false,
"headline": "Add benchmark",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee919de7546a81327891bd0732890edb7f3fe7f",
"body": null,
"is_bot": false,
"headline": "fix method name",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8303a455360faf7decaa0a69c6dfa2f74af83329",
"body": null,
"is_bot": false,
"headline": "Support http.Hijacker interface",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T09:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6edc98e3e2d8df210027e30c78ce878db7989323",
"body": null,
"is_bot": false,
"headline": "Support io.ReaderFrom interface",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-10T08:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0956985b774dac8d327de49585176d80f9f75e",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-09T15:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63219f3d7da32d30662866bd95efc0e2448d3d1",
"body": null,
"is_bot": false,
"headline": "rename methods",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-09T15:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe04f6545f7117d43a8dd79e4fb023198f630757",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-09T15:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b748b4a81fec2823548fe693627a11f46d91e1f",
"body": null,
"is_bot": false,
"headline": "Initial Implementation",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-09T15:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ce6c3d98af094f9804feb90b8b7269eed9dc56",
"body": null,
"is_bot": false,
"headline": "init repo",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2016-11-09T09:00:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 2,
"latest_release_at": "2026-06-11T18:44:28Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_last_push": 46,
"active_weeks_last_year": 1,
"days_since_latest_release": 46,
"mean_days_between_releases": 624.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/felixge/httpsnoop",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/felixge/httpsnoop",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/felixge/httpsnoop",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-11T18:42:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 46
}
]
},
"popularity": {
"forks": 49,
"stars": 1163,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2016-12-06",
"count": 1
},
{
"date": "2016-12-31",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-06-08",
"count": 2
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-03-02",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-06",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-06-25",
"count": 2
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2020-08-01",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 48,
"total_forks": 49
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 675624,
"source_files_sampled": 10,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 12,
"open_issues": 7,
"closed_ratio": 0.667,
"closed_issues": 14,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "felixge",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/15000?v=4"
},
{
"type": "User",
"login": "mitar",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/585279?v=4"
},
{
"type": "User",
"login": "costela",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/94699?v=4"
},
{
"type": "User",
"login": "anuraaga",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/198344?v=4"
},
{
"type": "User",
"login": "ebati",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6907852?v=4"
},
{
"type": "User",
"login": "alexandear",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3228886?v=4"
},
{
"type": "User",
"login": "pda",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15759?v=4"
},
{
"type": "User",
"login": "rollulus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10527826?v=4"
},
{
"type": "User",
"login": "boekkooi-impossiblecloud",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/179882032?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.81
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 12 merged PRs checked by a CI test -- score normalized to 1",
"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": 4,
"reason": "Found 9/20 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": "0fc9006be0bfd68ee14bc3db0d58f7c7241892e0",
"ran_at": "2026-07-28T13:02:43Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-11T18:44:48Z",
"oldest_open_prs": [
{
"number": 22,
"created_at": "2022-07-20T16:28:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2026-07-23T16:16:40Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-11T18:42:33Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2017-05-25T14:37:09Z",
"last_comment_at": "2017-05-29T07:47:31Z",
"last_comment_author": "felixge"
},
{
"number": 19,
"created_at": "2022-07-20T14:09:42Z",
"last_comment_at": "2022-07-24T19:17:39Z",
"last_comment_author": "costela"
},
{
"number": 26,
"created_at": "2023-07-20T20:35:00Z",
"last_comment_at": "2024-11-11T15:17:21Z",
"last_comment_author": "dido18"
},
{
"number": 30,
"created_at": "2024-11-11T15:22:58Z",
"last_comment_at": "2025-10-28T18:02:16Z",
"last_comment_author": "jf-uu"
},
{
"number": 32,
"created_at": "2025-09-09T16:14:08Z",
"last_comment_at": "2025-09-18T15:56:50Z",
"last_comment_author": "infogulch"
},
{
"number": 36,
"created_at": "2026-06-23T20:25:11Z",
"last_comment_at": "2026-06-23T20:47:31Z",
"last_comment_author": "awly"
},
{
"number": 37,
"created_at": "2026-07-21T03:55:21Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/felixge/httpsnoop",
"host": "github.com",
"name": "httpsnoop",
"owner": "felixge"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 37,
"vitality": 45,
"community": 60,
"governance": 67,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 45,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 46,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 46 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 46
}
}
],
"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": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_latest_release": 46,
"mean_days_between_releases": 624.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 46 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~624.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 624.4
}
}
],
"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": 46,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 46 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 46
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"forks": 49,
"stars": 1163,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,163 stars",
"points": 49.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1163
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "49 forks",
"points": 14,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 49
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.81
},
"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 81% of commits",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 12,
"open_issues": 7,
"closed_issues": 14,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 3
},
"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": "12/15 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 15
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/20 approved changesets -- score normalized to 4",
"points": 6,
"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": 4229,
"owner_type": "User",
"is_verified": null,
"owner_login": "felixge",
"public_repos": 303,
"account_age_days": 6606
},
"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": "4,229 followers of felixge",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4229,
"login": "felixge"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "303 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 303
}
},
{
"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": [
"github.com/felixge/httpsnoop"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 46
},
"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 46 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 46
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 12 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://godoc.org/github.com/felixge/httpsnoop",
"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://godoc.org/github.com/felixge/httpsnoop",
"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": 37,
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"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": "2 out of 12 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"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 9/20 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"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 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": 22
},
"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": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.414,
"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": "24 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 58",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 58
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 675624,
"source_files_sampled": 10,
"oversized_source_files": 2
},
"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": "2/10 source files over 60KB",
"points": 44,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"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-28T13:03:00.341560Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/felixge/httpsnoop.svg",
"full_name": "felixge/httpsnoop",
"license_state": "standard",
"license_spdx": "MIT"
}