# Built-in profile: cautious # Probabilistic gates on most actions. # Intermediate thresholds allow the system to proceed automatically # only when confidence is high. name: cautious description: Probabilistic gates on most actions schema_version: "1.0" # Task-type confidence thresholds decompose_task: 0.7 create_tool: 0.7 select_tool: 1.0 # Task-type confidence thresholds (continued) edit_code: 0.6 execute_command: 0.8 # Task-type confidence thresholds (continued) create_file: 0.7 delete_content: 0.8 access_network: 0.9 # Task-type confidence thresholds (continued) install_dependency: 0.7 modify_config: 0.0 approve_plan: 0.6 # Safety requirements safety: require_sandbox: true require_checkpoints: true allow_unsafe_tools: false