bash-script-generator
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a defensive programming pattern by requiring a
check_requirementsfunction in all generated scripts, which validates arguments and dependencies before execution. - [SAFE]: Instructions focus on portability and compatibility with Bash 3.2 (standard on macOS), avoiding unsafe modern features that might cause execution errors in restricted environments.
- [SAFE]: External tool usage is strictly limited to formatting scripts via
shfmtthrough theallowed-toolsconfiguration, minimizing the agent's attack surface. - [SAFE]: No indicators of prompt injection, data exfiltration, or hardcoded credentials were found; usage of sensitive-sounding terms like
API_TOKENis limited to illustrative documentation templates.
Audit Metadata