cron

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
1
Flagged Files (1)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: cron description: 定时任务管理 version: 1.0.0 author: terminal-skills tags: [server, cron, crontab, schedule, automation] --- # 定时任务管理 ## 概述 Cron 定时任务配置、日志监控、故障排查等技能。 ## Crontab 基础 ### 管理命令 ```bash # 编辑当前用户的 crontab crontab -e # 查看当前用户的 crontab crontab -l # 删除当前用户的 crontab crontab -r # 管理其他用户的 crontab(需要 root) crontab -u username -e crontab -u username -l ``` ### 时间格式 ``` ┌───────────── 分钟 (0-59) │ ┌───────────── 小时 (0-23) │ │ ┌───────────── 日 (1-31) │ │ │ ┌──────

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
1
Analyzed
Feb 21, 2026, 09:28 AM
Security Audit — runlayer — cron