UI UX Design Pro

PassAudited by ClawScan on Feb 21, 2026.

Overview

The skill's code, data files, and runtime instructions are coherent with a senior UI/UX design CLI and documentation; nothing obvious requests unrelated credentials or hidden network exfiltration, though you should review a couple of implementation files before running code.

This package appears to do what it says: a design knowledge base plus a Bun CLI for searching, auditing, and generating design systems. Before installing or running code, do these quick checks: 1) Inspect cli/lib/search.ts (and other libs) to confirm they search local CSV/data and do not call external endpoints or fetch secrets. 2) Open cli/package.json to see runtime dependencies; you'll need to run bun install to use the CLI locally. 3) Note that the audit command reads files you point it to and can write reports under output/ (it will not request credentials, but avoid running it with wide globs that scan sensitive system directories). 4) If you intend to let an agent invoke this skill autonomously, consider limiting its filesystem scope (only the project directory) or review the search/generate implementations first — they are the parts most likely to perform network I/O. If you want, I can review cli/lib/search.ts and cli/package.json specifically and flag any network or unexpected behavior.