Skip to main content

dev-performance-lod-systems

Implements Level of Detail (LOD) techniques in R3F to optimize performance and reduce FPS drops in complex 3D models.

Install this skill

or
85/100

Security score

The dev-performance-lod-systems skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118const { scene: highDetail } = useGLTF(`${modelPath}_high.glb`);
medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119const { scene: mediumDetail } = useGLTF(`${modelPath}_medium.glb`);
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120const { scene: lowDetail } = useGLTF(`${modelPath}_low.glb`);
Scanned on Feb 9, 2026
View Security Dashboard