Managed cron jobs with monitoring, retries, and alerting via API + MCP server
SaferSkills independently audited Cron Pilot (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Managed cron-job-as-a-service with monitoring, retries, and alerting.
# Docker
docker compose up -d
# Local
pip install -r requirements.txt
python server.py| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Health check |
| GET | /dashboard | Summary stats + upcoming runs |
| POST | /jobs | Create job |
| GET | /jobs | List all jobs |
| GET | /jobs/{id} | Job details + recent runs |
| PUT | /jobs/{id} | Update job |
| DELETE | /jobs/{id} | Delete job |
| POST | /jobs/{id}/trigger | Manual trigger |
| POST | /jobs/{id}/pause | Pause job |
| POST | /jobs/{id}/resume | Resume job |
| GET | /jobs/{id}/runs | Run history |
| GET | /jobs/{id}/runs/{run_id} | Run details |
python mcp_server.pyTools: create_cron_job, list_jobs, get_job_status, trigger_job, pause_job, resume_job, delete_job
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.