shell-skill
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill enforces secure shell scripting standards by recommending the use of
set -Eeuo pipefailand explicit shebang lines, which enhance script reliability and error handling. - [SAFE]: Includes explicit rules and examples to prevent the exposure of sensitive data, such as passwords, access keys, tokens, and cookies, by forbidding their inclusion in logs or echo statements.
- [COMMAND_EXECUTION]: Recommends the use of local development tools like
bash -n,shellcheck,docker compose, andjustfor verifying script correctness and build integrity. These are routine operations within a software development context. - [SAFE]: Encourages the implementation of safety checks to prevent accidental data loss, such as verifying that a directory is empty before performing a restoration operation.
Audit Metadata