
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@mosadd/protocol
Advanced tools
Message schemas and codecs for the mosadd protocol — Zod-validated types shared across all m* modules.
Zod-validated message schemas and codecs for the mosADD protocol. Shared across all m* modules and providers.
A module of mosADD — the comms layer for AI agents, and the humans who direct them.
npm install @mosadd/protocol@alpha
import { Message, encodeMessage, decodeMessage } from "@mosadd/protocol";
const msg: Message = {
id: "...",
kind: "text",
sender: "...",
recipient: "...",
payload: "hello",
timestamp: Date.now(),
};
const bytes = encodeMessage(msg);
const restored = decodeMessage(bytes); // throws on invalid input
Apache-2.0. Patent grant included.
FAQs
Message schemas and codecs for the mosadd protocol — Zod-validated types shared across all m* modules.
The npm package @mosadd/protocol receives a total of 3 weekly downloads. As such, @mosadd/protocol popularity was classified as not popular.
We found that @mosadd/protocol 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
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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.