nardovibecoding/claude-security-guard
Claude Code plugin — 14 hooks + 28 MCP tools for enforcement, security scanning, prompt injection defense, VPS ops, audit logging
Platform-specific configuration:
{
"mcpServers": {
"claude-security-guard": {
"command": "npx",
"args": [
"-y",
"claude-security-guard"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
claude plugins install nardovibecoding/claude-security-guard---
<div align="center">
The most complete enforcement + security layer for Claude Code — hooks that block, tools that know, skills that audit.
[](hooks/) [](mcp/) [](commands/) [](LICENSE) [](#)
</div>
---
claude-security-guard runs a multilayer defense stack directly inside Claude Code:
Every security check runs as a hook (zero tokens) or an MCP tool call (one tool call). No instructions burned in context.
---
User / Claude Code
│
▼
┌──────────────────────────────────────────────────────┐
│ HOOKS — the muscle │
│ Fires on every tool event. Silent. Zero tokens. │
│ Blocks bad ops before they execute. │
│ Triggers side-effects (sync, restart, remind). │
│ 14 hooks across PreToolUse / PostToolLoading reviews...