
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@theneuralledger/events
Advanced tools
TNL webhook contracts, delivery service, and verification helpers.
@theneuralledger/events provides the versioned TNL webhook envelope, HMAC signing and verification, endpoint policy, encrypted subscription lifecycle, outbox and fair-queue reference ports, bounded delivery state machine, control-plane server, and local receiver.
Always verify the exact raw bytes before parsing JSON:
import { InMemoryReplayStore, verifyWebhook } from '@theneuralledger/events';
await verifyWebhook({
rawBody,
headers: request.headers,
keys: { [keyId]: webhookSecret },
replayStore: new InMemoryReplayStore(),
});
Persist delivery IDs for the documented replay window in production. The in-memory replay store is a local reference adapter.
export TNL_WEBHOOK_DEV_RECEIVER=1
export TNL_WEBHOOK_SECRET="$(openssl rand -base64 32 | tr '+/' '-_' | tr -d '=')"
tnl-webhook-receiver
The receiver binds to loopback and refuses to start without the explicit development flag. See webhook operations for signing, retry, storage, alerting, rollout, and rollback contracts.
FAQs
TNL webhook contracts, delivery service, and verification helpers.
We found that @theneuralledger/events 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
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.