chat-ui
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references an external JSON registry file at
https://ui.inference.sh/r/chat.jsonto facilitate component installation. - [COMMAND_EXECUTION]: Provides commands using
npxto add UI blocks and additional skills, such asinference-sh/skills@agent-ui, which originate from the author's own namespace. - [PROMPT_INJECTION]: The provided UI components serve as a display layer for chat messages, creating a surface for indirect prompt injection from data sources.
- Ingestion points: Untrusted content is passed to the
contentprop of theChatMessagecomponent as shown inSKILL.md. - Boundary markers: None are defined in the code snippets provided.
- Capability inventory: The skill contains React components for UI rendering (messages, inputs, indicators) without direct system or network execution capabilities.
- Sanitization: The snippets do not explicitly detail sanitization logic, relying on the implementation of the React components or the parent application.
Audit Metadata