Back to skill

Security audit

Cron Worker Guardrails

Security checks for vulnerabilities and agentic risk

Overview

This is a focused cron-worker hardening checklist with no hidden code, installer, credential handling, or automatic persistence.

Installers should treat this as advisory automation guidance: review any generated cron scripts or git commands before running them against important repositories or production jobs, but the skill itself is plain Markdown and does not perform hidden actions.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.