lokalise-deploy-integration
Facilitates deployment of Lokalise translations to Vercel, Netlify, and Cloud Run, ensuring seamless integration and environment configuration.
Install this skill
Security score
The lokalise-deploy-integration skill was audited on Feb 28, 2026 and we found 14 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 101 | execSync(` |
Template literal with variable interpolation in command context
| 166 | ```bash |
Template literal with variable interpolation in command context
| 235 | const path = `./public/locales/${locale}.json`; |
Template literal with variable interpolation in command context
| 237 | return { ok: false, error: `Missing ${locale}.json` }; |
Template literal with variable interpolation in command context
| 278 | ```bash |
Template literal with variable interpolation in command context
| 310 | const cdnUrl = `https://cdn.example.com/locales/${locale}.json`; |
Template literal with variable interpolation in command context
| 318 | return import(`./locales/${locale}.json`); |
Node child_process module reference
| 97 | const { execSync } = require("child_process"); |
Webhook reference - potential data exfiltration
| 332 | For webhook handling, see `lokalise-webhooks-events`. |
Access to .env file
| 196 | projectId: process.env.LOKALISE_PROJECT_ID!, |
Access to .env file
| 197 | token: process.env.LOKALISE_OTA_TOKEN!, // OTA-specific token |
External URL reference
| 310 | const cdnUrl = `https://cdn.example.com/locales/${locale}.json`; |
External URL reference
| 326 | - [Vercel Documentation](https://vercel.com/docs) |
External URL reference
| 328 | - [Cloud Run Documentation](https://cloud.google.com/run/docs) |