Skip to main content

convex-cron-jobs

Automates background tasks in Convex applications with scheduled functions, cron expressions, and job monitoring for efficient workflows.

Install this skill

or
82/100

Security score

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

Categories Tested

Security Issues

medium line 314

Template literal with variable interpolation in command context

SourceSKILL.md
314console.error(`Failed to delete item ${item._id}:`, error);
medium line 409

Template literal with variable interpolation in command context

SourceSKILL.md
409Authorization: `Bearer ${process.env.API_KEY}`,
medium line 414

Template literal with variable interpolation in command context

SourceSKILL.md
414throw new Error(`API request failed: ${response.status}`);
low line 407

Fetch to external URL

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

Access to .env file

SourceSKILL.md
409Authorization: `Bearer ${process.env.API_KEY}`,
low line 407

External URL reference

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