skill-check
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for structural validation and quality auditing of other skills. It utilizes standard shell scripts and a Python script for YAML parsing and regex-based checks.
- [SAFE]: All identified operations are local file system reads and structural comparisons. The skill does not perform network operations or access sensitive system paths.
- [SAFE]: The Python script embedded in
scripts/validate-structure.shusesyaml.safe_load()which is the recommended practice for preventing unsafe deserialization. - [SAFE]: External references to
agentskills.ioand theskills-refrepository are for documentation and specification purposes only and do not involve dynamic code execution or untrusted downloads.
Audit Metadata