bash-shell
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily educational, providing templates and documentation for writing maintainable and secure Bash scripts.
- [SAFE]: Security guidelines included in 'references/security-guidelines.md' explicitly instruct against common vulnerabilities such as SUID/SGID bits, hardcoded secrets, and unquoted variables.
- [SAFE]: All provided example scripts ('examples/*.sh') follow best practices by using 'set -euo pipefail', local variables, and proper error checking (PIPESTATUS).
- [SAFE]: The skill includes a 'library-example.sh' file with utility functions for input validation (email, IP, URL) and secure file operations (backup_file, download_file with checksum verification).
Audit Metadata