shell-scripting
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of educational markdown providing best practices for shell scripting, such as using strict mode ('set -euo pipefail') and quoting variables to prevent word splitting and globbing disasters.
- [SAFE]: The documentation explicitly warns against dangerous practices like the use of 'eval' and parsing 'ls' output, instead recommending safer modern alternatives and dependency validation using 'command -v'.
- [SAFE]: No remote code execution patterns, persistence mechanisms, or unauthorized data access behaviors were found in the provided script templates and guidance.
Audit Metadata