Sign In

@weave_protocol/full

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weave_protocol/full

The complete Weave Protocol security suite for AI agents - installs all packages in one command

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

🕸️ @weave_protocol/full

npm version npm license

The complete Weave Protocol security suite — one install.

npm install @weave_protocol/full

That's it. You now have every Weave Protocol package installed:

PackageWhat it does
🛡️ @weave_protocol/mundSecurity scanner — secrets, PII, injection, MCP vetting, threat intel
🏛️ @weave_protocol/hordEncrypted vault with Yoxallismus cipher
⚖️ @weave_protocol/domereCompliance (SOC2/HIPAA/PCI-DSS/GDPR/CCPA) + blockchain anchoring
👥 @weave_protocol/witanMulti-agent consensus & governance
🔍 @weave_protocol/hundredmenReal-time MCP proxy with drift detection
🛂 @weave_protocol/tollereSupply chain security — npm, Docker, IDE extensions
🔗 @weave_protocol/langchainLangChain.js security callbacks
🔌 @weave_protocol/apiREST API + monitoring dashboard

Usage

You can import from the bundle:

import { mund, hord, tollere } from '@weave_protocol/full';

const scan = await mund.scan("My API key is sk-1234...");
const risk = await tollere.scanPackage("axios", "1.7.2");

Or from individual packages — same effect:

import { scan } from '@weave_protocol/mund';
import { scanPackage } from '@weave_protocol/tollere';

Want a guided setup?

For framework detection, scaffolding, and config generation, use @weave_protocol/cli:

npx @weave_protocol/cli init

It detects whether you're using LangChain, LlamaIndex, MCP, OpenAI, or Anthropic SDKs and scaffolds the right security middleware for your stack.

Why a bundle?

Some users want to evaluate the whole suite or build something that uses several packages together. Installing everything via one dependency keeps package.json clean and ensures version compatibility across the suite.

If you only need a few packages, install them individually — the bundle is purely additive.

License

Apache 2.0 — See LICENSE

Keywords

weave-protocol

FAQs

Package last updated on 01 May 2026

Did you know?

Socket

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.

Install

Related posts