ia-linux-bash-scripting

Pass

Audited by Gen Agent Trust Hub on Jul 5, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is a collection of best practices and templates for writing secure Bash scripts. It specifically encourages the use of safe alternatives to dangerous shell functions, such as advising against the use of eval on user-supplied input.
  • [COMMAND_EXECUTION]: The skill includes numerous examples of shell command execution, including argument parsing and job control. These examples consistently follow security best practices, such as using array-based command construction (cmd=("grep" "--" "$pat" "$f"); "${cmd[@]}") to prevent word splitting and command injection.
  • [EXTERNAL_DOWNLOADS]: Provides defensive patterns for using curl in scripts, such as checking for dependencies and implementing retries. These are standard automation patterns and are presented as generic templates using variable placeholders.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 5, 2026, 03:08 AM
Security Audit — agent-trust-hub — ia-linux-bash-scripting