standards-shell
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a context-only extension providing documentation and coding standards for shell scripting. It contains no active code or scripts that execute automatically.
- [DATA_EXPOSURE]: Includes a documentation example that reads from
/etc/passwdusinggrepto demonstrate function logic. This is an illustrative pattern for system utility development and is not an active security risk within the context of a coding guide. - [COMMAND_EXECUTION]: Provides templates and examples for standard shell utilities such as
find,curl, andrm. These examples consistently advocate for defensive programming practices, including mandatory variable quoting, the use ofset -euo pipefail, and exit traps for cleanup, which are designed to enhance security rather than compromise it. - [EXTERNAL_DOWNLOADS]: Mentions standard third-party tools like
shellcheck,shfmt, andbats-coreas recommended resources. These are well-established industry-standard tools for shell script linting and testing.
Audit Metadata