skill-validator
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a linter and validator for other skills. It analyzes directory structures, markdown content, and script patterns (such as detecting
eval()orexec()) to ensure quality and security standards are met. - [SAFE]: File operations are restricted to reading the contents of the directory provided as an argument. The script does not modify system files, exfiltrate data, or execute the code it analyzes.
- [SAFE]: No network operations, obfuscation, or hardcoded credentials were found. The tool uses standard Python libraries (e.g.,
argparse,pathlib,re) to perform its functions. - [EXTERNAL_DOWNLOADS]: The documentation suggests installing
pyyamlfor enhanced YAML parsing. PyYAML is a standard and well-known library in the Python ecosystem.
Audit Metadata