frappe-impl-controllers
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of instructional documentation and code examples for the Frappe framework. All code snippets follow standard development practices for the target platform.
- [EXTERNAL_DOWNLOADS]: The documentation references standard Python libraries such as
requestsandpandasas typical dependencies for custom Frappe apps. These are well-known, safe packages when used as intended. - [CREDENTIALS_UNSAFE]: While the skill discusses API key management, it correctly recommends fetching them from a settings DocType via the database (
frappe.db.get_single_value) rather than hardcoding them, which is a security best practice.
Audit Metadata