bash-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for writing robust Bash scripts, recommending secure defaults such as strict mode (
set -euo pipefail), proper variable quoting, and scoping local variables. - [SAFE]: No credential exposure, network operations, or sensitive file access patterns were detected. All code snippets provided are illustrative examples of good and bad practices.
- [SAFE]: The instructions do not attempt to bypass safety filters or exfiltrate data. The guidance focuses on improving script maintainability and predictability in production environments.
Audit Metadata