restaurant-report-pdf
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs expected file operations related to its stated purpose of generating reports from local data files.
- [COMMAND_EXECUTION]: Executes a specific local Python script (
generate_restaurant_pdf.py) located in the user's skill directory. It uses standard shell commands (ls) to identify relevant markdown files for processing. - [EXTERNAL_DOWNLOADS]: Suggests the installation of the 'reportlab' Python package via pip. ReportLab is a well-known, industry-standard library for PDF generation and its use in this context is appropriate and safe.
Audit Metadata