bash-linux
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- SAFE (SAFE): No security threats identified. The content is strictly educational and serves as a pattern library for the Bash tool.
- The skill promotes security best practices, such as using
set -euo pipefailto ensure scripts exit on errors or undefined variables. - It encourages proper variable quoting (
"$a$b") to prevent common shell injection and word-splitting issues. - Command examples for system monitoring (
ps,env) and network interaction (curl) are standard utilities for terminal-based skills and are used here in a purely descriptive context.
Audit Metadata