Skip to main content

convex-security-check

Provides a comprehensive security audit checklist for Convex applications, ensuring robust authentication and access control.

Install this skill

or
92/100

Security score

The convex-security-check skill was audited on Mar 1, 2026 and we found 4 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 239

Template literal with variable interpolation in command context

SourceSKILL.md
239"Authorization": `Bearer ${apiKey}`,
low line 236

Fetch to external URL

SourceSKILL.md
236const response = await fetch("https://api.resend.com/emails", {
low line 230

Access to .env file

SourceSKILL.md
230const apiKey = process.env.RESEND_API_KEY;
low line 236

External URL reference

SourceSKILL.md
236const response = await fetch("https://api.resend.com/emails", {
Scanned on Mar 1, 2026
View Security Dashboard