better-design-shadcn-themes
Warn
Audited by Snyk on Jun 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The skill’s runtime workflow involves installing components via
npx shadcn@latest add https://www.better-design.com/registry/..., which fetches outsider-authored JSON/TypeScript from a public web registry; those downloaded files become readable code/text in the agent’s execution context (indirect prompt injection risk via fetched content).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The README instructs running commands like "npx shadcn@latest add https://www.better-design.com/registry//.json", which at runtime downloads registry JSON and component TypeScript (and uses npx to execute a remote CLI), meaning the https://www.better-design.com/registry/... URLs are runtime external dependencies that deliver code to be installed/acted on.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata