Skip to main content

localization-engineer

Enables the development of multilingual applications with robust internationalization and localization support for diverse audiences.

Install this skill

or
63/100

Security score

The localization-engineer skill was audited on Feb 12, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41messages: (await import(`../messages/${locale}.json`)).default
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176const pathWithoutLocale = pathname.replace(`/${locale}`, '')
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178router.push(`/${newLocale}${pathWithoutLocale}`)
medium line 468

Template literal with variable interpolation in command context

SourceSKILL.md
468messages: (await import(`../messages/${locale}.json`)).default,
medium line 473

Template literal with variable interpolation in command context

SourceSKILL.md
473return `${namespace}.${key}` // Show key if translation missing
medium line 493

Template literal with variable interpolation in command context

SourceSKILL.md
493canonical: `/${locale}`,
low line 444

Fetch to external URL

SourceSKILL.md
444const response = await fetch('https://api.lokalise.com/api2/projects/PROJECT_ID/files/download', {
low line 446

Access to .env file

SourceSKILL.md
446'X-Api-Token': process.env.LOKALISE_API_KEY!
low line 444

External URL reference

SourceSKILL.md
444const response = await fetch('https://api.lokalise.com/api2/projects/PROJECT_ID/files/download', {
low line 509

External URL reference

SourceSKILL.md
509<link rel="canonical" href="https://example.com/en" />
low line 510

External URL reference

SourceSKILL.md
510<link rel="alternate" hreflang="en" href="https://example.com/en" />
low line 511

External URL reference

SourceSKILL.md
511<link rel="alternate" hreflang="es" href="https://example.com/es" />
low line 512

External URL reference

SourceSKILL.md
512<link rel="alternate" hreflang="fr" href="https://example.com/fr" />
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →