Skip to main content

loopwind

Generates images and videos from React and Tailwind CSS templates using the loopwind CLI for optimized media creation.

Install this skill

or
0/100

Security score

The loopwind skill was audited on May 20, 2026 and we found 30 security issues across 4 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 1423

Template literal with variable interpolation in command context

SourceSKILL.md
1423style={tw(`ease-out enter-fade-in-up/${start}/${duration}`)}
medium line 1471

Template literal with variable interpolation in command context

SourceSKILL.md
1471style={tw(`text-4xl font-bold ease-out enter-fade-in-up/${i * 100}/200`)}
medium line 1543

Template literal with variable interpolation in command context

SourceSKILL.md
1543color: `hsl(${hue}, 70%, 60%)`,
medium line 1544

Template literal with variable interpolation in command context

SourceSKILL.md
1544transform: `scale(${pulse})`
medium line 1568

Template literal with variable interpolation in command context

SourceSKILL.md
1568transform: `scale(${scale})`
medium line 1592

Template literal with variable interpolation in command context

SourceSKILL.md
1592transform: `translateY(${(1 - elastic) * 100}px)`
medium line 1644

Template literal with variable interpolation in command context

SourceSKILL.md
1644transform: `translate(-50%, -50%) rotate(${rocket.angle}deg)`,
medium line 1740

Template literal with variable interpolation in command context

SourceSKILL.md
1740...tw(`enter-fade-in/${staggerDelay}/300 enter-scale-100/${staggerDelay}/300`)
medium line 1782

Template literal with variable interpolation in command context

SourceSKILL.md
1782...tw(`ease-out enter-bounce-in-up/${i * 80}/500`)
medium line 1812

Template literal with variable interpolation in command context

SourceSKILL.md
1812transform: `${char.props.style.transform} translateY(${Math.sin((i + frame) / 5) * 10}px)`
high line 1829

Template literal with variable interpolation in command context

SourceSKILL.md
18296. **Preserve the original transform** when adding animations: `transform: '${char.props.style.transform} ...'`
high line 1893

Template literal with variable interpolation in command context

SourceSKILL.md
1893- Combine rotation with the translate: `translate(-50%, -50%) rotate(${angle}deg)`
medium line 2653

Template literal with variable interpolation in command context

SourceSKILL.md
2653```tsx
high line 19

Piping content to bash shell

SourceSKILL.md
19curl -fsSL https://loopwind.dev/install.sh | bash
medium line 19

Curl to non-GitHub URL

SourceSKILL.md
19curl -fsSL https://loopwind.dev/install.sh | bash
medium line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22This installs loopwind to `~/.loopwind/` and adds the `loopwind` command to your PATH. Requires Node.js 18+.
low line 19

External URL reference

SourceSKILL.md
19curl -fsSL https://loopwind.dev/install.sh | bash
low line 39

External URL reference

SourceSKILL.md
39npx skills add https://loopwind.dev/skill.md
low line 202

External URL reference

SourceSKILL.md
202loopwind add https://example.com/templates/my-template.json
low line 700

External URL reference

SourceSKILL.md
700: 'https://images.unsplash.com/photo-1557682250-33bd709cbe85?w=1200';
low line 760

External URL reference

SourceSKILL.md
760"background": "https://example.com/image.jpg"
low line 1358

External URL reference

SourceSKILL.md
13582. **Custom `ease-spring/mass/stiffness/damping`** - Generates a physics-based spring curve using the [damped harmonic oscillator](https://www.kvin.me/css-springs) formula
low line 2221

External URL reference

SourceSKILL.md
2221"url": "https://example.com"
low line 2231

External URL reference

SourceSKILL.md
2231<img src={qr('https://example.com')} />
low line 2234

External URL reference

SourceSKILL.md
2234<img src={qr('https://example.com', { errorCorrectionLevel: 'H' })} />
low line 2237

External URL reference

SourceSKILL.md
2237<img src={qr('https://example.com', { width: 512 })} />
low line 3149

External URL reference

SourceSKILL.md
3149"path": "https://unpkg.com/@fontsource/[email protected]/files/inter-latin-400-normal.woff",
low line 3153

External URL reference

SourceSKILL.md
3153"path": "https://unpkg.com/@fontsource/[email protected]/files/inter-latin-700-normal.woff",
low line 3172

External URL reference

SourceSKILL.md
3172"path": "https://unpkg.com/@fontsource/[email protected]/files/inter-latin-700-normal.woff",
low line 3330

External URL reference

SourceSKILL.md
3330"path": "https://unpkg.com/@fontsource/[email protected]/files/inter-latin-400-normal.woff",
Scanned on May 20, 2026
View Security Dashboard
Installation guide →