Skip to main content

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

or
45/100

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

medium line 29

Template literal with variable interpolation in command context

SourceSKILL.md
29```bash
medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68```bash
medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95```bash
medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198```bash
medium line 237

Template literal with variable interpolation in command context

SourceSKILL.md
237```bash
medium line 277

Template literal with variable interpolation in command context

SourceSKILL.md
277```bash
medium line 362

Template literal with variable interpolation in command context

SourceSKILL.md
362```bash
high line 398

Access to /etc/passwd

SourceSKILL.md
398./script.sh "../../etc/passwd"
medium line 398

Path traversal pattern

SourceSKILL.md
398./script.sh "../../etc/passwd"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →