Skip to main content

cron-jobs

Configures and optimizes Vercel Cron Jobs for scheduled serverless function invocations in vercel.json.

Install this skill

or
91/100

Security score

The cron-jobs skill was audited on May 26, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 44

Template literal with variable interpolation in command context

SourceSKILL.md
44if (authHeader !== `Bearer ${process.env.CRON_SECRET}`) {
low line 44

Access to .env file

SourceSKILL.md
44if (authHeader !== `Bearer ${process.env.CRON_SECRET}`) {
low line 7

External URL reference

SourceSKILL.md
7- "https://vercel.com/docs/cron-jobs"
low line 8

External URL reference

SourceSKILL.md
8sitemap: "https://vercel.com/sitemap/docs.xml"
low line 71

External URL reference

SourceSKILL.md
71- [Cron Jobs documentation](https://vercel.com/docs/cron-jobs)
Scanned on May 26, 2026
View Security Dashboard
Installation guide →