react-email
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Standard Component Rendering Pattern: The skill defines a structured approach to generating email content from JSON data. This is a common and legitimate use case for building dynamic templates.
- Data Validation with Zod: The documentation demonstrates the use of
zodto validate component properties. This practice provides a layer of security by ensuring that data processed at runtime adheres to a defined schema. - Email Best Practices: The skill includes a section on email best practices, such as using inline styles and absolute URLs, which are standard recommendations for ensuring compatibility and security across various email clients.
Audit Metadata