claude-design-studio-ui-generator
Warn
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to clone source code from an unverified GitHub repository (
https://github.com/larajuniorlara/Claude-Design-Studio.git) and install third-party dependencies usingnpmorbunduring the setup process. - [REMOTE_CODE_EXECUTION]: The framework implements a marketplace and skills system (e.g.,
claude-code-plugin-responsive-grid,claude-code-skill-accordion) that allows for the dynamic installation and execution of external code. The configuration includes anauto_updatefeature enabled by default, which introduces a supply chain risk where unverified updates could be automatically fetched and executed. - [COMMAND_EXECUTION]: Core functionality is dependent on the
npx claude-designCLI tool, which executes shell commands and scripts from the installed package, providing a mechanism for local code execution on the user's system. - [PROMPT_INJECTION]:
- Ingestion points: User-supplied natural language descriptions in the
generateUIfunction and external data files (JSON/JS) processed via the--dataand--inputCLI flags. - Boundary markers: None identified in the instruction sets to isolate untrusted user data from the core generation prompts.
- Capability inventory: The skill can write files to the local filesystem (e.g.,
--outputflag) and execute commands via theclaude-designtool. - Sanitization: The skill lacks explicit sanitization or validation of external input before interpolation into prompts for Claude and OpenAI models.
Audit Metadata