Airlock
Description
Runtime firewall for AI coding agents. Gate every tool, MCP and skill call against a least-privilege policy.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Airlock, a runtime firewall for AI coding agents
[](https://pypi.org/project/airlock-agent/) [](https://github.com/cyberbobas/airlock/actions/workflows/tests.yml) [](https://pypi.org/project/airlock-agent/) [](LICENSE)
Gate every tool call, MCP call and skill your agent runs against a least-privilege policy. Static scanners check a skill once, before install. Airlock sits in the call path and decides **this call, right now**. That is where a skill that reads clean and behaves badly actually gets stopped.
Part of [Agentoffense](https://agentoffense.com/solutions/airlock_ai/).

agent ──native tools──▶ [PreToolUse hook] ─┐
├─▶ policy ─▶ allow / ask / block
agent ──MCP stdio──▶ [airlock-mcp] ──▶ server ─┘ │
▼
audit.jsonl (hash-chained, signable)
Install
**One command:**
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/cyberbobas/airlock/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/cyberbobas/airlock/main/install.ps1 | iex
**Or with your own package manager:**
pipx install airlock-agent # or: uv tool install airlock-agent / pip install airlock-agent
brew tap cyberbobas/tap && brew install airlock # macOS
Then:
airlock demo # watch it stop a key-theft (nothing of yours touched)
airlock init # wire the hook, wrap every agent's MCP servers
airlock doctor # confirm what is actually enforcing
`
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI