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
| 39 | const 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
| 40 | const 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
| 51 | const CODE_NAME: string = `{namecode:${key}}`; |
medium line 122
Template literal with variable interpolation in command context
SourceSKILL.md
| 122 | desc_replace += `(${desc_upgrade})`; // example: "10%(+2.5%)" |
medium line 125
Template literal with variable interpolation in command context
SourceSKILL.md
| 125 | temp_desc = desc.replaceAll(`$${i + 1}`, desc_replace); |
medium line 167
Template literal with variable interpolation in command context
SourceSKILL.md
| 167 | SKILL.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