
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.
@bytecodealliance/jco-node-fs
Advanced tools
@bytecodealliance/jco-node-fsNative Node.js filesystem helpers used by Jco's WASI shims.
The package intentionally exposes only filesystem operations that the Node.js standard library cannot provide. It is not a general-purpose filesystem API.
import { open } from 'node:fs/promises';
import { fadvise } from '@bytecodealliance/jco-node-fs';
const file = await open('data.bin', 'r');
try {
fadvise(file.fd, 0n, 0n, 'sequential');
} finally {
await file.close();
}
FAQs
Native Node.js filesystem helpers for Jco
The npm package @bytecodealliance/jco-node-fs receives a total of 0 weekly downloads. As such, @bytecodealliance/jco-node-fs popularity was classified as not popular.
We found that @bytecodealliance/jco-node-fs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.