excel-analysis
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions and code snippets for data analysis tasks using industry-standard Python libraries. All code examples are focused on the primary purpose of processing spreadsheet data locally.
- [PROMPT_INJECTION]: The skill provides patterns for reading untrusted data from Excel spreadsheets which creates an attack surface for indirect prompt injection. However, this is a necessary part of the skill's intended functionality.
- Ingestion points:
pd.read_excelused throughoutSKILL.mdto load external files. - Boundary markers: Not present in example code snippets.
- Capability inventory: Local file writing via
to_excelandplt.savefig. - Sanitization: None provided in the examples.
Audit Metadata