Skip to main content

dev-assets-model-loading

Provides patterns for loading FBX models sequentially in React Three Fiber, enhancing performance and memory management.

Install this skill

or
57/100

Security score

The dev-assets-model-loading skill was audited on Feb 9, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26const fbx = useFBX(`/assets/${characterType}.fbx`);
medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61const fbx = useFBX(`/assets/${characterType}.fbx`);
medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143const fbx = useFBX(`/assets/${characterType}.fbx`);
medium line 247

Template literal with variable interpolation in command context

SourceSKILL.md
247const fbx = useFBX(`/assets/${character}.fbx`);
medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257errors: [...prev.errors, `Failed to load ${character}`]
medium line 305

Template literal with variable interpolation in command context

SourceSKILL.md
305const fbx = useFBX(`/assets/${characterType}.fbx`);
medium line 308

Template literal with variable interpolation in command context

SourceSKILL.md
308setError(`Failed to load ${characterType}`);
medium line 421

Template literal with variable interpolation in command context

SourceSKILL.md
421console.log(`[Asset Scale Detection] ${assetUrl}`, {
low line 453

External URL reference

SourceSKILL.md
453- [React Three Fiber - Loading Models](https://r3f.docs.pmnd.rs/tutorials/loading-models) — Official R3F documentation
low line 454

External URL reference

SourceSKILL.md
454- [Three.js FBX Loader](https://threejs.org/docs/#examples/en/loaders/FBXLoader) — Three.js FBX documentation
low line 455

External URL reference

SourceSKILL.md
455- [Vite Asset Handling](https://vite.dev/guide/assets) — Vite static asset management
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →