quality
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute various linters (ESLint, Ruff, etc.) and the GitHub CLI (gh). These operations are restricted to the local environment and the project's repository, which is consistent with its stated purpose of performing code quality checks. - [EXTERNAL_DOWNLOADS]: The skill references several well-known development tools such as ESLint, Biome, Ruff, and golangci-lint. It checks for their availability using
command -vbut does not attempt to download or install any external code or scripts at runtime. - [DATA_EXFILTRATION]: The skill uses the GitHub CLI to create issues containing the quality report. While this involves sending data to an external service (GitHub), it is the documented primary purpose of the skill and targets the repository where the analysis is performed. No sensitive files or credentials are accessed or exfiltrated.
Audit Metadata