chat-ui
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of UI components and CLI tools from remote repositories using
npx shadcnandnpx skills. Specifically, it fetches configuration fromhttps://ui.inference.sh/r/chat.jsonand installs skills from thebelt-shandinference-shnamespaces. These resources are consistent with the skill's stated purpose of providing UI building blocks. - [INDIRECT_PROMPT_INJECTION]: The skill defines components for rendering chat messages, creating an attack surface where maliciously crafted data from an LLM response could attempt to influence the agent's behavior if the consuming application does not properly sanitize inputs.
- Ingestion points: Untrusted message content passed to the
contentproperty ofChatMessagecomponents inSKILL.md. - Boundary markers: Absent in the UI-focused code snippets.
- Capability inventory: No tool execution or sensitive file access capabilities are defined in this skill.
- Sanitization: None present in the presentation-layer code provided.
Audit Metadata