ui-to-vue
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires downloading and running the
ui-to-vue-converterpackage from the npm registry. - Evidence:
npx ui-to-vue-converter@1.0.2andnpm install -g ui-to-vue-converter@1.0.2inSKILL.md. - Note: The tool is pinned to version
1.0.2. - [COMMAND_EXECUTION]: The skill involves the execution of shell commands to facilitate the conversion and manage environment variables.
- Evidence: Use of
npx,npm, andexportcommands for tool invocation and API key configuration. - [DATA_EXFILTRATION]: The skill sends user-provided design screenshots to the DashScope API (Alibaba Cloud) for conversion processing.
- Evidence: The documentation notes that screenshots are sent to an external model API and requires the
DASHSCOPE_API_KEYfor authentication. - [PROMPT_INJECTION]: The skill processes untrusted image files, creating a surface for indirect prompt injection attacks.
- Ingestion points: Image files within the user-specified input directory (e.g.,
./screenshots). - Boundary markers: No explicit markers are defined to isolate data from instructions during model processing.
- Capability inventory: The skill has the capability to execute shell commands via
npxand write to the local file system (./src). - Sanitization: No validation or sanitization of content extracted from the images is described.
Audit Metadata