21st-ui-explore
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
21stCLI tool (inSKILL.md) to initialize project context, search for UI references, and generate variant implementations. These operations are core to the skill's purpose and utilize the vendor's own infrastructure. - [INDIRECT_PROMPT_INJECTION]: The skill processes project-specific data and tool outputs, creating a surface where malicious instructions could be ingested into the agent context.
- Ingestion points: Data is read from
.21st/design.jsonand the output of the21st searchcommand inSKILL.md. - Boundary markers: No specific delimiters or "ignore instructions" prompts are used to isolate ingested data from agent instructions.
- Capability inventory: The agent can execute shell commands (
21sttool) and write data to the local filesystem (.21st/design.json) as described in the workflow ofSKILL.md. - Sanitization: The workflow does not include steps to validate or sanitize content from design files or search results before interpolation.
Audit Metadata