-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requesttype: securitySecurity-related issue or improvementSecurity-related issue or improvement
Description
Feature Description
Run untrusted agents in sandboxed environment with restricted permissions.
Problem/Motivation
Running arbitrary agent code is risky. Need isolation for security.
Proposed Solution
chat_loop untrusted-agent --sandbox
# Restrictions:
# - No file system access outside temp dir
# - No network access (or whitelist)
# - Resource limits (CPU, memory)
# - Timeout enforcementCould use:
- Docker containers
- Python restricted execution
- OS-level sandboxing
Benefits
- Safe experimentation
- Security hardening
- Trust boundaries
- Protection from malicious code
Priority
- Critical
- High
- Medium
- Low
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttype: securitySecurity-related issue or improvementSecurity-related issue or improvement