agent-airlock

sattyamjjain/agent-airlock
★ 13 stars Python AI/LLM Updated today ✗ Risk
A type-checker and contract layer for AI agent tool calls, deny-by-default, in-process, Pydantic-only. Strict argument validation, ghost-argument stripping, and self-healing retries for MCP servers and agent frameworks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-airlock": {
      "command": "uvx",
      "args": [
        "agent-airlock"
      ]
    }
  }
}

Or install with pip: pip install agent-airlock

Topics

ai-agentsai-securitycrewaifirewalllangchainllm-safetymcp-serveropenaipii-maskingpydantic-aipythonrbacsandboxtool-validationzero-trust