linux-bash-scripting
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational resource for defensive Bash scripting, providing safe templates and patterns.
- [SAFE]: Instructions explicitly warn against dangerous practices such as using
evalon user input, recommending array-based command building instead. - [SAFE]: Recommended patterns include using
set -Eeuo pipefail,inherit_errexit, and proper quoting to prevent common shell injection and logic vulnerabilities. - [SAFE]: No network exfiltration, unauthorized file access, or persistence mechanisms are present in the provided code snippets.
- [SAFE]: The skill provides guidance on using ShellCheck to further ensure script safety and quality.
Audit Metadata