defensive-bash
Provides guidelines for writing safe and reliable Bash scripts for server automation and DevOps tasks, focusing on error handling and logging.
Install this skill
Security score
The defensive-bash skill was audited on Feb 9, 2026 and we found 9 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 29 | ```bash |
Template literal with variable interpolation in command context
| 68 | ```bash |
Template literal with variable interpolation in command context
| 95 | ```bash |
Template literal with variable interpolation in command context
| 198 | ```bash |
Template literal with variable interpolation in command context
| 237 | ```bash |
Template literal with variable interpolation in command context
| 277 | ```bash |
Template literal with variable interpolation in command context
| 362 | ```bash |
Access to /etc/passwd
| 398 | ./script.sh "../../etc/passwd" |
Path traversal pattern
| 398 | ./script.sh "../../etc/passwd" |