Skip to main content

linux-shell-scripting

Provides production-ready shell script templates for automating Linux tasks, including backups, monitoring, and user management.

Install this skill

or
85/100

Security score

The linux-shell-scripting skill was audited on May 13, 2026 and we found 1 security issue across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 193

Access to /etc/passwd

SourceSKILL.md
193for user in $(grep "/bin/bash" /etc/passwd | cut -d: -f1); do
Scanned on May 13, 2026
View Security Dashboard
Installation guide →