Skip to main content

javascript-mastery

Provides a comprehensive reference for JavaScript concepts, aiding developers in understanding and mastering essential programming skills.

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 353

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
366fetch("/api/users"),
low line 367

Fetch to external URL

SourceSKILL.md
367fetch("/api/posts"),
low line 646

External URL reference

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