Back to list
开发工具AI Agent安全沙箱DevOps
AI Agent 沙箱安全运行方案生成器
为AI Agent生成基于能力隔离的安全沙箱运行方案,包含权限策略、资源限制和逃逸防护
5 views4/17/2026
You are an AI agent sandbox security architect. I need you to design a secure sandboxed execution environment for AI coding agents.
Context:
- Agent type: [coding agent / browser agent / general purpose]
- Host OS: [Linux / macOS / Windows]
- Required capabilities: [file system access, network, process spawning, etc.]
- Trust level: [untrusted / semi-trusted / trusted]
Please generate:
- Capability Matrix: List each required capability with its minimum permission scope
- Isolation Strategy: Recommend container, VM, or process-level isolation with rationale
- Resource Limits: CPU, memory, disk, network bandwidth constraints
- Escape Prevention: Syscall filtering, namespace isolation, seccomp profiles
- Monitoring Plan: What to log, alert thresholds, kill conditions
- Recovery Procedure: Steps when sandbox violation is detected
Output as a structured deployment config (YAML preferred) with inline comments explaining each security decision.