
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.
@debugbundle/shared-types
Advanced tools
Shared DebugBundle schemas, types, and constants.
This package is the low-level contract layer used by the DebugBundle SDKs and core services. Most consumers should install @debugbundle/sdk-node or @debugbundle/sdk-browser instead of depending on this package directly.
Published package:
npm install @debugbundle/shared-types
import { EventEnvelopeSchema, createEventEnvelope } from "@debugbundle/shared-types";
const event = createEventEnvelope({
event_type: "log_event",
project_token: "dbundle_proj_example",
service: {
name: "example-service",
environment: "development",
runtime: "node"
},
payload: {
level: "error",
message: "example log"
}
});
EventEnvelopeSchema.parse(event);
debugbundle/debugbundle.FAQs

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.