Skip to main content

lokalise-deploy-integration

Facilitates deployment of Lokalise translations to Vercel, Netlify, and Cloud Run, ensuring seamless integration and environment setup.

Install this skill

or
44/100

Security score

The lokalise-deploy-integration skill was audited on Mar 3, 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

high line 101

Direct command execution function call

SourceSKILL.md
101execSync(`
medium line 166

Template literal with variable interpolation in command context

SourceSKILL.md
166```bash
medium line 235

Template literal with variable interpolation in command context

SourceSKILL.md
235const path = `./public/locales/${locale}.json`;
medium line 237

Template literal with variable interpolation in command context

SourceSKILL.md
237return { ok: false, error: `Missing ${locale}.json` };
medium line 278

Template literal with variable interpolation in command context

SourceSKILL.md
278```bash
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310const cdnUrl = `https://cdn.example.com/locales/${locale}.json`;
medium line 318

Template literal with variable interpolation in command context

SourceSKILL.md
318return import(`./locales/${locale}.json`);
low line 97

Node child_process module reference

SourceSKILL.md
97const { execSync } = require("child_process");
medium line 332

Webhook reference - potential data exfiltration

SourceSKILL.md
332For webhook handling, see `lokalise-webhooks-events`.
low line 196

Access to .env file

SourceSKILL.md
196projectId: process.env.LOKALISE_PROJECT_ID!,
low line 197

Access to .env file

SourceSKILL.md
197token: process.env.LOKALISE_OTA_TOKEN!, // OTA-specific token
low line 310

External URL reference

SourceSKILL.md
310const cdnUrl = `https://cdn.example.com/locales/${locale}.json`;
low line 326

External URL reference

SourceSKILL.md
326- [Vercel Documentation](https://vercel.com/docs)
low line 328

External URL reference

SourceSKILL.md
328- [Cloud Run Documentation](https://cloud.google.com/run/docs)
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →