satori
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [Standard Functionality]: The skill provides instructions for installing and using
satori,@vercel/og, andnext/og. These are official libraries maintained by Vercel for generating SVG and PNG images in web applications. - [Trusted Documentation]: All referenced URLs and documentation sources (such as
github.com/vercel/satoriandnextjs.org) are from trusted organizations and official service domains. - [Safe Resource Fetching]: The examples demonstrate standard practices for loading assets like fonts and images in a serverless environment (e.g., using
fetchfor font files or using absolute URLs for images), which are necessary for the library's intended purpose. - [Edge Runtime Configuration]: The recommendation to use
export const runtime = 'edge'is a standard best practice for deploying these image generation tools efficiently on modern cloud platforms.
Audit Metadata