bash-vet-mcp
Related Servers
Alternatives to bash-vet-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that vets package installations and shell commands to block dangerous actions by AI coding agents.5 npm1MIT
- AlicenseNot gradedqualityDmaintenanceRuntime safety guardrails for AI coding agents. Checks file access, validates shell commands, and scores your repo's AI safety — all via MCP.4 npm8MIT
- AlicenseNot gradedqualityAmaintenanceSecurity scanner for MCP servers — vet an MCP before you wire it into an agent. Detects prompt-injection, credential exfiltration (via taint analysis), RCE, and supply-chain risks, and catches cross-server exfil chains no single server reveals. Zero-dependency local CLI, SARIF output, CI-gateable, no account.42 npmMIT
- AlicenseAqualityFmaintenanceAdvanced shell command execution for AI agents — a Model Context Protocol (MCP) server with security policy engine, process lifecycle management, bounded output capture, POSIX signals, and token-efficient responses.62Creative Commons Attribution Non Commercial 4.0 International
- AlicenseCqualityBmaintenanceSecurity scanner and MCP server that catches dangerous patterns in MCP servers and AI agent projects, such as leaked secrets, shell execution, and prompt-injection text. Runs as both a CLI and MCP server with CI-friendly severity gates.21MIT

aperion-shieldofficial
FlicenseAqualityAmaintenanceLocal guardrail proxy for AI coding agents. Wraps any MCP server (stdio or HTTP/SSE) and blocks destructive tool calls before they execute, with TOFU catalog pinning against rug pulls and tool-poisoning/result-injection scanning. Single Rust binary, Apache-2.0.148-
TDQS
Scored across 3 tools
Each tool has a distinct purpose: listing rules, vetting a single command, and vetting a chained command. Even vet_command and vet_command_chain are clearly differentiated by their handling of single vs. multi-statement commands.
All tool names follow a consistent verb_noun snake_case pattern (list_detection_rules, vet_command, vet_command_chain), making them predictable and easy to understand.
With 3 tools, the server is well-scoped for its purpose of vetting bash commands. Each tool serves a clear and necessary function without redundancy.
The tool set covers the core operations: inspecting available rules, vetting a single command, and vetting a chained command. There are no obvious gaps for the stated use case of inline command safety checks.