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 wkhtmltopdf for PDF generation, formatting dates with frappe.utils.formatdate, and performing database lookups with frappe.db.get_value. These are standard practices within the Frappe ecosystem.
  • [COMMAND_EXECUTION]: The documentation mentions the bench export-fixtures command, 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
Risk Level
SAFE
Analyzed
May 15, 2026, 10:10 PM
Security Audit — agent-trust-hub — print-format