Linux Production Shell Scripts
Provides ready-to-use shell script templates for automating Linux tasks, system monitoring, and user management.
Install this skill
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
Template literal with variable interpolation in command context
| 203 | ```bash |
Template literal with variable interpolation in command context
| 213 | ```bash |
Template literal with variable interpolation in command context
| 238 | ```bash |
Template literal with variable interpolation in command context
| 250 | ```bash |
Template literal with variable interpolation in command context
| 270 | ```bash |
Template literal with variable interpolation in command context
| 287 | ```bash |
Template literal with variable interpolation in command context
| 304 | ```bash |
Template literal with variable interpolation in command context
| 319 | ```bash |
Template literal with variable interpolation in command context
| 349 | ```bash |
Template literal with variable interpolation in command context
| 379 | ```bash |
Template literal with variable interpolation in command context
| 392 | ```bash |
Template literal with variable interpolation in command context
| 443 | ```bash |
Template literal with variable interpolation in command context
| 463 | ```bash |
Template literal with variable interpolation in command context
| 482 | | `${var:-default}` | Default value | |
Access to /etc/passwd
| 191 | for user in $(grep "/bin/bash" /etc/passwd | cut -d: -f1); do |
External URL reference
| 289 | websites=("https://google.com" "https://github.com") |