
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@distilled.cloud/cloudflare-rolldown-plugin
Advanced tools
@distilled.cloud/cloudflare-rolldown-pluginRolldown plugin for Cloudflare Workers.
bun add @distilled.cloud/cloudflare-rolldown-plugin rolldown
import { rolldown } from "rolldown";
import cloudflare from "@distilled.cloud/cloudflare-rolldown-plugin";
const bundle = await rolldown({
input: "./src/index.ts",
plugins: [
cloudflare({
compatibilityDate: "2026-04-01",
compatibilityFlags: ["nodejs_compat"],
}),
],
});
await bundle.write({
file: "./dist/index.js",
format: "esm",
sourcemap: true,
});
cloudflare:* imports as external.nodejs_compat is set..wasm, .bin, .txt, .html, and .sql..wasm?init imports.compatibilityDate?: stringcompatibilityFlags?: string[]MIT
FAQs
Rolldown plugin for Cloudflare Workers.
The npm package @distilled.cloud/cloudflare-rolldown-plugin receives a total of 30,883 weekly downloads. As such, @distilled.cloud/cloudflare-rolldown-plugin popularity was classified as popular.
We found that @distilled.cloud/cloudflare-rolldown-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.