shell-dev
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a high-quality educational resource for developers. It promotes defensive programming practices such as using strict mode (
set -euo pipefail), quoting variables, and using ShellCheck for static analysis. - [COMMAND_EXECUTION]: While the skill heavily focuses on command execution, it does so by providing safe and standard templates for CLI tools, systemd services, and automation scripts. It emphasizes least-privilege principles and error handling.
- [EXTERNAL_DOWNLOADS]: The skill references well-known development tools and libraries, such as ShellCheck and BATS. Installation instructions point to official GitHub repositories and standard package managers (Homebrew, APT, NPM).
- [DYNAMIC_EXECUTION]: The use of
evalin the provided templates is restricted to standard, required patterns (such as parsinggetoptresults) or clearly labeled interactive debugging utilities intended for development environments.
Audit Metadata