yaml-validator
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Executes shell commands and Python scripts to lint and repair YAML files, including the use of python3 for syntax checks and sed for formatting fixes.
- [EXTERNAL_DOWNLOADS]: Recommends the installation of the yamllint package via pip from the standard Python Package Index.
- [SAFE]: Employs security best practices by using yaml.safe_load() for file parsing, which prevents arbitrary code execution when processing external configuration files.
Audit Metadata