
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@r1-runtime/kernel
Advanced tools
Core OS-like kernel for R1 — WASM orchestration, VFS, and WASI shim.
Core OS-like kernel for R1 TauriWeb Runtime — WASM orchestration, VFS, and WASI shim.
snapshot_preview1 implementation for Rust std::fsrusqlite with bundled featurenpm install @r1-runtime/kernel
import { VFS, WasmOrchestrator } from '@r1-runtime/kernel';
// Initialize VFS
const vfs = new VFS();
await vfs.init();
// Create orchestrator
const orchestrator = new WasmOrchestrator(vfs);
// Load WASM module
await orchestrator.loadModule('app', '/wasm/app.wasm');
// Call Rust functions
const result = await orchestrator.callFunction('app', 'greet', { name: 'World' });
init() - Initialize OPFS storageread(path) - Read file as Uint8Arraywrite(path, data) - Write fileexists(path) - Check if file existsdelete(path) - Delete filereaddir(path) - List directory contentsloadModule(name, url) - Load WASM modulecallFunction(module, fn, args) - Call Rust functionunloadModule(name) - Unload moduleMIT © 2026 R1 Runtime Team
FAQs
Core OS-like kernel for R1 — WASM orchestration, VFS, and WASI shim.
The npm package @r1-runtime/kernel receives a total of 10 weekly downloads. As such, @r1-runtime/kernel popularity was classified as not popular.
We found that @r1-runtime/kernel 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.