enterprise-consulting-methods
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process potentially untrusted external data (such as customer interview transcripts, raw datasets, and strategic business inputs) to produce insights and native PowerPoint objects.
- Ingestion points: Data input fields for 'Synthesis' (Method 4) and 'Data Insights' (Method 7) described in
SKILL.md. - Boundary markers: None specified; the skill relies on standard model instruction following.
- Capability inventory: File writing via
python-pptxinreferences/charts.py. - Sanitization: Not explicitly defined in the methodology instructions.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of
python-pptx, a well-known and standard Python library for creating PowerPoint files, from the official Python Package Index (PyPI). - [COMMAND_EXECUTION]: The skill documentation includes instructions for running a local Python script (
references/charts.py) to generate chart objects. The script's logic is transparent and limited to the stated purpose of chart generation using thepython-pptxlibrary.
Audit Metadata