linux-bash-scripting
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively provides educational templates and best practices for writing secure Bash scripts, focusing on ShellCheck compliance and GNU Bash standards.
- [SAFE]: Explicitly warns against the use of
evalon user input and recommends using arrays for command construction to prevent shell injection vulnerabilities. - [SAFE]: Recommends defensive shell settings (e.g.,
set -Eeuo pipefail) and atomic file operations to improve script reliability and security. - [SAFE]: Provides patterns for input validation and idempotent operations, which are key principles of secure systems administration.
Audit Metadata