RECOMMENDED_SAFE_SHELL_COMMANDS = (
'ls',
'dir',
'cat',
'head',
'tail',
'grep',
'wc',
'strings',
'cut',
'tr'Read-only commands auto-approved in non-interactive mode.
Only includes readers and formatters — shells, editors, interpreters, package
managers, network tools, archivers, and anything on GTFOBins/LOOBins is
intentionally excluded. File-write and injection vectors are blocked separately
by DANGEROUS_SHELL_PATTERNS.