api-email-resend-react-email

Pass

Audited by Gen Agent Trust Hub on Sep 17, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (such as user-provided names, email subjects, and message bodies) which is then interpolated into email templates and sent via network operations.
  • Ingestion points: Data enters the context through props interfaces like WelcomeEmailProps, NotificationEmailProps, and SendEmailOptions found in examples/core.md and examples/templates.md.
  • Boundary markers: The instruction files do not specify boundary markers or provide explicit warnings to the model to ignore embedded instructions within the user-supplied data variables.
  • Capability inventory: The skill leverages resend.emails.send and resend.batch.send for network communication as demonstrated in examples/core.md and examples/async-batch.md.
  • Sanitization: The implementation relies on the default auto-escaping mechanisms provided by React and the @react-email/components library.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 17, 2026, 07:06 PM
Security Audit — agent-trust-hub — api-email-resend-react-email