SKILL
Provides a structured approach to defining leveled skills in TypeScript and Python, enhancing skill management in applications.
Install this skill
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
Template literal with variable interpolation in command context
| 39 | const skill_data_template = await fetch(`${REPO_LINK}/skill_data_template.json`).then(res => res.json()); |
Template literal with variable interpolation in command context
| 40 | const name_code = await fetch(`${REPO_LINK}/name_code.json`).then(res => res.json()); |
Template literal with variable interpolation in command context
| 51 | const CODE_NAME: string = `{namecode:${key}}`; |
Template literal with variable interpolation in command context
| 122 | desc_replace += `(${desc_upgrade})`; // example: "10%(+2.5%)" |
Template literal with variable interpolation in command context
| 125 | temp_desc = desc.replaceAll(`$${i + 1}`, desc_replace); |
Template literal with variable interpolation in command context
| 167 | SKILL.desc = desc.replaceAll(`$${i + 1}`, `${DESC_CURRENT}(${DESC_UPGRADE})`); |
Template literal with variable interpolation in command context
| 180 | ```Python |
Install this skill with one command
/learn @fernando2603/docs