Skip to main content

vue-skill

Assists in implementing Vue 3 and TypeScript projects, providing guidelines for best practices and conversion from React.

Install this skill

or
64/100

Security score

The vue-skill skill was audited on Feb 28, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252const contents = symptoms.map((s) => `・${s.title}\n${s.url}\n`).join('\n');
medium line 253

Template literal with variable interpolation in command context

SourceSKILL.md
253return `${mainMessage}\n${contents}`;
medium line 744

Template literal with variable interpolation in command context

SourceSKILL.md
744type ZoomRoomNameType = `online_reservation_${number}`;
medium line 747

Template literal with variable interpolation in command context

SourceSKILL.md
747return `online_reservation_${id}`;
medium line 765

Template literal with variable interpolation in command context

SourceSKILL.md
765Sentry.captureMessage(`Error code: ${error.errorCode}`);
medium line 792

Template literal with variable interpolation in command context

SourceSKILL.md
792Sentry.captureMessage(`Zoom Error: ${e.errorCode}`);
low line 1020

External URL reference

SourceSKILL.md
1020- [Vue 3 Composition API](https://vuejs.org/guide/extras/composition-api-faq.html)
low line 1021

External URL reference

SourceSKILL.md
1021- [Vue 3 TypeScript](https://vuejs.org/guide/typescript/overview.html)
low line 1022

External URL reference

SourceSKILL.md
1022- [Nuxt 3 Documentation](https://nuxt.com/docs)
low line 1023

External URL reference

SourceSKILL.md
1023- [Pinia Documentation](https://pinia.vuejs.org/)
low line 1024

External URL reference

SourceSKILL.md
1024- [Atomic Design](https://atomicdesign.bradfrost.com/)
low line 1025

External URL reference

SourceSKILL.md
1025- [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
Scanned on Feb 28, 2026
View Security Dashboard