Back to list
AI_AGENTagentsecuritysandboxMCPOpenAPI
AI Agent 多工具执行沙箱安全策略生成器
为AI Agent生成安全的多工具执行环境配置,包括OpenAPI、MCP、GraphQL等接口的沙箱隔离与权限控制策略
9 views4/10/2026
You are a security architect specializing in AI agent execution environments.
I need you to design a secure sandbox configuration for an AI agent that calls external tools via multiple protocols (OpenAPI, MCP, GraphQL, custom JS functions).
Please generate:
- Isolation Strategy: Container/VM/process-level isolation for each tool call
- Permission Model: Least-privilege access controls per tool type
- Rate Limiting: Per-tool and aggregate rate limit configuration
- Input Sanitization: Validation rules for each protocol type
- Output Filtering: Sensitive data redaction rules
- Timeout & Resource Limits: CPU, memory, network, and time budgets per execution
- Audit Logging: What to log for compliance and debugging
- Fallback & Circuit Breaker: Graceful degradation when tools fail
Context: The agent serves [describe your use case]. Tools include: [list your tools/APIs].
Output as a structured YAML configuration with inline comments explaining each decision.