Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 3751,
"has_wiki": false,
"homepage": "https://crates.io/crates/v8",
"languages": {
"C++": 206637,
"Rust": 1370643,
"Python": 8975,
"Dockerfile": 975,
"TypeScript": 3403
},
"pushed_at": "2026-07-21T23:29:44Z",
"created_at": "2025-05-21T22:35:37Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T06:17:05Z",
"description": "Rust bindings for the V8 JavaScript engine",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"C++"
]
},
"owner": {
"blog": "convex.dev",
"name": "Convex",
"type": "Organization",
"login": "get-convex",
"company": null,
"location": "United States of America",
"followers": 2214,
"avatar_url": "https://avatars.githubusercontent.com/u/81530787?v=4",
"created_at": "2021-03-28T18:46:13Z",
"is_verified": null,
"public_repos": 190,
"account_age_days": 1948
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v149.2.9",
"kind": "patch",
"published_at": "2026-07-22T00:06:05Z"
},
{
"tag": "v149.2.8",
"kind": "patch",
"published_at": "2026-07-21T22:59:17Z"
},
{
"tag": "v149.2.7",
"kind": "patch",
"published_at": "2026-07-21T06:05:34Z"
},
{
"tag": "v149.2.6",
"kind": "patch",
"published_at": "2026-07-17T08:06:37Z"
},
{
"tag": "v149.2.5",
"kind": "patch",
"published_at": "2026-07-11T09:37:12Z"
},
{
"tag": "v149.2.3",
"kind": "patch",
"published_at": "2026-07-10T10:00:16Z"
},
{
"tag": "v149.2.2",
"kind": "patch",
"published_at": "2026-07-09T06:48:29Z"
},
{
"tag": "v149.2.0",
"kind": "minor",
"published_at": "2026-06-05T04:34:23Z"
},
{
"tag": "v137.1.0",
"kind": "minor",
"published_at": "2025-05-21T22:38:25Z"
}
],
"recent_commits": [
{
"oid": "1786bac306984d0dee716dd1602d6c1a66aff47e",
"body": "Expose v8::Isolate::SetIdle, along with the CpuProfiler static helpers\nCollectSample and UseDetailedSourcePositionsForProfiling.\n\nSetIdle lets embedders inform V8 when they are idle so the CPU profiler\nattributes idle samples to the (idle) node instead of counting them as\nrunning code. Without it, tools like Chrome DevTools report ~100% CPU for\na program that is merely parked waiting for I/O.",
"is_bot": false,
"headline": "Add Isolate::SetIdle and CpuProfiler bindings (#2001)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-06-03T11:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0e31ea6bf67f4559faa759b91e22bc3f1cd696",
"body": null,
"is_bot": false,
"headline": "v149.2.0 (#1991)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-25T16:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b93d12e0514d35af6b246006e0410f7ffb813002",
"body": "…)\" (#1988)\n\nThis reverts commit 18d4fbf48d2221c5d6649632da929b7c369a45af.",
"is_bot": false,
"headline": "Revert \"Add bindings for FunctionTemplate c_function_overloads (#1986…",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-25T13:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5abf2b25ab2faf784ee40dd1b25f15c489f8c0b",
"body": "Co-authored-by: Bartek Iwańczuk <bartek@deno.com>",
"is_bot": false,
"headline": "fix: keep isolate annex alive during teardown (#1978)",
"author_name": "JongChan Choi (Rieul)",
"author_login": "disjukr",
"committed_at": "2026-05-25T13:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e204d0471f51585034c95bb055cd704d2d7010",
"body": null,
"is_bot": false,
"headline": "v149.1.0 (#1987)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-19T20:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d4fbf48d2221c5d6649632da929b7c369a45af",
"body": "V8 14.9 changed FunctionTemplate's fast-call storage: each CFunction\noverload is now wrapped in a Managed<CFunctionWithSignature> heap\nobject. Managed::From registers a weak isolate global handle per entry\nto drive the finalizer, so any embedder that calls build_fast() during\nsnapshot creation gets \n[…]\nlisting those\nForeigns as unserialized.\n\nAdd bindings to read the overload count and retrieve each overload as\na Local<Data> so embedders can register them with SnapshotCreator via\nadd_isolate_data().",
"is_bot": false,
"headline": "Add bindings for FunctionTemplate c_function_overloads (#1986)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-19T12:43:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "38380a8f017c64aa0b48cca0fcb4da8cf97b03a5",
"body": null,
"is_bot": false,
"headline": "v149.0.0 (#1985)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-19T00:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b336c14e4b49c2d3625053012f220e8b8efdd4",
"body": "…t-call (#1984)\n\nExposes the V8Inspector instrumentation hooks needed for async stack\ntraces from embedder-owned task sources (e.g. Node's setTimeout /\nsetInterval, where V8 doesn't see the scheduling internally):\n\n - V8Inspector::idleStarted / idleFinished\n - V8Inspector::asyncTaskScheduled(name,\n[…]\naque identity key — callers must ensure the\nidentity is stable across the schedule/start/finish/cancel sequence.\n\nIncludes a smoke test that drives the new API surface and exercises\nthe C++ shim path.",
"is_bot": false,
"headline": "Add bindings for V8 inspector async-task hooks and debug break-on-nex…",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-18T19:14:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "880a0bffe190c7bcdb866d7efe03b4e97880a2d3",
"body": "Adds `FunctionCallbackInfo::get_parts()` as a single callback-entry shim that returns the isolate pointer, return value, callback data, and argument length together.\n\nThis lets raw callbacks avoid separate C++ FFI calls for the common callback prologue:\n\n- `CallbackScope::new(info)` / isolate lookup\n[…]\nnctionCallbackInfoParts` can be passed directly to `CallbackScope`, and `FunctionCallbackArguments::from_function_callback_info_parts(info, &parts)` reuses the already-loaded callback data and length.",
"is_bot": false,
"headline": "perf: add fused callback info parts (#1983)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-18T12:22:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0dc40e81999fad5abb53eae84ba59c9143cda5ff",
"body": "- replace per-Global IsolateHandle/Arc storage with a lightweight isolate liveness cell\n- preserve late-drop behavior by marking the liveness cell null during isolate teardown\n- keep the liveness cell valid after isolate disposal so late Global drops can observe disposal without retaining an Arc",
"is_bot": false,
"headline": "perf: Reduce Global handle liveness overhead (#1982)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-05-18T12:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12d7ef1dba08d2023b3a5dd1df275d2cac401bd7",
"body": null,
"is_bot": false,
"headline": "bump to 14.9 (#1975)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2026-05-07T16:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26adc40b9ccaa2c94c3f886b866c6435e93de580",
"body": null,
"is_bot": false,
"headline": "Add bindings for String::Concat (#1973)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-30T16:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d93d275ec3a968a53204a550830834c4ad5b6d",
"body": "Expose V8's Object::SetLazyDataProperty, which sets a property whose\ngetter is called once on first access and then replaced with a plain\ndata property.",
"is_bot": false,
"headline": "Add bindings for Object::SetLazyDataProperty (#1972)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-30T16:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "348006707529fa4559d931169ad985b3ce518460",
"body": null,
"is_bot": false,
"headline": "v147.4.0 (#1969)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-23T18:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6890b6c5428706bff40e494efedd11dbd719be11",
"body": "Wires the existing crate::simdutf bindings (behind the\nsimdutf Cargo feature) into the V8 string → Rust string\nconversion hot paths: to_rust_string_lossy,\nto_rust_cow_lossy, write_utf8_into, and\nValueView::to_cow_lossy.\n\nto_rust_string_lossy now uses ValueView for single-pass\naccess instead of the o\n[…]\nx)\n4K 1769 → 3994 (2.3x) 414 → 2531 (6.1x)\n16K 1797 → 4006 (2.2x) 512 → 2743 (5.4x)\n\nASCII is unchanged. Latin-1 is 2-4x faster. Two-byte\n(UTF-16) is 3-6x faster, with biggest gains on longer\nstrings.",
"is_bot": false,
"headline": "perf: use simdutf for string conversion hot paths (#1967)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-23T14:45:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a75586a6ad65f6a2234b12281d32fbd9c46d02c",
"body": "Currently, IsolateHandle is unsound - it mutates IsolateAnnex.isolate through an immutable reference with no UnsafeCell. A much cleaner solution is to store the data for IsolateHandle in its own allocation, since that also means an extant IsolateHandle won't prevent the other data in IsolateAnnex fr\n[…]\nng deallocated. I originally was going to store the pointer to IsolateHandleInner in its own isolate data slot, but realized it was also possible to just still store it in IsolateAnnex for simplicity.",
"is_bot": false,
"headline": "Store IsolateHandle data in its own allocation (#1891)",
"author_name": "Noa",
"author_login": "coolreader18",
"committed_at": "2026-04-23T10:37:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e2c6a9e04106b4dda47449df45a3aa747a0ad32",
"body": "Cache a NonNull<IsolateAnnex> pointer in HandleScope, EscapableHandleScope,\nand CallbackScope. This avoids an FFI call to v8__Isolate__GetData on every\nslot access (get_slot/set_slot/get_slot_mut/remove_slot) when called through\na scope.\n\nThe cached slot methods on PinnedRef<HandleScope> shadow the Isolate methods\nin the Deref chain, so existing user code benefits without any API changes.\nThe FFI cost is paid once at scope creation; nested scopes just copy the\npointer from the parent.",
"is_bot": false,
"headline": "perf: cache IsolateAnnex pointer in scope structs (#1968)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-23T08:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "653d251f6125e9eaf251ca1f9f310b5a7bba831c",
"body": "Replace the CARGO_FEATURE_CRT_STATIC feature flag check with\nCARGO_CFG_TARGET_FEATURE to correctly detect crt-static when set\nvia rustflags rather than as a crate feature.",
"is_bot": false,
"headline": "Use CARGO_CFG_TARGET_FEATURE to detect CRT linkage on MSVC (#1915)",
"author_name": "Jasper",
"author_login": "jbg",
"committed_at": "2026-04-22T12:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b91930cba7ac30ff3dc9c0b4185d498cd9abec",
"body": null,
"is_bot": false,
"headline": "fix: enable linux shared-library-safe v8 tls mode by default (#1911)",
"author_name": "Matt LeMay",
"author_login": "mplemay",
"committed_at": "2026-04-22T11:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "826eee48242936cbfa95e650c22197e9fcc38c5a",
"body": "Fixes: #1949",
"is_bot": false,
"headline": "Include `build/rust/known-target-triples.txt` in Cargo.toml (#1950)",
"author_name": "Rong \"Mantle\" Bao",
"author_login": "CSharperMantle",
"committed_at": "2026-04-22T10:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cdaa8d2fe2e0535f3aed3b67ce102a4aeba2b5",
"body": null,
"is_bot": false,
"headline": "v147.3.0 (#1966)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-19T10:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d95ea47229a39298831eead7b45b03c332e594",
"body": "…phase (#1965)\n\nAdd Rust bindings for V8 APIs needed for dynamic `import.defer()`:\n\n- `Module::evaluate_for_import_defer()` - evaluates async transitive\n dependencies eagerly so deferred namespace access can be synchronous.\n Returns a Promise that resolves when dependencies are ready.\n\n- `Module::\n[…]\nmespace that triggers evaluation on first\n property access.\n\nThese APIs were added to V8 in commit f2016e19b33a (v8/v8@f2016e19).\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Module::EvaluateForImportDefer and GetModuleNamespace with …",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-19T10:35:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "57fbd813cf307f323a462720a89c1a1b5df4d255",
"body": null,
"is_bot": false,
"headline": "v147.2.1 (#1964)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-18T07:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0f3aa18e52a6eadad44e0d3c4c326c0dcded99f",
"body": "…962)\n\nThe C++ function declared `int length` (4 bytes) while the Rust FFI\nbinding declared `size_t` (8 bytes), creating a type mismatch at the\nFFI boundary. This aligns it with `v8__String__NewExternalTwoByte`\nwhich already correctly uses `size_t length`.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct v8__String__NewExternalOneByte length parameter type (#1…",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-17T17:37:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "13b6ac8cf35331859cc1697add06ba0d53b9a2e8",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.7.173.20 (#1963)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-04-17T12:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b5f2e57d659e355fee927d82516a3a4461ebc3",
"body": null,
"is_bot": false,
"headline": "v147.2.0 (#1961)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-17T06:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86529e69b7de27558d811fbd2f3dc189c48ff23b",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.7.173.19 (#1951)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-04-17T05:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "988bcdb841aa67df5e32b869c1dd18f1198433c2",
"body": "Allow creating an EscapableHandleScope directly from an Isolate\nreference, matching V8's C++ API where v8::EscapableHandleScope\ncan be constructed from just an Isolate*.\n\nPreviously, EscapableHandleScope::new() required a parent\nPinnedRef<HandleScope>, which made it impossible to create one\nin conte\n[…]\nllbacks).\n\nNeeded by denoland/deno#33285 for implementing proper\nnapi_open_escapable_handle_scope with V8's escape slot mechanism.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: implement NewEscapableHandleScope for Isolate (#1960)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-17T05:08:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d5fc57bd7336f643cef4294ca2ed4c27e25d48c",
"body": "Add two-byte (UTF-16) equivalents of the existing external one-byte\nstring APIs:\n\n- new_external_twobyte: creates a v8::String from a Box<[u16]>,\n V8 takes ownership and frees via free_rust_external_twobyte on GC\n- new_external_twobyte_raw: creates a v8::String from a raw *mut u16\n with a custom d\n[…]\nnd calls the Rust destructor.\n\nNeeded by denoland/deno#33283 for zero-copy UTF-16 external strings\nin the Node-API implementation.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add new_external_twobyte and new_external_twobyte_raw (#1959)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-16T19:11:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e2a7e2c68a340c9bf705de1eb6c08a0ce4faceed",
"body": null,
"is_bot": false,
"headline": "v147.1.0 (#1956)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-10T08:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd959927bdfaaef3326baad0c867c67c869c6f0b",
"body": "temporal_capi 0.1.2 depends on temporal_rs 0.1.2, which is incompatible\nwith icu_calendar >= 2.2. This causes compilation failures for users who\ndon't have icu_calendar pinned to 2.1.x.\n\nFixes #1952\nFixes #1954\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump temporal_capi from 0.1.2 to 0.2.3 (#1955)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-04-09T19:14:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd2aeca462c988f2e648e950423efa36018b9919",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.7.173.13 (#1946)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-03-30T11:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65774548c03fb4fcced12b05be61f7c033758653",
"body": null,
"is_bot": false,
"headline": "Fix memory leak in Function::get_script_origin (#1902)",
"author_name": "Geoffry Song",
"author_login": "goffrie",
"committed_at": "2026-03-26T21:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c408a142c985006433998c96c71c3d8ea80011",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.7.173.9 (#1943)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-03-26T21:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe8f7d190c5633767427ba07a23d5a661740090",
"body": null,
"is_bot": false,
"headline": "Expose `FunctionTemplate::SetAccessorProperty` (#1942)",
"author_name": "des",
"author_login": "des-sh",
"committed_at": "2026-03-26T19:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6293009c82d070c89bf12ff5a8273cc77f097bbd",
"body": null,
"is_bot": false,
"headline": "v147.0.0 (#1941)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-24T17:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff206cc04df599a54ea134ceac30fd08969d6b11",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "update to v8 v14.7 (#1940)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-24T12:22:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "089edc538a2d602fa90b2538129ac66d5a7bd787",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.6.202.26 (#1938)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-03-21T11:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a3711cacee3272cdd3c37c1526dc1cf55cd7b7",
"body": null,
"is_bot": false,
"headline": "v146.9.0 (#1937)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-19T17:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a54e3b737ae0c1f4d4438169f6fd5f3ca924935",
"body": "Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>",
"is_bot": false,
"headline": "Rolling to V8 14.6.202.24 (#1923)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-03-19T15:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f208c8f5a318587d22dcaf129c31a63555a9d715",
"body": "The simdutf bindings added in #1928 were missing Windows builds,\nso prebuilt libraries were not published for Windows users.\n\nThis adds simdutf CI builds for both x86_64-pc-windows-msvc (matrix)\nand aarch64-pc-windows-msvc (separate job).\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add simdutf builds for Windows targets in CI (#1936)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-17T17:42:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ba58a4f26e48726a280be374f4b70768db954fa2",
"body": null,
"is_bot": false,
"headline": "v146.8.0 (#1935)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-16T12:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7d65eb0461ea98e7bd85f4fb00cfa87b0bf117",
"body": "Instead of forwarding tasks to DefaultPlatform's queue and notifying\nRust, CustomTaskRunner now transfers task ownership to Rust via the\nPlatformImpl trait. This allows embedders (e.g. deno_core) to schedule\ntasks on their own event loop (e.g. tokio::spawn) and call task.run()\ndirectly, rather than relying on PumpMessageLoop.\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: transfer foreground task ownership to Rust in PlatformImpl (#1934)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-16T12:23:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0876010fa1f70b4ed5710ba8237cdd71a0f71483",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: expose `total_allocated_bytes` in `HeapStatistics` (#1933)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-16T07:22:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b653d354be5eb53bfa50195a7aa70e62aa630a6b",
"body": null,
"is_bot": false,
"headline": "v146.7.0 (#1932)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-14T20:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4168d22392133766434a4e1df066a2207dd37651",
"body": "V8 bundles simdutf (SIMD-accelerated Unicode validation/transcoding),\nbut consumers like deno_core can't use a separate simdutf Rust crate\nalongside rusty_v8 due to C++ symbol clashes. This exposes the bundled\nsimdutf API through rusty_v8 behind a `simdutf` cargo feature flag.\n\nChanges:\n- Cargo.toml\n[…]\neprocessor\n- simdutf.rs: safe Rust API wrapping all exposed simdutf operations\n- lib.rs: register simdutf module behind cfg(feature)\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: expose simdutf bindings behind cargo feature (#1928)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-14T20:37:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2739918abd7907bce7563f5aa93c77c53483e5a1",
"body": "The destructor used `-static_cast<int64_t>(-length_)` to report freed\nexternal memory. Since `length_` is `size_t` (unsigned), `-length_`\nwraps to a huge positive value, and the outer negation doesn't properly\nrestore the sign. This caused V8 to think memory was being *allocated*\non every string dea\n[…]\nles the external memory\ncounter accumulated until it exceeded V8's 32GB sanity check, triggering\na panic.\n\nRef denoland/deno#32693\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct ExternalOneByteString destructor memory accounting (#1931)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-14T16:55:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "502dbdc4b59640cfb9153e0ac4d6f214986d0504",
"body": null,
"is_bot": false,
"headline": "v146.6.0 (#1930)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-14T09:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84b1b2714dc3005dd0635aff881b8a8a32bb707",
"body": "Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: custom Node domains support in Inspector (#1904)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2026-03-14T09:02:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ee7047cc11afe5116bb0b7a9927aefab7948986f",
"body": null,
"is_bot": false,
"headline": "v146.5.0 (#1929)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-13T10:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5acd14461e5697b645b787acb274564091718f9a",
"body": "… (#1927)\n\nAdd ValueView::as_str() for true zero-copy &str access to ASCII strings,\nValueView::to_cow_lossy() for zero-copy-when-possible string conversion,\nString::write_utf8_into() for allocation reuse, and a public latin1_to_utf8\nSIMD-friendly transcoder utility.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: zero-copy string access via ValueView and allocation-reuse APIs…",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-13T08:32:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9eaafb5764a529226a6a24bee18a9d253fa2e254",
"body": null,
"is_bot": false,
"headline": "v146.4.0 (#1926)",
"author_name": "Felipe Cardozo",
"author_login": "fraidev",
"committed_at": "2026-03-09T19:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778b15948d3ee7ec095c757cf5d7639026da8274",
"body": "Add a trait-based API (following the V8InspectorClientImpl pattern) that lets embedders hook into platform virtual methods. A CustomPlatform C++ class subclasses DefaultPlatform and delegates on_foreground_task_posted and on_isolate_shutdown to a Rust PlatformImpl trait object.\n\nThis allows embedder\n[…]\nlike Deno to receive notifications when V8 background threads post foreground tasks, enabling event-driven wakeups instead of polling.\n\n---------\n\nCo-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>",
"is_bot": false,
"headline": "feat: add PlatformImpl trait for custom platform callbacks (#1924)",
"author_name": "Felipe Cardozo",
"author_login": "fraidev",
"committed_at": "2026-03-09T18:37:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1f38ba425fad7e125bcbacff5488b58b14950be",
"body": null,
"is_bot": false,
"headline": "v146.3.0 (#1922)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-04T12:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94aca69d97dd4afdde2f9b5b52aef31b92507542",
"body": "Expose `Isolate::get_heap_code_and_metadata_statistics()` which wraps\nV8's `GetHeapCodeAndMetadataStatistics`. Returns a `HeapCodeStatistics`\nstruct with code_and_metadata_size, bytecode_and_metadata_size,\nexternal_script_source_size, and cpu_profiler_metadata_size.\n\nThis is needed to implement Node.js `v8.getHeapCodeStatistics()` in Deno.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add HeapCodeStatistics API (#1921)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-04T12:15:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "154d2f2986ba719bc941207f059d50289e971d20",
"body": null,
"is_bot": false,
"headline": "v146.2.0 (#1920)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-04T08:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909980fcabb14390fdaca2a798f6e8bd4c761220",
"body": null,
"is_bot": false,
"headline": "chore: use Rust 1.91.0 (#1919)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-04T08:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50067f04b956f138d081b806dfc45212e207856f",
"body": "Add bindings for the V8 ResourceConstraints API so that embedders can\nset individual heap generation limits instead of only using the\nhigh-level ConfigureDefaultsFromHeapSize helper.\n\nNew APIs on CreateParams:\n- set_max_old_generation_size_in_bytes / max_old_generation_size_in_bytes\n- set_max_young_\n[…]\nt Node.js-compatible worker\nthread resource limits (maxOldGenerationSizeMb, maxYoungGenerationSizeMb,\ncodeRangeSizeMb, stackSizeMb).\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: expose individual ResourceConstraints setters and getters (#1918)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-03-04T07:49:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dbdaa01f4c8689221fedb5f955cf2f18107df415",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.6.202.8 (#1916)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-03-03T15:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62cbd61bd0953de0ad19884ea18cc669dda99336",
"body": "This will allow us to skip installing Python on Deno CI",
"is_bot": false,
"headline": "build: try to use Deno to download binary archive (#1917)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-02-27T17:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef8d0025b749839c7a3ab95e52e017ab893676d",
"body": null,
"is_bot": false,
"headline": "v146.1.0 (#1914)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-02-24T17:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9b714c79952f8fbed157b515ea08c104933511",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.6.202.6 (#1913)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-02-24T12:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448ed2d11fa1732d32a0a3b1b01ea4367cf7eed7",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.6.202.4 (#1910)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-02-24T09:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15a891a63e7edb4f22dd375a2f10f852ebe2c4a4",
"body": null,
"is_bot": false,
"headline": "add Promise::MarkAsHandled (#1912)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2026-02-24T08:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b5ecf6eff89f0c292daa7ef29bfbfaf5fde995",
"body": null,
"is_bot": false,
"headline": "v146.0.0 (#1909)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-02-19T15:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87082f052ea4f0ed9af8faadd91a23de5c132c05",
"body": "## Summary\n\nAdd Rust bindings for the new experimental `v8::WasmModuleCompilation` class from `v8/include/v8-wasm.h`, providing an interface for asynchronous WebAssembly module compilation (e.g. for source phase imports).\n\n### Bindings provided\n\n- `WasmModuleCompilation::new()` / `Default` — create \n[…]\nd in the Rust closure rather than threaded through C++\n- Caching callback function pointer is passed directly to V8 without wrapping\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add bindings for v8::WasmModuleCompilation (#1908)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2026-02-19T14:56:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea5769e16ea648fe88ebc6641e933a66d4820e1c",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.6.202.2 (#1906)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-02-16T01:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b232b48a3378f933f56d5d8d6711e5906168409",
"body": "Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>",
"is_bot": false,
"headline": "Rolling to V8 14.5.201.5 (#1905)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-01-30T21:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f7713c3f0c5419f198e5427f8b7f1c058cba0e4",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.5.201.4 (#1888)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2026-01-16T13:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b975114f29e960b0e4b069ad9046482b454d275b",
"body": "Refactor ASAN job of main matrix",
"is_bot": false,
"headline": "move ASAN job out of main build matrix (#1900)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2026-01-16T11:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a88b35dd3d7f2849a0df33a71d338701c55316",
"body": null,
"is_bot": false,
"headline": "v145.0.0 (#1899)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2026-01-15T17:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40736e28a6cce5fedb467b736338842fb145ff05",
"body": null,
"is_bot": false,
"headline": "Windows on ARM support (#1898)",
"author_name": "Divy",
"author_login": "littledivy",
"committed_at": "2026-01-15T09:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b35ce299eb4bda70924d6cb9bf1d8aa6e1f00ceb",
"body": null,
"is_bot": false,
"headline": "update to v8 v14.5 (#1897)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2026-01-13T16:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d9f92762600fd3475a5632005ecf3721514b8d4",
"body": "Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>",
"is_bot": false,
"headline": "Rolling to V8 14.4 (#1889)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2026-01-08T11:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31e543f26bde595f80f4bb50c47a07ccac31c624",
"body": null,
"is_bot": false,
"headline": "Fix `InterruptCallback` signature (#1892)",
"author_name": "Noa",
"author_login": "coolreader18",
"committed_at": "2025-12-18T10:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b6645641f6b4363984a300327939ea2444b4a38",
"body": null,
"is_bot": false,
"headline": "remove use of transmute in cppgc (#1879)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2025-12-09T14:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7369f8346475918fe2d4d2cf8f551d07dba72164",
"body": null,
"is_bot": false,
"headline": "bump v8 (#1887)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2025-12-09T13:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922efdb334ff9d4b57a86a209dba6a7feddc0486",
"body": null,
"is_bot": false,
"headline": "Add v8 sandbox (#1861)",
"author_name": "Rootspring",
"author_login": "cheesycod",
"committed_at": "2025-12-09T10:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e602b26927d2844252acce25b499bf6cffa070d",
"body": null,
"is_bot": false,
"headline": "Add bindings for `StackFrame::get_script_source[_mapping_url]` (#1886)",
"author_name": "Noa",
"author_login": "coolreader18",
"committed_at": "2025-12-09T06:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583cb38b9969b3b9799eb9f6ecc53264462dc21b",
"body": "… count (#1868)\n\n* Fix get/set_embedder_data to create annex and offset by internal slot count\n\n* Clear slots before calling set_default_context\n\n* Change Context::INTERNAL_SLOT_COUNT to 2\n\n* Update tests to use embedder data index 0",
"is_bot": false,
"headline": "Fix get/set_embedder_data to create annex and offset by internal slot…",
"author_name": "Noa",
"author_login": "coolreader18",
"committed_at": "2025-12-09T06:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7d54b7ff2d3a65866f4e93e7a12ee33f1558b7",
"body": null,
"is_bot": false,
"headline": "v142.2.0 (#1884)",
"author_name": "Nayeem Rahman",
"author_login": "nayeemrmn",
"committed_at": "2025-11-21T10:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e1c6a82fd1116edd98d7ba393fd7f4a413729cb",
"body": "Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>",
"is_bot": false,
"headline": "feat: add bindings for ModuleRequest.get_phase() (#1881)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2025-11-21T07:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "244fd55c41e82afe8846d96864e23c5d7665bbc8",
"body": "Add Float16Array",
"is_bot": false,
"headline": "add Float16Array (#1882)",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-11-20T22:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696006d38ddd4ec43c0eb495624f6f19fd80e1fa",
"body": null,
"is_bot": false,
"headline": "feat: implement `Rawable` for floating-point types (#1858)",
"author_name": "ud2",
"author_login": "0f-0b",
"committed_at": "2025-11-17T09:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5b674273ffc51f6293fcc43f93af16fefc1106",
"body": "version bump to 142.1.0",
"is_bot": false,
"headline": "chore: version bump to 142.1.0 (#1875)",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-11-05T16:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38938aa0e07ed603a0e8ec81afba50cc15720bda",
"body": "fix lifetimes in wasm streaming callback",
"is_bot": false,
"headline": "fix: fix lifetimes in wasm streaming callback (#1874)",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-11-05T15:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb023e5ae46435cd80773a2473addedd52f6a854",
"body": "add copy_contents_uninit",
"is_bot": false,
"headline": "feat: add copy_contents_uninit to `ArrayBufferView` (#1872)",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-11-04T10:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98fc2bad24fc6eaf2e0bbe64fa9b46faef607595",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.2.231.17 (#1871)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2025-11-03T10:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e214eadfb5390f03dcc2bdbf0caed3bfa399e8",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.2.231.16 (#1870)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2025-10-31T12:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1771afc1d6af549176b2065ed3a3e443047beb36",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.2.231.15 (#1869)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2025-10-29T17:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773cb5107e376de39e8ac7aa707d489b5229a01a",
"body": null,
"is_bot": false,
"headline": "Update V8 tracking branch to 14.2-lkgr-denoland (#1866)",
"author_name": "snek",
"author_login": "devsnek",
"committed_at": "2025-10-28T10:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72a7e243a03d4247912ea7b9f8419a541e66b1d1",
"body": null,
"is_bot": false,
"headline": "v142.0.0 (#1864)",
"author_name": "Ryan Dahl",
"author_login": "ry",
"committed_at": "2025-10-24T14:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc6d9741ed559eb35818712213d6d8bda269ba9",
"body": "- Upgrade Rust toolchain to 1.89.0\n- Switch to temporal_capi 0.1.0\n- Replace various GetIsolate APIs with v8__Isolate__GetCurrent()\n- Configure bindgen for V8's libc++ headers with Clang 19+",
"is_bot": false,
"headline": "Upgrade V8 to 14.2 (#1863)",
"author_name": "Ryan Dahl",
"author_login": "ry",
"committed_at": "2025-10-23T19:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808dbb985f18b22333bcb87e8e0936c436524071",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.0.365.10 (#1851)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2025-10-11T14:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1f24622b6ce7dd13f458974bc7eee20c019758",
"body": null,
"is_bot": false,
"headline": "v140.2.0 (#1860)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2025-09-22T21:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fb5c168395b022755007096a0000d77f9d3704",
"body": "…ping of scopes (#1830)\n\nBefore this change, `HandleScope`s (and other scope types) were stored in the heap and we did bookkeeping at runtime of the current stack of scopes. The reasons were primarily:\n- raw handle scopes need to be pinned in memory once initialized\n- we couldn't enforce at compile \n[…]\n you would change it from:\n\n```rust\nfn takes_scope(s: &mut v8::HandleScope) {}\n```\n\nto\n\n```rust\nfn takes_scope(s: &mut v8::PinScope) {}\n```\n\n(`v8::PinScope` is a type alias for a pinned handle scope).",
"is_bot": false,
"headline": "rework scopes to make them stack allocated and remove runtime bookkee…",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-09-22T21:24:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f23df592a1d898860560fafc98d38f6a6807c74",
"body": null,
"is_bot": false,
"headline": "v140.1.1 (#1857)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2025-09-18T16:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8693946a601612cd80a8922bd2f787e438b5f07",
"body": null,
"is_bot": false,
"headline": "140.1.0 (#1854)",
"author_name": "Bartek Iwańczuk",
"author_login": "bartlomieju",
"committed_at": "2025-09-18T12:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c782b71638dce1052ac9b46c4b0d88343ee5e2d6",
"body": "…ess (#1853)\n\nPreviously we were storing pointers to the raw values, which V8 was holding onto. We didn't actually enforce they were pinned. So this was trivially unsound:\n\n```\nlet channel = v8::inspector::ChannelBase::new::<ChannelThing>();\nlet mut channel = ChannelThing { channel };\nlet client_tru\n[…]\nimplementation, and all the methods were taking &mut self.\n\nNow, we take shared references (which is ok because we either use an UnsafeCell to get a pointer to hand to V8, or we only use raw pointers)",
"is_bot": false,
"headline": "refactor: rework inspector to take shared references and fix unsoundn…",
"author_name": "Nathan Whitaker",
"author_login": "nathanwhit",
"committed_at": "2025-09-18T09:21:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6c9d283cafccad622a61c1d45e8065cb9552ad5",
"body": null,
"is_bot": false,
"headline": "Rolling to V8 14.0.365.5 (#1850)",
"author_name": "denobot",
"author_login": "denobot",
"committed_at": "2025-09-13T19:47:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 111,
"latest_release_at": "2026-07-22T00:06:05Z",
"latest_release_tag": "v149.2.9",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 32,
"days_since_latest_release": 7,
"mean_days_between_releases": 53.3
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "v8",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/v8",
"is_deprecated": false,
"latest_version": "150.4.0",
"repository_url": "https://github.com/denoland/rusty_v8",
"versions_count": 194,
"total_downloads": 24533266,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 918327,
"first_published_at": "2016-09-18T02:13:19.054723Z",
"latest_published_at": "2026-07-26T09:39:13.040609Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 1,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-02-27",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"examples/android/Cargo.toml"
],
"largest_source_bytes": 435300,
"source_files_sampled": 109,
"oversized_source_files": 5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.5"
},
{
"name": "paste",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "temporal_capi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 4,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "piscisaureus",
"commits": 276,
"avatar_url": "https://avatars.githubusercontent.com/u/218257?v=4"
},
{
"type": "User",
"login": "ry",
"commits": 224,
"avatar_url": "https://avatars.githubusercontent.com/u/80?v=4"
},
{
"type": "User",
"login": "bartlomieju",
"commits": 210,
"avatar_url": "https://avatars.githubusercontent.com/u/13602871?v=4"
},
{
"type": "User",
"login": "denobot",
"commits": 168,
"avatar_url": "https://avatars.githubusercontent.com/u/33910674?v=4"
},
{
"type": "User",
"login": "devsnek",
"commits": 100,
"avatar_url": "https://avatars.githubusercontent.com/u/5952481?v=4"
},
{
"type": "User",
"login": "littledivy",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/34997667?v=4"
},
{
"type": "User",
"login": "bnoordhuis",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/275871?v=4"
},
{
"type": "User",
"login": "mmastrac",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/512240?v=4"
},
{
"type": "User",
"login": "lucacasonato",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/7829205?v=4"
},
{
"type": "User",
"login": "nathanwhit",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/17734409?v=4"
}
],
"contributors_sampled": 98,
"top_contributor_share": 0.194
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml",
"update-v8.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 72 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1786bac306984d0dee716dd1602d6c1a66aff47e",
"ran_at": "2026-07-29T08:05:39Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-08T10:46:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SKIPPED",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/get-convex/rusty_v8",
"host": "github.com",
"name": "rusty_v8",
"owner": "get-convex"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 38,
"vitality": 85,
"community": 12,
"governance": 57,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 111,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 32
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "32/52 weeks with commits",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 32
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "111 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 111
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 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": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v149.2.9",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 53.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 55,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 55 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 55
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 98,
"top_contributor_share": 0.194
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 19% of commits",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 19
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "98 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 98
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 72 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"followers": 2214,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "get-convex",
"public_repos": 190,
"account_age_days": 1948
},
"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": "2,214 followers of get-convex",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2214,
"login": "get-convex"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "190 public repos, account ~5 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 190
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://crates.io/crates/v8",
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/v8",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 72 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.16,
"toolchain_manifests": [
"Cargo.toml",
"examples/android/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, examples/android/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, examples/android/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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "16 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 16,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 435300,
"source_files_sampled": 109,
"oversized_source_files": 5
},
"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": "5/109 source files over 60KB",
"points": 52.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 109,
"oversized": 5
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"crates package 'v8' points at a different repository (https://github.com/denoland/rusty_v8); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T08:05:58.753692Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/get-convex/rusty_v8.svg",
"full_name": "get-convex/rusty_v8",
"license_state": "standard",
"license_spdx": "MIT"
}