bash-scripting
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a structural guide and template for creating Bash scripts. It encourages the use of strict mode (
set -euo pipefail), which is a security best practice to prevent scripts from continuing execution after an error occurs. - [SAFE]: No evidence of malicious patterns such as prompt injection, data exfiltration, or unauthorized command execution was found. The workflow focus is on design, structure, and testing.
- [SAFE]: The references to other skills (e.g.,
@bash-pro,@bash-defensive-patterns) are standard agent tool invocations designed to assist the user in following a disciplined development process. - [SAFE]: The provided script template is benign and uses standard, non-malicious shell commands for logging and usage display.
Audit Metadata