shadcn-ui
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto executeshadcn@latestcommands for initializing projects and adding UI components.\n- [EXTERNAL_DOWNLOADS]: Fetches theshadcnCLI tool and UI component code from the official npm registry.\n- [PROMPT_INJECTION]: The skill lacks input validation for component names, creating a surface for indirect prompt injection.\n - Ingestion points: User-provided component names or lists used in the
addworkflow inSKILL.md.\n - Boundary markers: No delimiters or "ignore instructions" warnings are used to separate input from the command template.\n
- Capability inventory: The skill enables shell execution via
npxas its primary mechanism for adding components.\n - Sanitization: Input parameters are interpolated directly into shell commands without escaping or validation logic.
Audit Metadata