tools-ui
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- EXTERNAL_DOWNLOADS (HIGH): The skill instructs users to run
npx shadcn@latest add https://ui.inference.sh/r/tools.json. This command fetches and executes remote configuration and code from a domain (ui.inference.sh) that is not included in the Trusted External Sources list.- REMOTE_CODE_EXECUTION (HIGH): Multiple instances ofnpx skills add inference-sh/skills@...are used to pull additional code from an untrusted source, which could lead to arbitrary code execution during the installation process.- PROMPT_INJECTION (LOW): The skill provides UI components that render tool outputs, creating an indirect prompt injection surface. - Ingestion points:
ToolResult(result prop) andToolCall(args prop) inSKILL.md. - Boundary markers: Absent.
- Capability inventory: The
Agentcomponent includes aproxyUrlfor routing requests to external APIs. - Sanitization: No sanitization or escaping mechanisms are documented for the tool output being rendered in the UI.
Recommendations
- AI detected serious security threats
Audit Metadata