ui-styling
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/shadcn_add.pyusessubprocess.runto execute thenpx shadcn@latest addcommand. This is used to programmatically install UI components into the user's project. The execution uses a list-based command structure withoutshell=True, which is a secure practice for preventing command injection. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download and installation of UI components and design tokens from the official shadcn and Tailwind CSS registries. These are well-known technology services, and the downloads are performed through standard package management tools like
npxandnpm. - [NO_CODE]: While the skill contains automation scripts, they are utility tools designed to interact with established CLI frameworks. The core functionality of the skill is provided through structured documentation and implementation patterns.
Audit Metadata