hyva-compile-tailwind-css
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill executes npm run build and npm run watch. These commands are used to invoke build scripts defined within the project's package.json, which is the standard and intended method for CSS compilation in this context.
- EXTERNAL_DOWNLOADS (SAFE): The skill uses npm ci to install project dependencies. While this involves downloading packages from the npm registry, it is a necessary step for the skill's primary purpose and follows best practices for consistent builds.
Audit Metadata