wc-jp
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the system's default browser (e.g., using the
startcommand on Windows) to open a local HTML file (wc-jp.html). This is a legitimate functional requirement for displaying the generated vocabulary list. - [EXTERNAL_DOWNLOADS]: The
wc-jp.htmlfile loads the Vue.js framework and UnoCSS from well-known content delivery networks (unpkg.com and jsDelivr). These are established services used for serving web dependencies. - [INDIRECT_PROMPT_INJECTION]: The skill takes user input (Chinese words) to generate data that is written to
wc-jp-data.js. This data is then rendered inwc-jp.htmlusing thev-htmldirective. - Ingestion points: User input provided via the
wc-jpcommand. - Boundary markers: None identified in the prompt instructions for isolating user-provided words.
- Capability inventory: The skill can write to the local file system (
wc-jp-data.js) and execute shell commands to open the browser. - Sanitization: There is no explicit instruction for the agent to sanitize or escape the generated Japanese text before writing it to the HTML-rendering data file, which could theoretically allow for the injection of malicious HTML tags if the AI is manipulated.
Audit Metadata