Expand description
Command safety and validation module
This module provides utilities for detecting potentially problematic commands that might hang, require interaction, or cause other issues. Based on WCGW’s command safety patterns.
Structs§
- Command
Context - Command execution context
- Command
Safety - Command safety analyzer
Constants§
- DEFAULT_
COMMAND_ TIMEOUT - Default command timeout in seconds
- MAX_
OUTPUT_ SIZE - Maximum output buffer size (1MB)