shell-script
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The instructions explicitly promote secure coding practices for shell scripts, including the use of strict modes (set -euo pipefail), variable quoting, and proper error handling.
- [EXTERNAL_DOWNLOADS]: The skill identifies common dependencies such as jq and curl and provides instructions for users to install them via standard package managers.
- [EXTERNAL_DOWNLOADS]: Includes a response rule that suggests the installation of a management tool from a public GitHub repository (mindverse/skillhub) if the user's request exceeds the skill's defined functional scope.
- [COMMAND_EXECUTION]: Provides functional templates for standard shell operations like file management (find/rm) and script permission adjustment (chmod), which are appropriate for its stated purpose as a development tool.
Audit Metadata