
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@agentkit-js/kernel-quickjs
Advanced tools
QuickJS-in-WASM kernel for agentkit-js — safe for Cloudflare Workers and serverless environments that lack node:vm
QuickJS-in-WASM kernel — sandboxed JavaScript, edge-safe, no node:vm required.
Part of agentkit-js — a TypeScript + WASM agent runtime.
npm install @agentkit-js/kernel-quickjs @agentkit-js/core quickjs-emscripten @jitl/quickjs-wasmfile-release-sync
import { QuickJSKernel } from "@agentkit-js/kernel-quickjs";
const kernel = new QuickJSKernel();
const result = await kernel.run(`[1,2,3].reduce((a,b) => a+b, 0)`);
console.log(result.output); // 6
Drop-in replacement for VmKernel on Cloudflare Workers (which forbids node:vm),
Vercel Edge, Deno Deploy, and any environment where you want true language-level sandboxing
without spinning up a microVM.
See the kernel decision tree.
Apache-2.0 — © agentkit-js contributors
FAQs
QuickJS-in-WASM kernel for agentkit-js — safe for Cloudflare Workers and serverless environments that lack node:vm
The npm package @agentkit-js/kernel-quickjs receives a total of 2 weekly downloads. As such, @agentkit-js/kernel-quickjs popularity was classified as not popular.
We found that @agentkit-js/kernel-quickjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.