Schedule cron jobs and automate recurring tasks
71
60%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./src/skills/bundled/automation/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill instructs the agent to create, modify, remove, enable/disable, and trigger cron jobs (i.e., persistent scheduled tasks that change the machine's behavior and can execute arbitrary commands), which modifies the host's state and could be used to persist or run harmful actions even though it doesn't explicitly request sudo or system-file edits.
2a8c94e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.