原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1240,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 490125,
"Shell": 261
},
"pushed_at": "2026-07-31T10:29:42Z",
"created_at": "2023-11-22T23:34:37Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T10:29:54Z",
"description": "EVM Execution Hooks.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://paradigm.xyz",
"name": "Paradigm",
"type": "Organization",
"login": "paradigmxyz",
"company": null,
"location": null,
"followers": 1974,
"avatar_url": "https://avatars.githubusercontent.com/u/97369466?v=4",
"created_at": "2022-01-09T00:44:39Z",
"is_verified": null,
"public_repos": 70,
"account_age_days": 1664
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.41.2",
"kind": "patch",
"published_at": "2026-06-30T16:39:01Z"
},
{
"tag": "v0.41.0",
"kind": "minor",
"published_at": "2026-06-12T10:45:48Z"
},
{
"tag": "v0.40.1",
"kind": "patch",
"published_at": "2026-06-09T19:53:01Z"
},
{
"tag": "v0.40.0",
"kind": "minor",
"published_at": "2026-05-21T10:55:49Z"
},
{
"tag": "v0.39.0",
"kind": "minor",
"published_at": "2026-05-21T10:55:31Z"
},
{
"tag": "v0.38.1",
"kind": "patch",
"published_at": "2026-04-16T10:04:44Z"
}
],
"recent_commits": [
{
"oid": "57ed30e356509f0576d23192576a8da45ae1987d",
"body": null,
"is_bot": false,
"headline": "chore: release 0.42.0",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2026-07-31T10:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c7601f8f4574f3a20d9ab1d3ae93a1523fc611b",
"body": "Bumps the crate MSRV and CI MSRV matrix from Rust 1.91 to 1.94.\n\nValidated with:\n- `cargo +1.94 build --workspace`\n- `cargo +1.94 build --workspace --all-features`\n- `cargo +nightly fmt --all -- --check`\n\nPrompted by: @DaniPopes",
"is_bot": false,
"headline": "chore: bump MSRV to 1.94 (#472)",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-07-23T14:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d69f6f340d0dab378254004ab0474cfc3dd73f0",
"body": "Bumps `revm` to `42.0.1` (revm\n[v115](https://github.com/bluealloy/revm/releases/tag/v115), a patch\nrelease on top of\n[v114](https://github.com/bluealloy/revm/releases/tag/v114)).\n\nNo source changes were required; the workspace builds, clippy is clean\nand all 100 tests pass.",
"is_bot": false,
"headline": "chore: bump revm to 42.0.1 (#471)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-07-23T13:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cb4b557045867ed8ec8bc887e51a904491a01e2",
"body": null,
"is_bot": false,
"headline": "fix: use as_chunks for memory conversion (#465)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-30T16:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba50045adde554a47e19d269b73c1f6ee319a50",
"body": null,
"is_bot": false,
"headline": "chore: release 0.41.2",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-30T16:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3bacc9073d7920152a477d880d11596e973093",
"body": "Reverts paradigmxyz/revm-inspectors#460\n\noffending version 0.3.48 was yanked and 0.3.49 addressed the issue",
"is_bot": false,
"headline": "Revert \"fix: pin time for boa engine\" (#464)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2026-06-30T12:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49622a97bc9e0f1c6bc1a4c35a929490b7c6ca38",
"body": null,
"is_bot": false,
"headline": "chore: release 0.41.1",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-12T15:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aba510b3a326ec8839c38d1607d90551ffbe582b",
"body": "Pins the `time` dependency used by the `js-tracer` feature to `=0.3.47`\nso Cargo does not resolve `time 0.3.48` through `boa_engine`.\n\n`time 0.3.48` currently exposes conflicting conversion impls that make\n`boa_engine 0.21.1` fail to compile under CI; see\nhttps://github.com/time-rs/time/issues/783. The crate-root import keeps\nthe direct dependency visible to `unused_crate_dependencies`.",
"is_bot": false,
"headline": "fix: pin time for boa engine (#460)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-12T15:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eff7bf37d750420424353cd79b57730da3a364e",
"body": null,
"is_bot": false,
"headline": "chore: release 0.41.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-12T10:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e176cff14e334f4167e1ab05dfb95a721793904",
"body": null,
"is_bot": false,
"headline": "chore: bump revm to 41.0.0 (#458)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-06-12T10:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a091a19418fdade3b4cfd28136e9ea4c019d41ca",
"body": null,
"is_bot": false,
"headline": "chore: release 0.40.1",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-09T19:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa3202982a6347bba883595cf8f8a1111faa399",
"body": "Co-authored-by: Amp <amp@ampcode.com>",
"is_bot": false,
"headline": "Optimize JS tracer callback object reuse (#449)",
"author_name": "Haardik",
"author_login": "haardikk21",
"committed_at": "2026-06-09T18:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6d039858c19d78232e2f0b9a93def04e734398",
"body": null,
"is_bot": false,
"headline": "ci: allow proc-macro-error2 advisory (#455)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-06-09T15:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780623c42fec93b0c0e24c08ccabb3932596bc0f",
"body": "## Motivation\n\nCloses #343.\n\n`TracingInspectorConfig::all()` is documented as \"a config with\neverything\nenabled\", but it set `record_stack_snapshots` to\n`StackSnapshotType::Full`\ninstead of `StackSnapshotType::All`, the most complete variant.\n\nThis is not cosmetic. The two variants drive different c\n[…]\nmatching\nthe method name and its doc. Adds a regression test asserting\n`all().record_stack_snapshots == StackSnapshotType::All`.\n\nCo-authored-by: 0xMars42 <195151467+0xMars42@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: record all stack snapshots in TracingInspectorConfig::all() (#450)",
"author_name": "0xMars42",
"author_login": "0xMars42",
"committed_at": "2026-06-09T00:56:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a52307b4c217de21efe9be3e28223adde675c38e",
"body": "Copies the source change from #450 without adding the test.\n\nPrompted by: @DaniPopes",
"is_bot": false,
"headline": "Use all stack snapshots in full tracing config (#454)",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-06-09T00:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38950780b41b500da4407af6fe4f7e1f59da14e0",
"body": "…ads (#451)",
"is_bot": false,
"headline": "fix(erc7562): enable state diffs to capture SLOAD in accessedSlots.re…",
"author_name": "Stephan Cilliers",
"author_login": "stephancill",
"committed_at": "2026-06-01T20:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6566b83b498757a94ec103c303aa854932509a72",
"body": null,
"is_bot": false,
"headline": "chore: release 0.40.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-05-21T10:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad73cfb3719813d45c909982453a0d55c562796",
"body": null,
"is_bot": false,
"headline": "refactor: relax `JsInspector` bounds (#447)",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2026-05-21T10:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cda5972c05beb1702ea7aa8ef3205a6c2383608",
"body": "Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>",
"is_bot": false,
"headline": "fix(js): add geth BigInteger.js polyfill compatibility shims (#443)",
"author_name": "Ivan Wang",
"author_login": "asdv23",
"committed_at": "2026-05-21T10:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8baae75df50009753ebd85383fbcab19e4c10222",
"body": "## Summary\n- Bumps `revm` from 38.0.0 to 40.0.0.\n- Replaces deprecated `InstructionResult::is_error` with `is_halt` and\n`OpCode::new_unchecked` with the safe `OpCode::new_or_unknown`.\n- Maps `SpecId` variants removed upstream in\n[bluealloy/revm#3649](https://github.com/bluealloy/revm/pull/3649)\n(`DA\n[…]\nuivalents in the test helper.\n\n## Test plan\n- [x] `cargo check --all-features`\n- [x] `cargo clippy --all-features --all-targets`\n- [x] `cargo test --all-features` (57 unit + 36 integration tests pass)",
"is_bot": false,
"headline": "chore(deps): bump revm to 40.0.0 (#445)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-05-21T09:49:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32b2fd65e1c62b1f46e43dd23ea9cc273fa0fea7",
"body": "## Summary\n\nValidate JS tracer memory indexes before casting them to `usize` or\npassing them into memory slicing.\n\n`log.memory.slice(...)` and `log.memory.getUint(...)` now reject\nnon-finite, negative, too-large, and out-of-bounds numeric inputs before\nreading from the memory snapshot.\n\n## Root Caus\n[…]\ne floating-point checks and become invalid `usize` ranges.\n\n## Impact\n\nInvalid tracer memory inputs now fail as JavaScript errors instead of\nreaching unchecked memory access paths in the host binding.",
"is_bot": false,
"headline": "fix: validate JS tracer memory indexes (#441)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-05-16T13:39:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4daa0a150a0ad65bfe7af63511f8aec5e6c41b7",
"body": "Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(js): correct gas cost reporting (#423)",
"author_name": "figtracer",
"author_login": "figtracer",
"committed_at": "2026-05-16T05:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4400553478442b4e006230ed8f6cbcb5514fd437",
"body": "## Summary\n\nConstruct internal JS tracer BigInt values directly with Boa `JsBigInt`\ninstead of reading and calling the mutable global `bigint` alias.\n\nThe public `bigint` alias remains registered for tracer compatibility,\nbut internal Rust bindings no longer depend on tracer-controlled global\nstate.\n[…]\n\nconversion deterministic and isolated from user JavaScript mutations.\n\n---------\n\nCo-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>\nCo-authored-by: Centaur AI <ai@centaur.local>",
"is_bot": false,
"headline": "fix: construct JS tracer bigints directly (#438)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-05-16T00:48:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b48f41257a2779d68f60dc27cb6cc72f2eeb2759",
"body": "The storage writes were written in non determinstic order because of\nHashMap usage. Instead, to make it more intuitive, the storage slot\nchanges are shown in the order of their last writes.\n\n---------\n\nCo-authored-by: Centaur AI <ai@centaur.local>",
"is_bot": false,
"headline": "feat(TraceWriter): order the storage writes in last-write order (#388)",
"author_name": "0xferrous",
"author_login": "0xferrous",
"committed_at": "2026-05-16T00:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92bef72ae79188a992b87b25e908946d017b52e7",
"body": "…394)\n\n## Summary\n\nWhen a contract is called with empty calldata and the call succeeds, the\ntrace should show `receive()` instead of `fallback()`.\n\n## Problem\n\nPreviously, the `TraceWriter` would show `fallback()` for any call with\ncalldata < 4 bytes when decoded call data was not available (e.g., f\n[…]\n/foundry-rs/foundry/pull/13096\n\n---------\n\nCo-authored-by: Tempo AI <ai@tempo.xyz>\nCo-authored-by: Centaur AI <ai@centaur.local>\nCo-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: show receive() instead of fallback() for empty calldata calls (#…",
"author_name": "grandizzy",
"author_login": "grandizzy",
"committed_at": "2026-05-16T00:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e0d9fcd1e99e6de8035022ad6580ca25d1a0b93",
"body": "Updates the requirements on\n[snapbox](https://github.com/assert-rs/snapbox) to permit the latest\nversion.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/assert-rs/snapbox/commit/4bd15a1a8f3321e7ea2bf4246b91224e171522db\"><code>4bd15a1</code></a>\nchore: Release</li>\n<li><a\nh\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update snapbox requirement from 0.6 to 1.2 (#428)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-15T23:53:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0959c6b789b771e9c09a94e267e35435b13d5ced",
"body": "## Summary\n\nValidate `log.stack.peek(...)` indexes before casting JS numeric values\nto `usize`.\n\nThe stack binding now rejects non-finite, negative, and too-large\nnumeric indexes before using them for stack access.\n\n## Root Cause\n\n`stack.peek` converted the JS number to `usize` before all invalid\nnu\n[…]\nes now fail consistently instead of being silently\ncoerced, matching the stricter validation expected for tracer host\nbindings.\n\nCo-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: validate JS tracer stack indexes (#439)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-05-15T23:50:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7f6521e0f92994b9f48ca39352cd93f861d6866",
"body": "## What changed\n\nUpdated the geth prestate diff-mode test to iterate over account state\nvalues directly instead of destructuring ignored map keys.\n\n## Why\n\nThe latest clippy flags the ignored-key map iteration pattern with\n`clippy::for_kv_map`. CI runs clippy with warnings denied, so this\nwarning fails the clippy job.\n\n## Impact\n\nNo behavior change. This only adjusts the test iteration style to match\nclippy's preferred map API.",
"is_bot": false,
"headline": "fix: address clippy map iteration lint (#440)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-05-15T23:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ddf390ce7fcb0bf3eb6c1de9ba17bd22ef0c77",
"body": "Removes the `edge_cov` module (`EdgeCovInspector`) which has been moved\ninto `foundry-rs/foundry`.\n\nDeletes `src/edge_cov.rs`, `tests/it/edge_cov.rs`, and the corresponding\nmodule declarations.\n\n---------\n\nCo-authored-by: Centaur AI <ai@centaur.local>",
"is_bot": false,
"headline": "chore: remove EdgeCovInspector (moved to foundry-rs/foundry) (#436)",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-05-15T22:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6638002c650c6884919b1a8c6a1efa2116e861c",
"body": "## WIP - Do not merge\n\nIntegrates `frame_start` and `frame_end` hooks from\nhttps://github.com/bluealloy/revm/pull/3518.\n\n---------\n\nCo-authored-by: Matthias Seitz <matthias.seitz@outlook.de>",
"is_bot": false,
"headline": "feat: integrate Inspector frame_start/frame_end hooks (#414)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-04-22T11:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81fc3bb8521b27bdca630aa5eb7ef37cf9a34ff6",
"body": "…dabot) (#426)\n\nPin all GitHub Actions to SHA digests, add least-privilege permissions,\nand set up Dependabot with cooldown.\n\n## Changes\n- Pin `actions/checkout` to `v6.0.2` SHA\n- Pin `Swatinem/rust-cache` to `v2.9.1` SHA\n- Pin `taiki-e/install-action` to `v2.75.13` SHA\n- Pin `re-actors/alls-green` \n[…]\n-2024-0436` (`paste` unmaintained) is already suppressed in\n`deny.toml`, consistent with reth and foundry\n\nPrompted by: georgen\n\nCo-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: harden supply chain (pin actions, restrict permissions, add depen…",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-04-22T07:16:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "10173a3f957c948ced52c8e54a396a445d13cd16",
"body": null,
"is_bot": false,
"headline": "chore: release 0.39.0",
"author_name": "klkvr",
"author_login": "klkvr",
"committed_at": "2026-04-17T12:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a02f251a778338ca5cf5e31ce6a12b13b5d142",
"body": "## Summary\n- Bumps `revm` from `37.0.0` to `38.0.0`.\n\n## Test plan\n- [ ] `cargo build` passes\n- [ ] `cargo test` passes\n- [ ] CI green",
"is_bot": false,
"headline": "chore: bump revm to 38.0.0 (#427)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-04-17T12:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f364e872c1e55580e986c5585d1519b0ce97688",
"body": "Two fixes to align with the [opcode tracer\nspec](https://github.com/ethereum/execution-apis/pull/762):\n\n1. Memory chunks now use `0x`-prefixed `bytes32` encoding. Previously\n`convert_memory()` used bare `hex::encode` without the prefix.\n\n2. `returnData` is now included on every step when `enableReturnData` is\ntrue, even when the buffer is empty. Previously skipped when empty.\n\n---------\n\nCo-authored-by: Matthias Seitz <matthias.seitz@outlook.de>",
"is_bot": false,
"headline": "fix(tracing): align memory encoding and returnData gating (#425)",
"author_name": "figtracer",
"author_login": "figtracer",
"committed_at": "2026-04-16T10:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5207800afd29984b2577a5d0366cd78d1b0c70",
"body": "…nfig (#424)\n\nTwo fixes based on the [ethpandaops trace\ncomparison](https://investigations.ethpandaops.io/2026-01/trace-comparisons/):\n\n1. Always include the refund counter in struct logs, even when zero.\nPreviously omitted when value was 0, causing missing fields in trace\noutput.\n\n2. Wire `enableRe\n[…]\ned even when\nexplicitly requested.\n\nVerified on a live reth archive node:\n- Refund: 22,476/67,028 steps → **67,028/67,028** steps\n- returnData with `enableReturnData: true`: 0 steps → **24,537** steps",
"is_bot": false,
"headline": "fix(tracing): always include refund counter, wire enableReturnData co…",
"author_name": "figtracer",
"author_login": "figtracer",
"committed_at": "2026-04-16T09:50:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "972f55b78e0df268b22a07af5f0690dad4422db7",
"body": null,
"is_bot": false,
"headline": "chore: release 0.38.1",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-04-15T11:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "706481232ac27bfa62adc882bea3842f7d240287",
"body": "TracingInspector creates OpCodes via `new_unchecked` at `start_step` to\nhandle unknown/custom opcodes. In `step_end`, `step.op.outputs()` calls\n`OpCode::info()` which panics with `\"opcode not found\"` when the opcode\nbyte has no entry in `OPCODE_INFO`.\n\nGuard with `is_valid()` — unknown opcodes default to 0 outputs.\n\nPrompted by: Dragan\n\n---------\n\nCo-authored-by: rakita <13179220+rakita@users.noreply.github.com>\nCo-authored-by: rakita <rakita@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: check if opcode is valid (#422)",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-04-15T11:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c6eb539c8835dd52c820dcfc4143347c7dba631",
"body": null,
"is_bot": false,
"headline": "chore: release 0.38.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-04-14T09:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c0f100bd438c43e91b278827edd44af08f6499",
"body": "## Summary\n- Update revm rev to `e3223d5b38f7affb901601ed917fa7cdc466be74`\n(rakita/state-gas branch) for TIP-1016 dual-limit gas accounting\n\n## Test plan\n- [x] `cargo check` compiles clean\n- [x] `cargo +nightly clippy` passes\n- [x] `cargo nextest run` — all 37 tests pass\n\n---------\n\nCo-authored-by: Federico Gimenez <federico.gimenez@gmail.com>",
"is_bot": false,
"headline": "tip1016: revm state-gas integration (#405)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-04-14T09:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22dcee29e805fa184ab1a162b5ae03ea1c0a5966",
"body": null,
"is_bot": false,
"headline": "chore: release 0.37.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-04-13T13:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e27ca70dd206f5ef81aaf9cce8a42f5246f60733",
"body": "Bump alloy dependencies to released 2.0.0. No `[patch.crates-io]`\nneeded.\n\nSupersedes #419",
"is_bot": false,
"headline": "chore: bump alloy to 2.0 (#421)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-04-13T12:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44c70983e652eb66cb5df3ed9cbc6285e4051ef",
"body": "CallLog discarded the original Log.address during conversion and\ngeth_empty_call_frame() reconstructed it from execution_address(). This\nis wrong for any log whose emitter differs from the call frame's\nexecution context — most notably EIP-7708 system-level ETH transfer\nlogs, which are emitted from S\n[…]\nog is a public struct with a new address: Address field. Downstream\nconsumers that construct CallLog manually will need to provide this\nfield.\n\nCo-authored-by: Kai Yu <kai.yu@Kai-Yu-MacBook-Pro.local>",
"is_bot": false,
"headline": "fix: eip-7708 logs (#413)",
"author_name": "Kai Yu",
"author_login": "chihkaiyu",
"committed_at": "2026-04-09T04:36:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a440579fa0ef9268340aed121abad2ea721cfdaf",
"body": "Relax `CTX` bounds on `StorageInspector` `Inspector` impl as it doesn't\nuse `Context`.",
"is_bot": false,
"headline": "chore: relax `CTX` bounds on `StorageInspector` `Inspector` impl (#416)",
"author_name": "Mablr",
"author_login": "mablr",
"committed_at": "2026-04-06T08:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f52c4933fbc125a88b06d07db75af9f3fb9343",
"body": null,
"is_bot": false,
"headline": "chore: release 0.36.1",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2026-03-16T15:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ab2b2e6f6ccc0e3c8ed79ee4f455dd4fda696e",
"body": "Adds `set_transaction_caller` and `set_transaction_target` to\n`TracingInspector`, following the same pattern as\n`set_transaction_gas_used` / `set_transaction_gas_limit`.\n\nCustom transaction types (e.g. AA batches) may execute via a multi-call\nhandler where the EVM's `call()` entry point doesn't refl\n[…]\n <5236121+Zygimantass@users.noreply.github.com>\n\nPrompted by: zygis\n\n---------\n\nCo-authored-by: zhygis <5236121+Zygimantass@users.noreply.github.com>\nCo-authored-by: Arsenii Kulikov <klkvrr@gmail.com>",
"is_bot": false,
"headline": "feat: add set_transaction_caller and set_transaction_target (#412)",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-03-16T15:27:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "050f54762d48df333de1494a823bd6a308195055",
"body": "## Summary\n\nOnly include `returnData` in structLog output when the return-data\nbuffer is non-empty, matching geth's behavior.\n\n## Motivation\n\n[ethpandaops trace comparison\nreport](https://investigations.ethpandaops.io/2026-01/trace-comparisons/reth/)\nshows reth emitting `returnData: \"0x\"` on **every\n[…]\n tests pass, clippy clean.\n\nCo-Authored-By: Matthias Seitz\n<19890894+mattsse@users.noreply.github.com>\n\nPrompted by: mattsse\n\nCo-authored-by: Matthias Seitz <19890894+mattsse@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: omit empty returnData in geth struct log trace (#411)",
"author_name": "Derek Cofausper",
"author_login": "decofe",
"committed_at": "2026-03-12T12:34:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b0ea2e1861efd5da0178035ceda5cf518cca0f3",
"body": null,
"is_bot": false,
"headline": "chore: release 0.36.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-03-04T11:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c47326cedf3022c043352e84b909fb0c720122c",
"body": "## Summary\n- Bump `revm` dependency from 35.0.0 to 36.0.0\n\n## Test plan\n- [x] `cargo check` passes\n- [x] `cargo test` passes (all 37 tests)",
"is_bot": false,
"headline": "chore: bump revm to 36.0.0 (#409)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-03-04T11:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "432e666e10af876f4da308a3865b742639a510a9",
"body": null,
"is_bot": false,
"headline": "chore: release 0.35.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-03-03T17:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425b9f8be0e58bf1240ea018f398027794e4064d",
"body": "## Summary\nThis PR is part of the **revm release procedure** (`devnet2-revm`\nchain).\n\nIt bumps revm-inspectors to revm v35.0.0.\n\n## Changes\n- Bump `revm` dependency from 34.0.0 to 35.0.0 in `Cargo.toml`.\n- Adapt to upstream API change: `journal().precompile_addresses()` now\nreturns a type that requi\n[…]\ngo +nightly clippy --workspace --all-targets --all-features`\n\n## Procedure Context\nThis is an intermediate dependency bump in the revm release flow before\ndownstream updates in `alloy-evm` and `reth`.",
"is_bot": false,
"headline": "devnet2-revm: bump revm patch for release procedure (#408)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-03-03T16:59:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c83560fd64f9ff8f088b9477ced655d80644361",
"body": "Implement `Clone` for `DebugInspector` to enable use with `TxTracer`,\nwhich requires `Inspector: Clone`.\n\nNon-JS variants clone trivially. The `Js` variant reconstructs the\n`JsInspector` from its stored `code` and `config` — same approach\n`fuse()` already uses.",
"is_bot": false,
"headline": "feat: implement Clone for DebugInspector (#406)",
"author_name": "stevencartavia",
"author_login": "stevencartavia",
"committed_at": "2026-02-20T10:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d1c748646c0173887c12ad894a17580ef61e57",
"body": "Bump MSRV from 1.86 to 1.91.",
"is_bot": false,
"headline": "chore: bump MSRV to 1.91 (#407)",
"author_name": "stevencartavia",
"author_login": "stevencartavia",
"committed_at": "2026-02-19T22:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514fe4f45b0eb7c5174f2f72ee53f2605c925faa",
"body": null,
"is_bot": false,
"headline": "chore: release 0.34.2",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-01-30T17:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5772d0e995a6d5ee3fd3d98dc187979b04b16eef",
"body": "Required to be able to recover pre-refund totals from purely just the\n`CallTrace` for gas introspection in foundry.\nhttps://github.com/foundry-rs/foundry/issues/13262",
"is_bot": false,
"headline": "feat: expose refund_counter in `CallTrace` (#402)",
"author_name": "Philippe Dumonet",
"author_login": "Philogy",
"committed_at": "2026-01-30T15:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3643ac824d48abb0290fc95eb0771b1c12a7da8e",
"body": null,
"is_bot": false,
"headline": "chore: release 0.34.1",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-01-26T21:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010908d464561495ee48c87a4fa9a318180ad688",
"body": "…lity (#401)\n\nUse `..Default::default()` pattern to ensure forward compatibility when\nnew fields are added to `TransactionInfo`.\n\nThis prepares the crate for upcoming changes to add a `block_timestamp`\nfield.\n\nRelated: https://github.com/ethereum/execution-apis/issues/729\n\nCo-authored-by: Amp <amp@ampcode.com>",
"is_bot": false,
"headline": "fix: use Default::default() for TransactionInfo for forward compatibi…",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-01-26T21:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4984419537ac27209f3303dbd564c3db4afd3dea",
"body": "Add reusable tooling for debugging RPC tracing using prestate tracer\nresponses captured from mainnet transactions.\n\n## Changes\n\n- Add `tests/it/repro.rs` with:\n - `ReproTestFixture`/`TxData` types for deserializing JSON fixtures\n - `spec_id_from_ethereum_hardfork`/`spec_id_from_block` helpers\n - \n[…]\non + prestate JSON → configure tracer → run → assert**\n\nRefs:\nhttps://github.com/paradigmxyz/reth/blob/main/crates/ethereum/node/tests/e2e/prestate.rs\n\n---------\n\nCo-authored-by: Amp <amp@ampcode.com>",
"is_bot": false,
"headline": "test: add prestate replay testing infrastructure (#399)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-01-22T22:28:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62f29b85b1efe2389d61d8cc34215a2765692108",
"body": "…race` (#389)\n\nThe default tracer for `debug_*` RPC methods was not reporting warmed\nstorage values. This deviates from Get's implementation\nand—seemingly—the documented expectation:\n\n```rs\n/// Represents a storage change during execution.\n///\n/// This maps to evm internals:\n/// [JournalEntry::Stora\n[…]\nthe issue.\n\n\nFor reference:\n\n\n[revm-inspectors.json](https://github.com/user-attachments/files/24275105/revm-inspectors.json)\n\n[geth.json](https://github.com/user-attachments/files/24275106/geth.json)",
"is_bot": false,
"headline": "fix: always include storage values for `SLOAD` and `SSTORE` in `GethT…",
"author_name": "Wodann",
"author_login": "Wodann",
"committed_at": "2026-01-20T10:32:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98bedc9bfdca0b7d47d9696080e98ab28bff6e1e",
"body": null,
"is_bot": false,
"headline": "ci: update to tempoxyz (#395)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2026-01-18T23:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "516a4fac15dcefc9daa6ea3ffa42e11e965be0fe",
"body": null,
"is_bot": false,
"headline": "chore: release 0.34.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2026-01-16T14:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ced6addf9f1b1b0c44fe6b73e8b19ff9b7aa14",
"body": "stage latest main commit\n\n---------\n\nCo-authored-by: Matthias Seitz <matthias.seitz@outlook.de>",
"is_bot": false,
"headline": "feat: stage revm to 34.0.0 (#385)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2026-01-16T14:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36e4d5a561cc7b53c180926ea127e37d1a82ac21",
"body": "This aims to resolve this issue :\nhttps://github.com/paradigmxyz/revm-inspectors/issues/391\n\ncc @mattsse",
"is_bot": false,
"headline": "feat: add support for erc7562 tracer (#392)",
"author_name": "Karl Yu",
"author_login": "0xKarl98",
"committed_at": "2025-12-30T15:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dddeee81e1e662bdb86f04d6366f8c0a0377f508",
"body": null,
"is_bot": false,
"headline": "chore: release 0.33.2",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-12-12T15:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e07a5450ad7c8bbdffbffa8d21fb241d560e2ba",
"body": "this fixes an issue where we would return diffs like\n\n```\n \"post\": {\n \"0x093f6c270ac22ec240f0c6fd7414ea774ca8d3e5\": {},\n \"0x2641c2ded63a0c640629f5edf1189e0f53c06561\": {},\n```\n\nfor `0x91b066df39661db7bcca1cb8bb8afd11816414408d44cbfcf6144f440d5dfe3b\n[…]\n4e5f3cdf\",\n \"code\": \"...\",\n \"nonce\": 1\n }\n }\n },\n\n```\n\nwe can always use the precode here if the hashes match",
"is_bot": false,
"headline": "fix: use pre code if hash matches (#387)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-12-12T15:18:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c0344844c7675cf0a3d0ab09b7d39d66bef1839",
"body": null,
"is_bot": false,
"headline": "test: add test for string error decode (#386)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-12-11T15:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0b0c4dc6b3a0db5bcfca76f7aba4c6afd7e5c2",
"body": null,
"is_bot": false,
"headline": "chore: release 0.33.1",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-12-05T09:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70720851f9b23e7ee8d274475e591ac5df4fdac1",
"body": "Moves `DebugInspector` from reth to revm-inspectors as requested in\nparadigmxyz/reth#19932.\n\nThis was introduced in paradigmxyz/reth#19925 to unify debug tracing\nacross all Geth tracer types.",
"is_bot": false,
"headline": "feat: upstream DebugInspector from reth (#384)",
"author_name": "Alex Pikme",
"author_login": "reject-i",
"committed_at": "2025-11-28T18:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd4cf14c0e54163213b0a959db91a691626488af",
"body": "This aims at resolving issues mentioned in #382 , typically this one :\n<img width=\"1818\" height=\"694\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/51b82944-c711-421b-8479-05095ae9bbce\"\n/>\n\nTo fix this , what i did was : \n- Keep track of addresses that are marked as Create and were tru\n[…]\neation.\n\ncc @mattsse Please check it out if it resolves \n\nshould close this one https://github.com/paradigmxyz/reth/issues/19703\n\n---------\n\nCo-authored-by: Matthias Seitz <matthias.seitz@outlook.de>",
"is_bot": false,
"headline": "feat: Fix geth prestate filtering for prefunded creations (#383)",
"author_name": "Karl Yu",
"author_login": "0xKarl98",
"committed_at": "2025-11-28T13:09:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "036116c7c5d5a7a8cd5ffc0ee491f1b03c1450e5",
"body": null,
"is_bot": false,
"headline": "chore: release 0.33.0",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2025-11-12T11:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f74372ad0c10e941daf21e0fe76079d1e773da3",
"body": "## Motivation\n\n<!--\nExplain the context and why you're making that change. What is the\nproblem\nyou're trying to solve? In some cases there is not a problem and this\ncan be\nthought of as being the motivation for your change.\n-->\n\nPer: https://github.com/bluealloy/revm/releases/tag/v100",
"is_bot": false,
"headline": "chore: bump to revm 33 (#381)",
"author_name": "zerosnacks",
"author_login": "zerosnacks",
"committed_at": "2025-11-12T11:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5af3c6a6d8ff385ec98acee6f26cdac68edf6209",
"body": null,
"is_bot": false,
"headline": "chore: bump revm 30.0.2 (#380)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2025-11-10T23:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da6abe495d5f1888ab8b464edb261d922f1b4148",
"body": "bump patch",
"is_bot": false,
"headline": "chore: bump revm 30.0.2 (#379)",
"author_name": "rakita",
"author_login": "rakita",
"committed_at": "2025-11-10T13:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd18798a2409146c50c84a61f037a48f45bb8f34",
"body": null,
"is_bot": false,
"headline": "chore: release 0.32.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-11-03T18:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1723bf1f98b506240474e15e2ebad67d7c916118",
"body": null,
"is_bot": false,
"headline": "chore: bump revm (#378)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-11-03T18:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e159a653f2cd9b5747a63aa04c67eef1d45442c6",
"body": "…(#377)\n\nCloses #376\n\n- Don't insert selfdestructed accounts in post state\n- Added tests to verify behavior for London and Cancun",
"is_bot": false,
"headline": "fix(tracing): correctly handle selfdestructed accounts in post state …",
"author_name": "Mablr",
"author_login": "mablr",
"committed_at": "2025-11-03T14:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2021dac4304cd442ef6c1ba413a6fc325d22f2",
"body": "Update boa to v0.21.0. More conformance improvements and bug fixes.\n\nhttps://github.com/boa-dev/boa/blob/main/CHANGELOG.md#v0210",
"is_bot": false,
"headline": "chore: update `Boa` to v0.21.0 (#375)",
"author_name": "Keita Nonaka",
"author_login": "Gumichocopengin8",
"committed_at": "2025-10-31T19:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "209b079b936d21ed518b75befa6e18e69eb2334e",
"body": null,
"is_bot": false,
"headline": "refactor: make push_trace more readable (#371)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2025-10-22T20:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89cc51c846acc04da1fa5440690a2b02d3f43ab7",
"body": "Ref https://github.com/paradigmxyz/revm-inspectors/pull/369",
"is_bot": false,
"headline": "docs: better document CallTrace::depth (#372)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2025-10-22T20:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aafabf7b7ad02dc3431150aeb4f493a69a6d51e",
"body": "as_str could panic if the opcode is unknown",
"is_bot": false,
"headline": "fix: handle unknown opcodes (#373)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-10-22T11:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922eb33e8e5867483cb0d620e52ceac702618d95",
"body": "Geth will convert the empty bytes to null, and omit it in the response,\nI think we should align with it, the empty nulls seems meanless.\n\nBelow is the differ of the tx:\nhttps://etherscan.io/tx/0x337749b7c19859b2d773868b60e82a06ae008db9a80d41db76d7020d976a72e7\n\n> left is geth, right is reth\n\n<img width=\"1446\" height=\"190\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/65049603-c967-4c9c-8c7f-7b4496c902e5\"\n/>",
"is_bot": false,
"headline": "fix(tracing): convert empty revertReason to none (#353)",
"author_name": "Delweng",
"author_login": "jsvisa",
"committed_at": "2025-10-21T09:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803851f3401ca30da69cfa6b694bf04738ecb03e",
"body": null,
"is_bot": false,
"headline": "chore: release 0.31.2",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-10-16T12:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def5a59f2a78d9e5a5be757798360b51c015b411",
"body": "prep for https://github.com/alloy-rs/alloy/pull/2690",
"is_bot": false,
"headline": "chore: guard against new tracer variants (#370)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-10-16T12:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe0ea0d694443d89be94ee1bdf8f3e389fb2cf6",
"body": null,
"is_bot": false,
"headline": "chore: release 0.31.1",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2025-10-14T16:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c2fd43fc7863bf3e3d38bb8ea80aea3b618fb90",
"body": "follow-up for https://github.com/paradigmxyz/revm-inspectors/pull/355",
"is_bot": false,
"headline": "fix: use correct depth for geth traces (#369)",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2025-10-14T16:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf2f95416176d9088b4e0d33a71fe5206cfae43",
"body": null,
"is_bot": false,
"headline": "chore: release 0.31.0",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2025-10-14T12:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c0bae550c93cdea8b8edf794a1de76c6a81b9e",
"body": "Bumps revm to 30.1.0\n\nRef: https://github.com/foundry-rs/foundry/issues/12075",
"is_bot": false,
"headline": "chore(deps): bump `revm` to `30.1.0` (#367)",
"author_name": "zerosnacks",
"author_login": "zerosnacks",
"committed_at": "2025-10-14T11:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "998801f2b8c02b82def41388973167587f9d5a9a",
"body": "The disableCode flag was not being respected in diff mode for the\nPreStateTracer. When disableCode was set to true, code was correctly\nfiltered from the pre state but was still appearing in the post state.\n\nThis fix ensures that when disableCode is true, the code field is set to\nNone for both pre an\n[…]\n expected\nbehavior from Geth.\n\nAdded test coverage to verify the fix works correctly in both cases\n(disableCode=true and disableCode=false).\n\nCo-authored-by: Matthias Seitz <matthias.seitz@outlook.de>",
"is_bot": false,
"headline": "fix: respect disableCode flag in diff mode for PreStateTracer (#362)",
"author_name": "Rakan Al-Huneiti",
"author_login": "rakanalh",
"committed_at": "2025-10-13T09:34:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87366516120c73cef15be3459525455a63d3e69b",
"body": "closes https://github.com/paradigmxyz/reth/issues/18942\n\nwe should not set this if code is disabled in the config",
"is_bot": false,
"headline": "fix: dont include code in post state if disabled (#366)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-10-11T06:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7124ebd27c6dbb6a99a25d0609b4894ae64582ea",
"body": "Ref https://github.com/paradigmxyz/reth/issues/18904\nCloses https://github.com/paradigmxyz/revm-inspectors/issues/364\n\nChanges js objects to be created via\n`JsObject::with_object_proto(ctx.intrinsics())` instead of\n`JsObject::default()` as suggested in\nhttps://github.com/boa-dev/boa/issues/4460#issu\n[…]\n\nmaking sure helpers like `hasOwnProperty` are accessible.\n\nChanges `JsValue -> f64` conversion to happen via `to_numeric_number` so\nthat bigints can also be used as input values for `slice` functions",
"is_bot": false,
"headline": "fix(js-tracer): more fixes (#365)",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2025-10-08T19:51:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f2ecd1fa0811a61c2a6e4dcaf3f7fe2f2ddddea",
"body": "… (#363)\n\nCloses https://github.com/paradigmxyz/revm-inspectors/issues/350\nCloses https://github.com/paradigmxyz/revm-inspectors/issues/349\n\n- Fixes `isPrecompiled` built-in to work correctly. Before we were\nincorrectly checking `precompiles_registered` flag which caused the fn\nto never be injected. Added test for it as well\n- Adds `slice` built-in and a test for it",
"is_bot": false,
"headline": "fix(js-tracer): correctly handle `isPrecompiled` and `slice` builtins…",
"author_name": "Arsenii Kulikov",
"author_login": "klkvr",
"committed_at": "2025-10-06T12:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a4ae16fa7411870afb80112767def1e5dba9123",
"body": "The Geth trace builder incorrectly sets the same `returnData` value for\nall opcode steps in a trace,\nusing the final call output instead of the step-specific return data\nbuffer state.\n\n## Expected Behavior\n\nEach opcode step should display the return data buffer state\nat that specific point in execut\n[…]\nutput of\nthe entire\ncall. \n\nFor example, in a Fibonacci contract call that returns 1, every single\nopcode\nstep shows:\n\"returnData\":\n\"0x0000000000000000000000000000000000000000000000000000000000000001\"",
"is_bot": false,
"headline": "Fix return data in geth traces (#359)",
"author_name": "PG Herveou",
"author_login": "pgherveou",
"committed_at": "2025-09-30T11:28:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b7d16aee5ad9c5e33b978dfa02078dbebbe1d8f3",
"body": null,
"is_bot": false,
"headline": "chore: rm doc_auto_cfg (#360)",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-09-30T11:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453bd051d2b39523cd06c21922d30b1568c2530a",
"body": null,
"is_bot": false,
"headline": "chore: simplify CallInputExt (#356)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2025-09-25T08:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "427fa8f6f6b60d89d8fc21a5cd0ed5809a1aefcb",
"body": "This stack should always be exactly 1 element, and the context should be\nthe same in both `step` and `step_end`.\n\nThis avoids unnecessary memory bandwidth and `arena` access in case of\n`!record` in the very hot `step` functions.",
"is_bot": false,
"headline": "perf: remove step_stack (#357)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2025-09-25T08:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed13f349f91e0748a74adb7980711dd8c30d5b8",
"body": "closes #354",
"is_bot": false,
"headline": "chore: Remove depth and contract fields from CallTraceStep (#355)",
"author_name": "stevencartavia",
"author_login": "stevencartavia",
"committed_at": "2025-09-24T22:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c1b981b402bcc81d9156dd9ba72c2551688baa",
"body": null,
"is_bot": false,
"headline": "chore: release 0.30.0",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-09-23T10:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed286a7b0c4ea700ef5fe7a0c62d287f15b4e552",
"body": "`return_data.buffer()` is `Bytes`. Cheaply clone it instead of creating\na new copy.",
"is_bot": false,
"headline": "perf: re-use returndata buffer (#351)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2025-09-20T05:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945d64d46910709c47ee83ce0e9da1ecc6c4f7ed",
"body": "Same as https://github.com/paradigmxyz/revm-inspectors/issues/324, plus\na few nits.\n\nReduces the size of `CallTraceStep` from 336 to 216 bytes on 64-bit.\nThis is a gain overall because the vast majority of steps (>=95%) do not\nchange storage.",
"is_bot": false,
"headline": "perf: box CallTraceStep::storage_change (#352)",
"author_name": "DaniPopes",
"author_login": "DaniPopes",
"committed_at": "2025-09-19T20:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0820745244364fccc824f3188ce0584d0f54ab",
"body": "Currently missing from the repo",
"is_bot": false,
"headline": "chore: add `SECURITY.md` (#347)",
"author_name": "zerosnacks",
"author_login": "zerosnacks",
"committed_at": "2025-09-10T10:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29073598d930393742761cd08dbb1ddebb5f2833",
"body": null,
"is_bot": false,
"headline": "chore: release 0.29.2",
"author_name": "Matthias Seitz",
"author_login": "mattsse",
"committed_at": "2025-09-10T09:59:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 117,
"latest_release_at": "2026-06-30T16:39:01Z",
"latest_release_tag": "v0.41.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 33,
"days_since_latest_release": 31,
"mean_days_between_releases": 15.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "revm-inspectors",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"ethereum",
"debugging",
"tracing",
"evm",
"inspectors",
"cryptography"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/revm-inspectors",
"is_deprecated": false,
"latest_version": "0.42.0",
"repository_url": "https://github.com/paradigmxyz/revm-inspectors",
"versions_count": 98,
"total_downloads": 3433054,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 332052,
"first_published_at": "2024-01-09T20:22:35.288588Z",
"latest_published_at": "2026-07-31T10:29:36.323267Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 142,
"stars": 255,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-10",
"count": 2
},
{
"date": "2024-01-11",
"count": 2
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-03",
"count": 2
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-06-04",
"count": 2
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-09-09",
"count": 2
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-20",
"count": 2
},
{
"date": "2025-01-24",
"count": 2
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-04-04",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-05-08",
"count": 2
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-16",
"count": 2
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-02-01",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
},
{
"date": "2026-07-31",
"count": 1
}
],
"complete": true,
"collected": 131,
"total_forks": 142
},
"star_history": null,
"open_issues_and_prs": 18
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 59242,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 15,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "alloy-rpc-types-eth",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "alloy-rpc-types-trace",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "alloy-sol-types",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "alloy-primitives",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "revm",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "42.0.1"
},
{
"name": "anstyle",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "colorchoice",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "boa_engine",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.21"
},
{
"name": "boa_gc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.21"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "alloy-primitives",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "alloy-rpc-types-eth",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "alloy-rpc-types-trace",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "alloy-sol-types",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "boa_engine",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "boa_gc",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "revm",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "alloy-hardforks",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "snapbox",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 15,
"direct_count": 12,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 353,
"open_issues": 7,
"closed_ratio": 0.86,
"closed_issues": 43,
"closed_unmerged_prs": 53
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mattsse",
"commits": 209,
"avatar_url": "https://avatars.githubusercontent.com/u/19890894?v=4"
},
{
"type": "User",
"login": "DaniPopes",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/57450786?v=4"
},
{
"type": "User",
"login": "klkvr",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/62447812?v=4"
},
{
"type": "User",
"login": "rakita",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/13179220?v=4"
},
{
"type": "User",
"login": "jsvisa",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/3627395?v=4"
},
{
"type": "User",
"login": "zerosnacks",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/95942363?v=4"
},
{
"type": "User",
"login": "decofe",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/256792747?v=4"
},
{
"type": "User",
"login": "Rimeeeeee",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/117741714?v=4"
},
{
"type": "User",
"login": "yash-atreya",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/44857776?v=4"
},
{
"type": "User",
"login": "tcoratger",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/60488569?v=4"
}
],
"contributors_sampled": 66,
"top_contributor_share": 0.455
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "20 out of 24 merged PRs checked by a CI test -- score normalized to 8",
"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": 6,
"reason": "Found 20/29 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 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": 10,
"reason": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"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": 9,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "57ed30e356509f0576d23192576a8da45ae1987d",
"ran_at": "2026-07-31T17:07:24Z",
"aggregate_score": 7.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T11:16:54Z",
"oldest_open_prs": [
{
"number": 442,
"created_at": "2026-05-16T05:35:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 452,
"created_at": "2026-06-01T22:01:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 453,
"created_at": "2026-06-02T12:14:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 456,
"created_at": "2026-06-10T06:18:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 459,
"created_at": "2026-06-11T21:30:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 463,
"created_at": "2026-06-29T15:39:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 467,
"created_at": "2026-07-02T07:00:17Z",
"last_comment_at": "2026-07-08T18:56:32Z",
"last_comment_author": "Osraka"
},
{
"number": 468,
"created_at": "2026-07-03T22:13:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 469,
"created_at": "2026-07-06T21:20:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 470,
"created_at": "2026-07-14T13:59:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 473,
"created_at": "2026-07-29T06:23:34Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T14:00:59Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 41,
"created_at": "2024-02-16T16:35:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2024-03-08T19:13:14Z",
"last_comment_at": "2025-05-13T17:47:41Z",
"last_comment_author": "kustrun"
},
{
"number": 158,
"created_at": "2024-07-04T12:54:47Z",
"last_comment_at": "2024-07-04T14:26:39Z",
"last_comment_author": "DaniPopes"
},
{
"number": 187,
"created_at": "2024-08-29T13:07:23Z",
"last_comment_at": "2026-07-02T06:55:43Z",
"last_comment_author": "Osraka"
},
{
"number": 267,
"created_at": "2025-03-07T15:04:57Z",
"last_comment_at": "2025-03-07T15:05:23Z",
"last_comment_author": "paronikyanarmen"
},
{
"number": 374,
"created_at": "2025-10-22T21:26:07Z",
"last_comment_at": "2025-10-27T23:55:57Z",
"last_comment_author": "Saw-mon-and-Natalie"
},
{
"number": 391,
"created_at": "2025-12-30T10:54:47Z",
"last_comment_at": "2025-12-30T10:55:17Z",
"last_comment_author": "0xKarl98"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/paradigmxyz/revm-inspectors",
"host": "github.com",
"name": "revm-inspectors",
"owner": "paradigmxyz"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 72 is calibrated to 86 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 72,
"calibrated": 86,
"calibration": "2026-08-02"
}
}
],
"value": 86,
"inputs": {
"security": 72,
"vitality": 92,
"community": 65,
"governance": 78,
"calibration": "2026-08-02",
"engineering": 54,
"ai_readiness": 60,
"weighted_overall_raw": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 92,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"commits_last_year": 117,
"human_commit_share": 0.99,
"days_since_last_push": 0,
"active_weeks_last_year": 33
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "33/52 weeks with commits",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 33
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "117 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 117
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.41.2",
"releases_from_tags": false,
"days_since_latest_release": 31,
"mean_days_between_releases": 15.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 31 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 31
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~15.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 65,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 142,
"stars": 255,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "255 stars",
"points": 39,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 255
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "142 forks",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 142
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"packages": [
"revm-inspectors"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 3433054,
"monthly_downloads": 332052
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "332,052 downloads/month across crates",
"points": 73.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 332052,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 78,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 66,
"top_contributor_share": 0.455
},
"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 46% of commits",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "66 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 66
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"merged_prs": 353,
"open_issues": 7,
"closed_issues": 43,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.86,
"closed_unmerged_prs": 53,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "353/406 decided PRs merged",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 353,
"decided": 406
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 20/29 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 1974,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "paradigmxyz",
"public_repos": 70,
"account_age_days": 1664
},
"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": "1,974 followers of paradigmxyz",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1974,
"login": "paradigmxyz"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "70 public repos, account ~4 yr old",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 70
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"revm-inspectors"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "98 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 98
}
}
],
"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": 54,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 24 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 72,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 24 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 20/29 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 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": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"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 detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "99 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"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 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 59242,
"source_files_sampled": 36,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:revm-inspectors@0.42.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-31T17:07:50.167488Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/paradigmxyz/revm-inspectors.svg",
"full_name": "paradigmxyz/revm-inspectors",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}