bash-shell-scripting
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content focused on production-grade shell scripting. It correctly emphasizes security and reliability features such as strict mode (
set -euo pipefail), variable quoting, and mandatory linting withshellcheck.- [SAFE]: All tool examples (includingcurl,jq,sed,awk, andfind) represent standard systems administration and data processing patterns. No malicious URLs, obfuscated payloads, or unauthorized data exfiltration attempts were found.- [SAFE]: The Makefile and CLI design patterns use standard automation techniques (e.g.,maketargets and argument parsing loops) which are common in software development environments.
Audit Metadata