email-template-builder
Builds complete transactional email systems with React templates, provider integration, and analytics tracking for optimized communication.
Install this skill
or
70/100
Security score
The email-template-builder skill was audited on May 14, 2026 and we found 10 security issues across 3 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
| 172 | <EmailLayout preview={`Welcome to MyApp, ${name}! Confirm your email to get started.`}> |
medium line 238
Template literal with variable interpolation in command context
SourceSKILL.md
| 238 | <EmailLayout preview={`Invoice ${invoiceNumber} - ${formatter.format(total / 100)}`}> |
medium line 366
Template literal with variable interpolation in command context
SourceSKILL.md
| 366 | body: (days: number) => `You've got ${days} days to explore everything.`, |
medium line 376
Template literal with variable interpolation in command context
SourceSKILL.md
| 376 | body: (days: number) => `Du hast ${days} Tage Zeit, alles zu erkunden.`, |
medium line 425
Template literal with variable interpolation in command context
SourceSKILL.md
| 425 | return `href="${url}${separator}${utmString}"` |
low line 310
Access to .env file
SourceSKILL.md
| 310 | const resend = new Resend(process.env.RESEND_API_KEY) |
low line 97
External URL reference
SourceSKILL.md
| 97 | webFont={{ url: "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2", format: "woff2" }} |
low line 117
External URL reference
SourceSKILL.md
| 117 | <Img src="https://yourapp.com/logo.png" width={120} height={40} alt="MyApp" /> |
low line 134
External URL reference
SourceSKILL.md
| 134 | <a href="https://yourapp.com/privacy" style={styles.link}>Privacy Policy</a> |
low line 352
External URL reference
SourceSKILL.md
| 352 | // Opens: http://localhost:3001 |
Scanned on May 14, 2026
View Security Dashboard