
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mosadd/threat-engine
Advanced tools
Threat-event taxonomy (166 canonical events) + scoring + pure defensive-decision engine for mosadd. The kernel-level security primitive that becomes the radar moat in the Phase 2 hub.
Threat-event taxonomy + scoring + pure defensive-decision engine. The kernel-level security primitive that becomes the radar moat in the Phase 2 commercial hub.
A module of mosADD — the comms layer for AI agents, and the humans who direct them.
evaluateEvent(event) → { action, severity, reason } — a pure, backend-free decision function. It decides; the caller carries out the action (revoke sessions, lock account, suspend DID). No side-effects, no authority.THREAT_EVENTS (166 event types across SIGINT / COMINT / ELINT / MASINT / CYBER / BEHAVIORAL / PRIVACY / OSINT / MPOST), each with a default severity, auto-actions, and per-platform availability. Read THREAT_EVENT_COUNT / THREAT_EVENTS.length for the exact, live count — never a hardcoded marketing number.SEVERITY_SCORE, EVENT_BY_ID, getEventsByCategory, getEventsByPlatform, KILLSWITCH_EVENT_IDS, PLATFORM_EVENT_COUNTS.import { evaluateEvent, THREAT_EVENTS, THREAT_EVENT_COUNT } from "@mosadd/threat-engine";
evaluateEvent({ eventType: "SIM_SWAP" }); // → { action: "lock_account", severity: "killswitch", ... }
THREAT_EVENT_COUNT; // → 166
Alpha. The decision engine and the full taxonomy both ship in this package today. Runtime ML-scoring refinements continue across the v3.0.0-alpha line.
FAQs
Threat-event taxonomy (193 canonical events) + scoring + pure defensive-decision engine for mosadd — the classification layer behind mLIDAR and the Irondome security pillar.
The npm package @mosadd/threat-engine receives a total of 71 weekly downloads. As such, @mosadd/threat-engine popularity was classified as not popular.
We found that @mosadd/threat-engine 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.