Skip to main content

convex-cron

Automates scheduled tasks and cron jobs in Convex for recurring tasks, data syncing, and background automation.

Install this skill

or
92/100

Security score

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

Categories Tested

Security Issues

medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170headers: { Authorization: `Bearer ${process.env.API_KEY}` },
low line 169

Fetch to external URL

SourceSKILL.md
169const response = await fetch("https://api.example.com/data", {
low line 170

Access to .env file

SourceSKILL.md
170headers: { Authorization: `Bearer ${process.env.API_KEY}` },
low line 169

External URL reference

SourceSKILL.md
169const response = await fetch("https://api.example.com/data", {
Scanned on Feb 19, 2026
View Security Dashboard