widgets-ui
Warn
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions direct users to run
npx shadcn@latest add https://ui.inference.sh/r/widgets.json, which downloads and integrates code from an external remote registry. - [COMMAND_EXECUTION]: The documentation encourages the installation of multiple external skills using
npx skills add belt-sh/cliand various sub-skills frominference-sh/skills, which initiates remote script fetching and execution during installation. - [INDIRECT_PROMPT_INJECTION]: The skill provides a
WidgetRenderercomponent that processes structured agent responses to generate interactive UI elements, creating a surface for adversarial manipulation if the agent is compromised. - Ingestion points:
WidgetRendererwidget property (SKILL.md). - Boundary markers: Absent; the skill does not define delimiters to distinguish between trusted UI and data-driven injections.
- Capability inventory: Renders functional UI components including forms, inputs, and buttons with associated actions (SKILL.md).
- Sanitization: Not specified; security depends on the implementation of the
onActionhandler by the end-user.
Audit Metadata