coding-guidance-bash
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides robust security and reliability guidelines for Bash scripting, such as mandatory use of 'set -Eeuo pipefail', quoting expansions, and using arrays for argument vectors to prevent word-splitting and globbing bugs.
- [SAFE]: Explicitly discourages dangerous practices like the use of 'eval' on user-controlled input and provides safe alternatives like 'mktemp' for temporary file creation and 'trap' for cleanup.
- [SAFE]: Encourages the use of linting tools (shellcheck) and formatting (shfmt) to ensure code quality and adherence to security best practices.
Audit Metadata