Skip to main content

vercel-react-view-transitions

Guides developers in implementing smooth animations in React using the View Transition API for enhanced user experience.

Install this skill

or
75/100

Security score

The vercel-react-view-transitions skill was audited on May 23, 2026 and we found 3 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 203

Template literal with variable interpolation in command context

SourceSKILL.md
203- Only one VT with a given `name` can be mounted at a time — use unique names (`photo-${id}`). Watch for reusable components: if a component with a named VT is rendered in both a modal/popover *and* a
medium line 236

Template literal with variable interpolation in command context

SourceSKILL.md
236<Link href={`/items/${item.id}`}>
medium line 237

Template literal with variable interpolation in command context

SourceSKILL.md
237<ViewTransition name={`item-image-${item.id}`} share="morph"> {/* shared element */}
Scanned on May 23, 2026
View Security Dashboard
Installation guide →