command-prompt
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical reference material for writing shell scripts and configuring environment files for Zsh, Bash, POSIX sh, and others.
- [SAFE]: Instructions include mandatory security checklists requiring the use of strict shell options like 'set -euo pipefail' and 'set -eu' to prevent silent failures and ensure script reliability.
- [SAFE]: The skill promotes safe coding idioms, such as double-quoting variables to prevent word splitting, using 'printf' instead of 'echo' for consistent behavior, and employing 'mktemp' for secure temporary file creation.
- [SAFE]: Startup configuration patterns (e.g., for .bashrc) include specific guards for TTY, SSH, and existing sessions to ensure they do not interfere with automation or non-interactive workflows.
- [SAFE]: No evidence of obfuscation, hardcoded credentials, unauthorized network exfiltration, or prompt injection was found. The skill purely serves as a guide for generating high-quality shell code.
Audit Metadata