tools-ui
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires downloading external JSON configurations from
https://ui.inference.sh/r/tools.jsonand fetches secondary skills from theinference-shrepository. - [COMMAND_EXECUTION]: Instructs the user to run
npx shadcnandnpx skillscommands, which involves fetching and executing code from remote registries to install UI components. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by consuming and rendering untrusted tool data (arguments and results) within UI components. Mandatory Evidence Chain: (1) Ingestion points:
argsandresultproperties inToolCall,ToolResult, andToolApprovalcomponents in SKILL.md; (2) Boundary markers: None identified in the component examples; (3) Capability inventory: External command execution vianpxduring installation; (4) Sanitization: No sanitization or escaping of tool outputs is demonstrated in the provided code snippets.
Audit Metadata