styles-lint
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily serves as a documentation resource for implementing Stylelint. All instructions and code snippets are focused on standard linting procedures, syntax error detection, and code quality enforcement.
- [EXTERNAL_DOWNLOADS]: The skill references several common and well-known packages from the official NPM registry (e.g., stylelint, stylelint-config-standard, husky, lint-staged). These are standard tools in the frontend development ecosystem.
- [COMMAND_EXECUTION]: Code examples include common CLI commands for package installation and running linters (e.g.,
npm install,stylelint "src/**/*.{css,scss}"). These are typical for development workflows and do not involve unauthorized or hidden execution. - [SAFE]: The provided JavaScript snippets for custom rules, reporting, and parallel processing use standard Node.js APIs (fs, path, worker_threads) in a transparent and expected manner for build-time utilities.
- [SAFE]: The GitHub Actions example uses official and trusted actions from the 'actions' organization, which is considered safe for CI/CD integration.
- [SAFE]: No patterns of prompt injection, data exfiltration, obfuscation, or persistence were found across the analyzed files.
Audit Metadata