
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.
@decantr/essence-spec
Advanced tools
Essence schemas, validation, migration, and TypeScript types for Decantr
Support status: core-supported
Release channel: stable
Schemas, validation, migration, guard evaluation, and TypeScript types for decantr.essence.json.
npm install @decantr/essence-spec
validateEssence() for schema validationevaluateGuard() for contract/guard checksnormalizeEssence() for active Essence v4 normalizationmigrateToV4() for the explicit legacy migration pathimport { evaluateGuard, validateEssence } from '@decantr/essence-spec';
const result = validateEssence(essence);
if (!result.valid) {
console.error(result.errors);
}
const violations = evaluateGuard(essence, {});
@decantr/essence-spec/schema/essence.v4.json@decantr/essence-spec/schema/essence.v2.json and essence.v3.json remain archived references for migration tooling only@decantr/essence-spec defines the active Essence v4 public contract for Decantr 3. Runtime validation accepts v4 only; older Essence v2/v3 files are supported through decantr migrate --to v4.
This package is the lowest-level public Decantr contract and is intended to remain boring and dependable for downstream consumers.
@decantr/essence-spec is a local validation library. It may read explicitly supplied essence/schema paths through helper APIs, but it does not write files, call the network, spawn processes, emit telemetry, or upload source. See security permissions.
MIT
FAQs
Essence schemas, validation, migration, and TypeScript types for Decantr
The npm package @decantr/essence-spec receives a total of 11 weekly downloads. As such, @decantr/essence-spec popularity was classified as not popular.
We found that @decantr/essence-spec 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
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.