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/passwd using grep to 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, and rm. These examples consistently advocate for defensive programming practices, including mandatory variable quoting, the use of set -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, and bats-core as recommended resources. These are well-established industry-standard tools for shell script linting and testing.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 06:45 PM