bash-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational reference for Bash scripting best practices, providing templates for common tasks.
- [COMMAND_EXECUTION]: Provides standard templates for executing shell commands, including a retry mechanism with exponential backoff and parallel job management using built-in Bash features.
- [EXTERNAL_DOWNLOADS]: Includes an example of using
curlwith a placeholder domain (example.com) to demonstrate retry logic, and mentions using local package managers (brew) to install dependencies likejqandyq. - [SAFE]: Explicitly recommends security-hardening practices such as using
set -euo pipefailto catch errors, quoting variables to prevent word splitting, and usingmktempwith cleanup traps for temporary files.
Audit Metadata