shell-scripting
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a purely educational documentation resource for writing robust and secure shell scripts. It contains templates, idioms, and best practices for Bash and POSIX shell environments.
- [SAFE]: It includes a dedicated 'Security Best Practices' section that correctly identifies and advises against common vulnerabilities, such as using
evalon untrusted input, path traversal, and unquoted variables. - [SAFE]: No evidence of prompt injection, data exfiltration, or unauthorized privilege escalation was found. Commands mentioned (like
curl,chmod, andid) are used correctly within the context of script development or system checks. - [SAFE]: The code snippets provided for file handling (e.g., reading
/etc/passwd) are standard Unix scripting examples used for teaching purpose-built parsing techniques and do not constitute a security risk. - [SAFE]: External links and references point to highly reputable and trusted technical documentation sources, including the GNU Bash Manual, ShellCheck, and the Google Shell Style Guide.
Audit Metadata