Skip to main content

bash-linux

Provides essential Bash/Linux terminal patterns for command execution, scripting, and error handling on macOS and Linux systems.

Install this skill

or
33/100

Security score

The bash-linux skill was audited on Feb 21, 2026 and we found 7 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101```bash
medium line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141```bash
critical line 165

Piping content to bash shell

SourceSKILL.md
165| Task | PowerShell | Bash |
high line 91

Curl to non-GitHub URL

SourceSKILL.md
91| Download | `curl -O https://example.com/file` |
high line 92

Curl to non-GitHub URL

SourceSKILL.md
92| API request | `curl -X GET https://api.example.com` |
low line 91

External URL reference

SourceSKILL.md
91| Download | `curl -O https://example.com/file` |
low line 92

External URL reference

SourceSKILL.md
92| API request | `curl -X GET https://api.example.com` |
Scanned on Feb 21, 2026
View Security Dashboard