Skip to main content

translation-management

Facilitates integration with translation management systems, automating localization workflows and managing translation memory.

Install this skill

or
74/100

Security score

The translation-management skill was audited on Feb 25, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 271

Template literal with variable interpolation in command context

SourceSKILL.md
271await this.storage.set(`tm:${locale}:${hash}`, entry);
medium line 276

Template literal with variable interpolation in command context

SourceSKILL.md
276const entries = await this.storage.getByPrefix(`tm:${locale}:`);
medium line 307

Template literal with variable interpolation in command context

SourceSKILL.md
307const entries = await this.storage.getByPrefix(`tm:${locale}:`);
medium line 392

Template literal with variable interpolation in command context

SourceSKILL.md
392result = `[${result}${padding}]`;
low line 121

Access to .env file

SourceSKILL.md
121token: process.env.CROWDIN_TOKEN
low line 169

External URL reference

SourceSKILL.md
169host = https://www.transifex.com
low line 235

External URL reference

SourceSKILL.md
235url='https://weblate.example.com/api/',
low line 448

External URL reference

SourceSKILL.md
448- Crowdin: https://crowdin.com/
low line 449

External URL reference

SourceSKILL.md
449- Transifex: https://www.transifex.com/
low line 450

External URL reference

SourceSKILL.md
450- Weblate: https://weblate.org/
Scanned on Feb 25, 2026
View Security Dashboard