coding-guidance-bash
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional guidance for writing secure Bash code. It mandates the use of strict mode (
set -Eeuo pipefail), safe variable expansions, and arrays instead of string concatenation for command building, all of which are standard industry practices for preventing shell injection vulnerabilities. - [SAFE]: The implementation and review workflows specifically instruct the agent to identify and mitigate common shell hazards, including quoting bugs, globbing risks, and unsafe temporary file handling.
- [SAFE]: No evidence of malicious behavior such as prompt injection, data exfiltration, obfuscation, or unauthorized command execution was found. The skill does not perform network operations or access sensitive credentials.
Audit Metadata