bash-pro
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational and procedural guide for secure shell scripting.
- [SAFE]: Instructions explicitly advocate against dangerous patterns like
evaland unquoted variables, promoting safer alternatives like arrays andprintf. - [SAFE]: Recommended tools such as ShellCheck, bats-core, and shfmt are industry-standard for ensuring shell script quality and security.
- [SAFE]: Security best practices such as using
readonly,localvariables, restrictiveumasksettings, and robust error handling (set -Eeuo pipefail) are correctly identified and promoted. - [SAFE]: The guide includes recommendations for supply chain security, such as verifying checksums of external scripts and pinning dependencies.
Audit Metadata