bash-pro
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive defensive programming instructions, such as using strict mode (
set -Eeuo pipefail), quoting variables to prevent word splitting, and validating input using pattern matching. - [SAFE]: All external utilities and frameworks referenced (e.g., ShellCheck, Bats-core, shfmt, bashly) are well-known, legitimate tools within the DevOps and Open Source communities.
- [SAFE]: Dependency management advice correctly emphasizes security measures like checksum verification, version pinning, and supply chain scanning (using tools like Gitleaks or TruffleHog).
- [SAFE]: Reference links point to reputable sources including the Google Shell Style Guide, Bash Pitfalls wiki, and established security researchers (Carlos Polop/PEASS-ng).
- [SAFE]: The skill identifies and provides safe alternatives for high-risk shell patterns, such as replacing
evalwith arrays andechowithprintf.
Audit Metadata