tailwindcss-performance
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational documentation and best practices for Tailwind CSS performance optimization. All commands and scripts provided are standard development tools used for building, minifying, and analyzing CSS bundles.
- [COMMAND_EXECUTION]: The skill references standard CLI tools such as
npm,npx,gzip,brotli,grep, andls. These are used for routine development tasks like building the project, installing well-known analysis packages (vite-bundle-analyzer), and checking file sizes. No dangerous or unauthorized command execution patterns were detected. - [EXTERNAL_DOWNLOADS]: The skill mentions installing well-known developer tools and plugins from the official npm registry, such as
@tailwindcss/viteandvite-bundle-analyzer. These are standard industry tools and do not pose a security risk in this context. - [REMOTE_CODE_EXECUTION]: No patterns of downloading and executing arbitrary remote scripts (e.g.,
curl | bash) were found. The use of GitHub Actions (actions/cache@v4) is a standard practice for CI/CD pipelines.
Audit Metadata