IntentProbe — Security skill for Claude Code
Activation-probe security scanner for AI agent tooling.
How to install IntentProbe
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open mcpware/IntentProbe and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What IntentProbe does
Activation-probe security scanner for AI agent tooling. Reads a model's internal activations to detect poisoned MCP servers, skills, and packages before install.
Alternatives in Security
- Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
- Google MCP Security Servers — Security Operations and Threat Intelligence MCP servers 453 ★
- Agentseal — Security toolkit for AI agents 344 ★
README
IntentProbe
A local scanner for MCP servers, tools, and skills. It reads a frozen model's activations, not just the text — so it catches attacks worded in ways a text classifier never saw.
What it is
IntentProbe runs a tool description or prompt through a frozen local model (Qwen2.5-0.5B), reads a few mid-layers, and scores the mean-pooled activation vector with a small logistic probe (~22 KB). Most scanners read the text itself: patterns, classifiers, rules, or "ask an LLM". This reads the host model's internal state instead.
The point of doing it this way is generalization. When you train a text classifier on attack examples and then face attacks from a source it never saw, the vocabulary often doesn't transfer and recall collapses. The probe holds up better across sources, because it keys off how the mo
Related Skills
Trust Me Bro
Every skill you install says trust me bro. This one reads it first. Pre-install audit for agent skills, plugin
Skill Sentinel
A security scanner for Agent Skill packages. Skill Sentinel uses multi-agent AI analysis to detect prompt inje
Claude Skill Suite
Claude Code skills for running models cost-effectively: security gates (secret scanner, commit-gate), model-qu
Audit MCP Fleet
Healthcheck + drift detect + rotation-reminder across all MCP servers in ~/.claude/mcp-registry.json
Skillguard
Security scanner for AI agent skills. Detects prompt injection, data exfiltration, and malicious payloads befo
Skill Lint
Security scanner for Claude Code / agent skills. Catches prompt injection, obfuscation, credential exfiltratio
Related Agents
Slack Webapp
Implements features in Slack's webapp monorepo (Hack backend + React/TypeScript frontend). Leverages webapp's
Toolchain Installer
Use for requests to install, configure, repair, or validate MCP servers, Claude Code skills, tool integrations
Skill Portfolio Analyzer
Analyzes installed skills/plugins/MCP servers against ~/.claude.json to detect dead, ghost, duplicate, and col