Skip to main content

Linux Production Shell Scripts

Provides ready-to-use shell script templates for automating Linux tasks, system monitoring, and user management.

Install this skill

or
4/100

Security score

The Linux Production Shell Scripts skill was audited on Feb 19, 2026 and we found 16 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203```bash
medium line 213

Template literal with variable interpolation in command context

SourceSKILL.md
213```bash
medium line 238

Template literal with variable interpolation in command context

SourceSKILL.md
238```bash
medium line 250

Template literal with variable interpolation in command context

SourceSKILL.md
250```bash
medium line 270

Template literal with variable interpolation in command context

SourceSKILL.md
270```bash
medium line 287

Template literal with variable interpolation in command context

SourceSKILL.md
287```bash
medium line 304

Template literal with variable interpolation in command context

SourceSKILL.md
304```bash
medium line 319

Template literal with variable interpolation in command context

SourceSKILL.md
319```bash
medium line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349```bash
medium line 379

Template literal with variable interpolation in command context

SourceSKILL.md
379```bash
medium line 392

Template literal with variable interpolation in command context

SourceSKILL.md
392```bash
medium line 443

Template literal with variable interpolation in command context

SourceSKILL.md
443```bash
medium line 463

Template literal with variable interpolation in command context

SourceSKILL.md
463```bash
high line 482

Template literal with variable interpolation in command context

SourceSKILL.md
482| `${var:-default}` | Default value |
high line 191

Access to /etc/passwd

SourceSKILL.md
191for user in $(grep "/bin/bash" /etc/passwd | cut -d: -f1); do
low line 289

External URL reference

SourceSKILL.md
289websites=("https://google.com" "https://github.com")
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry