Skip to main content

react-spring-physics

Enables fluid, physics-based animations in React applications using React Spring and Popmotion for natural UI interactions.

Install this skill

or
85/100

Security score

The react-spring-physics skill was audited on May 10, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122transform: springs.scale.to(s => `scale(${s})`)
medium line 309

Template literal with variable interpolation in command context

SourceSKILL.md
309return <div style={{ transform: `translateX(${x}px)` }} />
medium line 439

Template literal with variable interpolation in command context

SourceSKILL.md
439// Then combine: transform: `translateX(${x}px) rotate(${rotation}deg)`
Scanned on May 10, 2026
View Security Dashboard