Files
YeonGyu-Kim 0a03f12432 feat: add bashPermissions, bashSecurity, shouldUseSandbox — complete 9/9 bash validation submodules
- bashPermissions: CommandPermissionRule + BashPermissionPolicy with
  allow/deny list matching (exact and prefix patterns)
- bashSecurity: check_security() detects embedded credentials, dangerous
  env vars (LD_PRELOAD, DYLD_INSERT_LIBRARIES), and shell injection in
  data-passing commands
- shouldUseSandbox: command-aware sandbox decision based on CommandIntent
  classification and SandboxConfig
- Pipeline extended: validate_command() now runs security checks as step 5
- 19 new tests (51 total), all passing
- fmt/clippy clean
2026-04-03 14:57:22 +09:00
..
2026-04-01 07:09:06 +00:00