linux-bash-scripting

Pass

Audited by Gen Agent Trust Hub on Mar 7, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as a reference guide for defensive Bash programming. It promotes secure coding practices by explicitly warning against dangerous patterns like 'eval' on user input and recommending the use of arrays for command execution to prevent word splitting and globbing issues.
  • [COMMAND_EXECUTION]: The skill defines utility functions for command execution (e.g., 'run', 'retry', 'require'). These are standard shell scripting patterns designed to improve reliability (error handling, retries) rather than exploit the system.
  • [EXTERNAL_DOWNLOADS]: The documentation mentions tools like 'curl' and Linux package managers ('apt-get', 'dnf', 'pacman'). These references are educational examples of how to manage dependencies or fetch resources in a production environment and do not include any specific malicious URLs or automated downloads.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 7, 2026, 10:07 PM