
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
Shared library for packet envelopes, schema contracts, and error packet normalization across the Forest tool ecosystem
Attepack is a shared library of packet envelope primitives, schema contracts, and error packet normalization routines for the Forest tool ecosystem.
Across the Forest ecosystem, tools emit and consume structured JSON packets (e.g. remogram.forge_facts.v1, waylane.execution_facts.v1, verigram.work_judgment.v1, atteway.audit_view_model.v1). Attepack standardizes these packet envelopes and error structures to eliminate duplicate parsing and prevent schema drift.
| Module | Purpose |
|---|---|
attepack | Primary entrypoint exporting envelope validation and error packet constructors |
attepack/envelope | Enforces packet envelope validation (type, schema_version, observed_at, ok) |
npm install attepack
import { validatePacketEnvelope, buildErrorPacket } from 'attepack';
const envelope = validatePacketEnvelope({
type: 'attepack.sample.v1',
schema_version: 1,
observed_at: new Date().toISOString(),
ok: true
});
FAQs
Shared library for packet envelopes, schema contracts, and error packet normalization across the Forest tool ecosystem
The npm package attepack receives a total of 19 weekly downloads. As such, attepack popularity was classified as not popular.
We found that attepack 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.