azure-ai-translation-ts
Facilitates building translation applications using Azure Translation SDKs for JavaScript, enabling text and document translation.
Install this skill
Security score
The azure-ai-translation-ts skill was audited on Feb 28, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 75 | console.log(`${translation.language}: ${translation.text}`); |
Template literal with variable interpolation in command context
| 114 | console.log(`${code}: ${lang.name} (${lang.nativeName})`); |
Template literal with variable interpolation in command context
| 132 | console.log(`${t.script}: ${t.text}`); // Latn: zhè shì gè cè shì |
Template literal with variable interpolation in command context
| 146 | console.log(`Language: ${result.language}, Score: ${result.score}`); |
Template literal with variable interpolation in command context
| 239 | console.log(`Status: ${status.status}`); |
Template literal with variable interpolation in command context
| 240 | console.log(`Total: ${status.summary.total}`); |
Template literal with variable interpolation in command context
| 241 | console.log(`Success: ${status.summary.success}`); |
Template literal with variable interpolation in command context
| 249 | console.log(`${doc.id}: ${doc.status}`); |
Template literal with variable interpolation in command context
| 260 | console.log(`${format.format}: ${format.fileExtensions.join(", ")}`); |
Access to .env file
| 40 | key: process.env.TRANSLATOR_SUBSCRIPTION_KEY!, |
Access to .env file
| 41 | region: process.env.TRANSLATOR_REGION!, |
Access to .env file
| 43 | const client = TextTranslationClient(process.env.TRANSLATOR_ENDPOINT!, credential); |
External URL reference
| 26 | TRANSLATOR_ENDPOINT=https://api.cognitive.microsofttranslator.com |
External URL reference
| 159 | const endpoint = "https://<translator>.cognitiveservices.azure.com"; |
Install this skill with one command
/learn @sickn33/azure-ai-translation-ts