← [BACK_TO_DIRECTORY]
[TOOL_PROFILE]

bash

medium risk

GNU Bourne Again Shell for Unix-style command execution and scripting.

shell lang: all
[USE_WHEN]ALLOW
  • Run bash scripts or Unix-style commands that rely on bash-specific syntax
  • Reproduce CI or setup instructions that explicitly invoke bash
[AVOID_WHEN]BLOCK
  • The script declares sh, zsh, fish, PowerShell, or another shell
  • Windows-native commands or PowerShell cmdlets are the intended interface
[GUARDRAILS]MANDATORY
[DETAILS]RAW_META
Binary
bash
Effects
execute_code, read_files, write_files
[SIMILAR_TOOLS]03