Skip to main content

SKILL

Provides a structured approach to defining leveled skills in TypeScript and Python, enhancing skill management in applications.

Install this skill

or
65/100

Security score

The SKILL skill was audited on Mar 1, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Template literal with variable interpolation in command context

SourceSKILL.md
39const skill_data_template = await fetch(`${REPO_LINK}/skill_data_template.json`).then(res => res.json());
medium line 40

Template literal with variable interpolation in command context

SourceSKILL.md
40const name_code = await fetch(`${REPO_LINK}/name_code.json`).then(res => res.json());
medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51const CODE_NAME: string = `{namecode:${key}}`;
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122desc_replace += `(${desc_upgrade})`; // example: "10%(+2.5%)"
medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125temp_desc = desc.replaceAll(`$${i + 1}`, desc_replace);
medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167SKILL.desc = desc.replaceAll(`$${i + 1}`, `${DESC_CURRENT}(${DESC_UPGRADE})`);
medium line 180

Template literal with variable interpolation in command context

SourceSKILL.md
180```Python
Scanned on Mar 1, 2026
View Security Dashboard

Install this skill with one command

/learn @fernando2603/docs
GitHub Stars 100
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
Fernando2603/AzurLane