Skip to main content

shell-scripting

Provides best practices and patterns for shell scripting, enhancing automation and CLI tool development.

Install this skill

or
60/100

Security score

The shell-scripting skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31```bash
medium line 124

Template literal with variable interpolation in command context

SourceSKILL.md
124```bash
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147```bash
medium line 166

Template literal with variable interpolation in command context

SourceSKILL.md
166```bash
medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187```bash
high line 318

Access to /etc/passwd

SourceSKILL.md
318awk -F: '{print $1}' /etc/passwd # Custom delimiter
Scanned on Feb 12, 2026
View Security Dashboard