This repository is the @delego shadcn registry — a design-system theme and
React/Tailwind components. Consumers install code from it directly
(npx shadcn add @delego/...), which fetches the built JSON in
public/r/ straight from main. So main is effectively
production, and shipped component code runs in consumers' apps.
Please do not open a public issue for security vulnerabilities.
Report privately via GitHub's private vulnerability reporting, or email koishore@gmail.com. We aim to acknowledge within 72 hours.
- A component that introduces an injection / XSS vector in a consuming app —
e.g. unsafe
dangerouslySetInnerHTML, unsafe URL handling, or rendering untrusted input without escaping. - A mismatch where the published
public/r/*.jsondoes not correspond to the reviewed source inregistry/delego/— a supply-chain concern, since consumers fetch the JSON, not the source. - A dependency this registry pulls in and uses unsafely.
- Visual / styling bugs and theme-token drift (open a normal issue).
- Vulnerabilities in shadcn or third-party dependencies themselves (report upstream), unless this registry uses them unsafely.
Pre-1.0; only the latest main (the served registry) is maintained.