ui-ux-design-pro
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (LOW): The
generateandsearchcommands ingest untrusted user queries and interpolate them into generated Markdown/JSON files or console output. While this creates a vulnerability surface for downstream agents, the risk is minimal as the skill itself does not execute or evaluate the processed data. - Ingestion points: User-provided
queryand--stackparameters incli/commands/generate.tsandcli/commands/search.ts. - Boundary markers: Input is placed inside Markdown blockquotes in the output files, but no explicit 'ignore embedded instructions' warnings are included.
- Capability inventory: File writing via
fs.promises.writeFileto user-specified paths via the--outputflag incli/commands/generate.ts. - Sanitization: No sanitization or escaping is performed on user queries before they are included in the generated output.
- Data Exposure (SAFE): The skill reads from a local data directory containing public design datasets and does not access sensitive user files, credentials, or environment variables.
- Unverifiable Dependencies (SAFE): The skill utilizes standard, well-known packages from the NPM registry (Orama, CAC, Chalk) for its core functionality, all of which are managed via a standard
package.jsonand lockfile.
Audit Metadata