Safety Rules Critical : Read and follow global-rules/bash-safety.md for all bash/command execution. Core rules: 1. Always set explicit on bash calls — 30s for tests, 60s for installs, never default 2. Never run unscoped full test suites — use or file paths to limit scope 3. Never use without variable guards , , , or 4. Infinite loops must have hard timeout + budget limits — no unbounded while(True) 5. Redirect stdin with for non-interactive commands A bash timeout that triggers SIGKILL corrupts the terminal FD, crashes opencode's TUI, and forces a GUI restart. 安检 (Security Review) 技能安全审查技能。安装…