bash-pro
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is exclusively instructional and promotes defensive programming. It provides best practices to mitigate common shell vulnerabilities, such as preventing word splitting via quoting and avoiding the use of
evalon untrusted input. - [SAFE]: The documentation identifies and recommends well-known security and quality tools including ShellCheck, shfmt, Gitleaks, and TruffleHog.
- [SAFE]: The references provided are to reputable developer resources like the Google Shell Style Guide and the Bash Hackers Wiki.
- [SAFE]: The skill encourages safe resource management using temporary directory traps and strict mode settings (
set -euo pipefail) to prevent unintended script behavior.
Audit Metadata