make-site-multilingual
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to extract user-visible text from HTML and Markdown files for translation. This data is intended to be processed by an AI agent (as mentioned regarding the
translate-multilingualskill), creating a surface for indirect prompt injection if the source content contains malicious instructions designed to subvert the LLM's behavior. \n - Ingestion points: Processes built HTML files and Markdown content to extract translatable strings from the site's codebase. \n
- Boundary markers: Uses
data-roseyanddata-rosey-nsattributes to identify and scope translatable elements in the HTML output. \n - Capability inventory: Executes shell commands for site building and writes locale data to JSON files in the repository. \n
- Sanitization: Recommends sanitizing key names to avoid dotted paths for Visual Editor compatibility, but does not specify sanitization for the extracted text content itself.\n- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
roseyandrosey-cloudcannon-connectorpackages vianpm. These packages are published by the skill's author, CloudCannon, and are essential for the workflow described.\n- [COMMAND_EXECUTION]: The skill provides build pipeline examples and setup commands usingnpxto run vendor CLI tools (roseyandrosey-cloudcannon-connector). These commands perform site scanning, locale file generation, and localized site building.
Audit Metadata