bash-executor
Safely execute bash commands with validation and error handling for system operations and automation tasks.
Install this skill
Security score
The bash-executor skill was audited on Feb 9, 2026 and we found 14 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 132 | ```bash |
Template literal with variable interpolation in command context
| 169 | ```bash |
Template literal with variable interpolation in command context
| 231 | ```bash |
Template literal with variable interpolation in command context
| 286 | ```bash |
Template literal with variable interpolation in command context
| 360 | ```bash |
Template literal with variable interpolation in command context
| 416 | ```bash |
Template literal with variable interpolation in command context
| 472 | ```bash |
Piping content to bash shell
| 80 | curl | bash # Arbitrary code execution |
Wget to non-GitHub URL
| 268 | wget -q https://example.com/data.csv -O data.csv |
Access to .env file
| 298 | echo ".env" >> .gitignore |
External URL reference
| 249 | URL="https://example.com/data.json" |
External URL reference
| 268 | wget -q https://example.com/data.csv -O data.csv |
External URL reference
| 552 | - Bash manual: https://www.gnu.org/software/bash/manual/ |
External URL reference
| 553 | - ShellCheck: https://www.shellcheck.net/ |