security-inspection

security-inspection is a skill for Claude Code, Codex from Tyox-all/Weave_Protocol. It costs 116 tokens per session (943 once invoked), scanned A, original, Apache-2.0.

A real-time proxy for MCP tool calls that inspects each call and can allow it, block it, or ask for approval. MCP servers provide tools that AI agents can use.

In plain words
What is it for?
Use it to enforce WARD.md policies, check server reputation, detect intent drift, require manual approval, and monitor live tool activity.
Why use it?
It gives developers visibility and control when an agent's actual actions differ from its stated intent or involve sensitive operations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

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.

agentmods
npx agentmods add skills/tyox-all/weave_protocol/hundredmen
Any agent
npx skills add Tyox-all/Weave_Protocol --skill hundredmen
Clone the repo
git clone --depth 1 https://github.com/Tyox-all/Weave_Protocol

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for security-inspection

README.md
[![agentmods](https://agentmods.dev/badge/skills/tyox-all/weave_protocol/hundredmen.svg)](https://agentmods.dev/skills/tyox-all/weave_protocol/hundredmen)
Your own site
<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/hundredmen"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/hundredmen.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.00943
Opus 5 $0.00058 $0.00472
Sonnet 5 $0.00023 $0.00189
Haiku 4.5 $0.00012 $0.00094

Measured 5d ago against content hash b2a69f726e73, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

security-inspection 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 5d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (src/index.ts, src/interceptor.ts, src/reputation.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

hundredmen/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hundredmen — Real-Time MCP Security Proxy

@weave_protocol/hundredmen intercepts MCP tool calls, analyzes them, and decides whether to allow, block, or require approval. v1.1.0 adds enforcement of WARD.md policies at the interception layer.

When to use

  • User has an agent and wants visibility into what tools it's calling
  • User wants to gate sensitive operations behind manual approval
  • User has a WARD.md and wants it enforced at runtime, not just declared
  • User suspects drift: "the agent said X but is doing Y"
  • User wants reputation tracking for the MCP servers they use

Gating order

When a tool call hits Hundredmen, the checks run in this order:

  1. WARD policy (if loaded) — capability/filesystem/network rules from WARD.md
  2. Reputation — server trust score
  3. Intent / drift — declared vs actual comparison
  4. Manual approval — if any earlier gate produced require_approval

WARD is the first gate. A WARD deny short-circuits everything else.

  • hundredmen_load_ward({ path? }) — load a WARD.md (auto-loads ./WARD.md on startup)
  • hundredmen_show_ward() — show currently active policy
  • hundredmen_check_ward({ tool, args }) — dry-run a tool call against the policy
  • hundredmen_unload_ward() — disable WARD enforcement

Other key tools

  • hundredmen_create_session({ agent_id? })
  • hundredmen_declare_intent({ session_id, intent })
  • hundredmen_diff_intent({ session_id })
  • hundredmen_get_live_feed({ since?, limit? })
  • hundredmen_get_pending() / hundredmen_approve_call / hundredmen_block_call
  • hundredmen_check_reputation({ server_id })
  • hundredmen_get_stats() / hundredmen_get_server_stats({ server_id })

Decision rules

User says Action
"Set up monitoring for my agent" hundredmen_create_session + hundredmen_declare_intent
"What is my agent doing right now" hundredmen_get_live_feed
"Why was this call blocked" hundredmen_show_ward + check live feed for the blocked call
"Will my WARD block X" hundredmen_check_ward({ tool: 'X', args: {...} })
"I want WARD enforcement on" hundredmen_load_ward() (loads from CWD or env)
"This server seems off" hundredmen_check_reputation + hundredmen_report_suspicious

Read the full file on GitHub · 69 lines

Files

What ships with it

10 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.

Changes

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.

  1. 5d ago First seen · 69 lines · 116 tokens per session scan A b2a69f726e73

Subscribe to this mod's changes

security-inspection is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 12d ago), licensed Apache-2.0. It adds 116 tokens to every session and 943 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

rtc-balance

Check RustChain wallet balance, epoch info, and network status via the public RPC.

Scottcjn/Rustchain · 20 tokens

panguard

AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.

panguard-ai/panguard-ai · 30 tokens

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…

j4flmao/agent-skills · 142 tokens

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.

Raffa-jarrl/Lictor-AI · 80 tokens

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…

moonpay/skills · 101 tokens

alchemy-api

Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…

moonpay/skills · 100 tokens