scheduler-and-jobs
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference guide for the Frappe framework's background job system and scheduler. It provides best practices for performance, idempotency, and error handling.
- [COMMAND_EXECUTION]: The documentation references standard administrative and debugging commands for the Frappe environment, such as
bench,ps,strace, andpy-spy. These are legitimate tools for developers and system administrators to monitor and troubleshoot worker processes. - [DATA_EXPOSURE]: The skill mentions common log file paths and local Redis connection strings (e.g.,
redis://localhost:11000) as examples for debugging purposes. These do not expose sensitive environment data or production credentials. - [PERSISTENCE]: The skill details the configuration of recurring tasks using
scheduler_events(Cron syntax) within the Frappe framework. This is a core feature of the platform being documented and does not represent an attempt at malicious host-level persistence.
Audit Metadata