
Company News
Free Business Plan Upgrades for Open Source Maintainers
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.
@uuaid/core
Advanced tools
UUAID identifier grammar, canonical hashing, and crypto-agile signature envelopes.
Cryptographic primitives for UUAID — the identity + certification layer for AI agents ("the SSL/CA for agents").
uuaid:<namespace>:<type>:<uuidv7> (durable,
creation-time-ordered agent identifiers).contentHash — stable, on-chain-ready
content hashes for any JSON value.ml-dsa-65 / slh-dsa-128s
reserved. Hybrid = multiple signatures over one payload in a single envelope.import { mintUuaid, contentHash, generateEd25519, sealEnvelope, verifyEnvelope } from "@uuaid/core";
const agent = mintUuaid("agent"); // { uuaid, uuid }
const signer = generateEd25519();
const env = sealEnvelope({ hello: "world" }, [{ key: signer, keyId: "k1" }]);
verifyEnvelope(env); // { valid: true, verified: 1, total: 1 }
Built on the audited noble libraries. Node ≥ 18 and modern browsers. Apache-2.0 · uuaid.org
FAQs
UUAID identifier grammar, canonical hashing, and crypto-agile signature envelopes.
We found that @uuaid/core 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.

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.