Skip to main content

cdn-usage

Guides users in selecting and using CDNs for reliable script loading in web development.

Install this skill

or
95/100

Security score

The cdn-usage skill was audited on Feb 9, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 14

External URL reference

SourceSKILL.md
14- Use npm syntax: https://cdn.jsdelivr.net/npm/package@1 (auto-resolves latest 1.x)
low line 21

External URL reference

SourceSKILL.md
21import duckdbduckdbWasm from 'https://cdn.jsdelivr.net/npm/@duckdb/[email protected]/+esm'
low line 28

External URL reference

SourceSKILL.md
28- Eg https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js
low line 34

External URL reference

SourceSKILL.md
34- Eg `import * as THREE from "https://esm.sh/[email protected]";`
low line 35

External URL reference

SourceSKILL.md
35- tsx mode: load https://esm.sh/tsx as a module → inline <script type="text/tsx">
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →