ux
Warn
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands using variables derived from user input. In
references/workflows/explore.md, theopencommand uses{EXPLORATION_SLUG}. Inreferences/workflows/prototype.md,{PROTOTYPE_SLUG}and{PROTOTYPE_DIR}are used inmkdir,npx sv create, andpnpm install. If these slugs are not strictly validated, it could lead to command injection. - [COMMAND_EXECUTION]: The
allowcommand inreferences/workflows/allow.mdexecutes a CLI tool to modify the agent's configuration file (~/.claude/settings.json). This is designed to bypass standard permission prompts for the 'ux' skill, which reduces user control over the agent's environment. - [PROMPT_INJECTION]: The
style-synthesizeworkflow inreferences/workflows/style-synthesize.mdvisits user-provided URLs and extracts page text using browser automation. This creates a surface for indirect prompt injection, as malicious instructions on an external website could influence the agent's analysis or subsequent actions. - [EXTERNAL_DOWNLOADS]: The skill uses
npx,pnpm, andpnpm dlxto install and run various packages from npm (e.g.,@codevoyant/agent-kit,sv,tailwindcss,shadcn-svelte). It also uses templates that fetch resources from external CDNs includingcdn.tailwindcss.comandfonts.googleapis.com.
Audit Metadata