print-format
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development reference for creating Frappe Print Formats. It outlines legitimate technical standards for Jinja templates, such as using
wkhtmltopdffor PDF generation, formatting dates withfrappe.utils.formatdate, and performing database lookups withfrappe.db.get_value. These are standard practices within the Frappe ecosystem. - [COMMAND_EXECUTION]: The documentation mentions the
bench export-fixturescommand, which is a standard administrative tool for Frappe developers to sync database configuration to the file system. It is referenced purely for workflow guidance. - [DATA_EXPOSURE]: The provided Jinja snippets demonstrate how to fetch related information (e.g., student names or program details) from the database using standard Frappe API calls. This behavior is expected for generating documents like invoices or receipts and does not involve unauthorized data access or exfiltration.
Audit Metadata