
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@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 V2. 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 44 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
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.