Rootless Podman containers to run AI coding agents (Claude Code, Codex, Cursor Agent) in hardened, read-only sandboxes.
Rootless Podman containers to run AI coding agents (Claude Code, Codex, Cursor Agent) in isolation. Each agent runs in a hardened, read-only container with minimal capabilities, resource limits and an isolated network stack.
ai-sandbox/
├── base/
│ └── Containerfile # Base image (Fedora 43, Node.js, Python, Git, ripgrep, …)
├── bpf/
│ ├── block_commands.bpf.c # BPF LSM program (hooks bprm_check_security)
│ ├── block_commands.h # Shared structures (blocked_cmd_key)
│ ├── config.h # Configuration defines (MAX_BIN_LEN, etc.)
│ ├── loader.c # Userspace loader (libbpf skeleton)
│ ├── Makefile # Build system for BPF program and loader
│ └── README.md # BPF component documentation
├── claude-code/
│ └── Containerfile # Claude Code (native installer + npm fallback)
├── codex/
│ └── Containerfile # OpenAI Codex CLI
├── cursor-agent/
│ └── Containerfile # Cursor Agent CLI (installed to /opt to survive tmpfs)
├── test/
│ └── test_bpf_blocker.sh # End-to-end tests for BPF command blocker
├── install.sh # Installer (and uninstaller) script
├── build.sh # Build script for images
├── ai-sandbox # Wrapper to start agents
├── LICENSE # GPLv3
└── README.md
slirp4netns works as fallback)The installer checks all of these automatically. See install.sh for details.
# 1. Install (checks prerequisites, builds images, installs to ~/.local/bin)
./install.sh
# 2. Configure API keys (once)
mkdir -p ~/.config/ai-sandbox
cat > ~/.config/ai-sandbox/env << 'EOF'
ANTHROPIC_API_KEY=sk-ant-...
OPENA
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource