frappe-syntax-print
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The documentation adheres to standard Frappe framework development patterns, emphasizing the use of built-in security features and verified API endpoints.
- [SAFE]: Explicit security guidance is provided in the anti-patterns reference (AP-8) regarding HTML escaping and XSS prevention, specifically cautioning on the proper application of the
| safefilter to untrusted user input. - [SAFE]: Documented command-line operations, such as
bench get-app, and Python utility calls likesubprocess.runfor version checks are standard administrative and development procedures within the Frappe ecosystem. - [SAFE]: The skill highlights performance-critical anti-patterns, such as N+1 queries in Jinja loops (AP-2), which helps prevent denial-of-service conditions during resource-intensive PDF generation tasks.
Audit Metadata