shadcn
Analysis
This skill is a coherent shadcn/ui helper that mainly documents how to use the shadcn CLI and component rules, with expected project-file modification capabilities.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Run all CLI commands using the project's package runner: `npx shadcn@latest`, `pnpm dlx shadcn@latest`, or `bunx --bun shadcn@latest`
The skill relies on downloading or invoking the latest shadcn CLI package rather than a pinned version. This is purpose-aligned for shadcn usage, but users should recognize the dependency on the current upstream package.
`npx shadcn@latest add [components...] [options]` ... `--overwrite` ... `--all` ... `--dry-run`
The documented CLI can add or overwrite project component files. The same artifact also documents dry-run, diff, and view modes, which helps keep the behavior user-reviewable.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"headers": { "Authorization": "Bearer ${MY_TOKEN}" }The documentation shows optional private registry authentication using an environment variable. This is expected for private registries and there is no evidence of logging or exfiltration.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The CLI includes an MCP server that lets AI assistants search, browse, view, and install components from registries.
The optional MCP server exposes registry search/view/install operations to AI assistants. This is disclosed and aligned with the skill's purpose, but users should understand that enabling it gives an assistant a component-installation interface.
