tailwindcss-debugging
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill provides standard development commands such as
npm run build,npm run dev, and directory cleaning commands likerm -rf node_modules/.vite. These are typical for resetting development environments and are confined to project-specific folders. - EXTERNAL_DOWNLOADS (SAFE): The skill references official Tailwind CSS packages (e.g.,
@tailwindcss/postcss,@tailwindcss/forms) and the official Tailwind CSS IntelliSense VS Code extension. All references use standard package managers (npm) and point to trusted official ecosystem components. - DATA_EXPOSURE (SAFE): No access to sensitive user files or environment variables was found. File path patterns (e.g.,
./src/**/*.{html,js}) are restricted to standard project source directories. - PROMPT_INJECTION (SAFE): No instructions designed to override agent behavior or bypass safety filters were detected. The content is purely instructional regarding the use of the Tailwind CSS framework.
Audit Metadata