Skip to main content

threejs-loaders

Facilitates loading 3D models and textures in Three.js, enhancing asset management and scene rendering efficiency.

Install this skill

or
71/100

Security score

The threejs-loaders skill was audited on May 14, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41console.log(`Started loading: ${url}`);
medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51console.log(`Loading: ${progress.toFixed(1)}%`);
medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56console.error(`Error loading: ${url}`);
medium line 573

Template literal with variable interpolation in command context

SourceSKILL.md
573return `https://cdn.example.com/${url}`;
medium line 585

Template literal with variable interpolation in command context

SourceSKILL.md
585console.warn(`Primary failed, trying fallback: ${error}`);
low line 551

Fetch to external URL

SourceSKILL.md
551const response = await fetch("model.glb");
low line 243

External URL reference

SourceSKILL.md
243"https://www.gstatic.com/draco/versioned/decoders/1.5.6/",
low line 263

External URL reference

SourceSKILL.md
263"https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/libs/basis/",
low line 573

External URL reference

SourceSKILL.md
573return `https://cdn.example.com/${url}`;
Scanned on May 14, 2026
View Security Dashboard
Installation guide →