shell-scripts
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides robust security-oriented templates for shell scripts, utilizing 'set -o' options to ensure scripts fail early on errors or undefined variables.
- [SAFE]: It contains extensive documentation on avoiding common shell 'footguns,' such as the misuse of 'eval' or parsing 'ls' output, which directly aligns with secure coding principles.
- [COMMAND_EXECUTION]: The suggested workflow involves the use of 'bash -n' and 'shellcheck' for validating script syntax and safety. These are standard, well-known development utilities and are used here solely for their intended diagnostic purposes.
- [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or persistence mechanisms was found within the skill files.
Audit Metadata