bash-pro
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes a high standard for shell scripting by mandating strict mode (
set -Eeuo pipefail), proper quoting of all variables, and defensive error trapping to prevent common execution failures. - [SAFE]: It explicitly identifies and warns against dangerous practices, such as using
evalon user input, unsafe word splitting, and unquoted variable expansions. - [SAFE]: The skill recommends a robust security toolchain, including ShellCheck, Semgrep, CodeQL, and Gitleaks, to identify vulnerabilities and potential credential leaks in the scripts being developed.
- [SAFE]: All external references and mentioned tools are well-known, established community resources for shell script development and security auditing.
Audit Metadata