
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@debugbundle/redaction
Advanced tools
Sensitive-data redaction helpers used by DebugBundle SDKs and ingestion flows.
This package provides the shared payload scrubbing primitives that remove secrets and other unsafe fields before data leaves a process.
Published package:
npm install @debugbundle/redaction
import { redact } from "@debugbundle/redaction";
const sanitized = redact({
authorization: "Bearer secret",
password: "super-secret",
safe: "ok"
});
debugbundle/debugbundle.FAQs
Sensitive-data redaction helpers for DebugBundle SDKs
We found that @debugbundle/redaction 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.