shellcheck-configuration
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing ShellCheck using official package managers (Homebrew, APT) and references the official GitHub repository (github.com/koalaman/shellcheck) for building from source. These are recognized as trusted resources for this tool.
- [COMMAND_EXECUTION]: The skill includes shell script examples for setting up pre-commit hooks and CI/CD pipelines (GitHub Actions, GitLab CI). These snippets use standard, non-malicious shell utilities like
find,grep, andxargsto automate linting processes. - [SAFE]: References to system paths such as
~/.bashrcand project files like.shellcheckrcare used strictly for illustrating configuration methods and tool warnings, presenting no risk to system integrity or data privacy.
Audit Metadata