
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@beyondnet/evolith-contracts
Advanced tools
Versioned SemVer boundary for the Evolith Core public contract: machine-contract/schema set (sha256) and the capability manifest served by GET /api/v1/capabilities
The versioned SemVer boundary for the Evolith Core public contract (GT-513 · EAG-06).
External (non-Tracker) consumers depend on this package — not on the Core engine — to
discover, at a pinned SemVer + sha256, what the stateless Core can evaluate.
MACHINE_CONTRACT_SET / CONTRACT_SET_SHA256 — the machine-contract / schema
set (id, version, path, per-file sha256) with a stable fingerprint over the schema
list. Unlike the raw evolith-machine-contracts.json (which lists only
evolith_tracker), this set advertises a first-class external consumer.EXPECTED_CAPABILITY_MANIFEST — the frozen snapshot of what
GET /api/v1/capabilities returns for this contract version (name, SemVer, schema
version, evaluation kinds, engines, surfaces, supported consumers, sha256).checkCapabilityManifestParity / assertCapabilityManifestParity — compare a live
manifest against the declared snapshot and report/throw on drift.Contract-parity tests bind this package to the live producer (buildCapabilityManifest,
which is exactly what the REST endpoint serves) and fail on any drift, so a Core
capability change cannot ship without a package + SemVer bump.
import { checkCapabilityManifestParity } from '@beyondnet/evolith-contracts';
const env = await fetch(`${base}/api/v1/capabilities`).then((r) => r.json());
const { ok, mismatches } = checkCapabilityManifestParity(env.data);
if (!ok) throw new Error(`Core drifted from contract: ${mismatches.join(', ')}`);
REST-only per ADR-0074 (no GraphQL).
FAQs
Versioned SemVer boundary for the Evolith Core public contract: machine-contract/schema set (sha256) and the capability manifest served by GET /api/v1/capabilities
The npm package @beyondnet/evolith-contracts receives a total of 32 weekly downloads. As such, @beyondnet/evolith-contracts popularity was classified as not popular.
We found that @beyondnet/evolith-contracts 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.