developing-bash
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational reference, providing templates and best practices for secure shell scripting.\n- [SAFE]: Promotes defensive scripting techniques such as using safety flags (
set -euo pipefail), proper variable quoting, and thorough input validation.\n- [COMMAND_EXECUTION]: Includes a platform-independent fallback forrealpathusingpython3, which is a common and appropriate pattern for cross-platform shell utilities.\n- [EXTERNAL_DOWNLOADS]: Provides illustrative examples for usingcurlwith retry logic, which is standard functionality for automation scripts and contains no malicious destinations.\n- [SAFE]: Explicitly warns against dangerous practices like usingevalwith untrusted input and provides secure alternatives.
Audit Metadata