criticalCommandToolNames top-level constant

Set<String> const criticalCommandToolNames

Tool names whose command argument the critical patterns guard: the bash tool and the on-device mobile.shell (issue #622 — the Shizuku bridge executes at adb-shell privilege, so rm -rf /-class shapes must still force a prompt there).

Implementation

const criticalCommandToolNames = {'bash', 'mobile.shell'};