quality-check
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- Standard Dependency Installation: The skill recommends installing
PyYAMLandrequestsviapip. These are widely-used, reputable libraries for YAML processing and HTTP requests, which are consistent with the skill's purpose of parsing skill files and validating external links. - Local Script Execution: The skill instructs the user to execute a Python script located at
.github/workflows/quality_checker.pywithin the local repository. Running repository-specific scripts for linting and quality assurance is a common and expected workflow in software development. - Network Operations for Validation: The documentation notes that the checker performs sampled accessibility checks on external links. This is a standard feature for documentation linters to ensure that references remain valid.
- Structural and Semantic Validation: The skill performs various checks on file frontmatter, description lengths, and trigger uniqueness to maintain the quality and discoverability of skills within the ecosystem.
Audit Metadata