Trust Assessment
shadcn-ui received a trust score of 94/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Unpinned `npx` commands introduce supply chain risk.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned `npx` commands introduce supply chain risk The skill instructs users to execute `npx` commands using the `@latest` tag for `create-next-app` and `shadcn` CLI tools. This means the exact version of the CLI tool is not pinned, making the execution vulnerable to potential malicious updates to these packages in the npm registry. If a compromised version of `create-next-app` or `shadcn` were published, users following these instructions would unknowingly execute it. Recommend pinning the versions of `create-next-app` and `shadcn` CLI tools to specific, known-good versions (e.g., `npx create-next-app@14.1.0` and `npx shadcn@0.8.0`) to mitigate the risk of malicious updates. | LLM | SKILL.md:20 |
Scan History
Embed Code
[](https://skillshield.io/report/aca0ee47f8a53f5d)
Powered by SkillShield