skills/openaec-foundation/erpnext_anthropic_claude_development_skill_package/frappe-impl-scheduler/Gen Agent Trust Hub
frappe-impl-scheduler
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational documentation and production-ready code examples for implementing Frappe scheduler events and background jobs. All provided patterns follow idiomatic Frappe development practices.
- [SAFE]: No hardcoded credentials, secrets, or sensitive file paths were identified. Example code correctly demonstrates retrieving API keys from the server configuration using
frappe.conf.getrather than hardcoding them. - [SAFE]: Network operations described in the examples (e.g., syncing with an external REST API) use illustrative placeholder domains (
api.external.com) and standard Python libraries (requests). No suspicious or unauthorized data exfiltration patterns were found. - [SAFE]: The instructions do not contain any prompt injection attempts or obfuscated content. Code snippets are clear, well-documented, and align with the skill's stated purpose of assisting with Frappe development.
- [SAFE]: The skill encourages secure practices such as proper user context management via
frappe.set_userand record-level error isolation withtry-exceptblocks to ensure system stability.
Audit Metadata