shadcn-impl-component-install

Pass

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill directs the agent to utilize the shadcn CLI through pnpm dlx, which is the standard, secure method for executing the tool without requiring a global installation.
  • [EXTERNAL_DOWNLOADS]: Documents the process of fetching component metadata and source code from the official shadcn registry (ui.shadcn.com) and reputable third-party or internal registries.
  • [REMOTE_CODE_EXECUTION]: Describes the addition of components from remote registries. The risk is mitigated by explicit instructions to use the --diff flag for manual verification and maintaining git snapshots as a recovery mechanism.
  • [DATA_EXFILTRATION]: Provides guidance on authenticating with private registries using environment variable interpolation (e.g., ${REGISTRY_TOKEN}). It includes specific warnings against hardcoding secrets in the components.json configuration file, promoting secure credential management practices.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 11:11 AM
Security Audit — agent-trust-hub — shadcn-impl-component-install