frappe-impl-hooks
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational documentation and code templates for Frappe framework development. It does not contain any malicious patterns or unauthorized access attempts.
- [SAFE]: Includes robust security guidance, specifically warning developers against including sensitive credentials (passwords, secrets) in
extend_bootinfowhich is visible in browser developer tools. - [SAFE]: Promotes secure data access patterns by highlighting the difference between
get_list(permission-aware) andget_all(permission-bypass), advising against the latter for general user operations. - [SAFE]: Provides clear instructions on transaction integrity, warning against manual database commits in document event handlers that could lead to data inconsistency.
Audit Metadata