JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 324,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 186650,
"Makefile": 420,
"Dockerfile": 1084
},
"pushed_at": "2026-07-17T07:22:56Z",
"created_at": "2024-04-15T21:40:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T07:14:05Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ethpandaops.io",
"name": "ethPandaOps",
"type": "Organization",
"login": "ethpandaops",
"company": null,
"location": null,
"followers": 296,
"avatar_url": "https://avatars.githubusercontent.com/u/112543708?v=4",
"created_at": "2022-08-31T07:52:58Z",
"is_verified": null,
"public_repos": 164,
"account_age_days": 1426
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.21",
"kind": "patch",
"published_at": "2026-07-17T07:27:57Z"
},
{
"tag": "v0.0.20",
"kind": "patch",
"published_at": "2026-03-20T11:49:37Z"
},
{
"tag": "v0.0.19",
"kind": "patch",
"published_at": "2026-03-16T22:35:03Z"
},
{
"tag": "v0.0.18",
"kind": "patch",
"published_at": "2026-03-03T13:59:35Z"
},
{
"tag": "v0.0.17",
"kind": "patch",
"published_at": "2026-03-02T04:53:33Z"
},
{
"tag": "v0.0.16",
"kind": "patch",
"published_at": "2026-02-03T03:47:18Z"
},
{
"tag": "v0.0.15",
"kind": "patch",
"published_at": "2026-02-03T02:21:18Z"
},
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2026-01-29T03:18:48Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2026-01-22T02:56:24Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2026-01-16T08:14:23Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2026-01-16T07:58:33Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2026-01-16T07:19:51Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2026-01-16T02:45:42Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-01-15T07:06:29Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2025-08-21T13:26:57Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2025-08-01T13:00:11Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-06-28T19:08:58Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-06-27T19:29:36Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-06-27T13:47:19Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2024-07-09T14:01:42Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2024-04-16T01:02:50Z"
}
],
"recent_commits": [
{
"oid": "e3bb3cb2f91eeaa35a30f2edfb224751b68aaa54",
"body": "fall back to a registered client code when fetching execution metadata",
"is_bot": false,
"headline": "Merge pull request #49 from ethpandaops/fix/reth-client-version-code",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-07-17T07:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88731236efc6763a077c6122d54999892f8218e5",
"body": "The engine_getClientVersionV1 param identifies the consensus client, so\nborrow a registered CL code rather than an EL one when reth rejects the\nspec-compliant unregistered \"RS\" code.\n\nClaude-Session: https://claude.ai/code/session_01J2ShnSwGwH4iZuXXwbLgvP",
"is_bot": false,
"headline": "use a consensus-layer code for the fallback identity",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-07-17T06:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5bbc021d1f2dbb776c2ece3235a7102dce0069",
"body": "Reth deserializes the caller identity of engine_getClientVersionV1 into a\nstrict enum of registered client codes and rejects the snooper's\nunregistered \"RS\" code with -32602 Invalid params. Since events are not\npublished until execution metadata is available, this silently blocked all\nxatu output on\n[…]\npt is rejected,\nkeeping the honest rpc-snooper name, and use the spec-compliant 0x-prefixed\nDATA encoding for the commit field.\n\nClaude-Session: https://claude.ai/code/session_01J2ShnSwGwH4iZuXXwbLgvP",
"is_bot": false,
"headline": "fall back to a registered client code when fetching execution metadata",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-07-17T06:29:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7365f0ee9070129d406c486802fdcccb44fbbee",
"body": "Build dev images on native amd64/arm64 runners instead of QEMU",
"is_bot": false,
"headline": "Merge pull request #45 from ethpandaops/bbusa/native-docker-builders",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-05-29T13:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2874395afa0f8d2010ad2cb4e66cf18aac6b886",
"body": "Splits the single QEMU-emulated multiarch build into per-arch jobs on native\nrunners (ubuntu-latest for amd64, ubuntu-24.04-arm for arm64), then merges\nthem into the branch-named multiarch tags with buildx imagetools. Also bumps\ndocker/setup-buildx-action to v4.1.0 and docker/login-action to v4.2.0, both\nof which run on Node.js 24 (silences the Node.js 20 deprecation warning).",
"is_bot": false,
"headline": "build dev images on native amd64/arm64 runners instead of QEMU",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-05-29T12:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28c764bfaa15fb3555cc24baed8a7dff6ac4944",
"body": "Add build-docker-image label workflow for PR branch images",
"is_bot": false,
"headline": "Merge pull request #43 from ethpandaops/ci/build-docker-image-label",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-05-29T12:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b8dd4b272dcbd53afbf0b36ab36e40c6795dd8",
"body": "Mirrors ethpandaops/dora's build-dev workflow: a PR labeled\n'build-docker-image' triggers a multiarch docker build on synchronize,\ntagged with the sanitized branch name and pushed to ethpandaops/rpc-snooper.\nForked PRs build for validation but do not push. The image is built from the\nrepo Dockerfile rather than dora's prebuilt-binary stub, since rpc-snooper has\nno separate binary/UI artifact stage.",
"is_bot": false,
"headline": "add build-docker-image label workflow for PR branch images",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-05-29T12:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6452c1166f4a3470623e79b318c05d00f062d842",
"body": "disable hide bodies by default",
"is_bot": false,
"headline": "Merge pull request #38 from ethpandaops/pk910/disable-hide-bodies",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-03-20T11:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72ab15beceac9572a3cee1e0867d368a76a90e4",
"body": null,
"is_bot": false,
"headline": "disable hide bodies by default",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-03-20T11:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f254acfd6e76d22e17d897aa6baff979be16b4",
"body": "feat: add duration_ms and JSON-RPC method to log output",
"is_bot": false,
"headline": "Merge pull request #37 from ethpandaops/pr/duration-logging",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-03-16T22:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a661ed1d2d26286cd3146aebfbfd2afe29d456b2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into pr/duration-logging",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-03-16T22:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b70ecf68cb0fe6f8dd39a9186038b04b80c08d",
"body": "feat: add --hide-bodies flag to suppress request/response body logging",
"is_bot": false,
"headline": "Merge pull request #35 from ethpandaops/pr/hide-bodies",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-03-16T22:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5f8db70d75969d354807647ca5aa7e8b481693",
"body": "Show the JSON-RPC method name on request lines and round-trip\nduration in milliseconds on response lines. Also handles batch\nrequests by listing all methods.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add duration_ms and JSON-RPC method to log output",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-03-16T22:13:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d8b1819b2d2958eb605d223ba5594c50deb029e9",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add --hide-bodies flag to suppress request/response body logging",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-03-16T21:10:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f818584befacc26bacad20c5981660c763c8fc5",
"body": "fix: reduce memory pressure during concurrent logging in burst sync",
"is_bot": false,
"headline": "Merge pull request #33 from qu0b/qu0b/fix/memory-leak-logging-pipeline",
"author_name": "Stefan",
"author_login": "qu0b",
"committed_at": "2026-03-15T10:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc3742a8155e8c0cb1a0d82e02174b413b59a36",
"body": "- Fix gofmt formatting (map key alignment)\n- Fix wsl cuddling violations (blank lines between declarations)\n- Fix gosec G115 int→uint64 conversions with nolint directive\n- Fix revive unused-parameter (s *Snooper → _ *Snooper)\n- Remove commented-out code flagged by gocritic\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: fix golangci-lint issues in memory benchmark test",
"author_name": "qu0b",
"author_login": "qu0b",
"committed_at": "2026-03-15T10:25:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "444bf685a25187da340a92911a56c27955f9b574",
"body": "- Defer event stream parsing past WaitForSequence (same pattern as\n logRequest/logResponse — avoids holding parsed trees during wait)\n- Short-circuit formatHexBodyForLog when truncation is enabled: only\n encode first/last preview bytes instead of full 2x allocation\n- Extract logFn/logger from clos\n[…]\n cloning (tree is\n freshly unmarshalled and discarded after MarshalIndent)\n- Add TODO for double-unmarshal elimination (deferred to future PR)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: additional memory optimizations for logging pipeline",
"author_name": "qu0b",
"author_login": "qu0b",
"committed_at": "2026-03-15T10:05:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dad56e336db844d1d826793683f521e04a3150ee",
"body": "The logging pipeline spawns async goroutines that hold full request/response\nbodies while waiting for ordered sequence processing (WaitForSequence, up to\n5s timeout). During EL sync catch-up, hundreds of engine_newPayloadV5 calls\narrive rapidly, creating a burst of goroutines each holding multiple c\n[…]\nad and\n engine_getBlobs handlers now prune entries older than 30s on each\n HandleRequest call, preventing leak when EL crashes mid-request.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: reduce memory pressure during concurrent logging in burst sync",
"author_name": "qu0b",
"author_login": "qu0b",
"committed_at": "2026-03-14T11:07:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9e9b2d50322d5150c1b48c0d70555d061df1dd7d",
"body": "truncate by default",
"is_bot": false,
"headline": "Merge pull request #32 from ethpandaops/pk910/truncate-by-default",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-03-03T13:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0996608490634b9714486607599e29f9778f94",
"body": "…ions-2f36cc54c2\n\nchore(deps): bump the actions group across 1 directory with 4 updates",
"is_bot": false,
"headline": "Merge pull request #31 from ethpandaops/dependabot/github_actions/act…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-03-03T13:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7be1cacb617b03e8bd98e3736593823e4c52f9b3",
"body": null,
"is_bot": false,
"headline": "truncate by default",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-03-03T13:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5014f4fbd1260d178dd1e23c7b015dc87610edb5",
"body": "feat: truncate large hex values in log output",
"is_bot": false,
"headline": "Merge pull request #30 from ethpandaops/feat/log-hex-truncation",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-03-02T04:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10bb6ef4f1653bde546559910072f4db57cbb3f2",
"body": "- Extract duplicated SSZ truncation if/else blocks into formatHexBodyForLog\n- Fix beautifyJSONForLog to not re-attempt unmarshal on known-bad input",
"is_bot": false,
"headline": "refactor: extract SSZ body formatting helper and fix error fallback",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-03-02T03:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71482058f91dee3dae46d2ae7dd9e30f709f4bae",
"body": "Flip the default so truncation is disabled unless explicitly enabled\nvia --truncate flag or SNOOPER_TRUNCATE=true env var.",
"is_bot": false,
"headline": "feat: make log truncation opt-in for backwards compatibility",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-03-02T03:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "048bcd29ba2bb8bac410ea9d9e6c334f01a5bbf9",
"body": "Bumps the actions group with 4 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/\n[…]\n-action\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the actions group across 1 directory with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-01T17:46:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99acf218d88d60612819d433614a141d22c288a5",
"body": "Blob data (~128KB per blob) and large calldata make snooper logs\nunreadable. Walk the parsed JSON tree before logging and replace any\nhex string longer than 256 characters with a truncated placeholder\n(e.g. 0x1234abcd...ef567890 <131072 bytes>).\n\nEnabled by default; opt out with --no-truncate / SNOOPER_NO_TRUNCATE.\nOnly affects console log display — module processing (Xatu, metrics)\nand proxy behavior receive full untruncated data.",
"is_bot": false,
"headline": "feat: truncate large hex values in log output",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-02-14T06:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e97fd64f0675f2f7f143cda0b5a2d565fe50b2ca",
"body": "Fix duplicate commit hash in version string",
"is_bot": false,
"headline": "Merge pull request #28 from ethpandaops/fix/version-commit-duplication",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-02-03T03:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157d0ad51cad20f2b614798b41df35ae40079065",
"body": "When the version already contains a truncated commit hash (e.g., 7 chars),\ndon't append the full commit hash again.",
"is_bot": false,
"headline": "fix: prevent duplicate commit hash in version string",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-02-03T03:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555b747f5508e263cae47dfd2f99d9dcd1814a16",
"body": "feat: replace custom version parser with ethcore library",
"is_bot": false,
"headline": "Merge pull request #26 from ethpandaops/refactor/el-client-ver-parsing",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-02-03T02:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b395d93033df943c0dfafdd6de3586daf8b7db91",
"body": "Import github.com/ethpandaops/ethcore/pkg/ethereum/clients to handle\nexecution client version parsing. This removes the fragile local\nparseVersion/splitBy helpers and unifies version handling across\nprojects. Add ClientVersionV1.String() to produce the web3_clientVersion\nformat expected by the new parser.",
"is_bot": false,
"headline": "feat: replace custom version parser with ethcore library",
"author_name": "Matty Evans",
"author_login": "mattevans",
"committed_at": "2026-01-30T19:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48cbb0a30d1e2b37f1fd50afb594bb971c0b0ad",
"body": "…e-body\n\nfix(proxy): measure duration including response body transfer",
"is_bot": false,
"headline": "Merge pull request #25 from ethpandaops/fix/duration-includes-respons…",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-29T03:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d4a276f8619f1358ff0270834d1ffdd614bf2c",
"body": "…ions-b8d4ccb3f3\n\nBump the actions group across 1 directory with 4 updates",
"is_bot": false,
"headline": "Merge pull request #15 from ethpandaops/dependabot/github_actions/act…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-01-29T02:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0795aa2d0daa8218843dc10200a6ef3c71944920",
"body": "jwt.go was an uncommitted local file that shouldn't be part of this PR.\nRestore the original functions in execution_metadata.go instead.",
"is_bot": false,
"headline": "revert: remove jwt.go, restore original execution_metadata.go",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-29T00:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca51f2419206c7999e2cc838449bdd6ac4952608",
"body": "Add dedicated jwt.go file with ParseJWTSecret and CreateJWTToken\nfunctions. Remove duplicate implementations from execution_metadata.go.",
"is_bot": false,
"headline": "feat(snooper): add jwt.go with JWT parsing utilities",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-29T00:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd500fdeee78370c6774c56273c9cdc61618f97d",
"body": "Add TestCallDurationIncludesResponseBodyTransfer which uses a mock\nupstream that delays the body after sending headers, proving the\nduration measurement captures the full round-trip.\n\nAlso fix parseHexSecret redeclaration between jwt.go and\nexecution_metadata.go by removing the duplicate from\nexecution_metadata.go and using the jwt.go versions.",
"is_bot": false,
"headline": "test(proxy): add test for duration including response body transfer",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-28T10:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6aded6b0127f5770bd3a119a4240a54e6b90191",
"body": "duration_ms was only measuring time to response headers (client.Do\nreturns when headers arrive). For methods with large response bodies\nlike engine_getBlobs (~900KB of blob data), this dramatically\nunderreported timing (e.g. 0ms instead of ~50ms).\n\nMove the measurement to after io.Copy completes, capturing the full\nround-trip including response body transfer. Store duration on the\nProxyCallContext so the deferred logging goroutine can read it after\nthe value is set.",
"is_bot": false,
"headline": "fix(proxy): measure duration including response body transfer",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-28T07:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd49cd4b49fffc697df129797c42768f5d7386a7",
"body": "…d-indexes\n\nfeat(xatu): add returned_blob_indexes to engine_getBlobs events",
"is_bot": false,
"headline": "Merge pull request #24 from ethpandaops/feat/engine-get-blobs-returne…",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-22T02:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aae52aa93887eec228a253c2c159b6670882b4e",
"body": "Populate the new returned_blob_indexes field which tracks which specific\nblobs (by index into the requested versioned_hashes) were successfully\nreturned in engine_getBlobs responses.\n\nRequires: ethpandaops/xatu#733",
"is_bot": false,
"headline": "feat(xatu): add returned_blob_indexes to engine_getBlobs events",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-22T02:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cd416e1f392f97d7d3176d32a79a885203cb6b",
"body": "perf(logging): pre-allocate buffer using Content-Length",
"is_bot": false,
"headline": "Merge pull request #23 from ethpandaops/perf/preallocate-buffer",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T08:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18291ea154015f29c2c791dfd0b0cc5e110683b0",
"body": "…ghput\n\nAdd createTeeLogStreamWithSizeHint() that pre-allocates the buffer when\nthe response size is known via Content-Length. This avoids multiple\nreallocations and copies during streaming.\n\nBenchmark results for blob-sized payloads (2MB):\n- Without pre-alloc: 4.5 GB/s, 50 allocs\n- With pre-alloc: 8.5 GB/s, 41 allocs\n\n~1.85x faster throughput, ~20% fewer allocations, ~33% less memory.",
"is_bot": false,
"headline": "perf(logging): pre-allocate buffer using Content-Length for ~2x throu…",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T08:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17cba7303f404c4630db9a81797b267e36e6e975",
"body": "perf(logging): replace io.Pipe with bytes.Buffer in createTeeLogStream",
"is_bot": false,
"headline": "Merge pull request #18 from ethpandaops/perf/buffer-teereader",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T07:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b683961ea2c1bbea2935b2220998941812f550ca",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into perf/buffer-teereader",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a44d556abb2c258ac8f533f4d039ffb1029ef48",
"body": "test(snooper): add benchmark tests for TeeReader implementations",
"is_bot": false,
"headline": "Merge pull request #21 from ethpandaops/test/teereader-benchmark",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4516186f4ce8a7579f45fcc0be44ce58dc2497",
"body": null,
"is_bot": false,
"headline": "test(snooper): add benchmark tests for TeeReader implementations",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23132c54ad923f16c448289edb94c2092b35ef21",
"body": "Revert \"perf(logging): replace io.Pipe with bytes.Buffer in createTeeLogStream\"",
"is_bot": false,
"headline": "Merge pull request #19 from ethpandaops/revert/buffer-teereader",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d903dee324c413e399307173c5bb8f6ea09b984e",
"body": "…LogStream\"\n\nThis reverts commit 6e2d645712e07c99df44a0a3de5e65e1a02dd123.",
"is_bot": false,
"headline": "Revert \"perf(logging): replace io.Pipe with bytes.Buffer in createTee…",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b785231bef8c4fe14e1539c5f120e2d574dfdb12",
"body": "Replace synchronized io.Pipe with bytes.Buffer for the TeeReader logging\nstream. The pipe's unbuffered, synchronized writes added overhead that\nblocked the client during response streaming.\n\nThe buffer-based approach:\n- Writes never block (buffer grows as needed)\n- No goroutine synchronization durin\n[…]\nfaster throughput across payload sizes\n- ~50% less memory usage\n- ~30% fewer allocations\n\nBenchmarks (200KB JSON payload):\n- Old (pipe): 240μs, 1.8MB, 52 allocs\n- New (buffer): 100μs, 1.4MB, 35 allocs",
"is_bot": false,
"headline": "perf(logging): replace io.Pipe with bytes.Buffer in createTeeLogStream",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:43:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6e2d645712e07c99df44a0a3de5e65e1a02dd123",
"body": "Replace synchronized io.Pipe with bytes.Buffer for the TeeReader logging\nstream. The pipe's unbuffered, synchronized writes added overhead that\nblocked the client during response streaming.\n\nThe buffer-based approach:\n- Writes never block (buffer grows as needed)\n- No goroutine synchronization durin\n[…]\nfaster throughput across payload sizes\n- ~50% less memory usage\n- ~30% fewer allocations\n\nBenchmarks (200KB JSON payload):\n- Old (pipe): 240μs, 1.8MB, 52 allocs\n- New (buffer): 100μs, 1.4MB, 35 allocs",
"is_bot": false,
"headline": "perf(logging): replace io.Pipe with bytes.Buffer in createTeeLogStream",
"author_name": "Andrew Davis",
"author_login": "Savid",
"committed_at": "2026-01-16T07:41:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7ae31f7cae7842fe7684d3c01d50c7d26dcdd17",
"body": "feat(proxycall): read response body immediately before logging",
"is_bot": false,
"headline": "Merge pull request #17 from ethpandaops/feat/decouple-logging",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T07:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a87fe101841a831d085a6c51db05198ca3dd0d",
"body": "…tests\n\nRemove benchmark and comparison files created during investigation,\nkeep focused tests that verify the actual requirements:\n- Client response not blocked by slow request processing\n- Request/response log ordering preserved\n- Large responses handled correctly\n- Concurrent requests work properly",
"is_bot": false,
"headline": "test(proxycall): replace investigation tests with focused regression …",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T07:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9807b4f8ca5b219f58b763a7fb23763ab8d0a39d",
"body": "…vent client blocking\n\nThis change modifies response stream handling to read the response body data into memory immediately upon receiving it from the upstream server. Previously, the response processing goroutine would wait for request logging to complete (`<-callCtx.reqSentChan`) before reading th\n[…]\nng to complete, ensuring the client receives data without being blocked by downstream logging operations, while still preserving the log ordering (request log entry appears before response log entry).",
"is_bot": false,
"headline": "feat(proxycall): read response body immediately before logging to pre…",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T07:00:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae8f590749e249b50035b463d4c52bc0ece9dd84",
"body": "feat(xatu): add network name/id",
"is_bot": false,
"headline": "Merge pull request #16 from ethpandaops/feat/xatu-network",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T02:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e403411edb301f05a58f1a9de8c0aa63f9abd1b",
"body": "…e context",
"is_bot": false,
"headline": "feat(xatu): require network name and ID for Xatu integration to ensur…",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-16T02:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f478b7e71bce2d6a66d7dbefee8f8ba1087442a",
"body": "Bumps the actions group with 4 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [actions/checkout](https://github.com/actions/checkout), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [docker/setup-buildx-action](https://gith\n[…]\naction\n dependency-version: 3.12.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the actions group across 1 directory with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-15T07:07:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9912f9a9f66effd1d845898edee660936753ddb",
"body": "feat: xatu",
"is_bot": false,
"headline": "Merge pull request #14 from ethpandaops/feat/xatu",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T07:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ecd74abb5d7a7b77569fb5bb8289f3c6ef0c0d",
"body": "Separates concerns between snooper and xatu:\n- Snooper owns JWT secret and Engine API calls (metadata fetching)\n- Xatu just receives metadata via hooks\n\nChanges:\n- Move JWT secret from xatu config to snooper level (--jwt-secret)\n- Support both file paths and hex values for JWT secret\n- Move ExecutionMetadataFetcher to snooper package\n- Add SetMetadataProvider() and RegisterMetadataUpdateCallback() to xatu\n- Keep ExecutionMetadata/ClientVersionV1 types in xatu (for proto conversion)",
"is_bot": false,
"headline": "refactor: move JWT auth and metadata fetching to snooper",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T06:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5073b7b7a8b77737766016964512073f95e6869b",
"body": "Don't publish events to xatu until execution metadata has been\nsuccessfully fetched. Events are dropped with a debug log until\nmetadata is available.",
"is_bot": false,
"headline": "fix: gate xatu events on execution metadata availability",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T06:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49dd9553e5233785c4f14ab32d3404d76a5b0dd2",
"body": "Instead of giving up after 3 retries, retry indefinitely with\nexponential backoff (2s -> 4s -> 8s -> ... -> 30s cap). This handles\ncases where the EL is slow to start or there are temporary network issues.",
"is_bot": false,
"headline": "fix: retry execution metadata fetch indefinitely with backoff",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T06:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9463c074a9da444890f32dfd4e42ce5fb43f5996",
"body": "- Add JWT secret flag for Engine API authentication\n- Fetch execution client metadata on startup via engine_getClientVersionV1\n- Passively update metadata from observed engine_getClientVersionV1 responses\n- Include execution metadata in ClientMeta for all xatu events\n- Update xatu dependency to v1.8.0 (includes RPC_SNOOPER module)",
"is_bot": false,
"headline": "feat: add JWT auth and execution metadata for xatu events",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T05:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f972770ccd3c9f16f3dafaf75ab133c5a58d58f1",
"body": "Return errors instead of silently continuing when parsing --xatu-output,\n--xatu-label, or --xatu-header flags fails.",
"is_bot": false,
"headline": "fix: fail fast on invalid xatu config flags",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T02:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5079a97b9ead0d1ddce207d25ac9b99b1572575b",
"body": null,
"is_bot": false,
"headline": "docs: add xatu integration documentation to README",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T02:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f1d10a3004b5cb9c04d7f218d5d74f30fe3317",
"body": null,
"is_bot": false,
"headline": "ci: update golangci-lint to v2.8.0 for Go 1.25 support",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T01:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b753dc2e6bb83f1cad81d3795b990a315e42bd",
"body": "Add CLI flags and environment variables for fine-tuning xatu output:\n- --xatu-max-queue-size: max events to buffer before dropping\n- --xatu-max-export-batch-size: max events per batch export\n- --xatu-workers: concurrent export workers (default: 5)\n- --xatu-batch-timeout: time to wait before exportin\n[…]\nperation\n- --xatu-keepalive-enabled/time/timeout: gRPC keepalive settings\n\nThese parameters allow configuration similar to xatu-sentry for\nproduction deployments with high-throughput event publishing.",
"is_bot": false,
"headline": "feat: add xatu tuning parameters (queue, batch, workers, keepalive)",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T01:23:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "155c9a305c9acc7a3839d325c7508aada0e9a60c",
"body": "- Use max() builtin for duration clamping\n- Use strings.CutPrefix for cleaner method version extraction\n- Extract sink configuration defaults as named constants\n- Replace interface{} with any for consistency\n- Add capacity hints for slices\n- Extract shared parseKeyValueFlag helper for label/header parsing",
"is_bot": false,
"headline": "refactor: simplify xatu integration code",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T01:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a51fac39011cc2dd4b043cd0b140a036fdf3da90",
"body": "Update pseudo-version timestamp to match actual commit time.",
"is_bot": false,
"headline": "chore: update xatu replace directive timestamp",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T01:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46cb9c491aab36b514de4b22ed74bf9b0f20ca49",
"body": null,
"is_bot": false,
"headline": "chore: update xatu replace to point to branch commit",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T00:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c4c86fbdacbb465008cda68b39713d0ed45161",
"body": "…o types\n\n- Add engine_newPayload handler to capture newPayload API calls\n- Update engine_getBlobs to use ExecutionEngineGetBlobs proto type\n- Set Source to ENGINE_SOURCE_SNOOPER for all events\n- Add ModuleName (EL_MIMICRY) to ClientMeta for xatu-server filtering\n- Register engine_newPayload handler in service\n\nNote: Requires xatu with new ExecutionEngine* proto types (replace directive\npoints to local xatu until those types are released)",
"is_bot": false,
"headline": "feat: add engine_newPayload handler and use new execution engine prot…",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-15T00:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d218ea365210e06c301e4cdd89f5edc5501fad",
"body": null,
"is_bot": false,
"headline": "bump go version",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-01-14T10:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c153367447797a3ff0a66ba68c461ab1aa469f",
"body": null,
"is_bot": false,
"headline": "`go mod tidy`",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-01-14T10:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be962f6e6c856d5c9048a1aeaf163d7886715bdf",
"body": null,
"is_bot": false,
"headline": "simplify xatu module",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2026-01-14T10:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6a2d0878c14c1de809defb89165a65005f84a7",
"body": null,
"is_bot": false,
"headline": "fix dockerfile",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2026-01-14T10:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97c7507fd061eb7055b0f64c9837837f1bfa60a8",
"body": null,
"is_bot": false,
"headline": "feat: xatu",
"author_name": "Sam Calder-Mason",
"author_login": "samcm",
"committed_at": "2026-01-14T10:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc61fbe03cca8008cb0bdb565207a85ee60ded1",
"body": "…ions-1eca005a1d\n\nBump the actions group across 1 directory with 5 updates",
"is_bot": false,
"headline": "Merge pull request #12 from ethpandaops/dependabot/github_actions/act…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-12-01T23:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69a18aeced5571e0a8d6d55990cda85b903eeb6",
"body": "Bumps the actions group with 5 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/setup-go](https://github.com/actions/setup-go) | `5.5.0` | `6.1.0` |\n| [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` |\n| [golangci/golangci-lint-action](ht\n[…]\n-action\n dependency-version: 3.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the actions group across 1 directory with 5 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-01T20:23:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "764248333e58912374ecebc9b90f3dcd63dcaa38",
"body": "…ions-33d0814e8c\n\nBump the actions group with 3 updates",
"is_bot": false,
"headline": "Merge pull request #10 from ethpandaops/dependabot/github_actions/act…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-09-04T19:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81801ad554a411d313289f47de7c0dac74dec542",
"body": "Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).\n\n\nUpdates `actions/checkout` from 4.2.2 to 5.0.0\n- [Rele\n[…]\n-action\n dependency-version: 6.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the actions group with 3 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-02T10:25:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e4d83847718220def9a4f4af41e913c173c8d19",
"body": null,
"is_bot": false,
"headline": "allow blocking proxy calls by path",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-08-21T13:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f06f2ec8dc975ee1f40dd5c8c82698d89e85fb",
"body": "feat: add api functionality to start/stop/status",
"is_bot": false,
"headline": "Merge pull request #9 from ethpandaops/bbusa/start-stop",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-08-01T12:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf1eadbd051e317adf6ae909a7cff2427b12515",
"body": null,
"is_bot": false,
"headline": "fix lint",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2025-08-01T08:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9812f392a74b706113cc4f5ad8c4b9e9fb643e24",
"body": null,
"is_bot": false,
"headline": "fix docs and fmt",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2025-08-01T08:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8cbda055f55446e5ff69c9eff83db12c57bae5",
"body": null,
"is_bot": false,
"headline": "add readme",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2025-08-01T08:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0289cb64f486ae343dd28b5dc2e211176e1ec5a0",
"body": null,
"is_bot": false,
"headline": "feat: add api functionality to start/stop/status",
"author_name": "Barnabas Busa",
"author_login": "barnabasbusa",
"committed_at": "2025-08-01T08:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b685b6322b858980cf63c30ce203ebb48c3d6c83",
"body": "…ons-348b342bd6\n\nBump docker/setup-buildx-action from 3.10.0 to 3.11.1 in the actions group",
"is_bot": false,
"headline": "Merge pull request #8 from ethpandaops/dependabot/github_actions/acti…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-07-02T12:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba00f3a2b5e16abb6d73f4e2d5c1deabc8223d8c",
"body": "Bumps the actions group with 1 update: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).\n\n\nUpdates `docker/setup-buildx-action` from 3.10.0 to 3.11.1\n- [Release notes](https://github.com/docker/setup-buildx-action/releases)\n- [Commits](https://github.com/docker/setup-build\n[…]\naction\n dependency-version: 3.11.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump docker/setup-buildx-action in the actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-01T17:19:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a850ad9ce5ba7bc5b0b5d541dfde3b01ca1eb05",
"body": null,
"is_bot": false,
"headline": "fix sequence awaiter (ignore request context cancellation)",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-28T18:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a26b00a5b4b55d37efded81809672e8ce2633f9",
"body": null,
"is_bot": false,
"headline": "ensure correct request & response ordering on log stream",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-28T18:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ae2fa9603e110614c9bf56bb4bd4a14933c032",
"body": null,
"is_bot": false,
"headline": "add authentication to client implementation",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-28T16:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae6750d9fe3c1eb90ea6447bcfb5d954e267c01",
"body": null,
"is_bot": false,
"headline": "fix nil pointer panic",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-27T19:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f657a941953289b2dab5cdd29127ed282a5c0521",
"body": null,
"is_bot": false,
"headline": "add metrics endpoint & allow configuration via env vars",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-27T18:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6322c6a9b9a0e8fddd533140b08d8016dc8b03e",
"body": null,
"is_bot": false,
"headline": "add separate api port with authentication",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-27T16:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e985871000daaeb7103c41757aa4a3607f3fd8f5",
"body": "snooper control protocol",
"is_bot": false,
"headline": "Merge pull request #7 from ethpandaops/pk910/snooper-modules",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-27T13:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121d0f3b1b2b054cfba15decbb7ead9f82ed57f8",
"body": null,
"is_bot": false,
"headline": "make `golangci-lint` happy",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-27T13:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6842aaa99a2ea26b3b3bc7c172eeff4f35f42925",
"body": "…s-ad97c67762' into pk910/snooper-modules",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/dependabot/github_actions/action…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-27T13:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b09e7be3306f84329a1a19899cb7e30cddba49f2",
"body": null,
"is_bot": false,
"headline": "various fixes for new module system",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-26T22:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b2907e292cd65a191480fef41f5a29427e7543",
"body": null,
"is_bot": false,
"headline": "implement websocket snooper & tracer protocols",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-26T20:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bf4c7d967053c3721e08a91469f113a6d1e3b0",
"body": null,
"is_bot": false,
"headline": "start snooper modules implementation",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-06-26T17:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f632ab08f286f69520596d958e2c449d1d61cd28",
"body": "Bumps the actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `actions/setup-go` from 5.4.0 to 5.5.0\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [C\n[…]\n-action\n dependency-version: 8.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the actions group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-01T17:39:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e36ecd3d8672f908bab2b6c4dbf0983eeab14ddd",
"body": "…ons-ed7e0e2f82\n\nBump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in the actions group",
"is_bot": false,
"headline": "Merge pull request #5 from ethpandaops/dependabot/github_actions/acti…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-04-01T18:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f886de1da9cfbd704eeb9effa40e109223452c",
"body": "Bumps the actions group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).\n\n\nUpdates `goreleaser/goreleaser-action` from 6.2.1 to 6.3.0\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/g\n[…]\n-action\n dependency-version: 6.3.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action in the actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-01T18:03:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6fb61a4e3da26245105667186f238f5675d6e13",
"body": "…ons-7d43417623\n\nBump the actions group with 8 updates",
"is_bot": false,
"headline": "Merge pull request #4 from ethpandaops/dependabot/github_actions/acti…",
"author_name": "pk910",
"author_login": "pk910",
"committed_at": "2025-03-25T16:39:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 82,
"latest_release_at": "2026-07-17T07:27:57Z",
"latest_release_tag": "v0.0.21",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 15,
"days_since_latest_release": 10,
"mean_days_between_releases": 20.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/ethpandaops/rpc-snooper",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ethpandaops/rpc-snooper",
"is_deprecated": false,
"latest_version": "v0.0.21",
"repository_url": "https://github.com/ethpandaops/rpc-snooper",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T07:13:44Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 5,
"stars": 7,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 10
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15082,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.41.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 32,
"oldest_advisory_days": 255
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.74.2",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 3,
"oldest_advisory_days": 130
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.37.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh2q-q3fh-2475",
"GO-2026-5506"
],
"fixed_version": "1.41.0",
"advisory_count": 2,
"oldest_advisory_days": 110
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.37.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7,
"advisory_ids": [
"GHSA-9h8m-3fm2-qjrq",
"GHSA-hfvc-g4fc-pqhx",
"GO-2026-4394",
"GO-2026-5426"
],
"fixed_version": "1.43.0",
"advisory_count": 4,
"oldest_advisory_days": 174
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"direct": false,
"version": "v1.37.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-w8rr-5gcm-pp58",
"GO-2026-4985"
],
"fixed_version": "1.43.0",
"advisory_count": 2,
"oldest_advisory_days": 109
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.43.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 171
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.36.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.28.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 12
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"unknown": 2,
"critical": 2,
"moderate": 2
},
"advisory_count": 56,
"affected_count": 8,
"assessed_count": 78,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/andybalholm/brotli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/creasty/defaults",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "github.com/ethpandaops/ethcore",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260112064422-e7fe02956738"
},
{
"name": "github.com/ethpandaops/xatu",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.0"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/gorilla/mux",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.4-0.20250319132907-e064f32e3674"
},
{
"name": "github.com/itchyny/gojq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.17"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.6"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/urfave/negroni",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.8"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/andybalholm/brotli",
"direct": true,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/creasty/defaults",
"direct": true,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/ethpandaops/ethcore",
"direct": true,
"version": "v0.0.0-20260112064422-e7fe02956738",
"ecosystem": "go"
},
{
"name": "github.com/ethpandaops/xatu",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": true,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": true,
"version": "v5.3.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/mux",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/websocket",
"direct": true,
"version": "v1.5.4-0.20250319132907-e064f32e3674",
"ecosystem": "go"
},
{
"name": "github.com/itchyny/gojq",
"direct": true,
"version": "v0.12.17",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/urfave/negroni",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.8",
"ecosystem": "go"
},
{
"name": "github.com/attestantio/go-eth2-client",
"direct": false,
"version": "v0.27.1",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/eapache/go-resiliency",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/eapache/go-xerial-snappy",
"direct": false,
"version": "v0.0.0-20230731223053-c322873962e3",
"ecosystem": "go"
},
{
"name": "github.com/eapache/queue",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/dot",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/ethpandaops/beacon",
"direct": false,
"version": "v0.65.0",
"ecosystem": "go"
},
{
"name": "github.com/ferranbt/fastssz",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-yaml",
"direct": false,
"version": "v1.17.1",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/go-grpc-middleware/v2",
"direct": false,
"version": "v2.3.2",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/go-grpc-prometheus",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.27.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-uuid",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/holiman/uint256",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/ibm/sarama",
"direct": false,
"version": "v1.45.2",
"ecosystem": "go"
},
{
"name": "github.com/itchyny/timefmt-go",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/aescts/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/dnsutils/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/gofork",
"direct": false,
"version": "v1.7.6",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/gokrb5/v8",
"direct": false,
"version": "v8.4.4",
"ecosystem": "go"
},
{
"name": "github.com/jcmturner/rpc/v2",
"direct": false,
"version": "v2.0.3",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/minio/sha256-simd",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": false,
"version": "v4.1.22",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.66.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.17.0",
"ecosystem": "go"
},
{
"name": "github.com/prysmaticlabs/go-bitfield",
"direct": false,
"version": "v0.0.0-20240618144021-706c95b2dd15",
"ecosystem": "go"
},
{
"name": "github.com/rcrowley/go-metrics",
"direct": false,
"version": "v0.0.0-20250401214520-65e299d6c5c9",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.7.1",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.28.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20250804133106-a7a43d27e69b",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20250804133106-a7a43d27e69b",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.74.2",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 78,
"direct_count": 16,
"indirect_count": 62
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 33,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 11
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "pk910",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/491045?v=4"
},
{
"type": "User",
"login": "samcm",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/8144395?v=4"
},
{
"type": "User",
"login": "barnabasbusa",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/21987084?v=4"
},
{
"type": "User",
"login": "Savid",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1709934?v=4"
},
{
"type": "User",
"login": "skylenet",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1500888?v=4"
},
{
"type": "User",
"login": "qu0b",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/22667037?v=4"
},
{
"type": "User",
"login": "mattevans",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/714721?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.374
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-dev.yml",
"golangci-lint.yaml",
"goreleaser.yaml",
"test.yaml"
],
"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": 10,
"reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 6/11 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 7,
"reason": "dependency not pinned by hash detected -- score normalized to 7",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 0,
"reason": "35 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e3bb3cb2f91eeaa35a30f2edfb224751b68aaa54",
"ran_at": "2026-07-27T10:48:09Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T07:28:11Z",
"oldest_open_prs": [
{
"number": 20,
"created_at": "2026-01-16T07:49:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2026-02-12T01:56:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2026-05-29T14:20:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2026-06-03T01:57:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-06-15T14:24:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2026-07-19T12:29:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2026-07-20T19:16:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-07-20T19:26:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2026-07-21T08:43:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2026-07-21T09:10:30Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T07:13:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ethpandaops/rpc-snooper",
"host": "github.com",
"name": "rpc-snooper",
"owner": "ethpandaops"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 57,
"vitality": 73,
"community": 33,
"governance": 72,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 82,
"human_commit_share": 0.93,
"days_since_last_push": 10,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "82 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 82
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v0.0.21",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 20.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~20.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 20.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"forks": 5,
"stars": 7,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 7,
"top_contributor_share": 0.374
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 37% of commits",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 37
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"merged_prs": 33,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "33/44 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 33,
"decided": 44
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/11 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 296,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ethpandaops",
"public_repos": 164,
"account_age_days": 1426
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "296 followers of ethpandaops",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 296,
"login": "ethpandaops"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "164 public repos, account ~3 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 164
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ethpandaops/rpc-snooper"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/11 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 7",
"points": 3.5,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "35 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 78 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 78
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 56,
"affected_packages": 8,
"assessed_packages": 78,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 2, moderate 2, unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 78,
"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": 6
},
"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": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.742,
"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": "69 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 39.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 69,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.05,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.07
},
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "7 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 7,
"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 7",
"points": 7,
"status": "partial",
"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": 15082,
"source_files_sampled": 34,
"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/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 0
}
}
],
"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-27T10:48:28.284886Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/ethpandaops/rpc-snooper.svg",
"full_name": "ethpandaops/rpc-snooper",
"license_state": "standard",
"license_spdx": "MIT"
}