Skip to main content

modern-javascript

Covers modern JavaScript patterns and best practices, enhancing code quality and performance for web applications and Node.js services.

Install this skill

or
94/100

Security score

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

Categories Tested

Security Issues

low line 205

Fetch to external URL

SourceSKILL.md
205const config = await fetch('/config.json').then(r => r.json());
low line 341

External URL reference

SourceSKILL.md
341- **ECMAScript Specification**: https://tc39.es/ecma262/ (living standard)
low line 343

External URL reference

SourceSKILL.md
343- **TC39 Process**: https://tc39.es/process-document/ (how features are added)
low line 347

External URL reference

SourceSKILL.md
347- **JavaScript.info**: https://javascript.info/
low line 350

External URL reference

SourceSKILL.md
350- **Can I Use**: https://caniuse.com (browser support tables)
low line 351

External URL reference

SourceSKILL.md
351- **Node.js ES Compatibility**: https://node.green/
Scanned on Feb 12, 2026
View Security Dashboard