bash-patterns

Pass

Audited by Gen Agent Trust Hub on Apr 7, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as an educational reference for Bash scripting best practices, providing templates for common tasks.
  • [COMMAND_EXECUTION]: Provides standard templates for executing shell commands, including a retry mechanism with exponential backoff and parallel job management using built-in Bash features.
  • [EXTERNAL_DOWNLOADS]: Includes an example of using curl with a placeholder domain (example.com) to demonstrate retry logic, and mentions using local package managers (brew) to install dependencies like jq and yq.
  • [SAFE]: Explicitly recommends security-hardening practices such as using set -euo pipefail to catch errors, quoting variables to prevent word splitting, and using mktemp with cleanup traps for temporary files.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 7, 2026, 10:28 AM
Security Audit — agent-trust-hub — bash-patterns