shadcn
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npx shadcn@latest,pnpm dlx shadcn@latest, andbunxto execute the official shadcn CLI tool. This is restricted via theallowed-toolsconfiguration in the frontmatter, limiting the agent's execution scope to these specific commands. - [EXTERNAL_DOWNLOADS]: The CLI fetches component definitions, documentation, and examples from the official
ui.shadcn.comregistry and trusted GitHub repositories. These are well-known services and the downloads are essential for the skill's primary function. - [DYNAMIC_CONTEXT_INJECTION]: The skill utilizes dynamic context injection in
SKILL.mdto executenpx shadcn@latest info --jsonat load time. This provides the agent with necessary project metadata (framework, aliases, installed components) without accessing sensitive user files. - [PROMPT_INJECTION]: While the skill contains instructional language marked as 'IMPORTANT' or 'CRITICAL', these are standard guidelines for maintaining code quality and consistency within the shadcn ecosystem and do not attempt to bypass safety filters or override agent behavior maliciously.
Audit Metadata