ui-skills-root
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands using
npx, specificallynpx ui-skills start,categories,list, andgetto interact with a UI skills registry. - [EXTERNAL_DOWNLOADS]: Execution of
npx ui-skillsinvolves fetching the latest version of theui-skillspackage from the npm registry at runtime. - [PROMPT_INJECTION]: The skill implements a workflow where external content fetched via
npx ui-skills get <slug>is loaded directly into the agent's execution context. This represents an indirect prompt injection surface. - Ingestion points:
SKILL.md(via CLI output fromnpx ui-skills get <slug>). - Boundary markers: None identified; the instructions do not specify using delimiters or 'ignore' warnings for the fetched content.
- Capability inventory: The agent is granted shell execution capabilities to run the
npxcommands. - Sanitization: No sanitization or validation of the fetched skill content is described before implementation.
Audit Metadata