Skip to main content

bash-basics

Teaches essential Bash scripting skills, including syntax, variables, control flow, and functions for production environments.

Install this skill

or
56/100

Security score

The bash-basics skill was audited on Feb 9, 2026 and we found 10 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56```bash
medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74```bash
medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102```bash
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121```bash
high line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169| `unbound variable` | Using undefined var | Use `${var:-}` |
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175```bash
low line 188

External URL reference

SourceSKILL.md
188- [Bash Manual](https://www.gnu.org/software/bash/manual/)
low line 189

External URL reference

SourceSKILL.md
189- [ShellCheck](https://www.shellcheck.net/)
low line 190

External URL reference

SourceSKILL.md
190- [Google Shell Style Guide](https://google.github.io/styleguide/shellguide.html)
low line 191

External URL reference

SourceSKILL.md
191- [Bash Pitfalls](https://mywiki.wooledge.org/BashPitfalls)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →