generate-workbook
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs 'openpyxl' and 'reportlab' using pip. These are established, standard libraries for spreadsheet and PDF generation.
- [COMMAND_EXECUTION]: The skill executes local Python scripts ('scripts/generate_workbook.py' and 'scripts/generate_pdf_report.py') to transform data. This behavior aligns with the primary purpose of the skill.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data provided in JSON format. While this presents a theoretical attack surface for indirect prompt injection if the source data is untrusted, it is a standard data-processing pattern and carries low risk in this context.
Audit Metadata