Skip to main content

vercel-ai-sdk-expert

Enables developers to integrate AI features in React and Next.js apps using the Vercel AI SDK for text generation and streaming.

Install this skill

or
80/100

Security score

The vercel-ai-sdk-expert skill was audited on May 27, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47console.log(`Tokens used: ${usage.totalTokens}`);
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123<div key={m.id} className={`mb-4 ${m.role === 'user' ? 'text-right' : 'text-left'}`}>
medium line 124

Template literal with variable interpolation in command context

SourceSKILL.md
124<span className={`p-2 rounded-lg inline-block ${m.role === 'user' ? 'bg-blue-500 text-white' : 'bg-gray-200'}`}>
medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177return `The weather in ${location} is ${temp}° ${unit}.`;
Scanned on May 27, 2026
View Security Dashboard
Installation guide →