Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/tyox-all/weave_protocol/mundnpx skills add Tyox-all/Weave_Protocol --skill mundgit clone --depth 1 https://github.com/Tyox-all/Weave_ProtocolWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tyox-all/weave_protocol/mund)<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/mund"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/mund.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00046 | $0.00468 |
| Opus 5 | $0.00023 | $0.00234 |
| Sonnet 5 | $0.00009 | $0.00094 |
| Haiku 4.5 | $0.00005 | $0.00047 |
Grade A, and why
security-scanning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Security Scanning with Mund
Overview
Mund detects security issues in content and MCP servers. Use it before processing untrusted input or installing MCP servers.
MCP Tools
| Tool | Purpose |
|---|---|
mund_scan |
Scan content for all security issues |
mund_check_secret |
Check if a string is a secret |
mund_check_pii |
Detect personally identifiable information |
mund_scan_mcp_server |
Vet MCP server manifest before install |
mund_check_typosquatting |
Detect name squatting attacks |
mund_audit_mcp_permissions |
Analyze MCP tool capabilities |
Quick Examples
Scan for secrets
mund_scan({ content: "API key: sk-abc123..." })
→ { safe: false, issues: [{ rule_id: "openai_api_key", severity: "critical" }] }
Vet MCP server
mund_scan_mcp_server({ manifest: "<server.json>" })
→ { recommendation: "DO_NOT_INSTALL", issues: [...] }
Check typosquatting
mund_check_typosquatting({ name: "githib-mcp" })
→ { is_suspicious: true, similar_to: ["github"] }
Detection Categories
- Secrets: API keys, tokens, private keys, database URLs
- PII: SSN, credit cards, emails, phone numbers
- Injection: Prompt injection, jailbreak, instruction override
- MCP Servers: Malicious descriptions, typosquatting, dangerous permissions
When to Use
- Before processing any untrusted input
- Before adding MCP servers to claude_desktop_config.json
- When handling user-provided content
- Periodically in long-running conversations
Links
- npm: https://www.npmjs.com/package/@weave_protocol/mund
- MCP Registry: io.github.Tyox-all/mund
What ships with it
33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .npmignore 47 B
- LICENSE 12 KB
- package-lock.json 189 KB
- package.json 1.5 KB
- README.md 14 KB
- rules/default.yaml 5.1 KB
- server.json 556 B
- src/analyzers/code-analyzer.ts 3.1 KB runs code
- src/analyzers/exfiltration-detector.ts 7.9 KB runs code
- src/analyzers/index.ts 2.3 KB runs code
- src/analyzers/injection-detector.ts 6.0 KB runs code
- src/analyzers/mcp-server-analyzer.ts 27 KB runs code
- src/analyzers/pii-detector.ts 6.2 KB runs code
- src/analyzers/secret-scanner.ts 5.0 KB runs code
- src/constants.ts 17 KB runs code
- src/index.ts 12 KB runs code
- src/notifications/email.ts 6.9 KB runs code
- src/notifications/index.ts 3.4 KB runs code
- src/notifications/slack.ts 4.2 KB runs code
- src/notifications/teams.ts 5.2 KB runs code
- src/notifications/webhook.ts 2.2 KB runs code
- src/storage/index.ts 870 B runs code
- src/storage/memory.ts 5.4 KB runs code
- src/threat-intel-index.ts 307 B runs code
- src/threat-intel-manager.ts 28 KB runs code
- src/threat-intel-tools.ts 7.8 KB runs code
- src/threat-intel-types.ts 5.9 KB runs code
- src/tools/configuration.ts 14 KB runs code
- src/tools/index.ts 1.2 KB runs code
- src/tools/mcp-scanning.ts 13 KB runs code
- src/tools/monitoring.ts 19 KB runs code
- src/types.ts 7.4 KB runs code
- tsconfig.json 621 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 61 lines · 46 tokens per session scan A df00abdd137f
security-scanning is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 11d ago), licensed Apache-2.0. It adds 46 tokens to every session and 468 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
rtc-balance
Check RustChain wallet balance, epoch info, and network status via the public RPC.
panguard
AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.
blockchain-solana
Use this skill when asked about Solana blockchain, Solana architecture, Proof of History, Solana programming, Anchor framework, Solana runtime, Solana CLI tools, Solana DeFi, Jupiter, Raydium, Metaplex, SPL tokens, and the Solana ecosystem. Covers Solana protocol architecture (PoH, Tower BFT, Turbine, Gulf Stream…
lictor-security-check
Pre-release security audit for ANY project — AI-built or hand-written, web or mobile. Scans the codebase for the full range of real-world risks that get apps breached: leaked API & AI-provider keys, exposed configs/secrets, broken auth & access control (IDOR), injection (SQL/XSS/command), SSRF, open databases & cloud…
lictor-rotate
Walks the user through rotating a leaked API key — step by step, provider-specific. Knows the exact URL to visit, the exact button to click, and how to verify the rotation worked. Supports Stripe, OpenAI, Anthropic, Google Cloud / AI Studio, GitHub, AWS, Slack, Supabase, Firebase, Postmark, and generic OAuth providers.
alchemy-agentic-gateway
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…