Skip to main content

satori-constraints

Provides constraints and best practices for using the Satori library to generate SVG images from JSX, enhancing image rendering capabilities.

Install this skill

or
74/100

Security score

The satori-constraints skill was audited on Mar 1, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 172

Template literal with variable interpolation in command context

SourceSKILL.md
172return `data:${mimeType};base64,${base64}`;
medium line 222

Template literal with variable interpolation in command context

SourceSKILL.md
222`https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/svg/${emojiCode}.svg`
medium line 225

Template literal with variable interpolation in command context

SourceSKILL.md
225return `data:image/svg+xml;base64,${btoa(svg)}`;
low line 147

External URL reference

SourceSKILL.md
147src="https://example.com/image.png"
low line 204

External URL reference

SourceSKILL.md
204'': 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/1f44b.svg',
low line 222

External URL reference

SourceSKILL.md
222`https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/svg/${emojiCode}.svg`
low line 372

External URL reference

SourceSKILL.md
372- [Vercel OG Image Generation Docs](https://vercel.com/docs/og-image-generation)
low line 373

External URL reference

SourceSKILL.md
373- [Vercel Blog - Introducing OG Image Generation](https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images)
low line 374

External URL reference

SourceSKILL.md
374- [Satori NPM Package](https://www.npmjs.com/package/satori)
low line 375

External URL reference

SourceSKILL.md
375- [Satori DeepWiki](https://deepwiki.com/vercel/satori)
low line 376

External URL reference

SourceSKILL.md
376- [Next.js ImageResponse](https://nextjs.org/docs/app/api-reference/functions/image-response)
low line 382

External URL reference

SourceSKILL.md
382- [Generate Images with Satori and Resvg](https://dev.to/anasrin/generate-image-from-html-using-satori-and-resvg-46j6)
low line 383

External URL reference

SourceSKILL.md
383- [Implement Emojis in Satori](https://dev.to/opensauced/how-to-implement-emojis-in-vercelsatori-2no5)
low line 384

External URL reference

SourceSKILL.md
384- [Satori Fit Text](https://alan.norbauer.com/articles/satori-fit-text/)
Scanned on Mar 1, 2026
View Security Dashboard