Skip to main content

bash-executor

Safely execute bash commands with validation and error handling for system operations and automation tasks.

Install this skill

or
40/100

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

medium line 132

Template literal with variable interpolation in command context

SourceSKILL.md
132```bash
medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169```bash
medium line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231```bash
medium line 286

Template literal with variable interpolation in command context

SourceSKILL.md
286```bash
medium line 360

Template literal with variable interpolation in command context

SourceSKILL.md
360```bash
medium line 416

Template literal with variable interpolation in command context

SourceSKILL.md
416```bash
medium line 472

Template literal with variable interpolation in command context

SourceSKILL.md
472```bash
high line 80

Piping content to bash shell

SourceSKILL.md
80curl | bash # Arbitrary code execution
medium line 268

Wget to non-GitHub URL

SourceSKILL.md
268wget -q https://example.com/data.csv -O data.csv
low line 298

Access to .env file

SourceSKILL.md
298echo ".env" >> .gitignore
low line 249

External URL reference

SourceSKILL.md
249URL="https://example.com/data.json"
low line 268

External URL reference

SourceSKILL.md
268wget -q https://example.com/data.csv -O data.csv
low line 552

External URL reference

SourceSKILL.md
552- Bash manual: https://www.gnu.org/software/bash/manual/
low line 553

External URL reference

SourceSKILL.md
553- ShellCheck: https://www.shellcheck.net/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →