another-ai-sandbox — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsanother-ai-sandbox
    Back to Agents
    another-ai-sandbox

    another-ai-sandbox

    amedeos March 29, 2026
    3 copies 0 downloads

    Rootless Podman containers to run AI coding agents (Claude Code, Codex, Cursor Agent) in hardened, read-only sandboxes.

    Agent Definition
    # AI Agent Sandbox
    
    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.
    
    ## Structure
    
    ```
    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
    ```
    
    ## Requirements
    
    - [Podman](https://podman.io/) (rootless) — tested with v4+
    - [passt/pasta](https://passt.top/) — network backend (default mode; `slirp4netns` works as fallback)
    - Git
    - cgroups v2 enabled (default on recent Fedora, Arch, Debian 12+, Ubuntu 24.04+)
    
    The installer checks all of these automatically. See [install.sh](#install) for details.
    
    ## Quick Start
    
    ```bash
    # 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

    Tags

    ai-agentcloud-codecodexcontainercursorisolationpodmanrootlesssandboxsecurity

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.