cron-job-test-author
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and code snippets for testing cron job logic, following industry best practices for time-based scheduling validation.
- [EXTERNAL_DOWNLOADS]: The skill references the use of well-known libraries such as
croniter(Python) andcron-validator(Node.js). These are standard tools for cron expression parsing and validation. - [EXTERNAL_DOWNLOADS]: References documentation from well-known and trusted sources including the Kubernetes project, PyPI, and IANA for time zone data.
- [COMMAND_EXECUTION]: Provides implementation patterns for
fcntlfile locking andos.utimefor stale lock recovery. These are standard system-level operations for ensuring job concurrency safety. - [INDIRECT_PROMPT_INJECTION]: The skill includes patterns for validating and parsing external cron expressions. It mitigates risks by recommending strict validation using
croniter.is_validbefore processing inputs.
Audit Metadata