linux-script-developer

Pass

Audited by Gen Agent Trust Hub on May 4, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is focused on promoting best practices for Bash scripting. It explicitly warns against and provides validation checks for common security pitfalls like command injection (via 'eval'), unquoted variables, and hardcoded absolute paths.
  • [SAFE]: No external network dependencies or remote code downloads were found. All resources (templates, references, and the validation script) are contained within the skill's local directory structure.
  • [SAFE]: The skill includes a validation script (scripts/validate-script.sh) that acts as a local linter for generated code. This script uses standard utilities (grep, awk, sed) to inspect file content and does not perform any dangerous operations, access sensitive files, or utilize network connections.
  • [SAFE]: Documentation and instruction guidelines emphasize the use of safe path handling (e.g., using SCRIPT_DIR), proper error redirection, and cross-platform compatibility without relying on unverified external tools.
Audit Metadata
Risk Level
SAFE
Analyzed
May 4, 2026, 07:46 AM