Skip to main content

javascript-mastery

Provides a comprehensive reference for JavaScript concepts, aiding developers in understanding, debugging, and teaching JavaScript effectively.

Install this skill

or
92/100

Security score

The javascript-mastery skill was audited on Feb 28, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 350

Template literal with variable interpolation in command context

SourceSKILL.md
350const response = await fetch(`/api/users/${userId}`);
low line 363

Fetch to external URL

SourceSKILL.md
363fetch("/api/users"),
low line 364

Fetch to external URL

SourceSKILL.md
364fetch("/api/posts"),
low line 643

External URL reference

SourceSKILL.md
643- [JavaScript.info](https://javascript.info/)
Scanned on Feb 28, 2026
View Security Dashboard